Trace number 3687800

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)192 1800.07 941.764

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32b1.opb
MD5SUMeb2e849a72ed563d78cdb83a394edb27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark9.32758
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved YES
Number of variables456
Total number of constraints1602
Number of constraints which are clauses1602
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 456
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 456
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 456
Number of bits of the biggest sum of numbers9
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687800-1337873870.opb
0.09/0.11	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.165s.
0.27/0.28	c declared #vars     456
0.27/0.28	c #constraints  1602
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1476
0.27/0.28	c 1602 constraints processed.
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1476
0.27/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 126
0.27/0.28	c 1602 constraints processed.
0.27/0.28	c objective function length is 456 literals
0.54/0.32	c  And the winner is solver0
0.69/0.78	c SATISFIABLE
0.69/0.78	c OPTIMIZING...
0.69/0.78	c Got one! Elapsed wall clock time (in seconds):0.668
0.69/0.78	o 226
0.72/0.80	c  And the winner is solver0
0.76/1.29	c Got one! Elapsed wall clock time (in seconds):1.174
0.76/1.29	o 225
0.78/1.30	c  And the winner is solver0
0.79/1.79	c Got one! Elapsed wall clock time (in seconds):1.677
0.79/1.79	o 223
0.81/1.80	c  And the winner is solver0
0.84/2.29	c Got one! Elapsed wall clock time (in seconds):2.18
0.84/2.29	o 222
0.85/2.30	c  And the winner is solver0
0.86/2.80	c Got one! Elapsed wall clock time (in seconds):2.684
0.86/2.80	o 219
0.86/2.80	c  And the winner is solver0
0.96/3.30	c Got one! Elapsed wall clock time (in seconds):3.187
0.96/3.30	o 218
0.96/3.31	c  And the winner is solver0
0.99/3.80	c Got one! Elapsed wall clock time (in seconds):3.689
0.99/3.80	o 217
0.99/3.81	c  And the winner is solver0
1.01/4.30	c Got one! Elapsed wall clock time (in seconds):4.191
1.01/4.30	o 216
1.01/4.31	c  And the winner is solver0
1.02/4.81	c Got one! Elapsed wall clock time (in seconds):4.693
1.02/4.81	o 215
1.02/4.86	c  And the winner is solver0
1.31/5.31	c Got one! Elapsed wall clock time (in seconds):5.195
1.31/5.31	o 214
1.31/5.32	c  And the winner is solver0
1.31/5.81	c Got one! Elapsed wall clock time (in seconds):5.697
1.31/5.81	o 213
1.31/5.84	c  And the winner is solver0
1.84/6.31	c Got one! Elapsed wall clock time (in seconds):6.198
1.84/6.31	o 212
1.84/6.32	c  And the winner is solver0
1.89/6.81	c Got one! Elapsed wall clock time (in seconds):6.699
1.89/6.81	o 211
1.89/6.83	c  And the winner is solver0
1.97/7.31	c Got one! Elapsed wall clock time (in seconds):7.201
1.97/7.31	o 210
1.97/7.32	c  And the winner is solver0
2.02/7.82	c Got one! Elapsed wall clock time (in seconds):7.702
2.02/7.82	o 209
2.02/7.82	c  And the winner is solver0
2.03/8.32	c Got one! Elapsed wall clock time (in seconds):8.203
2.03/8.32	o 208
2.03/8.39	c  And the winner is solver0
2.29/8.82	c Got one! Elapsed wall clock time (in seconds):8.705
2.29/8.82	o 207
2.29/8.84	c  And the winner is solver0
2.34/9.32	c Got one! Elapsed wall clock time (in seconds):9.206
2.34/9.32	o 206
2.34/9.34	c  And the winner is solver0
2.40/9.82	c Got one! Elapsed wall clock time (in seconds):9.707
2.40/9.82	o 205
2.40/9.85	c  And the winner is solver0
2.48/10.32	c Got one! Elapsed wall clock time (in seconds):10.209
2.48/10.32	o 204
2.48/10.35	c  And the winner is solver0
2.57/10.82	c Got one! Elapsed wall clock time (in seconds):10.71
2.57/10.82	o 203
2.57/10.84	c  And the winner is solver0
2.61/11.32	c Got one! Elapsed wall clock time (in seconds):11.211
2.61/11.32	o 202
2.61/11.33	c  And the winner is solver0
2.67/11.83	c Got one! Elapsed wall clock time (in seconds):11.712
2.67/11.83	o 198
2.67/11.84	c  And the winner is solver0
2.72/12.33	c Got one! Elapsed wall clock time (in seconds):12.213
2.72/12.33	o 197
2.72/12.35	c  And the winner is solver0
2.77/12.83	c Got one! Elapsed wall clock time (in seconds):12.714
2.77/12.83	o 196
3.44/13.15	c cleaning 4133 clauses out of 8266 with flag 4001/8266
4.69/13.65	c cleaning 5066 clauses out of 10132 with flag 10000/14265
5.49/14.10	c cleaning 6036 clauses out of 12072 with flag 17006/21271
5.70/14.17	c  And the winner is solver0
5.88/14.33	c Got one! Elapsed wall clock time (in seconds):14.216
5.88/14.33	o 195
6.41/14.63	c cleaning 5575 clauses out of 11166 with flag 5001/26401
7.19/15.07	c cleaning 5787 clauses out of 11596 with flag 11006/32406
8.18/15.55	c cleaning 6397 clauses out of 12804 with flag 18001/39401
9.37/16.12	c cleaning 7200 clauses out of 14406 with flag 26000/47400
10.71/16.80	c cleaning 8101 clauses out of 16206 with flag 35000/56400
12.03/17.58	c cleaning 9052 clauses out of 18105 with flag 45000/66400
13.18/18.19	c  And the winner is solver1
13.36/18.41	c Got one! Elapsed wall clock time (in seconds):18.292
13.36/18.41	o 194
14.13/18.81	c cleaning 11062 clauses out of 22124 with flag 5004/79471
14.88/19.24	c cleaning 8529 clauses out of 17058 with flag 11000/85467
15.82/19.75	c cleaning 7760 clauses out of 15533 with flag 18004/92471
16.70/20.22	c  And the winner is solver0
16.78/20.41	c Got one! Elapsed wall clock time (in seconds):20.294
16.78/20.41	o 193
17.37/20.79	c cleaning 9321 clauses out of 18654 with flag 5000/103352
18.29/21.20	c cleaning 7657 clauses out of 15335 with flag 11002/109354
19.01/21.67	c cleaning 7331 clauses out of 14676 with flag 18000/116352
20.13/22.22	c cleaning 7671 clauses out of 15348 with flag 26003/124355
21.20/22.86	c cleaning 8330 clauses out of 16674 with flag 35000/133352
22.52/23.57	c cleaning 9173 clauses out of 18345 with flag 45001/143353
24.02/24.36	c cleaning 10085 clauses out of 20171 with flag 56000/154352
25.74/25.22	c cleaning 11042 clauses out of 22087 with flag 68001/166353
27.58/26.25	c cleaning 12015 clauses out of 24045 with flag 81001/179353
29.69/27.35	c cleaning 13014 clauses out of 26029 with flag 95000/193352
31.79/28.47	c cleaning 14008 clauses out of 28016 with flag 110001/208353
34.10/29.66	c cleaning 15003 clauses out of 30007 with flag 126000/224352
36.54/30.99	c cleaning 16000 clauses out of 32004 with flag 143000/241352
39.45/32.42	c cleaning 17003 clauses out of 34005 with flag 161001/259353
42.32/34.00	c cleaning 18001 clauses out of 36002 with flag 180001/278353
45.44/35.59	c cleaning 18998 clauses out of 38001 with flag 200001/298353
48.82/37.37	c cleaning 19996 clauses out of 40002 with flag 221000/319352
52.66/39.33	c cleaning 20991 clauses out of 42006 with flag 243000/341352
56.30/41.29	c cleaning 21999 clauses out of 44017 with flag 266002/364354
60.34/43.32	c cleaning 23006 clauses out of 46016 with flag 290000/388352
64.70/45.68	c cleaning 23997 clauses out of 48010 with flag 315000/413352
69.13/47.99	c cleaning 24993 clauses out of 50013 with flag 341000/439352
74.22/50.54	c cleaning 26011 clauses out of 52021 with flag 368001/466353
79.05/53.03	c cleaning 26995 clauses out of 54010 with flag 396001/494353
84.77/56.04	c cleaning 27999 clauses out of 56014 with flag 425000/523352
89.95/58.76	c cleaning 28998 clauses out of 58015 with flag 455000/553352
95.61/61.68	c cleaning 29995 clauses out of 60020 with flag 486003/584355
101.44/64.66	c cleaning 31006 clauses out of 62022 with flag 518000/616352
107.29/67.73	c cleaning 32007 clauses out of 64017 with flag 551001/649353
112.86/70.69	c cleaning 33001 clauses out of 66009 with flag 585000/683352
118.44/73.60	c cleaning 34005 clauses out of 68009 with flag 620001/718353
125.02/76.99	c cleaning 35002 clauses out of 70004 with flag 656001/754353
131.65/80.49	c cleaning 35996 clauses out of 72002 with flag 693001/791353
138.80/84.13	c cleaning 37002 clauses out of 74005 with flag 731000/829352
145.74/87.75	c cleaning 38002 clauses out of 76004 with flag 770001/868353
152.27/91.12	c cleaning 39001 clauses out of 78001 with flag 810000/908352
159.87/95.11	c cleaning 39990 clauses out of 80000 with flag 851000/949352
168.83/99.76	c cleaning 41003 clauses out of 82011 with flag 893001/991353
177.57/104.27	c cleaning 42002 clauses out of 84008 with flag 936001/1034353
186.51/108.90	c cleaning 43003 clauses out of 86006 with flag 980001/1078353
195.67/113.65	c cleaning 43989 clauses out of 88003 with flag 1025001/1123353
205.81/118.83	c cleaning 45000 clauses out of 90014 with flag 1071001/1169353
216.53/124.33	c cleaning 46007 clauses out of 92014 with flag 1118001/1216353
218.82/125.69	c  And the winner is solver0
218.83/126.15	c Got one! Elapsed wall clock time (in seconds):126.039
218.83/126.15	o 192
220.91/127.23	c cleaning 31565 clauses out of 63145 with flag 5000/1233491
222.44/128.29	c cleaning 18784 clauses out of 37580 with flag 11000/1239491
223.96/129.10	c cleaning 12893 clauses out of 25797 with flag 18001/1246492
225.28/129.96	c cleaning 10441 clauses out of 20904 with flag 26001/1254492
226.59/130.80	c cleaning 9721 clauses out of 19466 with flag 35004/1263495
228.34/131.86	c cleaning 9860 clauses out of 19741 with flag 45000/1273491
230.05/132.82	c cleaning 10434 clauses out of 20881 with flag 56000/1284491
231.74/133.89	c cleaning 11216 clauses out of 22447 with flag 68000/1296491
233.84/135.01	c cleaning 12114 clauses out of 24231 with flag 81000/1309491
236.00/136.40	c cleaning 13045 clauses out of 26120 with flag 95003/1323494
238.29/137.66	c cleaning 14032 clauses out of 28072 with flag 110000/1338491
240.57/138.95	c cleaning 15017 clauses out of 30040 with flag 126000/1354491
243.07/140.39	c cleaning 16009 clauses out of 32023 with flag 143000/1371491
246.19/142.12	c cleaning 17002 clauses out of 34014 with flag 161000/1389491
249.48/143.97	c cleaning 18008 clauses out of 36015 with flag 180003/1408494
252.59/145.70	c cleaning 18985 clauses out of 38004 with flag 200000/1428491
256.07/147.52	c cleaning 20008 clauses out of 40020 with flag 221001/1449492
259.81/149.68	c cleaning 20998 clauses out of 42011 with flag 243000/1471491
263.48/151.63	c cleaning 22000 clauses out of 44014 with flag 266001/1494492
267.17/153.61	c cleaning 22998 clauses out of 46013 with flag 290000/1518491
271.25/155.85	c cleaning 24004 clauses out of 48015 with flag 315000/1543491
277.60/159.30	c cleaning 25006 clauses out of 50011 with flag 341000/1569491
283.72/162.48	c cleaning 26000 clauses out of 52006 with flag 368001/1596492
287.60/164.55	c cleaning 26996 clauses out of 54005 with flag 396000/1624491
291.88/166.86	c cleaning 27999 clauses out of 56009 with flag 425000/1653491
296.80/169.53	c cleaning 29001 clauses out of 58010 with flag 455000/1683491
302.12/172.30	c cleaning 30005 clauses out of 60010 with flag 486001/1714492
307.06/174.97	c cleaning 30999 clauses out of 62005 with flag 518001/1746492
312.75/177.94	c cleaning 31993 clauses out of 64006 with flag 551001/1779492
318.67/181.18	c cleaning 32997 clauses out of 66013 with flag 585001/1813492
324.54/184.25	c cleaning 34002 clauses out of 68015 with flag 620000/1848491
331.05/187.60	c cleaning 35001 clauses out of 70013 with flag 656000/1884491
337.15/190.82	c cleaning 36004 clauses out of 72013 with flag 693001/1921492
343.63/194.33	c cleaning 36998 clauses out of 74009 with flag 731001/1959492
350.12/197.75	c cleaning 37997 clauses out of 76010 with flag 770000/1998491
356.18/200.96	c cleaning 39004 clauses out of 78013 with flag 810000/2038491
362.82/204.42	c cleaning 40004 clauses out of 80009 with flag 851000/2079491
369.47/208.06	c cleaning 40987 clauses out of 82005 with flag 893000/2121491
376.52/211.74	c cleaning 41998 clauses out of 84018 with flag 936000/2164491
383.57/215.49	c cleaning 43009 clauses out of 86023 with flag 980003/2208494
392.43/220.04	c cleaning 44006 clauses out of 88013 with flag 1025002/2253493
401.25/224.78	c cleaning 45000 clauses out of 90005 with flag 1071000/2299491
409.69/229.13	c cleaning 46000 clauses out of 92005 with flag 1118000/2346491
418.15/233.52	c cleaning 46992 clauses out of 94007 with flag 1166002/2394493
425.80/237.56	c cleaning 48007 clauses out of 96014 with flag 1215001/2443492
433.61/241.78	c cleaning 48997 clauses out of 98006 with flag 1265000/2493491
442.25/246.23	c cleaning 50002 clauses out of 100009 with flag 1316000/2544491
450.90/250.78	c cleaning 50996 clauses out of 102007 with flag 1368000/2596491
459.92/255.47	c cleaning 51999 clauses out of 104012 with flag 1421001/2649492
469.76/260.62	c cleaning 53000 clauses out of 106012 with flag 1475000/2703491
478.59/265.21	c cleaning 54006 clauses out of 108012 with flag 1530000/2758491
488.43/270.37	c cleaning 55004 clauses out of 110008 with flag 1586002/2814493
499.26/275.94	c cleaning 55999 clauses out of 112003 with flag 1643001/2871492
509.49/281.36	c cleaning 57002 clauses out of 114004 with flag 1701001/2929492
520.79/287.14	c cleaning 57992 clauses out of 116001 with flag 1760000/2988491
534.12/293.91	c cleaning 58996 clauses out of 118009 with flag 1820000/3048491
549.25/301.63	c cleaning 59998 clauses out of 120014 with flag 1881001/3109492
562.51/308.58	c cleaning 61002 clauses out of 122015 with flag 1943000/3171491
578.98/316.90	c cleaning 61993 clauses out of 124013 with flag 2006000/3234491
595.40/325.71	c cleaning 62996 clauses out of 126020 with flag 2070000/3298491
613.92/335.28	c cleaning 64006 clauses out of 128024 with flag 2135000/3363491
630.14/343.55	c cleaning 64998 clauses out of 130018 with flag 2201000/3429491
645.55/351.42	c cleaning 66004 clauses out of 132020 with flag 2268000/3496491
658.15/357.97	c cleaning 67009 clauses out of 134017 with flag 2336001/3564492
671.94/365.10	c cleaning 68004 clauses out of 136007 with flag 2405000/3633491
686.51/372.64	c cleaning 69002 clauses out of 138003 with flag 2475000/3703491
700.29/379.77	c cleaning 69992 clauses out of 140001 with flag 2546000/3774491
716.18/387.83	c cleaning 71002 clauses out of 142009 with flag 2618000/3846491
731.50/395.80	c cleaning 71997 clauses out of 144008 with flag 2691001/3919492
745.87/403.25	c cleaning 72993 clauses out of 146011 with flag 2765001/3993492
761.43/411.21	c cleaning 73999 clauses out of 148017 with flag 2840000/4068491
777.40/419.41	c cleaning 75001 clauses out of 150019 with flag 2916001/4144492
794.40/428.22	c cleaning 76007 clauses out of 152019 with flag 2993002/4221493
811.97/437.25	c cleaning 76999 clauses out of 154010 with flag 3071000/4299491
827.96/445.48	c cleaning 78006 clauses out of 156011 with flag 3150000/4378491
845.38/454.34	c cleaning 79000 clauses out of 158005 with flag 3230000/4458491
863.01/463.42	c cleaning 80003 clauses out of 160005 with flag 3311000/4539491
882.92/473.56	c cleaning 80998 clauses out of 162002 with flag 3393000/4621491
901.81/483.11	c cleaning 81988 clauses out of 164004 with flag 3476000/4704491
917.90/491.38	c cleaning 83004 clauses out of 166017 with flag 3560001/4788492
933.70/499.58	c cleaning 83999 clauses out of 168012 with flag 3645000/4873491
952.06/508.98	c cleaning 85005 clauses out of 170013 with flag 3731000/4959491
968.46/517.39	c cleaning 86004 clauses out of 172008 with flag 3818000/5046491
998.84/532.76	c cleaning 86992 clauses out of 174005 with flag 3906001/5134492
1015.16/541.28	c cleaning 88002 clauses out of 176013 with flag 3995001/5223492
1036.89/552.34	c cleaning 88999 clauses out of 178011 with flag 4085001/5313492
1058.66/563.43	c cleaning 89998 clauses out of 180011 with flag 4176000/5404491
1077.42/573.06	c cleaning 90997 clauses out of 182014 with flag 4268001/5496492
1094.29/581.88	c cleaning 92004 clauses out of 184017 with flag 4361001/5589492
1115.62/592.76	c cleaning 93005 clauses out of 186012 with flag 4455000/5683491
1135.19/602.78	c cleaning 93996 clauses out of 188007 with flag 4550000/5778491
1155.52/613.19	c cleaning 95003 clauses out of 190011 with flag 4646000/5874491
1176.17/623.81	c cleaning 95995 clauses out of 192009 with flag 4743001/5971492
1197.31/634.63	c cleaning 97003 clauses out of 194013 with flag 4841000/6069491
1219.42/645.99	c cleaning 98006 clauses out of 196011 with flag 4940001/6168492
1240.95/656.90	c cleaning 98987 clauses out of 198004 with flag 5040000/6268491
1264.01/668.77	c cleaning 100008 clauses out of 200017 with flag 5141000/6369491
1286.92/680.47	c cleaning 101005 clauses out of 202010 with flag 5243001/6471492
1312.44/693.41	c cleaning 101996 clauses out of 204005 with flag 5346001/6574492
1338.00/706.40	c cleaning 102997 clauses out of 206009 with flag 5450001/6678492
1362.96/719.25	c cleaning 104005 clauses out of 208012 with flag 5555001/6783492
1384.71/730.37	c cleaning 104997 clauses out of 210006 with flag 5661000/6889491
1406.03/741.26	c cleaning 106003 clauses out of 212009 with flag 5768000/6996491
1429.20/753.03	c cleaning 106994 clauses out of 214006 with flag 5876000/7104491
1453.04/765.34	c cleaning 108004 clauses out of 216012 with flag 5985000/7213491
1476.00/777.03	c cleaning 108996 clauses out of 218009 with flag 6095001/7323492
1500.54/789.58	c cleaning 110003 clauses out of 220013 with flag 6206001/7434492
1525.29/802.16	c cleaning 110990 clauses out of 222010 with flag 6318001/7546492
1552.28/815.94	c cleaning 112007 clauses out of 224022 with flag 6431003/7659494
1584.24/832.02	c cleaning 112997 clauses out of 226014 with flag 6545002/7773493
1610.74/845.46	c cleaning 114007 clauses out of 228016 with flag 6660001/7888492
1635.05/857.83	c cleaning 114993 clauses out of 230009 with flag 6776001/8004492
1661.70/871.52	c cleaning 116002 clauses out of 232016 with flag 6893001/8121492
1688.28/885.06	c cleaning 117007 clauses out of 234013 with flag 7011000/8239491
1716.85/899.57	c cleaning 117993 clauses out of 236009 with flag 7130003/8358494
1745.00/913.89	c cleaning 119005 clauses out of 238013 with flag 7250000/8478491
1776.65/929.93	c cleaning 119989 clauses out of 240009 with flag 7371001/8599492
1799.88/941.71	c starts		: 405
1799.88/941.71	c conflicts		: 8701851
1799.88/941.71	c decisions		: 14642218
1799.88/941.71	c propagations		: 117143400
1799.88/941.71	c inspects		: 4381963152
1799.88/941.71	c shortcuts		: 0
1799.88/941.71	c learnt literals	: 0
1799.88/941.71	c learnt binary clauses	: 0
1799.88/941.71	c learnt ternary clauses	: 10
1799.88/941.71	c learnt constraints	: 8701852
1799.88/941.71	c ignored constraints	: 0
1799.88/941.71	c root simplifications	: 0
1799.88/941.71	c removed literals (reason simplification)	: 1324325667
1799.88/941.71	c reason swapping (by a shorter reason)	: 0
1799.88/941.71	c Calls to reduceDB	: 172
1799.88/941.71	c number of reductions to clauses (during analyze)	: 0
1799.88/941.71	c number of learned constraints concerned by reduction	: 0
1799.88/941.71	c number of learning phase by resolution	: 0
1799.88/941.71	c number of learning phase by cutting planes	: 0
1799.88/941.71	c speed (assignments/second)	: 126874.16062315338
1799.88/941.71	c non guided choices	0
1799.88/941.74	c learnt constraints type 
1799.88/941.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 222573
1799.88/941.74	c constraints type 
1799.88/941.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126
1799.88/941.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.88/941.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1476
1799.88/941.74	c 1603 constraints processed.
1799.88/941.74	c constraints type 
1799.88/941.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1476
1799.88/941.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 126
1799.88/941.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.88/941.74	c 1603 constraints processed.
1799.88/941.74	s SATISFIABLE
1799.88/941.74	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 
1799.88/941.74	c objective function=192
1799.88/941.74	c Total wall clock time (in seconds): 941.63

