Trace number 3731919

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0SAT (TO)25049 1800.18 939.846

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23954
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		9996466904
0.09/0.10	c Max memory 		10048897024
0.09/0.10	c Total memory 		10048897024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3731919-1338683988.opb
0.09/0.12	c reading problem ... 
0.73/0.41	c ... done. Wall clock time 0.284s.
0.73/0.41	c #vars     540
0.73/0.41	c #constraints  4626
0.73/0.41	c constraints type 
0.73/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
0.73/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
0.73/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
0.73/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.73/0.41	c constraints type 
0.73/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.73/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
0.73/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
0.73/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1680
1.11/0.55	c  And the winner is Resolution
1.51/0.91	c SATISFIABLE
1.51/0.91	c OPTIMIZING...
1.51/0.91	c Got one! Elapsed wall clock time (in seconds):0.788
1.51/0.91	o 27952
1.86/1.02	c  And the winner is Resolution
2.06/1.41	c Got one! Elapsed wall clock time (in seconds):1.289
2.06/1.41	o 26353
3.82/2.02	c cleaning 3055 clauses out of 6115 with flag 5003/6115
5.55/2.82	c cleaning 4526 clauses out of 9057 with flag 11000/12112
7.64/3.84	c cleaning 5732 clauses out of 11531 with flag 18000/19112
10.01/5.05	c cleaning 6881 clauses out of 13799 with flag 26000/27112
13.41/6.73	c cleaning 7958 clauses out of 15920 with flag 35002/36114
14.15/7.12	c  And the winner is Resolution
14.19/7.42	c Got one! Elapsed wall clock time (in seconds):7.292
14.19/7.42	o 26327
14.95/7.85	c cleaning 6518 clauses out of 13057 with flag 3000/41209
15.29/8.03	c  And the winner is Resolution
15.39/8.42	c Got one! Elapsed wall clock time (in seconds):8.294
15.39/8.42	o 26283
16.55/9.09	c  And the winner is Resolution
16.76/9.42	c Got one! Elapsed wall clock time (in seconds):9.296
16.76/9.42	o 25500
17.14/9.64	c cleaning 6352 clauses out of 12720 with flag 1002/47390
18.89/10.57	c cleaning 6175 clauses out of 12367 with flag 7001/53389
21.21/11.72	c cleaning 6578 clauses out of 13191 with flag 14000/60388
24.17/13.23	c cleaning 7301 clauses out of 14616 with flag 22003/68391
27.50/14.91	c cleaning 8141 clauses out of 16313 with flag 31001/77389
31.26/16.83	c cleaning 9063 clauses out of 18171 with flag 41000/87388
34.78/18.64	c cleaning 9496 clauses out of 19108 with flag 51000/97388
38.51/20.55	c cleaning 9788 clauses out of 19617 with flag 61005/107393
42.24/22.48	c cleaning 9906 clauses out of 19825 with flag 71001/117389
46.38/24.55	c cleaning 9945 clauses out of 19920 with flag 81002/127390
50.69/26.72	c cleaning 9968 clauses out of 19974 with flag 91001/137389
55.22/29.03	c cleaning 9991 clauses out of 20007 with flag 101002/147390
59.74/31.30	c cleaning 9990 clauses out of 20014 with flag 111000/157388
64.08/33.53	c cleaning 9990 clauses out of 20025 with flag 121001/167389
68.36/35.75	c cleaning 10000 clauses out of 20034 with flag 131000/177388
72.29/37.75	c cleaning 9996 clauses out of 20034 with flag 141000/187388
76.80/40.06	c cleaning 10008 clauses out of 20038 with flag 151000/197388
81.11/42.23	c cleaning 9999 clauses out of 20033 with flag 161003/207391
84.99/44.26	c  And the winner is Resolution
85.04/44.48	c Got one! Elapsed wall clock time (in seconds):44.359
85.04/44.48	o 25360
87.46/45.70	c cleaning 12186 clauses out of 24379 with flag 5002/221736
89.98/47.01	c cleaning 9087 clauses out of 18192 with flag 11001/227735
92.72/48.41	c cleaning 8044 clauses out of 16107 with flag 18003/234737
95.63/49.90	c cleaning 7995 clauses out of 16060 with flag 26000/242734
99.13/51.79	c cleaning 8509 clauses out of 17065 with flag 35000/251734
103.45/53.98	c cleaning 9259 clauses out of 18556 with flag 45000/261734
107.34/56.00	c cleaning 9608 clauses out of 19297 with flag 55000/271734
111.67/58.10	c cleaning 9788 clauses out of 19689 with flag 65000/281734
115.94/60.31	c cleaning 9917 clauses out of 19901 with flag 75000/291734
120.04/62.42	c cleaning 9949 clauses out of 19984 with flag 85000/301734
123.95/64.41	c cleaning 9968 clauses out of 20035 with flag 95000/311734
128.05/66.52	c cleaning 9999 clauses out of 20072 with flag 105005/321739
132.52/68.81	c cleaning 10012 clauses out of 20069 with flag 115001/331735
137.22/71.22	c cleaning 10001 clauses out of 20056 with flag 125000/341734
141.73/73.52	c cleaning 9994 clauses out of 20056 with flag 135001/351735
146.26/75.85	c cleaning 10013 clauses out of 20063 with flag 145002/361736
150.90/78.26	c cleaning 10011 clauses out of 20048 with flag 155000/371734
155.61/80.68	c cleaning 10003 clauses out of 20037 with flag 165000/381734
160.51/83.12	c cleaning 10007 clauses out of 20035 with flag 175001/391735
164.81/85.34	c cleaning 9993 clauses out of 20029 with flag 185002/401736
169.07/87.53	c cleaning 9997 clauses out of 20034 with flag 195000/411734
173.77/89.90	c cleaning 9992 clauses out of 20037 with flag 205000/421734
178.08/92.18	c cleaning 10012 clauses out of 20046 with flag 215001/431735
182.58/94.44	c cleaning 10000 clauses out of 20036 with flag 225003/441737
187.43/96.98	c cleaning 9982 clauses out of 20035 with flag 235002/451736
191.73/99.16	c cleaning 10005 clauses out of 20054 with flag 245003/461737
196.03/101.39	c cleaning 10008 clauses out of 20051 with flag 255005/471739
200.32/103.56	c cleaning 10004 clauses out of 20041 with flag 265003/481737
204.37/105.62	c cleaning 9958 clauses out of 20034 with flag 275000/491734
208.25/107.65	c cleaning 9997 clauses out of 20076 with flag 285000/501734
212.34/109.74	c cleaning 9974 clauses out of 20079 with flag 295000/511734
216.43/111.88	c cleaning 9987 clauses out of 20105 with flag 305000/521734
220.47/113.93	c cleaning 10026 clauses out of 20119 with flag 315001/531735
224.56/116.00	c cleaning 9993 clauses out of 20092 with flag 325000/541734
228.65/118.11	c cleaning 9999 clauses out of 20100 with flag 335001/551735
232.32/120.08	c cleaning 10043 clauses out of 20103 with flag 345003/561737
236.57/122.24	c cleaning 9991 clauses out of 20057 with flag 355000/571734
240.49/124.26	c cleaning 10007 clauses out of 20067 with flag 365001/581735
244.56/126.36	c cleaning 10001 clauses out of 20060 with flag 375001/591735
248.44/128.37	c cleaning 10013 clauses out of 20058 with flag 385000/601734
249.28/128.86	c cleaning 0 clauses out of 5759 with flag 0/5765
253.48/130.83	c cleaning 10006 clauses out of 20045 with flag 395000/611734
258.12/133.13	c cleaning 9993 clauses out of 20041 with flag 405002/621736
262.78/135.54	c cleaning 9987 clauses out of 20046 with flag 415000/631734
267.21/137.80	c cleaning 9999 clauses out of 20059 with flag 425000/641734
271.70/140.13	c cleaning 10009 clauses out of 20060 with flag 435000/651734
276.18/142.46	c cleaning 10002 clauses out of 20052 with flag 445001/661735
281.28/145.00	c cleaning 10006 clauses out of 20049 with flag 455000/671734
285.71/147.40	c cleaning 10000 clauses out of 20043 with flag 465000/681734
290.38/149.70	c cleaning 9992 clauses out of 20043 with flag 475000/691734
294.86/152.09	c cleaning 9974 clauses out of 20051 with flag 485000/701734
299.14/154.29	c cleaning 10008 clauses out of 20080 with flag 495003/711737
303.55/156.58	c cleaning 10003 clauses out of 20069 with flag 505000/721734
307.43/158.54	c  And the winner is Resolution
307.11/159.00	c Got one! Elapsed wall clock time (in seconds):158.876
307.11/159.00	o 25147
309.30/160.14	c cleaning 11957 clauses out of 23925 with flag 5000/735593
311.78/161.44	c cleaning 8975 clauses out of 17969 with flag 11001/741594
314.47/162.81	c cleaning 7980 clauses out of 15994 with flag 18001/748594
317.90/164.62	c cleaning 7997 clauses out of 16013 with flag 26000/756593
321.58/166.59	c cleaning 8499 clauses out of 17016 with flag 35000/765593
326.27/168.91	c cleaning 9251 clauses out of 18519 with flag 45002/775595
331.17/171.44	c  And the winner is Resolution
331.40/171.64	c Got one! Elapsed wall clock time (in seconds):171.52
331.40/171.64	o 25049
334.87/173.44	c cleaning 12107 clauses out of 24223 with flag 5000/790550
337.91/175.03	c cleaning 9038 clauses out of 18118 with flag 11002/796552
340.79/176.55	c cleaning 8014 clauses out of 16078 with flag 18000/803550
344.28/178.38	c cleaning 8016 clauses out of 16065 with flag 26001/811551
347.96/180.25	c cleaning 8509 clauses out of 17049 with flag 35001/820551
352.57/182.62	c cleaning 9256 clauses out of 18539 with flag 45000/830550
357.24/185.07	c cleaning 9622 clauses out of 19283 with flag 55000/840550
362.32/187.63	c cleaning 9815 clauses out of 19662 with flag 65001/850551
366.81/189.95	c cleaning 9905 clauses out of 19847 with flag 75001/860551
371.21/192.27	c cleaning 9952 clauses out of 19941 with flag 85000/870550
375.69/194.58	c cleaning 9974 clauses out of 19990 with flag 95001/880551
380.40/197.00	c cleaning 9993 clauses out of 20019 with flag 105004/890554
384.87/199.25	c cleaning 10004 clauses out of 20022 with flag 115000/900550
389.27/201.57	c cleaning 9994 clauses out of 20018 with flag 125000/910550
393.74/203.86	c cleaning 9983 clauses out of 20024 with flag 135000/920550
398.22/206.15	c cleaning 9988 clauses out of 20041 with flag 145000/930550
402.69/208.49	c cleaning 10018 clauses out of 20056 with flag 155003/940553
407.51/210.92	c cleaning 9995 clauses out of 20036 with flag 165001/950551
411.59/213.01	c cleaning 9987 clauses out of 20040 with flag 175000/960550
415.66/215.19	c cleaning 9977 clauses out of 20054 with flag 185001/970551
420.14/217.49	c cleaning 10019 clauses out of 20078 with flag 195002/980552
424.75/219.88	c cleaning 10014 clauses out of 20058 with flag 205001/990551
429.84/222.41	c cleaning 10011 clauses out of 20043 with flag 215000/1000550
434.51/224.86	c cleaning 10000 clauses out of 20032 with flag 225000/1010550
439.58/227.40	c cleaning 10005 clauses out of 20036 with flag 235004/1020554
444.60/230.02	c cleaning 9997 clauses out of 20027 with flag 245000/1030550
448.87/232.27	c cleaning 9970 clauses out of 20030 with flag 255000/1040550
453.72/234.71	c cleaning 9992 clauses out of 20062 with flag 265002/1050552
458.19/237.00	c cleaning 10014 clauses out of 20069 with flag 275001/1060551
462.58/239.38	c cleaning 10020 clauses out of 20055 with flag 285001/1070551
466.86/241.53	c cleaning 10000 clauses out of 20036 with flag 295002/1080552
471.52/243.94	c cleaning 10011 clauses out of 20035 with flag 305001/1090551
476.20/246.32	c cleaning 9990 clauses out of 20023 with flag 315000/1100550
480.77/248.70	c cleaning 9981 clauses out of 20033 with flag 325000/1110550
485.23/251.05	c cleaning 9996 clauses out of 20052 with flag 335000/1120550
490.09/253.59	c cleaning 10020 clauses out of 20059 with flag 345003/1130553
494.55/255.87	c cleaning 9988 clauses out of 20040 with flag 355004/1140554
499.55/258.45	c cleaning 10000 clauses out of 20049 with flag 365001/1150551
504.01/260.77	c cleaning 10008 clauses out of 20051 with flag 375003/1160553
508.46/263.07	c cleaning 9958 clauses out of 20041 with flag 385001/1170551
512.92/265.30	c cleaning 9989 clauses out of 20082 with flag 395000/1180550
517.30/267.63	c cleaning 10001 clauses out of 20095 with flag 405002/1190552
521.56/269.89	c cleaning 10031 clauses out of 20092 with flag 415000/1200550
525.82/272.07	c cleaning 9969 clauses out of 20062 with flag 425001/1210551
530.28/274.39	c cleaning 10021 clauses out of 20092 with flag 435000/1220550
535.47/277.02	c cleaning 10025 clauses out of 20071 with flag 445000/1230550
539.94/279.38	c cleaning 10008 clauses out of 20051 with flag 455005/1240555
544.00/281.50	c cleaning 9986 clauses out of 20040 with flag 465002/1250552
548.06/283.59	c cleaning 9976 clauses out of 20053 with flag 475001/1260551
552.24/285.74	c cleaning 10024 clauses out of 20077 with flag 485001/1270551
556.11/287.72	c cleaning 10015 clauses out of 20053 with flag 495001/1280551
559.76/289.66	c cleaning 9989 clauses out of 20039 with flag 505002/1290552
563.81/291.78	c cleaning 9971 clauses out of 20050 with flag 515002/1300552
568.18/294.02	c cleaning 9993 clauses out of 20079 with flag 525002/1310552
572.64/296.31	c cleaning 10006 clauses out of 20084 with flag 535000/1320550
576.70/298.43	c cleaning 10026 clauses out of 20079 with flag 545001/1330551
580.96/300.62	c cleaning 9992 clauses out of 20053 with flag 555001/1340551
585.31/302.98	c cleaning 10000 clauses out of 20061 with flag 565001/1350551
589.57/305.19	c cleaning 10024 clauses out of 20060 with flag 575000/1360550
593.83/307.39	c cleaning 9967 clauses out of 20036 with flag 585000/1370550
598.09/309.58	c cleaning 9984 clauses out of 20071 with flag 595002/1380552
602.46/311.82	c cleaning 10022 clauses out of 20086 with flag 605001/1390551
606.31/313.84	c cleaning 10030 clauses out of 20067 with flag 615004/1400554
610.56/316.09	c cleaning 10004 clauses out of 20034 with flag 625001/1410551
615.20/318.49	c cleaning 10008 clauses out of 20033 with flag 635004/1420554
620.40/321.14	c cleaning 9997 clauses out of 20021 with flag 645000/1430550
625.26/323.64	c cleaning 10009 clauses out of 20025 with flag 655001/1440551
629.90/326.00	c cleaning 9987 clauses out of 20017 with flag 665002/1450552
634.15/328.24	c cleaning 10004 clauses out of 20029 with flag 675001/1460551
638.53/330.56	c cleaning 10009 clauses out of 20028 with flag 685004/1470554
642.78/332.70	c cleaning 10005 clauses out of 20016 with flag 695001/1480551
647.23/335.09	c cleaning 9993 clauses out of 20010 with flag 705000/1490550
652.10/337.50	c cleaning 9985 clauses out of 20019 with flag 715002/1500552
656.86/340.08	c cleaning 10005 clauses out of 20033 with flag 725001/1510551
661.71/342.54	c cleaning 9982 clauses out of 20028 with flag 735001/1520551
666.15/344.87	c cleaning 9998 clauses out of 20045 with flag 745000/1530550
670.60/347.19	c cleaning 10004 clauses out of 20048 with flag 755001/1540551
674.97/349.49	c cleaning 10010 clauses out of 20044 with flag 765001/1550551
679.61/351.84	c cleaning 10001 clauses out of 20033 with flag 775000/1560550
684.06/354.17	c cleaning 9992 clauses out of 20032 with flag 785000/1570550
688.70/356.58	c cleaning 10011 clauses out of 20042 with flag 795002/1580552
693.26/358.96	c cleaning 10011 clauses out of 20029 with flag 805000/1590550
697.10/360.93	c cleaning 10001 clauses out of 20019 with flag 815001/1600551
700.75/362.86	c cleaning 9994 clauses out of 20017 with flag 825000/1610550
704.59/364.87	c cleaning 9989 clauses out of 20024 with flag 835001/1620551
708.76/367.07	c cleaning 9999 clauses out of 20035 with flag 845001/1630551
713.00/369.29	c cleaning 9986 clauses out of 20035 with flag 855000/1640550
717.45/371.56	c cleaning 10019 clauses out of 20053 with flag 865004/1650554
721.89/373.89	c cleaning 10005 clauses out of 20033 with flag 875003/1660553
726.47/376.28	c cleaning 9991 clauses out of 20025 with flag 885000/1670550
730.89/378.52	c cleaning 9992 clauses out of 20034 with flag 895000/1680550
734.94/380.64	c cleaning 9993 clauses out of 20043 with flag 905001/1690551
739.19/382.89	c cleaning 9994 clauses out of 20049 with flag 915000/1700550
743.52/385.14	c cleaning 9963 clauses out of 20056 with flag 925001/1710551
747.57/387.25	c cleaning 10019 clauses out of 20092 with flag 935000/1720550
751.61/389.35	c cleaning 9993 clauses out of 20074 with flag 945001/1730551
756.07/391.61	c cleaning 10003 clauses out of 20080 with flag 955000/1740550
760.21/393.81	c cleaning 10000 clauses out of 20077 with flag 965000/1750550
764.03/395.86	c cleaning 10012 clauses out of 20079 with flag 975002/1760552
768.08/397.97	c cleaning 10002 clauses out of 20067 with flag 985002/1770552
772.34/400.11	c cleaning 9980 clauses out of 20063 with flag 995000/1780550
776.71/402.40	c cleaning 9993 clauses out of 20083 with flag 1005000/1790550
780.74/404.57	c cleaning 10034 clauses out of 20092 with flag 1015002/1800552
785.19/406.83	c cleaning 10003 clauses out of 20056 with flag 1025000/1810550
789.64/409.17	c cleaning 10010 clauses out of 20054 with flag 1035001/1820551
793.78/411.40	c cleaning 9982 clauses out of 20043 with flag 1045000/1830550
798.02/413.56	c cleaning 10009 clauses out of 20062 with flag 1055001/1840551
802.65/415.99	c cleaning 9999 clauses out of 20053 with flag 1065001/1850551
807.68/418.58	c cleaning 10001 clauses out of 20054 with flag 1075001/1860551
812.87/421.20	c cleaning 10013 clauses out of 20052 with flag 1085000/1870550
817.69/423.70	c cleaning 9999 clauses out of 20040 with flag 1095001/1880551
822.13/426.02	c cleaning 10004 clauses out of 20040 with flag 1105000/1890550
826.97/428.53	c cleaning 10006 clauses out of 20040 with flag 1115004/1900554
831.71/431.05	c cleaning 10006 clauses out of 20031 with flag 1125001/1910551
836.56/433.58	c cleaning 9996 clauses out of 20025 with flag 1135001/1920551
841.40/436.01	c cleaning 9995 clauses out of 20028 with flag 1145000/1930550
846.43/438.65	c cleaning 9993 clauses out of 20033 with flag 1155000/1940550
851.38/441.26	c cleaning 10005 clauses out of 20042 with flag 1165002/1950552
856.21/443.70	c cleaning 10012 clauses out of 20036 with flag 1175001/1960551
860.85/446.19	c cleaning 9994 clauses out of 20023 with flag 1185000/1970550
865.89/448.74	c cleaning 9987 clauses out of 20029 with flag 1195000/1980550
870.62/451.23	c cleaning 10003 clauses out of 20043 with flag 1205001/1990551
875.26/453.63	c cleaning 9994 clauses out of 20039 with flag 1215000/2000550
879.89/456.08	c cleaning 10015 clauses out of 20046 with flag 1225001/2010551
884.54/458.47	c cleaning 10003 clauses out of 20030 with flag 1235000/2020550
889.29/460.91	c cleaning 10002 clauses out of 20027 with flag 1245000/2030550
893.53/463.16	c cleaning 10002 clauses out of 20025 with flag 1255000/2040550
897.94/465.48	c cleaning 9984 clauses out of 20024 with flag 1265001/2050551
902.18/467.69	c cleaning 10005 clauses out of 20040 with flag 1275001/2060551
906.33/469.82	c cleaning 9995 clauses out of 20039 with flag 1285005/2070555
910.38/471.97	c cleaning 9990 clauses out of 20039 with flag 1295000/2080550
914.62/474.18	c cleaning 9988 clauses out of 20049 with flag 1305000/2090550
918.45/476.20	c cleaning 9962 clauses out of 20061 with flag 1315000/2100550
923.19/478.67	c cleaning 10005 clauses out of 20099 with flag 1325000/2110550
927.24/480.77	c cleaning 10010 clauses out of 20094 with flag 1335000/2120550
931.47/482.99	c cleaning 10013 clauses out of 20084 with flag 1345000/2130550
935.50/485.05	c cleaning 10004 clauses out of 20071 with flag 1355000/2140550
939.64/487.28	c cleaning 10003 clauses out of 20067 with flag 1365000/2150550
943.66/489.36	c cleaning 10016 clauses out of 20064 with flag 1375000/2160550
947.49/491.39	c cleaning 9991 clauses out of 20048 with flag 1385000/2170550
951.53/493.45	c cleaning 9991 clauses out of 20059 with flag 1395002/2180552
955.86/495.73	c cleaning 9998 clauses out of 20068 with flag 1405002/2190552
959.90/497.83	c cleaning 10020 clauses out of 20068 with flag 1415000/2200550
963.92/499.94	c cleaning 10001 clauses out of 20048 with flag 1425000/2210550
967.94/502.05	c cleaning 9992 clauses out of 20047 with flag 1435000/2220550
972.08/504.24	c cleaning 9992 clauses out of 20055 with flag 1445000/2230550
976.11/506.36	c cleaning 10022 clauses out of 20063 with flag 1455000/2240550
980.13/508.41	c cleaning 10016 clauses out of 20043 with flag 1465002/2250552
983.96/510.42	c cleaning 9995 clauses out of 20025 with flag 1475000/2260550
988.09/512.62	c cleaning 9972 clauses out of 20031 with flag 1485001/2270551
992.13/514.72	c cleaning 9979 clauses out of 20058 with flag 1495000/2280550
996.14/516.85	c cleaning 9997 clauses out of 20079 with flag 1505000/2290550
999.96/518.89	c cleaning 10026 clauses out of 20084 with flag 1515002/2300552
1004.09/521.03	c cleaning 9978 clauses out of 20056 with flag 1525000/2310550
1007.71/522.97	c cleaning 10017 clauses out of 20078 with flag 1535000/2320550
1011.54/524.92	c cleaning 10012 clauses out of 20062 with flag 1545001/2330551
1015.57/527.00	c cleaning 9977 clauses out of 20049 with flag 1555000/2340550
1019.90/529.31	c cleaning 9955 clauses out of 20073 with flag 1565001/2350551
1024.34/531.61	c cleaning 10036 clauses out of 20117 with flag 1575000/2360550
1028.96/534.00	c cleaning 10007 clauses out of 20081 with flag 1585000/2370550
1033.38/536.38	c cleaning 10023 clauses out of 20074 with flag 1595000/2380550
1037.89/538.72	c cleaning 10006 clauses out of 20053 with flag 1605002/2390552
1042.54/541.20	c cleaning 10012 clauses out of 20047 with flag 1615002/2400552
1047.14/543.53	c cleaning 9993 clauses out of 20034 with flag 1625001/2410551
1051.75/545.91	c cleaning 10006 clauses out of 20042 with flag 1635002/2420552
1056.27/548.37	c cleaning 10000 clauses out of 20037 with flag 1645003/2430553
1060.89/550.78	c cleaning 10003 clauses out of 20040 with flag 1655006/2440556
1065.51/553.10	c cleaning 10001 clauses out of 20033 with flag 1665002/2450552
1069.93/555.42	c cleaning 10001 clauses out of 20032 with flag 1675002/2460552
1074.05/557.69	c cleaning 9999 clauses out of 20029 with flag 1685000/2470550
1078.27/559.88	c cleaning 10002 clauses out of 20030 with flag 1695000/2480550
1082.68/562.18	c cleaning 9994 clauses out of 20028 with flag 1705000/2490550
1086.89/564.32	c cleaning 9984 clauses out of 20034 with flag 1715000/2500550
1091.21/566.63	c cleaning 9999 clauses out of 20051 with flag 1725001/2510551
1095.23/568.75	c cleaning 9995 clauses out of 20053 with flag 1735002/2520552
1099.44/570.92	c cleaning 10009 clauses out of 20057 with flag 1745001/2530551
1103.46/573.07	c cleaning 9990 clauses out of 20047 with flag 1755000/2540550
1107.77/575.37	c cleaning 10012 clauses out of 20058 with flag 1765001/2550551
1112.37/577.73	c cleaning 9979 clauses out of 20045 with flag 1775000/2560550
1116.39/579.81	c cleaning 10000 clauses out of 20067 with flag 1785001/2570551
1120.61/582.02	c cleaning 10000 clauses out of 20066 with flag 1795000/2580550
1124.73/584.27	c cleaning 10015 clauses out of 20066 with flag 1805000/2590550
1128.93/586.49	c cleaning 9994 clauses out of 20053 with flag 1815002/2600552
1133.35/588.76	c cleaning 10015 clauses out of 20058 with flag 1825001/2610551
1137.76/591.00	c cleaning 10006 clauses out of 20042 with flag 1835000/2620550
1141.88/593.29	c cleaning 10004 clauses out of 20039 with flag 1845003/2630553
1146.09/595.44	c cleaning 9979 clauses out of 20032 with flag 1855000/2640550
1150.31/597.60	c cleaning 10012 clauses out of 20056 with flag 1865003/2650553
1154.33/599.75	c cleaning 9973 clauses out of 20043 with flag 1875002/2660552
1158.64/602.01	c cleaning 10000 clauses out of 20070 with flag 1885002/2670552
1162.66/604.13	c cleaning 9999 clauses out of 20068 with flag 1895000/2680550
1166.67/606.29	c cleaning 10008 clauses out of 20069 with flag 1905000/2690550
1171.28/608.60	c cleaning 10017 clauses out of 20063 with flag 1915002/2700552
1175.40/610.87	c cleaning 9985 clauses out of 20045 with flag 1925001/2710551
1179.62/613.04	c cleaning 10013 clauses out of 20059 with flag 1935000/2720550
1183.43/615.02	c cleaning 9990 clauses out of 20046 with flag 1945000/2730550
1187.45/617.13	c cleaning 9978 clauses out of 20057 with flag 1955001/2740551
1191.56/619.32	c cleaning 9985 clauses out of 20079 with flag 1965001/2750551
1195.36/621.37	c cleaning 10000 clauses out of 20093 with flag 1975000/2760550
1199.59/623.53	c cleaning 10002 clauses out of 20093 with flag 1985000/2770550
1203.59/625.69	c cleaning 10025 clauses out of 20096 with flag 1995005/2780555
1208.29/628.19	c cleaning 10003 clauses out of 20066 with flag 2005000/2790550
1212.50/630.37	c cleaning 9991 clauses out of 20065 with flag 2015002/2800552
1216.73/632.53	c cleaning 10004 clauses out of 20073 with flag 2025001/2810551
1220.73/634.67	c cleaning 9985 clauses out of 20068 with flag 2035000/2820550
1225.05/636.91	c cleaning 10021 clauses out of 20085 with flag 2045002/2830552
1229.26/639.11	c cleaning 9992 clauses out of 20063 with flag 2055001/2840551
1233.26/641.29	c cleaning 10012 clauses out of 20071 with flag 2065001/2850551
1237.67/643.58	c cleaning 10007 clauses out of 20059 with flag 2075001/2860551
1242.16/645.97	c cleaning 9976 clauses out of 20051 with flag 2085000/2870550
1246.18/648.10	c cleaning 10003 clauses out of 20076 with flag 2095001/2880551
1250.39/650.28	c cleaning 10015 clauses out of 20074 with flag 2105002/2890552
1254.61/652.41	c cleaning 9984 clauses out of 20057 with flag 2115000/2900550
1258.54/654.58	c cleaning 9983 clauses out of 20073 with flag 2125000/2910550
1262.75/656.79	c cleaning 10019 clauses out of 20090 with flag 2135000/2920550
1266.97/658.94	c cleaning 10023 clauses out of 20073 with flag 2145002/2930552
1271.19/661.16	c cleaning 9993 clauses out of 20048 with flag 2155000/2940550
1275.47/663.47	c cleaning 10015 clauses out of 20057 with flag 2165002/2950552
1279.48/665.55	c cleaning 9970 clauses out of 20041 with flag 2175001/2960551
1283.50/667.70	c cleaning 10002 clauses out of 20070 with flag 2185000/2970550
1287.91/669.92	c cleaning 9988 clauses out of 20068 with flag 2195000/2980550
1291.83/672.05	c cleaning 10025 clauses out of 20083 with flag 2205003/2990553
1295.63/674.06	c cleaning 9981 clauses out of 20058 with flag 2215003/3000553
1299.85/676.22	c cleaning 10017 clauses out of 20076 with flag 2225002/3010552
1304.06/678.40	c cleaning 9996 clauses out of 20057 with flag 2235000/3020550
1308.17/680.63	c cleaning 10009 clauses out of 20061 with flag 2245000/3030550
1312.37/682.83	c cleaning 9984 clauses out of 20053 with flag 2255001/3040551
1315.00/684.27	c cleaning 0 clauses out of 11396 with flag 0/11403
1316.59/685.19	c cleaning 9994 clauses out of 20069 with flag 2265001/3050551
1320.71/687.36	c cleaning 10034 clauses out of 20074 with flag 2275000/3060550
1324.73/689.49	c cleaning 9998 clauses out of 20042 with flag 2285002/3070552
1328.74/691.53	c cleaning 9991 clauses out of 20042 with flag 2295000/3080550
1332.94/693.79	c cleaning 9991 clauses out of 20051 with flag 2305000/3090550
1337.04/695.98	c cleaning 9985 clauses out of 20061 with flag 2315001/3100551
1341.24/698.12	c cleaning 9990 clauses out of 20075 with flag 2325000/3110550
1345.45/700.34	c cleaning 9974 clauses out of 20085 with flag 2335000/3120550
1349.67/702.52	c cleaning 10022 clauses out of 20112 with flag 2345001/3130551
1354.16/704.94	c cleaning 10009 clauses out of 20090 with flag 2355001/3140551
1358.58/707.28	c cleaning 10017 clauses out of 20080 with flag 2365000/3150550
1363.37/709.74	c cleaning 10014 clauses out of 20064 with flag 2375001/3160551
1367.99/712.13	c cleaning 10016 clauses out of 20049 with flag 2385000/3170550
1372.48/714.51	c cleaning 9991 clauses out of 20034 with flag 2395001/3180551
1376.88/716.81	c cleaning 10014 clauses out of 20043 with flag 2405001/3190551
1381.29/719.19	c cleaning 10008 clauses out of 20029 with flag 2415001/3200551
1385.69/721.49	c cleaning 9995 clauses out of 20021 with flag 2425001/3210551
1390.20/723.88	c cleaning 9974 clauses out of 20025 with flag 2435000/3220550
1394.81/726.21	c cleaning 10013 clauses out of 20053 with flag 2445002/3230552
1399.02/728.49	c cleaning 9975 clauses out of 20038 with flag 2455000/3240550
1403.61/730.82	c cleaning 9989 clauses out of 20063 with flag 2465000/3250550
1407.71/733.05	c cleaning 10017 clauses out of 20074 with flag 2475000/3260550
1411.54/735.09	c cleaning 9990 clauses out of 20057 with flag 2485000/3270550
1415.74/737.25	c cleaning 10013 clauses out of 20068 with flag 2495001/3280551
1419.93/739.43	c cleaning 10008 clauses out of 20055 with flag 2505001/3290551
1424.22/741.73	c cleaning 10016 clauses out of 20047 with flag 2515001/3300551
1428.22/743.87	c cleaning 10007 clauses out of 20030 with flag 2525000/3310550
1432.42/746.02	c cleaning 9973 clauses out of 20023 with flag 2535000/3320550
1436.64/748.22	c cleaning 10018 clauses out of 20050 with flag 2545000/3330550
1441.12/750.61	c cleaning 9994 clauses out of 20036 with flag 2555004/3340554
1445.13/752.79	c cleaning 10001 clauses out of 20039 with flag 2565001/3350551
1449.73/755.17	c cleaning 10013 clauses out of 20037 with flag 2575000/3360550
1454.13/757.48	c cleaning 10004 clauses out of 20024 with flag 2585000/3370550
1458.61/759.89	c cleaning 9978 clauses out of 20020 with flag 2595000/3380550
1463.63/762.40	c cleaning 9990 clauses out of 20044 with flag 2605002/3390552
1468.04/764.76	c cleaning 10012 clauses out of 20053 with flag 2615001/3400551
1472.44/767.00	c cleaning 10005 clauses out of 20041 with flag 2625001/3410551
1476.95/769.44	c cleaning 10007 clauses out of 20036 with flag 2635001/3420551
1481.15/771.68	c cleaning 9976 clauses out of 20028 with flag 2645000/3430550
1485.55/773.94	c cleaning 10017 clauses out of 20052 with flag 2655000/3440550
1489.96/776.25	c cleaning 10003 clauses out of 20038 with flag 2665003/3450553
1494.66/778.77	c cleaning 10003 clauses out of 20032 with flag 2675000/3460550
1499.06/781.06	c cleaning 9985 clauses out of 20029 with flag 2685000/3470550
1503.64/783.43	c cleaning 9985 clauses out of 20044 with flag 2695000/3480550
1508.25/785.84	c cleaning 10006 clauses out of 20059 with flag 2705000/3490550
1512.94/788.36	c cleaning 9972 clauses out of 20054 with flag 2715001/3500551
1517.75/790.82	c cleaning 10023 clauses out of 20083 with flag 2725002/3510552
1522.16/793.17	c cleaning 10027 clauses out of 20061 with flag 2735003/3520553
1526.55/795.48	c cleaning 9988 clauses out of 20031 with flag 2745000/3530550
1531.04/797.85	c cleaning 9996 clauses out of 20043 with flag 2755000/3540550
1535.43/800.10	c cleaning 9980 clauses out of 20047 with flag 2765000/3550550
1539.81/802.40	c cleaning 10010 clauses out of 20067 with flag 2775000/3560550
1544.00/804.64	c cleaning 10005 clauses out of 20057 with flag 2785000/3570550
1548.68/807.17	c cleaning 10006 clauses out of 20052 with flag 2795000/3580550
1553.28/809.58	c cleaning 10010 clauses out of 20046 with flag 2805000/3590550
1557.48/811.74	c cleaning 9992 clauses out of 20036 with flag 2815000/3600550
1561.67/813.91	c cleaning 10001 clauses out of 20046 with flag 2825002/3610552
1566.13/816.32	c cleaning 10011 clauses out of 20045 with flag 2835002/3620552
1570.14/818.48	c cleaning 9995 clauses out of 20032 with flag 2845000/3630550
1574.71/820.80	c cleaning 10004 clauses out of 20039 with flag 2855002/3640552
1578.91/823.01	c cleaning 10006 clauses out of 20033 with flag 2865000/3650550
1583.18/825.31	c cleaning 10004 clauses out of 20028 with flag 2875001/3660551
1587.38/827.54	c cleaning 9998 clauses out of 20023 with flag 2885000/3670550
1591.77/829.87	c cleaning 9986 clauses out of 20025 with flag 2895000/3680550
1596.36/832.29	c cleaning 10005 clauses out of 20039 with flag 2905000/3690550
1601.03/834.76	c cleaning 10010 clauses out of 20039 with flag 2915005/3700555
1605.44/837.00	c cleaning 9996 clauses out of 20024 with flag 2925000/3710550
1609.63/839.28	c cleaning 10000 clauses out of 20028 with flag 2935000/3720550
1614.05/841.51	c cleaning 10003 clauses out of 20028 with flag 2945000/3730550
1618.30/843.84	c cleaning 9998 clauses out of 20025 with flag 2955000/3740550
1622.48/846.02	c cleaning 9986 clauses out of 20027 with flag 2965000/3750550
1626.49/848.18	c cleaning 10015 clauses out of 20043 with flag 2975002/3760552
1631.08/850.59	c cleaning 10001 clauses out of 20026 with flag 2985000/3770550
1635.34/852.87	c cleaning 9977 clauses out of 20026 with flag 2995001/3780551
1639.75/855.10	c cleaning 9987 clauses out of 20048 with flag 3005000/3790550
1643.74/857.25	c cleaning 10013 clauses out of 20061 with flag 3015000/3800550
1648.14/859.53	c cleaning 10013 clauses out of 20048 with flag 3025000/3810550
1652.39/861.84	c cleaning 9979 clauses out of 20035 with flag 3035000/3820550
1656.80/864.14	c cleaning 9998 clauses out of 20057 with flag 3045001/3830551
1660.98/866.39	c cleaning 10014 clauses out of 20058 with flag 3055000/3840550
1665.35/868.63	c cleaning 10016 clauses out of 20045 with flag 3065001/3850551
1669.62/870.90	c cleaning 9981 clauses out of 20030 with flag 3075002/3860552
1673.82/873.12	c cleaning 10013 clauses out of 20048 with flag 3085001/3870551
1678.01/875.30	c cleaning 10011 clauses out of 20035 with flag 3095001/3880551
1682.39/877.62	c cleaning 9977 clauses out of 20025 with flag 3105002/3890552
1686.68/879.91	c cleaning 10011 clauses out of 20046 with flag 3115000/3900550
1690.65/882.07	c cleaning 9976 clauses out of 20035 with flag 3125000/3910550
1694.84/884.26	c cleaning 10014 clauses out of 20059 with flag 3135000/3920550
1699.24/886.59	c cleaning 10012 clauses out of 20048 with flag 3145003/3930553
1703.89/889.03	c cleaning 10003 clauses out of 20034 with flag 3155001/3940551
1708.27/891.35	c cleaning 9988 clauses out of 20032 with flag 3165002/3950552
1712.66/893.65	c cleaning 10012 clauses out of 20043 with flag 3175001/3960551
1716.83/895.82	c cleaning 10005 clauses out of 20030 with flag 3185000/3970550
1721.50/898.37	c cleaning 9999 clauses out of 20027 with flag 3195002/3980552
1725.89/900.61	c cleaning 10006 clauses out of 20026 with flag 3205000/3990550
1730.08/902.85	c cleaning 9981 clauses out of 20020 with flag 3215000/4000550
1734.06/904.97	c cleaning 10012 clauses out of 20043 with flag 3225004/4010554
1738.30/907.27	c cleaning 9981 clauses out of 20028 with flag 3235001/4020551
1742.48/909.49	c cleaning 9997 clauses out of 20047 with flag 3245001/4030551
1746.86/911.78	c cleaning 10018 clauses out of 20049 with flag 3255000/4040550
1751.26/914.02	c cleaning 9990 clauses out of 20031 with flag 3265000/4050550
1755.33/916.26	c cleaning 9988 clauses out of 20041 with flag 3275000/4060550
1759.51/918.43	c cleaning 10014 clauses out of 20055 with flag 3285002/4070552
1763.46/920.59	c cleaning 9996 clauses out of 20043 with flag 3295004/4080554
1767.65/922.76	c cleaning 10005 clauses out of 20043 with flag 3305000/4090550
1772.11/925.11	c cleaning 10005 clauses out of 20038 with flag 3315000/4100550
1776.48/927.48	c cleaning 10008 clauses out of 20035 with flag 3325002/4110552
1780.47/929.53	c cleaning 9975 clauses out of 20026 with flag 3335001/4120551
1784.45/931.67	c cleaning 10006 clauses out of 20051 with flag 3345001/4130551
1788.69/933.98	c cleaning 10007 clauses out of 20044 with flag 3355000/4140550
1792.66/936.10	c cleaning 10012 clauses out of 20041 with flag 3365004/4150554
1796.84/938.20	c cleaning 9988 clauses out of 20026 with flag 3375001/4160551
1799.82/939.81	c starts		: 261
1799.82/939.81	c conflicts		: 4168130
1799.82/939.81	c decisions		: 5578710
1799.82/939.81	c propagations		: 319149530
1799.82/939.81	c inspects		: 9086582937
1799.82/939.81	c shortcuts		: 0
1799.82/939.81	c learnt literals	: 0
1799.82/939.81	c learnt binary clauses	: 0
1799.82/939.81	c learnt ternary clauses	: 24
1799.82/939.81	c learnt constraints	: 4168130
1799.82/939.81	c ignored constraints	: 0
1799.82/939.81	c root simplifications	: 0
1799.82/939.81	c removed literals (reason simplification)	: 89550059
1799.82/939.81	c reason swapping (by a shorter reason)	: 0
1799.82/939.81	c Calls to reduceDB	: 421
1799.82/939.81	c number of reductions to clauses (during analyze)	: 0
1799.82/939.81	c number of learned constraints concerned by reduction	: 0
1799.82/939.81	c number of learning phase by resolution	: 0
1799.82/939.81	c number of learning phase by cutting planes	: 0
1799.82/939.81	c speed (assignments/second)	: 415469.5651721112
1799.82/939.81	c non guided choices	59
1799.82/939.82	c learnt constraints type 
1799.82/939.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17658
1799.82/939.82	c constraints type 
1799.82/939.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1799.82/939.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1799.82/939.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1799.82/939.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1681
1799.82/939.82	c constraints type 
1799.82/939.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
1799.82/939.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
1799.82/939.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
1799.82/939.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1681
1799.82/939.82	s SATISFIABLE
1799.82/939.82	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 x362 -x363 x364 x365 x366 -x367 -x368 -x369 -x370 -x371 x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 x394 -x395 x396 x397 x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 x417 -x418 -x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 x433 x434 -x435 x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 -x462 x463 -x464 -x465 x466 x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 x484 -x485 -x486 -x487 -x488 x489 -x490 -x491 x492 -x493 -x494 -x495 x496 -x497 -x498 -x499 -x500 -x501 -x502 x503 -x504 x505 -x506 -x507 -x508 x509 -x510 -x511 -x512 -x513 x514 -x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 x523 -x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 x535 x536 -x537 x538 -x539 -x540 
1799.82/939.82	c objective function=25049
1799.82/939.82	c Total wall clock time (in seconds): 939.699