Verifier Data

OK	192

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-3687800-1337873870/watcher-3687800-1337873870 -o /tmp/evaluation-result-3687800-1337873870/solver-3687800-1337873870 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687800-1337873870.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.07 3.47 3.24 3/197 21196
/proc/meminfo: memFree=26765304/32873844 swapFree=6868/6868
[pid=21196] ppid=21194 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21196/stat : 21196 (java) R 21194 21196 20082 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 253453971 23793664 711 33554432000 1073741824 1073778376 140733506241728 140733506230792 209088198736 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21196/statm: 5809 711 525 9 0 128 0

[startup+0.0986809 s]
/proc/loadavg: 3.07 3.47 3.24 3/197 21196
/proc/meminfo: memFree=26765304/32873844 swapFree=6868/6868
[pid=21196] ppid=21194 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/21196/stat : 21196 (java) S 21194 21196 20082 0 -1 4202496 4321 0 1 0 8 1 0 0 20 0 18 0 253453971 9787813888 5498 33554432000 1073741824 1073778376 140733506241728 140733506232864 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21196/statm: 2389603 5498 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100269 s]
/proc/loadavg: 3.07 3.47 3.24 3/197 21196
/proc/meminfo: memFree=26765304/32873844 swapFree=6868/6868
[pid=21196] ppid=21194 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/21196/stat : 21196 (java) S 21194 21196 20082 0 -1 4202496 4331 0 1 0 8 1 0 0 20 0 18 0 253453971 9787813888 5508 33554432000 1073741824 1073778376 140733506241728 140733506232864 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21196/statm: 2389603 5508 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300197 s]
/proc/loadavg: 3.07 3.47 3.24 3/197 21196
/proc/meminfo: memFree=26765304/32873844 swapFree=6868/6868
[pid=21196] ppid=21194 vsize=9824668 CPUtime=0.54 cores=1,3,5,7
/proc/21196/stat : 21196 (java) S 21194 21196 20082 0 -1 4202496 6960 0 1 0 52 2 0 0 20 0 22 0 253453971 10060460032 9691 33554432000 1073741824 1073778376 140733506241728 140733506232864 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21196/statm: 2456167 9691 2225 9 0 2446860 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9824668

[startup+0.700211 s]
/proc/loadavg: 3.07 3.47 3.24 3/197 21196
/proc/meminfo: memFree=26765304/32873844 swapFree=6868/6868
[pid=21196] ppid=21194 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/21196/stat : 21196 (java) S 21194 21196 20082 0 -1 4202496 8075 0 1 0 65 4 0 0 20 0 19 0 253453971 10060460032 10565 33554432000 1073741824 1073778376 140733506241728 140733506232864 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21196/statm: 2456167 10565 2236 9 0 2446860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9824668

[startup+1.50067 s]
/proc/loadavg: 3.07 3.47 3.24 2/216 21221
/proc/meminfo: memFree=26727544/32873844 swapFree=6868/6868
[pid=21196] ppid=21194 vsize=9824668 CPUtime=0.79 cores=1,3,5,7
/proc/21196/stat : 21196 (java) S 21194 21196 20082 0 -1 4202496 8135 0 1 0 74 5 0 0 20 0 19 0 253453971 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140733506232864 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21196/statm: 2456167 12656 2239 9 0 2446860 0
[pid=21196/tid=21198] ppid=21194 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/21196/task/21198/stat : 21198 (java) S 21194 21196 20082 0 -1 4202560 2458 0 1 0 25 1 0 0 20 0 19 0 253453972 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067856540664 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21199] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21199/stat : 21199 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067818031656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21200] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21200/stat : 21200 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067816978856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21201] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21201/stat : 21201 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067815926056 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21202] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21202/stat : 21202 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067814873256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21203] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21203/stat : 21203 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067813821480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21204] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21204/stat : 21204 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067812768680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21205] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21205/stat : 21205 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067811715880 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21206] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21206/stat : 21206 (java) S 21194 21196 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067810663080 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21207] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21207/stat : 21207 (java) S 21194 21196 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253453974 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067680410088 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21208] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21208/stat : 21208 (java) S 21194 21196 20082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253453974 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067679356152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21209] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21209/stat : 21209 (java) S 21194 21196 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253453974 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067678303240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21210] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21210/stat : 21210 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453977 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067677251728 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21211] ppid=21194 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/21196/task/21211/stat : 21211 (java) S 21194 21196 20082 0 -1 4202560 2971 0 0 0 22 0 0 0 20 0 19 0 253453977 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140067676199864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21212] ppid=21194 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/21196/task/21212/stat : 21212 (java) S 21194 21196 20082 0 -1 4202560 1390 0 0 0 18 0 0 0 20 0 19 0 253453977 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140066802363192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21213] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21213/stat : 21213 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453977 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140066801310584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21214] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21214/stat : 21214 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453977 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140066800257992 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21217] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21217/stat : 21217 (java) S 21194 21196 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253454000 10060460032 12656 33554432000 1073741824 1073778376 140733506241728 140066797097896 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 9824668