Verifier Data

OK	25049

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3731919-1338683988/watcher-3731919-1338683988 -o /tmp/evaluation-result-3731919-1338683988/solver-3731919-1338683988 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3731919-1338683988.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.53 3.69 3.71 3/199 28673
/proc/meminfo: memFree=26580760/32873844 swapFree=7112/7112
[pid=28673] ppid=28671 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/28673/stat : 28673 (java) R 28671 28673 27163 0 -1 4202496 984 0 0 0 0 0 0 0 20 0 1 0 334524122 23793664 711 33554432000 1073741824 1073778376 140733655481728 140733655470792 273579816296 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28673/statm: 5809 711 526 9 0 128 0

[startup+0.0742309 s]
/proc/loadavg: 3.53 3.69 3.71 3/199 28673
/proc/meminfo: memFree=26580760/32873844 swapFree=7112/7112
[pid=28673] ppid=28671 vsize=11586364 CPUtime=0.06 cores=1,3,5,7
/proc/28673/stat : 28673 (java) S 28671 28673 27163 0 -1 4202496 3897 0 1 0 5 1 0 0 20 0 18 0 334524122 11864436736 12770 33554432000 1073741824 1073778376 140733655481728 140733655472864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28673/statm: 2896591 12770 1757 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586364

[startup+0.100234 s]
/proc/loadavg: 3.53 3.69 3.71 3/199 28673
/proc/meminfo: memFree=26580760/32873844 swapFree=7112/7112
[pid=28673] ppid=28671 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/28673/stat : 28673 (java) S 28671 28673 27163 0 -1 4202496 4670 0 1 0 8 1 0 0 20 0 18 0 334524122 11864465408 13524 33554432000 1073741824 1073778376 140733655481728 140733655472864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28673/statm: 2896598 13528 2083 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300293 s]
/proc/loadavg: 3.53 3.69 3.71 3/199 28673
/proc/meminfo: memFree=26580760/32873844 swapFree=7112/7112
[pid=28673] ppid=28671 vsize=11586392 CPUtime=0.47 cores=1,3,5,7
/proc/28673/stat : 28673 (java) S 28671 28673 27163 0 -1 4202496 5991 0 1 0 46 1 0 0 20 0 18 0 334524122 11864465408 16320 33554432000 1073741824 1073778376 140733655481728 140733655472864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28673/statm: 2896598 16320 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700273 s]
/proc/loadavg: 3.53 3.69 3.71 3/199 28673
/proc/meminfo: memFree=26580760/32873844 swapFree=7112/7112
[pid=28673] ppid=28671 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/28673/stat : 28673 (java) S 28671 28673 27163 0 -1 4202496 13205 0 1 0 145 6 0 0 20 0 19 0 334524122 12137111552 24104 33554432000 1073741824 1073778376 140733655481728 140733655472864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28673/statm: 2963162 24104 2261 9 0 2953849 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 11852648