[startup+3.10066 s]
/proc/loadavg: 3.07 3.47 3.24 3/216 21227
/proc/meminfo: memFree=26716816/32873844 swapFree=6868/6868
[pid=21196] ppid=21194 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/21196/stat : 21196 (java) S 21194 21196 20082 0 -1 4202496 8560 0 1 0 91 5 0 0 20 0 19 0 253453971 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140733506232864 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21196/statm: 2456167 16367 2240 9 0 2446860 0
[pid=21196/tid=21198] ppid=21194 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/21196/task/21198/stat : 21198 (java) S 21194 21196 20082 0 -1 4202560 2460 0 1 0 26 1 0 0 20 0 19 0 253453972 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067856540664 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21199] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21199/stat : 21199 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067818031656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21200] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21200/stat : 21200 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067816978856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21201] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21201/stat : 21201 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067815926056 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21202] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21202/stat : 21202 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067814873256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21203] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21203/stat : 21203 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067813821480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21204] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21204/stat : 21204 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067812768680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21205] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21205/stat : 21205 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067811715880 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21206] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21206/stat : 21206 (java) S 21194 21196 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067810663080 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21207] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21207/stat : 21207 (java) S 21194 21196 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253453974 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067680410088 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21208] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21208/stat : 21208 (java) S 21194 21196 20082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253453974 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067679356152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21209] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21209/stat : 21209 (java) S 21194 21196 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253453974 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067678303240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21210] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21210/stat : 21210 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453977 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067677251728 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21211] ppid=21194 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/21196/task/21211/stat : 21211 (java) S 21194 21196 20082 0 -1 4202560 3186 0 0 0 33 0 0 0 20 0 19 0 253453977 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140067676199864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21212] ppid=21194 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/21196/task/21212/stat : 21212 (java) S 21194 21196 20082 0 -1 4202560 1574 0 0 0 23 0 0 0 20 0 19 0 253453977 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140066802363192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21213] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21213/stat : 21213 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453977 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140066801310584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21214] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21214/stat : 21214 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453977 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140066800257992 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21217] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21217/stat : 21217 (java) S 21194 21196 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253454000 10060460032 16367 33554432000 1073741824 1073778376 140733506241728 140066797097896 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.3009 s]
/proc/loadavg: 3.06 3.46 3.24 3/216 21247
/proc/meminfo: memFree=26682312/32873844 swapFree=6868/6868
[pid=21196] ppid=21194 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/21196/stat : 21196 (java) S 21194 21196 20082 0 -1 4202496 18335 0 1 0 173 11 0 0 20 0 19 0 253453971 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140733506232864 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21196/statm: 2456167 29661 2248 9 0 2446860 0
[pid=21196/tid=21198] ppid=21194 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/21196/task/21198/stat : 21198 (java) S 21194 21196 20082 0 -1 4202560 2462 0 1 0 27 2 0 0 20 0 19 0 253453972 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067856540664 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21199] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21199/stat : 21199 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067818031656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21200] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21200/stat : 21200 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067816978856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21201] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21201/stat : 21201 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067815926056 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21202] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21202/stat : 21202 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067814873256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21203] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21203/stat : 21203 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067813821480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21204] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21204/stat : 21204 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067812768680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21205] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21205/stat : 21205 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067811715880 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21206] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21206/stat : 21206 (java) S 21194 21196 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253453972 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067810663080 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21207] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21207/stat : 21207 (java) S 21194 21196 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253453974 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067680410088 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21208] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21208/stat : 21208 (java) S 21194 21196 20082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253453974 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067679356152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21209] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21209/stat : 21209 (java) S 21194 21196 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253453974 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067678303240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21210] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21210/stat : 21210 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453977 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067677251728 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21211] ppid=21194 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/21196/task/21211/stat : 21211 (java) S 21194 21196 20082 0 -1 4202560 5333 0 0 0 53 2 0 0 20 0 19 0 253453977 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140067676199864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21212] ppid=21194 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/21196/task/21212/stat : 21212 (java) S 21194 21196 20082 0 -1 4202560 9106 0 0 0 69 2 0 0 20 0 19 0 253453977 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140066802363192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21213] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21213/stat : 21213 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253453977 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140066801310584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21214] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21214/stat : 21214 (java) S 21194 21196 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253453977 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140066800257992 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21217] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21217/stat : 21217 (java) S 21194 21196 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253454000 10060460032 29661 33554432000 1073741824 1073778376 140733506241728 140066797097896 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9824668
heavy processes:

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