[startup+1.50064 s]
/proc/loadavg: 3.53 3.69 3.71 7/221 28698
/proc/meminfo: memFree=26480284/32873844 swapFree=7112/7112
[pid=28673] ppid=28671 vsize=11852648 CPUtime=2.37 cores=1,3,5,7
/proc/28673/stat : 28673 (java) S 28671 28673 27163 0 -1 4202496 16407 0 1 0 228 9 0 0 20 0 22 0 334524122 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 140733655472864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28673/statm: 2963162 36445 2263 9 0 2953849 0
[pid=28673/tid=28675] ppid=28671 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/28673/task/28675/stat : 28675 (java) S 28671 28673 27163 0 -1 4202560 2879 0 1 0 37 2 0 0 20 0 22 0 334524123 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139654182098072 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28676] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28676/stat : 28676 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139654018861992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28677] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28677/stat : 28677 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139654017809448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28678] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28678/stat : 28678 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653948631720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28679] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28679/stat : 28679 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653947579176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28680] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28680/stat : 28680 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653946526120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28681] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28681/stat : 28681 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653945473576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28682] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28682/stat : 28682 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653944420520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28683] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28683/stat : 28683 (java) S 28671 28673 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653943367976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28684] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28684/stat : 28684 (java) S 28671 28673 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334524126 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653931170664 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28685] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28685/stat : 28685 (java) S 28671 28673 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653930116984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28686] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28686/stat : 28686 (java) S 28671 28673 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653929063816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28687] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28687/stat : 28687 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653928012560 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28688] ppid=28671 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/28673/task/28688/stat : 28688 (java) R 28671 28673 27163 0 -1 4202560 8016 0 0 0 62 1 0 0 20 0 22 0 334524129 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653926936680 139654186214866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28689] ppid=28671 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/28673/task/28689/stat : 28689 (java) S 28671 28673 27163 0 -1 4202560 4181 0 0 0 62 1 0 0 20 0 22 0 334524129 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653925906872 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28690] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28690/stat : 28690 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653924854008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28691] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28691/stat : 28691 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653923801672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28695] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28695/stat : 28695 (java) S 28671 28673 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334524164 12137111552 36445 33554432000 1073741824 1073778376 140733655481728 139653919589800 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 11852648

[startup+3.10083 s]
/proc/loadavg: 3.53 3.69 3.71 5/221 28701
/proc/meminfo: memFree=26251468/32873844 swapFree=7112/7112
[pid=28673] ppid=28671 vsize=11852648 CPUtime=6.13 cores=1,3,5,7
/proc/28673/stat : 28673 (java) S 28671 28673 27163 0 -1 4202496 18552 0 1 0 594 19 0 0 20 0 22 0 334524122 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 140733655472864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28673/statm: 2963162 137926 2291 9 0 2953849 0
[pid=28673/tid=28675] ppid=28671 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/28673/task/28675/stat : 28675 (java) S 28671 28673 27163 0 -1 4202560 2879 0 1 0 37 2 0 0 20 0 22 0 334524123 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139654182098072 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28676] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28676/stat : 28676 (java) S 28671 28673 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139654018861992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28677] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28677/stat : 28677 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139654017809448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28678] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28678/stat : 28678 (java) S 28671 28673 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653948631720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28679] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28679/stat : 28679 (java) S 28671 28673 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653947579176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28680] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28680/stat : 28680 (java) S 28671 28673 27163 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653946526120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28681] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28681/stat : 28681 (java) S 28671 28673 27163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653945473576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28682] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28682/stat : 28682 (java) S 28671 28673 27163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653944420520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28683] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28683/stat : 28683 (java) S 28671 28673 27163 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653943367976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28684] ppid=28671 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/28673/task/28684/stat : 28684 (java) S 28671 28673 27163 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 22 0 334524126 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653931170664 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28685] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28685/stat : 28685 (java) S 28671 28673 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653930116984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28686] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28686/stat : 28686 (java) S 28671 28673 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653929063816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28687] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28687/stat : 28687 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653928012560 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28688] ppid=28671 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/28673/task/28688/stat : 28688 (java) S 28671 28673 27163 0 -1 4202560 8471 0 0 0 89 2 0 0 20 0 22 0 334524129 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653926959416 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28689] ppid=28671 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/28673/task/28689/stat : 28689 (java) S 28671 28673 27163 0 -1 4202560 5607 0 0 0 95 2 0 0 20 0 22 0 334524129 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653925906872 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28690] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28690/stat : 28690 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653924854008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28691] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28691/stat : 28691 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653923801672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28695] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28695/stat : 28695 (java) S 28671 28673 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334524164 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653919589800 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28699] ppid=28671 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/28673/task/28699/stat : 28699 (java) R 28671 28673 27163 0 -1 4202560 8 0 0 0 158 0 0 0 20 0 22 0 334524264 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653922746696 139654033193143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28700] ppid=28671 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/28673/task/28700/stat : 28700 (java) R 28671 28673 27163 0 -1 4202560 200 0 0 0 150 8 0 0 20 0 22 0 334524264 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653921694400 139654033387919 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28701] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28701/stat : 28701 (java) S 28671 28673 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334524264 12137111552 137926 33554432000 1073741824 1073778376 140733655481728 139653920642728 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 11852648