[pid=21196/tid=21202] ppid=21194 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/21196/task/21202/stat : 21202 (java) S 21194 21196 20082 0 -1 4202560 779 0 0 0 157 13 0 0 20 0 22 0 253453972 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140067814873256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21203] ppid=21194 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/21196/task/21203/stat : 21203 (java) S 21194 21196 20082 0 -1 4202560 1078 0 0 0 173 11 0 0 20 0 22 0 253453972 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140067813821480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21204] ppid=21194 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/21196/task/21204/stat : 21204 (java) S 21194 21196 20082 0 -1 4202560 1148 0 0 0 164 12 0 0 20 0 22 0 253453972 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140067812768680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21205] ppid=21194 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/21196/task/21205/stat : 21205 (java) S 21194 21196 20082 0 -1 4202560 930 0 0 0 170 11 0 0 20 0 22 0 253453972 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140067811715880 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21206] ppid=21194 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/21196/task/21206/stat : 21206 (java) S 21194 21196 20082 0 -1 4202560 932 0 0 0 154 10 0 0 20 0 22 0 253453972 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140067810663080 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21207] ppid=21194 vsize=9824668 CPUtime=63.55 cores=1,3,5,7
/proc/21196/task/21207/stat : 21207 (java) S 21194 21196 20082 0 -1 4202560 1722 0 0 0 6332 23 0 0 20 0 22 0 253453974 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140067680410088 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21208] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21208/stat : 21208 (java) S 21194 21196 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253453974 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140067679356152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21209] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21209/stat : 21209 (java) S 21194 21196 20082 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253453974 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140067678303240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21210] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21210/stat : 21210 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253453977 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140067677251728 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21211] ppid=21194 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/21196/task/21211/stat : 21211 (java) S 21194 21196 20082 0 -1 4202560 7105 0 0 0 97 2 0 0 20 0 22 0 253453977 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140067676199864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21212] ppid=21194 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/21196/task/21212/stat : 21212 (java) S 21194 21196 20082 0 -1 4202560 9137 0 0 0 142 2 0 0 20 0 22 0 253453977 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140066802363192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21213] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21213/stat : 21213 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253453977 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140066801310584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21214] ppid=21194 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/21196/task/21214/stat : 21214 (java) S 21194 21196 20082 0 -1 4202560 50 0 0 0 17 19 0 0 20 0 22 0 253453977 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140066800257992 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21298] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21298/stat : 21298 (java) S 21194 21196 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253455812 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140066797097768 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21457] ppid=21194 vsize=9824668 CPUtime=697.63 cores=1,3,5,7
/proc/21196/task/21457/stat : 21457 (java) R 21194 21196 20082 0 -1 4202560 61 0 0 0 69752 11 0 0 20 0 22 0 253466587 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140066796044896 140067692846592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21458] ppid=21194 vsize=9824668 CPUtime=697.64 cores=1,3,5,7
/proc/21196/task/21458/stat : 21458 (java) R 21194 21196 20082 0 -1 4202560 1064 0 0 0 69745 19 0 0 20 0 22 0 253466587 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140066798147968 140067692356914 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21459] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21459/stat : 21459 (java) S 21194 21196 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253466587 10060460032 560301 33554432000 1073741824 1073778376 140733506241728 140066799203368 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1682.79
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+941.701 s]
/proc/loadavg: 3.98 3.90 3.63 3/196 21472
/proc/meminfo: memFree=27660072/32873844 swapFree=6868/6868
[pid=21196] ppid=21194 vsize=9824668 CPUtime=1799.88 cores=1,3,5,7
/proc/21196/stat : 21196 (java) S 21194 21196 20082 0 -1 4202496 33289 0 1 0 179765 223 0 0 20 0 22 0 253453971 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140733506232864 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21196/statm: 2456167 604970 2280 9 0 2446860 0
[pid=21196/tid=21198] ppid=21194 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/21196/task/21198/stat : 21198 (java) S 21194 21196 20082 0 -1 4202560 2573 0 1 0 33 2 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067856540664 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21199] ppid=21194 vsize=9824668 CPUtime=1.99 cores=1,3,5,7
/proc/21196/task/21199/stat : 21199 (java) S 21194 21196 20082 0 -1 4202560 884 0 0 0 185 14 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067818031656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21200] ppid=21194 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/21196/task/21200/stat : 21200 (java) S 21194 21196 20082 0 -1 4202560 1210 0 0 0 202 15 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067816978856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21201] ppid=21194 vsize=9824668 CPUtime=2.03 cores=1,3,5,7
/proc/21196/task/21201/stat : 21201 (java) S 21194 21196 20082 0 -1 4202560 1294 0 0 0 187 16 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067815926056 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21202] ppid=21194 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/21196/task/21202/stat : 21202 (java) S 21194 21196 20082 0 -1 4202560 816 0 0 0 180 15 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067814873256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21203] ppid=21194 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/21196/task/21203/stat : 21203 (java) S 21194 21196 20082 0 -1 4202560 1115 0 0 0 189 13 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067813821480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21204] ppid=21194 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/21196/task/21204/stat : 21204 (java) S 21194 21196 20082 0 -1 4202560 1174 0 0 0 186 15 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067812768680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21205] ppid=21194 vsize=9824668 CPUtime=2.04 cores=1,3,5,7
/proc/21196/task/21205/stat : 21205 (java) S 21194 21196 20082 0 -1 4202560 1001 0 0 0 190 14 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067811715880 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21206] ppid=21194 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/21196/task/21206/stat : 21206 (java) S 21194 21196 20082 0 -1 4202560 964 0 0 0 171 13 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067810663080 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21207] ppid=21194 vsize=9824668 CPUtime=66.12 cores=1,3,5,7
/proc/21196/task/21207/stat : 21207 (java) S 21194 21196 20082 0 -1 4202560 1818 0 0 0 6587 25 0 0 20 0 22 0 253453974 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067680410088 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21208] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21208/stat : 21208 (java) S 21194 21196 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253453974 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067679356152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21209] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21209/stat : 21209 (java) S 21194 21196 20082 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253453974 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067678303240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21210] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21210/stat : 21210 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253453977 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067677251728 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21211] ppid=21194 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/21196/task/21211/stat : 21211 (java) S 21194 21196 20082 0 -1 4202560 7105 0 0 0 97 2 0 0 20 0 22 0 253453977 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067676199864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21212] ppid=21194 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/21196/task/21212/stat : 21212 (java) S 21194 21196 20082 0 -1 4202560 9137 0 0 0 142 2 0 0 20 0 22 0 253453977 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066802363192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21213] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21213/stat : 21213 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253453977 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066801310584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21214] ppid=21194 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/21196/task/21214/stat : 21214 (java) S 21194 21196 20082 0 -1 4202560 54 0 0 0 19 20 0 0 20 0 22 0 253453977 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066800257992 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21298] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21298/stat : 21298 (java) S 21194 21196 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253455812 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066797097768 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21457] ppid=21194 vsize=9824668 CPUtime=753.81 cores=1,3,5,7
/proc/21196/task/21457/stat : 21457 (java) R 21194 21196 20082 0 -1 4202560 63 0 0 0 75369 12 0 0 20 0 22 0 253466587 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066796043120 140067692135221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21458] ppid=21194 vsize=9824668 CPUtime=753.81 cores=1,3,5,7
/proc/21196/task/21458/stat : 21458 (java) R 21194 21196 20082 0 -1 4202560 1070 0 0 0 75361 20 0 0 20 0 22 0 253466587 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066798148848 140067692757430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21459] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21459/stat : 21459 (java) S 21194 21196 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253466587 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066799203368 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.88
Current children cumulated vsize (KiB) 9824668

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

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

[startup+941.701 s]
/proc/loadavg: 3.98 3.90 3.63 3/196 21472
/proc/meminfo: memFree=27660072/32873844 swapFree=6868/6868
[pid=21196] ppid=21194 vsize=9824668 CPUtime=1799.88 cores=1,3,5,7
/proc/21196/stat : 21196 (java) S 21194 21196 20082 0 -1 4202496 33289 0 1 0 179765 223 0 0 20 0 22 0 253453971 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140733506232864 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21196/statm: 2456167 604970 2280 9 0 2446860 0
[pid=21196/tid=21198] ppid=21194 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/21196/task/21198/stat : 21198 (java) S 21194 21196 20082 0 -1 4202560 2573 0 1 0 33 2 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067856540664 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21199] ppid=21194 vsize=9824668 CPUtime=1.99 cores=1,3,5,7
/proc/21196/task/21199/stat : 21199 (java) S 21194 21196 20082 0 -1 4202560 884 0 0 0 185 14 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067818031656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21200] ppid=21194 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/21196/task/21200/stat : 21200 (java) S 21194 21196 20082 0 -1 4202560 1210 0 0 0 202 15 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067816978856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21201] ppid=21194 vsize=9824668 CPUtime=2.03 cores=1,3,5,7
/proc/21196/task/21201/stat : 21201 (java) S 21194 21196 20082 0 -1 4202560 1294 0 0 0 187 16 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067815926056 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21202] ppid=21194 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/21196/task/21202/stat : 21202 (java) S 21194 21196 20082 0 -1 4202560 816 0 0 0 180 15 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067814873256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21203] ppid=21194 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/21196/task/21203/stat : 21203 (java) S 21194 21196 20082 0 -1 4202560 1115 0 0 0 189 13 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067813821480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21204] ppid=21194 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/21196/task/21204/stat : 21204 (java) S 21194 21196 20082 0 -1 4202560 1174 0 0 0 186 15 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067812768680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21205] ppid=21194 vsize=9824668 CPUtime=2.04 cores=1,3,5,7
/proc/21196/task/21205/stat : 21205 (java) S 21194 21196 20082 0 -1 4202560 1001 0 0 0 190 14 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067811715880 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21206] ppid=21194 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/21196/task/21206/stat : 21206 (java) S 21194 21196 20082 0 -1 4202560 964 0 0 0 171 13 0 0 20 0 22 0 253453972 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067810663080 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21196/tid=21207] ppid=21194 vsize=9824668 CPUtime=66.12 cores=1,3,5,7
/proc/21196/task/21207/stat : 21207 (java) S 21194 21196 20082 0 -1 4202560 1818 0 0 0 6587 25 0 0 20 0 22 0 253453974 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067680410088 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21208] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21208/stat : 21208 (java) S 21194 21196 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253453974 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067679356152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21209] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21209/stat : 21209 (java) S 21194 21196 20082 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253453974 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067678303240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21210] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21210/stat : 21210 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253453977 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067677251728 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21211] ppid=21194 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/21196/task/21211/stat : 21211 (java) S 21194 21196 20082 0 -1 4202560 7105 0 0 0 97 2 0 0 20 0 22 0 253453977 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140067676199864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21212] ppid=21194 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/21196/task/21212/stat : 21212 (java) S 21194 21196 20082 0 -1 4202560 9137 0 0 0 142 2 0 0 20 0 22 0 253453977 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066802363192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21213] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21213/stat : 21213 (java) S 21194 21196 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253453977 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066801310584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21214] ppid=21194 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/21196/task/21214/stat : 21214 (java) S 21194 21196 20082 0 -1 4202560 54 0 0 0 19 20 0 0 20 0 22 0 253453977 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066800257992 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21298] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21298/stat : 21298 (java) S 21194 21196 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253455812 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066797097768 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21196/tid=21457] ppid=21194 vsize=9824668 CPUtime=753.81 cores=1,3,5,7
/proc/21196/task/21457/stat : 21457 (java) R 21194 21196 20082 0 -1 4202560 63 0 0 0 75369 12 0 0 20 0 22 0 253466587 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066796043120 140067692135221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21196/tid=21458] ppid=21194 vsize=9824668 CPUtime=753.81 cores=1,3,5,7
/proc/21196/task/21458/stat : 21458 (java) R 21194 21196 20082 0 -1 4202560 1070 0 0 0 75361 20 0 0 20 0 22 0 253466587 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066798148848 140067692757430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21196/tid=21459] ppid=21194 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21196/task/21459/stat : 21459 (java) S 21194 21196 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253466587 10060460032 604970 33554432000 1073741824 1073778376 140733506241728 140066799203368 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.88
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21196 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=789302
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=622601
# CPU time returned by wait4() is 1796.41
# while last known CPU time is 1799.88
#
# 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.190002
#  lost CPU user time (s): 0.220001
#  lost CPU system time (s): -0.03