[startup+6.30085 s]
/proc/loadavg: 3.57 3.70 3.71 4/221 28701
/proc/meminfo: memFree=26027244/32873844 swapFree=7112/7112
[pid=28673] ppid=28671 vsize=11852648 CPUtime=12.61 cores=1,3,5,7
/proc/28673/stat : 28673 (java) S 28671 28673 27163 0 -1 4202496 18707 0 1 0 1241 20 0 0 20 0 22 0 334524122 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 140733655472864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28673/statm: 2963162 139394 2291 9 0 2953849 0
[pid=28673/tid=28675] ppid=28671 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/28673/task/28675/stat : 28675 (java) S 28671 28673 27163 0 -1 4202560 2879 0 1 0 37 2 0 0 20 0 22 0 334524123 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139654182098072 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28676] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28676/stat : 28676 (java) S 28671 28673 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139654018861992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28677] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28677/stat : 28677 (java) S 28671 28673 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139654017809448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28678] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28678/stat : 28678 (java) S 28671 28673 27163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653948631720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28679] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28679/stat : 28679 (java) S 28671 28673 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653947579176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28680] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28680/stat : 28680 (java) S 28671 28673 27163 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653946526120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28681] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28681/stat : 28681 (java) S 28671 28673 27163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653945473576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28682] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28682/stat : 28682 (java) S 28671 28673 27163 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653944420520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28683] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28683/stat : 28683 (java) S 28671 28673 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334524125 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653943367976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28684] ppid=28671 vsize=11852648 CPUtime=0.15 cores=1,3,5,7
/proc/28673/task/28684/stat : 28684 (java) S 28671 28673 27163 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 22 0 334524126 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653931170664 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28685] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28685/stat : 28685 (java) S 28671 28673 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653930116984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28686] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28686/stat : 28686 (java) S 28671 28673 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653929063816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28687] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28687/stat : 28687 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653928012560 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28688] ppid=28671 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/28673/task/28688/stat : 28688 (java) S 28671 28673 27163 0 -1 4202560 8474 0 0 0 97 2 0 0 20 0 22 0 334524129 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653926959416 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28689] ppid=28671 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/28673/task/28689/stat : 28689 (java) S 28671 28673 27163 0 -1 4202560 5749 0 0 0 104 2 0 0 20 0 22 0 334524129 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653925906872 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28690] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28690/stat : 28690 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653924854008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28691] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28691/stat : 28691 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 139394 33554432000 1073741824 1073778376 140733655481728 139653923801672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

################
# More data... #
################

[pid=28673/tid=28679] ppid=28671 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/28673/task/28679/stat : 28679 (java) S 28671 28673 27163 0 -1 4202560 158 0 0 0 165 2 0 0 20 0 22 0 334524125 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653947579176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28680] ppid=28671 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/28673/task/28680/stat : 28680 (java) S 28671 28673 27163 0 -1 4202560 152 0 0 0 163 3 0 0 20 0 22 0 334524125 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653946526120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28681] ppid=28671 vsize=11852648 CPUtime=1.72 cores=1,3,5,7
/proc/28673/task/28681/stat : 28681 (java) S 28671 28673 27163 0 -1 4202560 171 0 0 0 172 0 0 0 20 0 22 0 334524125 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653945473576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28682] ppid=28671 vsize=11852648 CPUtime=1.74 cores=1,3,5,7
/proc/28673/task/28682/stat : 28682 (java) S 28671 28673 27163 0 -1 4202560 198 0 0 0 172 2 0 0 20 0 22 0 334524125 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653944420520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28683] ppid=28671 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/28673/task/28683/stat : 28683 (java) S 28671 28673 27163 0 -1 4202560 147 0 0 0 164 2 0 0 20 0 22 0 334524125 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653943367976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28684] ppid=28671 vsize=11852648 CPUtime=68.8 cores=1,3,5,7
/proc/28673/task/28684/stat : 28684 (java) S 28671 28673 27163 0 -1 4202560 170 0 0 0 6870 10 0 0 20 0 22 0 334524126 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653931170664 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28685] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28685/stat : 28685 (java) S 28671 28673 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653930116984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28686] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28686/stat : 28686 (java) S 28671 28673 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653929063816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28687] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28687/stat : 28687 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653928012560 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28688] ppid=28671 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/28673/task/28688/stat : 28688 (java) S 28671 28673 27163 0 -1 4202560 8496 0 0 0 107 2 0 0 20 0 22 0 334524129 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653926959416 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28689] ppid=28671 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/28673/task/28689/stat : 28689 (java) S 28671 28673 27163 0 -1 4202560 10420 0 0 0 151 2 0 0 20 0 22 0 334524129 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653925906872 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28690] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28690/stat : 28690 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653924854008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28691] ppid=28671 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/28673/task/28691/stat : 28691 (java) S 28671 28673 27163 0 -1 4202560 46 0 0 0 22 19 0 0 20 0 22 0 334524129 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653923801672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28695] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28695/stat : 28695 (java) S 28671 28673 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334524164 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653919589800 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28721] ppid=28671 vsize=11852648 CPUtime=586.08 cores=1,3,5,7
/proc/28673/task/28721/stat : 28721 (java) R 28671 28673 27163 0 -1 4202560 101 0 0 0 58599 9 0 0 20 0 22 0 334541287 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653921694672 139654033123616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28722] ppid=28671 vsize=11852648 CPUtime=586.04 cores=1,3,5,7
/proc/28673/task/28722/stat : 28722 (java) R 28671 28673 27163 0 -1 4202560 98 0 0 0 58594 10 0 0 20 0 22 0 334541287 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653922745104 139654033223540 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28723] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28723/stat : 28723 (java) S 28671 28673 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334541287 12137111552 299592 33554432000 1073741824 1073778376 140733655481728 139653920642472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1577.51
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.76 3.72 3.69 4/221 28881
/proc/meminfo: memFree=26121436/32873844 swapFree=7112/7112
[pid=28673] ppid=28671 vsize=11852648 CPUtime=1691.05 cores=1,3,5,7
/proc/28673/stat : 28673 (java) S 28671 28673 27163 0 -1 4202496 25630 0 1 0 169015 90 0 0 20 0 22 0 334524122 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 140733655472864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28673/statm: 2963162 300727 2292 9 0 2953849 0
[pid=28673/tid=28675] ppid=28671 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/28673/task/28675/stat : 28675 (java) S 28671 28673 27163 0 -1 4202560 3064 0 1 0 42 5 0 0 20 0 22 0 334524123 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139654182097784 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28676] ppid=28671 vsize=11852648 CPUtime=1.73 cores=1,3,5,7
/proc/28673/task/28676/stat : 28676 (java) S 28671 28673 27163 0 -1 4202560 154 0 0 0 171 2 0 0 20 0 22 0 334524125 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139654018861992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28677] ppid=28671 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/28673/task/28677/stat : 28677 (java) S 28671 28673 27163 0 -1 4202560 169 0 0 0 179 2 0 0 20 0 22 0 334524125 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139654017809448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28678] ppid=28671 vsize=11852648 CPUtime=1.87 cores=1,3,5,7
/proc/28673/task/28678/stat : 28678 (java) S 28671 28673 27163 0 -1 4202560 166 0 0 0 185 2 0 0 20 0 22 0 334524125 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653948631720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28679] ppid=28671 vsize=11852648 CPUtime=1.84 cores=1,3,5,7
/proc/28673/task/28679/stat : 28679 (java) S 28671 28673 27163 0 -1 4202560 171 0 0 0 182 2 0 0 20 0 22 0 334524125 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653947579176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28680] ppid=28671 vsize=11852648 CPUtime=1.82 cores=1,3,5,7
/proc/28673/task/28680/stat : 28680 (java) S 28671 28673 27163 0 -1 4202560 162 0 0 0 179 3 0 0 20 0 22 0 334524125 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653946526120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28681] ppid=28671 vsize=11852648 CPUtime=1.89 cores=1,3,5,7
/proc/28673/task/28681/stat : 28681 (java) S 28671 28673 27163 0 -1 4202560 189 0 0 0 189 0 0 0 20 0 22 0 334524125 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653945473576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28682] ppid=28671 vsize=11852648 CPUtime=1.89 cores=1,3,5,7
/proc/28673/task/28682/stat : 28682 (java) S 28671 28673 27163 0 -1 4202560 205 0 0 0 187 2 0 0 20 0 22 0 334524125 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653944420520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28683] ppid=28671 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/28673/task/28683/stat : 28683 (java) S 28671 28673 27163 0 -1 4202560 172 0 0 0 179 2 0 0 20 0 22 0 334524125 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653943367976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28684] ppid=28671 vsize=11852648 CPUtime=75.76 cores=1,3,5,7
/proc/28673/task/28684/stat : 28684 (java) R 28671 28673 27163 0 -1 4202560 176 0 0 0 7566 10 0 0 20 0 22 0 334524126 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653931169640 139654188952858 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28685] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28685/stat : 28685 (java) S 28671 28673 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653930116984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28686] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28686/stat : 28686 (java) S 28671 28673 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653929063816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28687] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28687/stat : 28687 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653928012560 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28688] ppid=28671 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/28673/task/28688/stat : 28688 (java) S 28671 28673 27163 0 -1 4202560 8496 0 0 0 107 2 0 0 20 0 22 0 334524129 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653926959416 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28689] ppid=28671 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/28673/task/28689/stat : 28689 (java) S 28671 28673 27163 0 -1 4202560 10420 0 0 0 151 2 0 0 20 0 22 0 334524129 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653925906872 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28690] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28690/stat : 28690 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653924854008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28691] ppid=28671 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/28673/task/28691/stat : 28691 (java) S 28671 28673 27163 0 -1 4202560 50 0 0 0 24 20 0 0 20 0 22 0 334524129 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653923801672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28695] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28695/stat : 28695 (java) S 28671 28673 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334524164 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653919589800 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28721] ppid=28671 vsize=11852648 CPUtime=638.6 cores=1,3,5,7
/proc/28673/task/28721/stat : 28721 (java) S 28671 28673 27163 0 -1 4202560 106 0 0 0 63850 10 0 0 20 0 22 0 334541287 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653921694792 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28722] ppid=28671 vsize=11852648 CPUtime=638.55 cores=1,3,5,7
/proc/28673/task/28722/stat : 28722 (java) S 28671 28673 27163 0 -1 4202560 100 0 0 0 63844 11 0 0 20 0 22 0 334541287 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653922745192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28723] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28723/stat : 28723 (java) S 28671 28673 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334541287 12137111552 300727 33554432000 1073741824 1073778376 140733655481728 139653920642472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1691.05
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+939.801 s]
/proc/loadavg: 3.80 3.74 3.70 5/221 28884
/proc/meminfo: memFree=26073844/32873844 swapFree=7112/7112
[pid=28673] ppid=28671 vsize=11852648 CPUtime=1799.82 cores=1,3,5,7
/proc/28673/stat : 28673 (java) S 28671 28673 27163 0 -1 4202496 25780 0 1 0 179889 93 0 0 20 0 22 0 334524122 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 140733655472864 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28673/statm: 2963162 302892 2292 9 0 2953849 0
[pid=28673/tid=28675] ppid=28671 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/28673/task/28675/stat : 28675 (java) S 28671 28673 27163 0 -1 4202560 3082 0 1 0 42 5 0 0 20 0 22 0 334524123 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139654182098072 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28676] ppid=28671 vsize=11852648 CPUtime=1.86 cores=1,3,5,7
/proc/28673/task/28676/stat : 28676 (java) S 28671 28673 27163 0 -1 4202560 162 0 0 0 184 2 0 0 20 0 22 0 334524125 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139654018861992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28677] ppid=28671 vsize=11852648 CPUtime=1.95 cores=1,3,5,7
/proc/28673/task/28677/stat : 28677 (java) S 28671 28673 27163 0 -1 4202560 187 0 0 0 193 2 0 0 20 0 22 0 334524125 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139654017809448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28678] ppid=28671 vsize=11852648 CPUtime=1.99 cores=1,3,5,7
/proc/28673/task/28678/stat : 28678 (java) S 28671 28673 27163 0 -1 4202560 184 0 0 0 197 2 0 0 20 0 22 0 334524125 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653948631720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28679] ppid=28671 vsize=11852648 CPUtime=1.97 cores=1,3,5,7
/proc/28673/task/28679/stat : 28679 (java) S 28671 28673 27163 0 -1 4202560 188 0 0 0 194 3 0 0 20 0 22 0 334524125 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653947579176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28680] ppid=28671 vsize=11852648 CPUtime=1.93 cores=1,3,5,7
/proc/28673/task/28680/stat : 28680 (java) S 28671 28673 27163 0 -1 4202560 172 0 0 0 190 3 0 0 20 0 22 0 334524125 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653946526120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28681] ppid=28671 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/28673/task/28681/stat : 28681 (java) S 28671 28673 27163 0 -1 4202560 206 0 0 0 201 1 0 0 20 0 22 0 334524125 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653945473576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28682] ppid=28671 vsize=11852648 CPUtime=2 cores=1,3,5,7
/proc/28673/task/28682/stat : 28682 (java) S 28671 28673 27163 0 -1 4202560 220 0 0 0 198 2 0 0 20 0 22 0 334524125 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653944420520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28683] ppid=28671 vsize=11852648 CPUtime=1.92 cores=1,3,5,7
/proc/28673/task/28683/stat : 28683 (java) S 28671 28673 27163 0 -1 4202560 186 0 0 0 190 2 0 0 20 0 22 0 334524125 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653943367976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28684] ppid=28671 vsize=11852648 CPUtime=82.38 cores=1,3,5,7
/proc/28673/task/28684/stat : 28684 (java) S 28671 28673 27163 0 -1 4202560 182 0 0 0 8228 10 0 0 20 0 22 0 334524126 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653931170664 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28685] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28685/stat : 28685 (java) S 28671 28673 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653930116984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28686] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28686/stat : 28686 (java) S 28671 28673 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334524127 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653929063816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28687] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28687/stat : 28687 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653928012560 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28688] ppid=28671 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/28673/task/28688/stat : 28688 (java) S 28671 28673 27163 0 -1 4202560 8496 0 0 0 107 2 0 0 20 0 22 0 334524129 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653926959416 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28673/tid=28689] ppid=28671 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/28673/task/28689/stat : 28689 (java) S 28671 28673 27163 0 -1 4202560 10420 0 0 0 151 2 0 0 20 0 22 0 334524129 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653925906872 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28690] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28690/stat : 28690 (java) S 28671 28673 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334524129 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653924854008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28673/tid=28691] ppid=28671 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/28673/task/28691/stat : 28691 (java) S 28671 28673 27163 0 -1 4202560 52 0 0 0 25 21 0 0 20 0 22 0 334524129 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653923801672 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28695] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28695/stat : 28695 (java) S 28671 28673 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334524164 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653919589800 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28721] ppid=28671 vsize=11852648 CPUtime=689.07 cores=1,3,5,7
/proc/28673/task/28721/stat : 28721 (java) R 28671 28673 27163 0 -1 4202560 111 0 0 0 68896 11 0 0 20 0 22 0 334541287 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653921694672 139654033193143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28673/tid=28722] ppid=28671 vsize=11852648 CPUtime=688.99 cores=1,3,5,7
/proc/28673/task/28722/stat : 28722 (java) R 28671 28673 27163 0 -1 4202560 102 0 0 0 68886 13 0 0 20 0 22 0 334541287 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653922745072 139654033262775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28673/tid=28723] ppid=28671 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/28673/task/28723/stat : 28723 (java) S 28671 28673 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334541287 12137111552 302892 33554432000 1073741824 1073778376 140733655481728 139653920642472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.82
Current children cumulated vsize (KiB) 11852648

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28673 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=259079
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=281805
# CPU time returned by wait4() is 1796.54
# while last known CPU time is 1799.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.359978
#  lost CPU user time (s): 0.399986
#  lost CPU system time (s): -0.04