Real time (s): 941.764
CPU time (s): 1800.07
CPU user time (s): 1797.87
CPU system time (s): 2.2
CPU usage (%): 191.138
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 2.6226
maximum resident set size= 2420024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33327
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30127
involuntary context switches= 35319

runsolver used 5.16221 second user time and 7.76282 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 17:37:50
IDJOB=3687800
IDBENCH=2171
IDSOLVER=2268
FILE ID=node105/3687800-1337873870
RUNJOBID= node105-1337871882-20099
PBS_JOBID= 14620099
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32b1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687800-1337873870/watcher-3687800-1337873870 -o /tmp/evaluation-result-3687800-1337873870/solver-3687800-1337873870 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687800-1337873870.opb

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

MD5SUM BENCH= eb2e849a72ed563d78cdb83a394edb27
RANDOM SEED=1429776973

node105.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.882
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.76
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.882
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	: 5331.91
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.882
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	: 5331.91
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.882
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	: 5331.91
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.882
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	: 5438.54
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.882
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	: 5331.91
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.882
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	: 5331.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26765204 kB
Buffers:          173652 kB
Cached:          1842844 kB
SwapCached:         6340 kB
Active:          3874292 kB
Inactive:        1466484 kB
Active(anon):    3312092 kB
Inactive(anon):    14612 kB
Active(file):     562200 kB
Inactive(file):  1451872 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:               724 kB
Writeback:             0 kB
AnonPages:       3322956 kB
Mapped:            22440 kB
Shmem:                 8 kB
Slab:             623740 kB
SReclaimable:      65412 kB
SUnreclaim:       558328 kB
KernelStack:        1776 kB
PageTables:        10712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3651960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3235840 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= 71620 MiB
End job on node105 at 2012-05-24 17:53:33