Real time (s): 939.846
CPU time (s): 1800.18
CPU user time (s): 1799.29
CPU system time (s): 0.89
CPU usage (%): 191.54
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.26
system time used= 1.2818
maximum resident set size= 1211684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25813
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34355
involuntary context switches= 38289

runsolver used 4.07238 second user time and 8.96264 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 02:39:48
IDJOB=3731919
IDBENCH=2010
IDSOLVER=2328
FILE ID=node132/3731919-1338683988
RUNJOBID= node132-1338678626-27183
PBS_JOBID= 14636681
Free space on /tmp= 71216 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731919-1338683988/watcher-3731919-1338683988 -o /tmp/evaluation-result-3731919-1338683988/solver-3731919-1338683988 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3731919-1338683988.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=1939850863

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26580388 kB
Buffers:          599220 kB
Cached:          3070624 kB
SwapCached:         2292 kB
Active:          3251840 kB
Inactive:        2119160 kB
Active(anon):    1693496 kB
Inactive(anon):     7120 kB
Active(file):    1558344 kB
Inactive(file):  2112040 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       1779188 kB
Mapped:            19304 kB
Shmem:                 8 kB
Slab:             774576 kB
SReclaimable:     215768 kB
SUnreclaim:       558808 kB
KernelStack:        1816 kB
PageTables:         7248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1724416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71216 MiB
End job on node132 at 2012-06-03 02:55:30