Trace number 4119389

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
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-219 1800.05 904.553

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern40-05.opb
MD5SUM450f236c890f723bb734ab92dd0408b5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-219
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
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 constraint-1
Maximum length of a constraint0
Number of terms in the objective function 447
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 9216
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 9216
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)407
Sum of products size (including duplicates)1144
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-2013 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 PB16.v20160501
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4119389-1467254874.opb
0.11/0.11	c reading problem ... 
0.11/0.12	c  objective function found
0.25/0.21	c ... done. Wall clock time 0.1s.
0.25/0.21	c declared #vars     40
0.25/0.21	c internal #vars     447
0.25/0.21	c #constraints  814
0.25/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 407
0.25/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 407
0.25/0.21	c 814 constraints processed.
0.25/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 407
0.25/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 407
0.25/0.21	c 814 constraints processed.
0.25/0.21	c objective function length is 447 literals
0.25/0.23	c And the winner is solver0
0.34/0.72	c SATISFIABLE
0.34/0.72	c OPTIMIZING...
0.34/0.72	c Got one! Elapsed wall clock time (in seconds):0.604
0.34/0.72	o -120
0.34/0.74	c And the winner is solver0
0.40/1.23	c Got one! Elapsed wall clock time (in seconds):1.114
0.40/1.23	o -122
0.40/1.25	c And the winner is solver0
0.54/1.74	c Got one! Elapsed wall clock time (in seconds):1.625
0.54/1.74	o -135
0.54/1.75	c And the winner is solver0
0.61/2.24	c Got one! Elapsed wall clock time (in seconds):2.129
0.61/2.24	o -136
0.61/2.25	c And the winner is solver0
0.97/2.74	c Got one! Elapsed wall clock time (in seconds):2.633
0.97/2.74	o -138
0.97/2.77	c And the winner is solver0
1.10/3.25	c Got one! Elapsed wall clock time (in seconds):3.135
1.10/3.25	o -147
1.10/3.26	c And the winner is solver0
1.33/3.75	c Got one! Elapsed wall clock time (in seconds):3.638
1.33/3.75	o -152
1.33/3.75	c And the winner is solver0
1.37/4.25	c Got one! Elapsed wall clock time (in seconds):4.141
1.37/4.25	o -154
2.85/4.70	c cleaning 2531 clauses out of 5061 with flag 10136/5061
3.09/4.89	c And the winner is solver1
3.54/5.25	c Got one! Elapsed wall clock time (in seconds):5.143
3.54/5.25	o -175
4.20/5.55	c cleaning 3827 clauses out of 7662 with flag 6786/10193
4.62/5.71	c And the winner is solver0
4.62/5.76	c Got one! Elapsed wall clock time (in seconds):5.645
4.62/5.76	o -176
4.79/5.87	c And the winner is solver0
4.97/6.26	c Got one! Elapsed wall clock time (in seconds):6.147
4.97/6.26	o -178
5.47/6.55	c cleaning 5137 clauses out of 10273 with flag 6239/16631
6.51/7.10	c cleaning 5567 clauses out of 11136 with flag 18929/22631
8.21/7.81	c cleaning 6284 clauses out of 12568 with flag 33698/29630
9.85/8.65	c cleaning 7142 clauses out of 14284 with flag 50393/37630
11.74/9.58	c cleaning 8066 clauses out of 16142 with flag 69395/46630
14.02/10.66	c cleaning 9038 clauses out of 18076 with flag 92254/56630
14.22/10.70	c And the winner is solver0
14.22/10.76	c Got one! Elapsed wall clock time (in seconds):10.649
14.22/10.76	o -179
15.16/11.29	c cleaning 7295 clauses out of 14589 with flag 10618/62181
16.77/11.85	c And the winner is solver1
16.89/12.27	c Got one! Elapsed wall clock time (in seconds):12.155
16.89/12.27	o -190
18.45/12.94	c cleaning 8941 clauses out of 17890 with flag 11297/72777
19.66/13.54	c cleaning 7468 clauses out of 14948 with flag 24886/78776
20.86/14.11	c And the winner is solver0
20.93/14.27	c Got one! Elapsed wall clock time (in seconds):14.157
20.93/14.27	o -191
21.99/14.89	c cleaning 9260 clauses out of 18523 with flag 12142/89819
23.41/15.53	c cleaning 7629 clauses out of 15263 with flag 27550/95819
25.11/16.31	c cleaning 7314 clauses out of 14634 with flag 44260/102819
25.11/16.31	c And the winner is solver0
25.18/16.77	c Got one! Elapsed wall clock time (in seconds):16.66
25.18/16.77	o -192
26.03/17.23	c cleaning 6169 clauses out of 12345 with flag 11878/107844
27.22/17.80	c cleaning 6086 clauses out of 12175 with flag 25927/113843
28.02/18.21	c And the winner is solver1
28.02/18.27	c Got one! Elapsed wall clock time (in seconds):18.162
28.02/18.27	o -202
28.11/18.39	c cleaning 5911 clauses out of 11832 with flag 2380/119586
29.31/18.94	c cleaning 5958 clauses out of 11921 with flag 18347/125586
30.82/19.68	c cleaning 6477 clauses out of 12963 with flag 34972/132586
33.20/20.60	c cleaning 7239 clauses out of 14485 with flag 54988/140585
34.99/21.59	c cleaning 8124 clauses out of 16248 with flag 78362/149587
37.38/22.75	c cleaning 9060 clauses out of 18123 with flag 102598/159586
40.34/24.11	c cleaning 10031 clauses out of 20063 with flag 127923/170586
43.33/25.63	c cleaning 11014 clauses out of 22032 with flag 155157/182586
45.33/26.61	c And the winner is solver1
45.35/26.82	c Got one! Elapsed wall clock time (in seconds):26.703
45.35/26.82	o -205
46.71/27.53	c cleaning 12072 clauses out of 24152 with flag 13880/195720
48.10/28.22	c cleaning 9037 clauses out of 18078 with flag 29924/201718
49.80/29.01	c cleaning 8016 clauses out of 16042 with flag 49091/208719
51.41/29.85	c cleaning 8007 clauses out of 16026 with flag 67920/216719
53.20/30.76	c cleaning 8506 clauses out of 17018 with flag 88343/225718
55.39/31.83	c cleaning 9251 clauses out of 18512 with flag 114812/235718
58.01/33.13	c cleaning 10127 clauses out of 20263 with flag 145841/246720
60.99/34.64	c cleaning 11063 clauses out of 22134 with flag 174458/258718
64.41/36.36	c cleaning 12028 clauses out of 24072 with flag 207634/271719
68.30/38.29	c cleaning 13017 clauses out of 26043 with flag 241478/285718
72.91/40.59	c cleaning 14010 clauses out of 28028 with flag 280179/300720
78.31/43.22	c cleaning 15009 clauses out of 30017 with flag 320115/316719
84.21/46.11	c cleaning 15998 clauses out of 32007 with flag 364333/333718
90.82/49.42	c cleaning 17001 clauses out of 34009 with flag 413912/351718
97.50/52.80	c cleaning 18003 clauses out of 36009 with flag 463668/370719
105.50/56.73	c cleaning 18996 clauses out of 38007 with flag 516475/390720
113.40/60.62	c cleaning 20003 clauses out of 40009 with flag 570912/411718
122.38/65.18	c cleaning 20999 clauses out of 42006 with flag 626300/433718
131.86/69.88	c cleaning 22000 clauses out of 44007 with flag 683803/456718
141.67/74.77	c cleaning 23004 clauses out of 46008 with flag 746233/480719
153.04/80.64	c cleaning 23995 clauses out of 48003 with flag 813499/505718
163.86/86.04	c cleaning 24997 clauses out of 50009 with flag 880948/531719
174.26/91.22	c cleaning 26005 clauses out of 52012 with flag 946897/558719
186.54/97.38	c cleaning 27000 clauses out of 54006 with flag 1018208/586718
196.64/102.37	c And the winner is solver0
196.73/102.61	c Got one! Elapsed wall clock time (in seconds):102.496
196.73/102.61	o -208
198.90/103.70	c cleaning 27285 clauses out of 54569 with flag 12804/614281
200.90/104.72	c cleaning 16643 clauses out of 33285 with flag 26898/620282
203.30/105.93	c cleaning 11821 clauses out of 23641 with flag 43660/627281
205.50/107.09	c cleaning 9909 clauses out of 19820 with flag 62164/635281
208.09/108.38	c cleaning 9455 clauses out of 18912 with flag 82511/644282
210.98/109.77	c cleaning 9729 clauses out of 19457 with flag 104700/654282
213.99/111.22	c cleaning 10364 clauses out of 20728 with flag 129793/665282
217.38/112.93	c cleaning 11179 clauses out of 22363 with flag 156019/677281
221.18/114.85	c cleaning 12091 clauses out of 24185 with flag 185356/690282
225.58/117.01	c cleaning 13043 clauses out of 26094 with flag 217434/704282
230.43/119.47	c cleaning 14025 clauses out of 28050 with flag 250621/719281
235.43/121.91	c cleaning 15008 clauses out of 30026 with flag 288527/735282
241.63/125.05	c cleaning 16009 clauses out of 32018 with flag 323735/752282
248.84/128.50	c cleaning 17004 clauses out of 34010 with flag 362844/770283
256.23/132.23	c cleaning 18002 clauses out of 36005 with flag 403551/789282
263.83/136.03	c cleaning 19000 clauses out of 38003 with flag 447421/809282
272.51/140.35	c cleaning 20001 clauses out of 40002 with flag 494807/830281
282.53/145.31	c cleaning 21001 clauses out of 42002 with flag 541111/852282
292.79/150.50	c cleaning 21999 clauses out of 44000 with flag 591101/875281
304.48/156.27	c cleaning 23000 clauses out of 46002 with flag 645190/899282
315.87/161.96	c cleaning 24002 clauses out of 48003 with flag 701427/924283
328.18/168.03	c cleaning 24995 clauses out of 49999 with flag 760509/950281
340.58/174.22	c cleaning 26000 clauses out of 52004 with flag 821588/977281
353.65/180.77	c cleaning 26999 clauses out of 54005 with flag 884119/1005282
368.16/187.92	c cleaning 27999 clauses out of 56006 with flag 950031/1034282
383.56/195.68	c cleaning 28999 clauses out of 58006 with flag 1018317/1064281
401.59/205.00	c cleaning 30002 clauses out of 60007 with flag 1089977/1095281
418.23/213.38	c cleaning 31000 clauses out of 62006 with flag 1159942/1127282
437.66/223.08	c cleaning 31998 clauses out of 64005 with flag 1229139/1160281
454.73/231.50	c cleaning 32999 clauses out of 66008 with flag 1312227/1194282
475.31/241.80	c cleaning 34001 clauses out of 68010 with flag 1399211/1229283
495.39/251.86	c cleaning 34999 clauses out of 70007 with flag 1484789/1265281
515.68/261.93	c cleaning 35998 clauses out of 72009 with flag 1576907/1302282
539.16/273.62	c cleaning 37006 clauses out of 74012 with flag 1667887/1340283
566.47/287.18	c cleaning 37998 clauses out of 76005 with flag 1761442/1379282
592.02/299.81	c cleaning 39003 clauses out of 78007 with flag 1857717/1419282
621.19/314.31	c cleaning 39997 clauses out of 80004 with flag 1961598/1460282
646.75/327.01	c cleaning 0 clauses out of 7064 with flag 0/7072
651.49/329.33	c cleaning 41001 clauses out of 82006 with flag 2065579/1502281
683.41/345.12	c cleaning 41996 clauses out of 84006 with flag 2174239/1545282
719.04/362.87	c cleaning 43005 clauses out of 86010 with flag 2282909/1589282
752.60/379.58	c cleaning 44001 clauses out of 88005 with flag 2393744/1634282
786.89/396.58	c cleaning 45001 clauses out of 90003 with flag 2507246/1680281
824.43/415.24	c cleaning 46001 clauses out of 92002 with flag 2620146/1727281
856.45/431.18	c And the winner is solver1
856.45/431.65	c Got one! Elapsed wall clock time (in seconds):431.534
856.45/431.65	o -210
864.16/435.54	c cleaning 47994 clauses out of 95995 with flag 14032/1777275
867.56/437.30	c cleaning 26994 clauses out of 54001 with flag 31397/1783275
869.76/438.35	c cleaning 16994 clauses out of 34006 with flag 50205/1790274
871.75/439.34	c cleaning 12501 clauses out of 25012 with flag 70452/1798274
874.22/440.52	c cleaning 10750 clauses out of 21513 with flag 92837/1807276
876.41/441.69	c cleaning 10374 clauses out of 20761 with flag 117039/1817274
879.21/443.08	c cleaning 10690 clauses out of 21387 with flag 144424/1828274
882.22/444.57	c cleaning 11348 clauses out of 22698 with flag 173809/1840275
885.61/446.29	c cleaning 12172 clauses out of 24349 with flag 206203/1853274
889.81/448.37	c cleaning 13084 clauses out of 26177 with flag 241146/1867274
894.41/450.68	c cleaning 14043 clauses out of 28093 with flag 279820/1882274
899.77/453.22	c cleaning 15025 clauses out of 30050 with flag 321730/1898274
905.35/456.05	c cleaning 16009 clauses out of 32025 with flag 365847/1915274
911.75/459.22	c cleaning 17005 clauses out of 34017 with flag 413394/1933275
918.08/462.39	c cleaning 18006 clauses out of 36011 with flag 460732/1952274
924.48/465.59	c cleaning 18993 clauses out of 38005 with flag 506716/1972274
931.68/469.17	c cleaning 20001 clauses out of 40013 with flag 554926/1993275
939.49/473.08	c cleaning 21003 clauses out of 42011 with flag 605737/2015274
947.81/477.11	c cleaning 21998 clauses out of 44008 with flag 661088/2038274
956.62/481.53	c cleaning 23006 clauses out of 46011 with flag 720081/2062275
966.39/486.36	c cleaning 23997 clauses out of 48004 with flag 780279/2087274
976.38/491.34	c cleaning 24999 clauses out of 50007 with flag 841761/2113274
987.58/496.90	c cleaning 26000 clauses out of 52009 with flag 907668/2140275
1001.30/504.37	c cleaning 27000 clauses out of 54008 with flag 977564/2168274
1013.29/510.37	c cleaning 27996 clauses out of 56009 with flag 1047378/2197275
1026.55/516.99	c cleaning 29002 clauses out of 58013 with flag 1121682/2227275
1041.01/524.19	c cleaning 29999 clauses out of 60011 with flag 1198892/2258275
1055.21/531.24	c cleaning 31003 clauses out of 62012 with flag 1276920/2290275
1071.67/539.43	c cleaning 32000 clauses out of 64009 with flag 1357313/2323275
1088.35/547.80	c cleaning 32998 clauses out of 66008 with flag 1437506/2357274
1104.95/556.07	c cleaning 34001 clauses out of 68010 with flag 1520354/2392274
1123.84/565.46	c cleaning 35001 clauses out of 70010 with flag 1608295/2428275
1143.93/575.47	c cleaning 36000 clauses out of 72008 with flag 1698506/2465274
1164.62/585.78	c cleaning 37001 clauses out of 74009 with flag 1789167/2503275
1185.21/596.05	c cleaning 37997 clauses out of 76008 with flag 1880449/2542275
1209.10/607.94	c cleaning 39001 clauses out of 78012 with flag 1976302/2582276
1231.81/619.20	c cleaning 40001 clauses out of 80011 with flag 2074536/2623276
1256.36/631.50	c cleaning 41001 clauses out of 82009 with flag 2173882/2665275
1283.86/645.09	c cleaning 42002 clauses out of 84009 with flag 2275544/2708276
1313.25/659.64	c cleaning 43004 clauses out of 86007 with flag 2375680/2752276
1345.45/675.61	c cleaning 44001 clauses out of 88001 with flag 2472315/2797274
1391.39/698.48	c cleaning 45001 clauses out of 90001 with flag 2565113/2843275
1444.72/724.99	c cleaning 45996 clauses out of 92000 with flag 2660209/2890275
1504.74/754.73	c cleaning 47002 clauses out of 94003 with flag 2757527/2938274
1511.73/758.21	c And the winner is solver0
1512.33/758.98	c Got one! Elapsed wall clock time (in seconds):758.872
1512.33/758.98	o -211
1515.78/760.73	c cleaning 30571 clauses out of 61142 with flag 10267/2952415
1518.18/761.93	c cleaning 18285 clauses out of 36571 with flag 22489/2958415
1520.58/763.10	c cleaning 12639 clauses out of 25286 with flag 36780/2965415
1522.88/764.21	c cleaning 10315 clauses out of 20647 with flag 53282/2973415
1525.08/765.35	c cleaning 9655 clauses out of 19332 with flag 72009/2982415
1527.48/766.58	c cleaning 9835 clauses out of 19677 with flag 92805/2992415
1530.48/768.03	c cleaning 10417 clauses out of 20842 with flag 115971/3003415
1533.68/769.61	c cleaning 11209 clauses out of 22425 with flag 140865/3015415
1537.28/771.42	c cleaning 12104 clauses out of 24217 with flag 167790/3028416
1541.29/773.44	c cleaning 13053 clauses out of 26113 with flag 196834/3042416
1545.97/775.71	c cleaning 14030 clauses out of 28059 with flag 228099/3057415
1550.77/778.13	c cleaning 15013 clauses out of 30029 with flag 261215/3073415
1556.17/780.86	c cleaning 16006 clauses out of 32016 with flag 296333/3090415
1560.57/783.04	c And the winner is solver1
1560.57/783.49	c Got one! Elapsed wall clock time (in seconds):783.381
1560.57/783.49	o -212
1562.38/784.45	c cleaning 17593 clauses out of 35195 with flag 11499/3109600
1563.97/785.20	c cleaning 11794 clauses out of 23602 with flag 26129/3115600
1565.37/785.96	c cleaning 9402 clauses out of 18809 with flag 42625/3122601
1565.56/786.05	c And the winner is solver0
1566.48/786.90	c Got one! Elapsed wall clock time (in seconds):786.788
1566.48/786.90	o -214
1567.61/787.41	c cleaning 7200 clauses out of 14408 with flag 9201/3127602
1568.81/788.01	c cleaning 6601 clauses out of 13207 with flag 23627/3133601
1570.22/788.75	c cleaning 6796 clauses out of 13606 with flag 40103/3140601
1571.81/789.56	c cleaning 7403 clauses out of 14811 with flag 58080/3148602
1573.81/790.53	c cleaning 8202 clauses out of 16407 with flag 77830/3157601
1576.21/791.71	c cleaning 9099 clauses out of 18206 with flag 99629/3167602
1578.81/793.05	c cleaning 10050 clauses out of 20107 with flag 123854/3178602
1582.01/794.64	c cleaning 11023 clauses out of 22056 with flag 150797/3190601
1585.41/796.33	c cleaning 12012 clauses out of 24033 with flag 179617/3203601
1589.50/798.31	c cleaning 13011 clauses out of 26021 with flag 210869/3217601
1592.89/800.09	c And the winner is solver0
1593.91/800.91	c Got one! Elapsed wall clock time (in seconds):800.797
1593.91/800.91	o -216
1595.45/801.80	c cleaning 15894 clauses out of 31787 with flag 12814/3236378
1597.25/802.68	c cleaning 10944 clauses out of 21893 with flag 27405/3242378
1599.05/803.55	c cleaning 8969 clauses out of 17949 with flag 44010/3249378
1601.05/804.51	c cleaning 8487 clauses out of 16980 with flag 62602/3257378
1602.85/805.42	c And the winner is solver0
1603.64/806.22	c Got one! Elapsed wall clock time (in seconds):806.104
1603.64/806.22	o -217
1605.02/806.97	c cleaning 10641 clauses out of 21281 with flag 11643/3270166
1606.42/807.68	c cleaning 8311 clauses out of 16640 with flag 25848/3276166
1608.34/808.50	c cleaning 7661 clauses out of 15331 with flag 42370/3283168
1610.12/809.43	c cleaning 7834 clauses out of 15668 with flag 60904/3291166
1612.31/810.52	c cleaning 8413 clauses out of 16834 with flag 82816/3300166
1614.71/811.76	c cleaning 9209 clauses out of 18423 with flag 106967/3310168
1617.51/813.18	c cleaning 10102 clauses out of 20214 with flag 133779/3321168
1620.91/814.82	c cleaning 11056 clauses out of 22111 with flag 166647/3333167
1624.71/816.77	c cleaning 12025 clauses out of 24054 with flag 202413/3346166
1629.11/818.95	c cleaning 13012 clauses out of 26029 with flag 238913/3360166
1634.19/821.44	c cleaning 14005 clauses out of 28019 with flag 282127/3375168
1639.99/824.31	c cleaning 15003 clauses out of 30013 with flag 325827/3391167
1646.38/827.57	c cleaning 16003 clauses out of 32010 with flag 376711/3408167
1653.87/831.22	c cleaning 16999 clauses out of 34006 with flag 433285/3426166
1661.87/835.23	c cleaning 18001 clauses out of 36007 with flag 491069/3445166
1670.08/839.33	c cleaning 19001 clauses out of 38007 with flag 550882/3465167
1680.58/844.52	c cleaning 20003 clauses out of 40006 with flag 621076/3486167
1689.38/848.93	c cleaning 21001 clauses out of 42002 with flag 685306/3508166
1698.07/853.22	c cleaning 21996 clauses out of 44002 with flag 743032/3531167
1698.07/853.27	c And the winner is solver0
1698.91/854.13	c Got one! Elapsed wall clock time (in seconds):854.021
1698.91/854.13	o -219
1700.36/854.91	c cleaning 13651 clauses out of 27301 with flag 11811/3536462
1701.76/855.69	c cleaning 9822 clauses out of 19649 with flag 26477/3542461
1703.36/856.48	c cleaning 8410 clauses out of 16828 with flag 42440/3549462
1705.36/857.40	c cleaning 8204 clauses out of 16417 with flag 60620/3557461
1707.36/858.48	c cleaning 8603 clauses out of 17216 with flag 80977/3566464
1709.75/859.67	c cleaning 9300 clauses out of 18610 with flag 104414/3576461
1712.55/861.05	c cleaning 10155 clauses out of 20310 with flag 130880/3587461
1715.57/862.58	c cleaning 11074 clauses out of 22155 with flag 159476/3599461
1718.95/864.23	c cleaning 12037 clauses out of 24082 with flag 189274/3612462
1723.08/866.27	c cleaning 13019 clauses out of 26045 with flag 220348/3626462
1727.28/868.39	c cleaning 14006 clauses out of 28026 with flag 254998/3641462
1731.88/870.62	c cleaning 15007 clauses out of 30020 with flag 291701/3657462
1737.28/873.40	c cleaning 16003 clauses out of 32013 with flag 329594/3674462
1743.19/876.23	c cleaning 16999 clauses out of 34010 with flag 369580/3692462
1748.80/879.06	c cleaning 18000 clauses out of 36011 with flag 411708/3711462
1755.40/882.34	c cleaning 19003 clauses out of 38010 with flag 456081/3731461
1762.98/886.18	c cleaning 19999 clauses out of 40008 with flag 504743/3752462
1771.70/890.47	c cleaning 21002 clauses out of 42008 with flag 557126/3774461
1779.90/894.52	c cleaning 21999 clauses out of 44008 with flag 613448/3797463
1790.01/899.58	c cleaning 23001 clauses out of 46008 with flag 674700/3821462
1799.81/904.50	c cleaning 24003 clauses out of 48007 with flag 739364/3846462
1800.01/904.51	c >>>>>>>>>> Solver number 0 (19 answers) <<<<<<<<<<<<<<<<<<
1800.01/904.51	c starts		: 43578
1800.01/904.51	c conflicts		: 3846508
1800.01/904.51	c decisions		: 8358609
1800.01/904.51	c propagations		: 69919260
1800.01/904.51	c inspects		: 10593760417
1800.01/904.51	c shortcuts		: 0
1800.01/904.51	c learnt literals	: 0
1800.01/904.51	c learnt binary clauses	: 370
1800.01/904.51	c learnt ternary clauses	: 1044
1800.01/904.51	c learnt constraints	: 3846508
1800.01/904.51	c ignored constraints	: 0
1800.01/904.51	c root simplifications	: 0
1800.01/904.51	c removed literals (reason simplification)	: 29844383
1800.01/904.51	c reason swapping (by a shorter reason)	: 0
1800.01/904.51	c Calls to reduceDB	: 205
1800.01/904.51	c Number of update (reduction) of LBD	: 111320
1800.01/904.51	c Imported unit clauses	: 0
1800.01/904.51	c number of reductions to clauses (during analyze)	: 0
1800.01/904.51	c number of learned constraints concerned by reduction	: 0
1800.01/904.51	c number of learning phase by resolution	: 0
1800.01/904.51	c number of learning phase by cutting planes	: 0
1800.01/904.51	c speed (assignments/second)	: 577802.1469477477
1800.01/904.51	c non guided choices	0
1800.01/904.52	c learnt constraints type 
1800.01/904.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 370
1800.01/904.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23680
1800.01/904.52	c >>>>>>>>>> Solver number 1 (6 answers) <<<<<<<<<<<<<<<<<<
1800.01/904.52	c starts		: 79
1800.01/904.52	c conflicts		: 11250
1800.01/904.52	c decisions		: 14223
1800.01/904.52	c propagations		: 350485
1800.01/904.52	c inspects		: 867768453
1800.01/904.52	c shortcuts		: 0
1800.01/904.52	c learnt literals	: 0
1800.01/904.52	c learnt binary clauses	: 0
1800.01/904.52	c learnt ternary clauses	: 12
1800.01/904.52	c learnt constraints	: 11238
1800.01/904.52	c ignored constraints	: 0
1800.01/904.52	c root simplifications	: 0
1800.01/904.52	c removed literals (reason simplification)	: 0
1800.01/904.52	c reason swapping (by a shorter reason)	: 0
1800.01/904.52	c Calls to reduceDB	: 1
1800.01/904.52	c Number of update (reduction) of LBD	: 0
1800.01/904.52	c Imported unit clauses	: 0
1800.01/904.52	c number of reductions to clauses (during analyze)	: 0
1800.01/904.52	c number of learned constraints concerned by reduction	: 0
1800.01/904.52	c number of learning phase by resolution	: 0
1800.01/904.52	c number of learning phase by cutting planes	: 0
1800.01/904.52	c speed (assignments/second)	: 6956.828106391425
1800.01/904.52	c non guided choices	0
1800.01/904.52	c learnt constraints type 
1800.01/904.52	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4
1800.01/904.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11234
1800.01/904.52	s SATISFIABLE
1800.01/904.52	c Found 25 solution(s)
1800.01/904.52	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 
1800.01/904.52	c objective function=-219
1800.01/904.52	c Total wall clock time (in seconds): 904.412

Verifier Data

OK	-219

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4119389-1467254874/watcher-4119389-1467254874 -o /tmp/evaluation-result-4119389-1467254874/solver-4119389-1467254874 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5592 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119389-1467254874.opb 

pid=8739
running on 4 cores: 0,2,4,6

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.75 3.84 3.86 4/197 8742
/proc/meminfo: memFree=29311224/32872528 swapFree=239532/272236
[pid=8742] ppid=8739 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8742/stat : 8742 (java) S 8739 8742 5416 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 4518469 98570240 978 33554432000 1073741824 1073778376 140736951481136 140736951472272 251146567741 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8742/statm: 24065 978 744 9 0 16771 0
[pid=8742/tid=8743] ppid=8739 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8743/stat : 8743 (java) R 8739 8742 5416 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 4518469 98570240 978 33554432000 1073741824 1073778376 140736951481136 140030594940456 251143210368 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100111 s]
/proc/loadavg: 3.75 3.84 3.86 4/197 8742
/proc/meminfo: memFree=29311224/32872528 swapFree=239532/272236
[pid=8742] ppid=8739 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/8742/stat : 8742 (java) S 8739 8742 5416 0 -1 4202496 4452 0 1 0 10 1 0 0 20 0 18 0 4518469 9787879424 6076 33554432000 1073741824 1073778376 140736951481136 140736951472272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8742/statm: 2389619 6076 2141 9 0 2380296 0
[pid=8742/tid=8743] ppid=8739 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/8742/task/8743/stat : 8743 (java) R 8739 8742 5416 0 -1 4202560 2396 0 1 0 8 0 0 0 20 0 18 0 4518469 9787879424 6076 33554432000 1073741824 1073778376 140736951481136 140030594943904 251146593549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 3.75 3.84 3.86 4/197 8742
/proc/meminfo: memFree=29311224/32872528 swapFree=239532/272236
[pid=8742] ppid=8739 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/8742/stat : 8742 (java) S 8739 8742 5416 0 -1 4202496 4673 0 1 0 24 1 0 0 20 0 18 0 4518469 9787879424 7243 33554432000 1073741824 1073778376 140736951481136 140736951472272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8742/statm: 2389619 7243 2223 9 0 2380296 0
[pid=8742/tid=8743] ppid=8739 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/8742/task/8743/stat : 8743 (java) R 8739 8742 5416 0 -1 4202560 2422 0 1 0 17 0 0 0 20 0 18 0 4518469 9787879424 7243 33554432000 1073741824 1073778376 140736951481136 140030594943904 251146583096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300313 s]
/proc/loadavg: 3.75 3.84 3.86 4/197 8742
/proc/meminfo: memFree=29311224/32872528 swapFree=239532/272236
[pid=8742] ppid=8739 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/8742/stat : 8742 (java) S 8739 8742 5416 0 -1 4202496 4850 0 1 0 31 3 0 0 20 0 19 0 4518469 10060525568 7875 33554432000 1073741824 1073778376 140736951481136 140736951472272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8742/statm: 2456183 7875 2245 9 0 2446860 0
[pid=8742/tid=8743] ppid=8739 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/8742/task/8743/stat : 8743 (java) S 8739 8742 5416 0 -1 4202560 2433 0 1 0 19 0 0 0 20 0 19 0 4518469 10060525568 7875 33554432000 1073741824 1073778376 140736951481136 140030594945912 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9824732

[startup+0.700257 s]
/proc/loadavg: 3.75 3.84 3.86 4/197 8742
/proc/meminfo: memFree=29311224/32872528 swapFree=239532/272236
[pid=8742] ppid=8739 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/8742/stat : 8742 (java) S 8739 8742 5416 0 -1 4202496 4850 0 1 0 31 3 0 0 20 0 19 0 4518469 10060525568 7875 33554432000 1073741824 1073778376 140736951481136 140736951472272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8742/statm: 2456183 7875 2245 9 0 2446860 0
[pid=8742/tid=8743] ppid=8739 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/8742/task/8743/stat : 8743 (java) S 8739 8742 5416 0 -1 4202560 2433 0 1 0 19 0 0 0 20 0 19 0 4518469 10060525568 7875 33554432000 1073741824 1073778376 140736951481136 140030594945912 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 3.75 3.84 3.86 3/216 8767
/proc/meminfo: memFree=29283664/32872528 swapFree=239532/272236
[pid=8742] ppid=8739 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/8742/stat : 8742 (java) S 8739 8742 5416 0 -1 4202496 6802 0 1 0 48 6 0 0 20 0 19 0 4518469 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140736951472272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8742/statm: 2456183 11041 2255 9 0 2446860 0
[pid=8742/tid=8743] ppid=8739 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/8742/task/8743/stat : 8743 (java) S 8739 8742 5416 0 -1 4202560 2436 0 1 0 21 0 0 0 20 0 19 0 4518469 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140030594945912 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8745] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8745/stat : 8745 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140030567397672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8746] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8746/stat : 8746 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140030566344872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8747] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8747/stat : 8747 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140030565292584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8748] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8748/stat : 8748 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140030435174824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8749] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8749/stat : 8749 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140030434122536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8750] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8750/stat : 8750 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140030433069736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8751] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8751/stat : 8751 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140030432017448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8752] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8752/stat : 8752 (java) S 8739 8742 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140030430964648 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8753] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8753/stat : 8753 (java) S 8739 8742 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4518471 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140029948451048 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8754] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8754/stat : 8754 (java) S 8739 8742 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4518472 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140029947397112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8755] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8755/stat : 8755 (java) S 8739 8742 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4518472 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140029946344712 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8756] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8756/stat : 8756 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518474 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140029945293200 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8757] ppid=8739 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/8742/task/8757/stat : 8757 (java) S 8739 8742 5416 0 -1 4202560 1088 0 0 0 8 0 0 0 20 0 19 0 4518474 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140029944240824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8758] ppid=8739 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/8742/task/8758/stat : 8758 (java) S 8739 8742 5416 0 -1 4202560 1932 0 0 0 12 0 0 0 20 0 19 0 4518474 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140029943188024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8759] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8759/stat : 8759 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518474 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140029942135928 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8760] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8760/stat : 8760 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518474 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140029941083336 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8764] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8764/stat : 8764 (java) S 8739 8742 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4518491 10060525568 11041 33554432000 1073741824 1073778376 140736951481136 140029936870440 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 3.75 3.84 3.86 3/216 8776
/proc/meminfo: memFree=29268344/32872528 swapFree=239532/272236
[pid=8742] ppid=8739 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/8742/stat : 8742 (java) S 8739 8742 5416 0 -1 4202496 17994 0 1 0 100 10 0 0 20 0 19 0 4518469 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140736951472272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8742/statm: 2456183 19304 2259 9 0 2446860 0
[pid=8742/tid=8743] ppid=8739 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8742/task/8743/stat : 8743 (java) S 8739 8742 5416 0 -1 4202560 2438 0 1 0 22 0 0 0 20 0 19 0 4518469 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140030594945912 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8745] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8745/stat : 8745 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140030567397672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8746] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8746/stat : 8746 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140030566344872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8747] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8747/stat : 8747 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140030565292584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8748] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8748/stat : 8748 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140030435174824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8749] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8749/stat : 8749 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140030434122536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8750] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8750/stat : 8750 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140030433069736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8751] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8751/stat : 8751 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140030432017448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8752] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8752/stat : 8752 (java) S 8739 8742 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4518470 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140030430964648 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8753] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8753/stat : 8753 (java) S 8739 8742 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4518471 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140029948451048 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8754] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8754/stat : 8754 (java) S 8739 8742 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4518472 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140029947397112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8755] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8755/stat : 8755 (java) S 8739 8742 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4518472 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140029946344712 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8756] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8756/stat : 8756 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518474 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140029945293200 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8757] ppid=8739 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/8742/task/8757/stat : 8757 (java) S 8739 8742 5416 0 -1 4202560 8414 0 0 0 34 2 0 0 20 0 19 0 4518474 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140029944240824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8758] ppid=8739 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8742/task/8758/stat : 8758 (java) S 8739 8742 5416 0 -1 4202560 5767 0 0 0 33 0 0 0 20 0 19 0 4518474 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140029943188024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8759] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8759/stat : 8759 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518474 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140029942135928 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8760] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8760/stat : 8760 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4518474 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140029941083336 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8764] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8764/stat : 8764 (java) S 8739 8742 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4518491 10060525568 19304 33554432000 1073741824 1073778376 140736951481136 140029936870440 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30079 s]
/proc/loadavg: 3.93 3.88 3.87 5/219 8800
/proc/meminfo: memFree=29130904/32872528 swapFree=239532/272236
[pid=8742] ppid=8739 vsize=9824732 CPUtime=5.05 cores=0,2,4,6
/proc/8742/stat : 8742 (java) S 8739 8742 5416 0 -1 4202496 25778 0 1 0 482 23 0 0 20 0 22 0 4518469 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140736951472272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8742/statm: 2456183 51284 2294 9 0 2446860 0
[pid=8742/tid=8743] ppid=8739 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/8742/task/8743/stat : 8743 (java) S 8739 8742 5416 0 -1 4202560 2440 0 1 0 23 0 0 0 20 0 22 0 4518469 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140030594945912 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8745] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8745/stat : 8745 (java) S 8739 8742 5416 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4518470 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140030567397672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8746] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8746/stat : 8746 (java) S 8739 8742 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4518470 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140030566344872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8747] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8747/stat : 8747 (java) S 8739 8742 5416 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4518470 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140030565292584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8748] ppid=8739 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8742/task/8748/stat : 8748 (java) S 8739 8742 5416 0 -1 4202560 21 0 0 0 0 1 0 0 20 0 22 0 4518470 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140030435174824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8749] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8749/stat : 8749 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4518470 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140030434122536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8750] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8750/stat : 8750 (java) S 8739 8742 5416 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 4518470 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140030433069736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8751] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8751/stat : 8751 (java) S 8739 8742 5416 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4518470 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140030432017448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8752] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8752/stat : 8752 (java) S 8739 8742 5416 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4518470 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140030430964648 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8753] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8753/stat : 8753 (java) S 8739 8742 5416 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4518471 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140029948451048 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8754] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8754/stat : 8754 (java) S 8739 8742 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4518472 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140029947397112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8755] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8755/stat : 8755 (java) S 8739 8742 5416 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4518472 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140029946344712 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8756] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8756/stat : 8756 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4518474 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140029945293200 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8757] ppid=8739 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/8742/task/8757/stat : 8757 (java) S 8739 8742 5416 0 -1 4202560 12255 0 0 0 103 2 0 0 20 0 22 0 4518474 10060525568 51284 33554432000 1073741824 1073778376 140736951481136 140029944240824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=8742/tid=8745] ppid=8739 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/8742/task/8745/stat : 8745 (java) S 8739 8742 5416 0 -1 4202560 846 0 0 0 231 14 0 0 20 0 22 0 4518470 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140030567397672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8746] ppid=8739 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/8742/task/8746/stat : 8746 (java) S 8739 8742 5416 0 -1 4202560 741 0 0 0 252 15 0 0 20 0 22 0 4518470 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140030566344872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8747] ppid=8739 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/8742/task/8747/stat : 8747 (java) S 8739 8742 5416 0 -1 4202560 1016 0 0 0 260 17 0 0 20 0 22 0 4518470 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140030565292584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8748] ppid=8739 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/8742/task/8748/stat : 8748 (java) S 8739 8742 5416 0 -1 4202560 970 0 0 0 251 17 0 0 20 0 22 0 4518470 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140030435174824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8749] ppid=8739 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/8742/task/8749/stat : 8749 (java) S 8739 8742 5416 0 -1 4202560 2231 0 0 0 235 16 0 0 20 0 22 0 4518470 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140030434122536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8750] ppid=8739 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/8742/task/8750/stat : 8750 (java) S 8739 8742 5416 0 -1 4202560 743 0 0 0 244 16 0 0 20 0 22 0 4518470 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140030433069736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8751] ppid=8739 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/8742/task/8751/stat : 8751 (java) S 8739 8742 5416 0 -1 4202560 691 0 0 0 223 15 0 0 20 0 22 0 4518470 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140030432017448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8752] ppid=8739 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/8742/task/8752/stat : 8752 (java) S 8739 8742 5416 0 -1 4202560 1000 0 0 0 238 16 0 0 20 0 22 0 4518470 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140030430964648 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8753] ppid=8739 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/8742/task/8753/stat : 8753 (java) S 8739 8742 5416 0 -1 4202560 1993 0 0 0 263 8 0 0 20 0 22 0 4518471 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029948451048 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8754] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8754/stat : 8754 (java) S 8739 8742 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4518472 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029947397112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8755] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8755/stat : 8755 (java) S 8739 8742 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4518472 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029946344712 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8756] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8756/stat : 8756 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4518474 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029945293200 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8757] ppid=8739 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/8742/task/8757/stat : 8757 (java) S 8739 8742 5416 0 -1 4202560 16067 0 0 0 210 3 0 0 20 0 22 0 4518474 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029944240824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8758] ppid=8739 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/8742/task/8758/stat : 8758 (java) S 8739 8742 5416 0 -1 4202560 11303 0 0 0 165 2 0 0 20 0 22 0 4518474 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029943188024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8759] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8759/stat : 8759 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4518474 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029942135928 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8760] ppid=8739 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/8742/task/8760/stat : 8760 (java) S 8739 8742 5416 0 -1 4202560 52 0 0 0 13 19 0 0 20 0 22 0 4518474 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029941083336 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8915] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8915/stat : 8915 (java) S 8739 8742 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4596819 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029938975912 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=9036] ppid=8739 vsize=9824732 CPUtime=27.94 cores=0,2,4,6
/proc/8742/task/9036/stat : 9036 (java) R 8739 8742 5416 0 -1 4202560 7 0 0 0 2794 0 0 0 20 0 22 0 4603883 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029937914160 140030447734872 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=9037] ppid=8739 vsize=9824732 CPUtime=27.94 cores=0,2,4,6
/proc/8742/task/9037/stat : 9037 (java) R 8739 8742 5416 0 -1 4202560 4 0 0 0 2794 0 0 0 20 0 22 0 4603883 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029936868176 140030446742894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=9038] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/9038/stat : 9038 (java) S 8739 8742 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4603883 10060525568 882802 33554432000 1073741824 1073778376 140736951481136 140029940029096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1752.48
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.501 s]
/proc/loadavg: 3.98 4.04 3.99 5/219 9038
/proc/meminfo: memFree=24693908/32872528 swapFree=239532/272236
[pid=8742] ppid=8739 vsize=9824732 CPUtime=1797.09 cores=0,2,4,6
/proc/8742/stat : 8742 (java) S 8739 8742 5416 0 -1 4202496 43089 0 1 0 179465 244 0 0 20 0 22 0 4518469 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140736951472272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8742/statm: 2456183 882827 2303 9 0 2446860 0
[pid=8742/tid=8743] ppid=8739 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8742/task/8743/stat : 8743 (java) S 8739 8742 5416 0 -1 4202560 2446 0 1 0 30 3 0 0 20 0 22 0 4518469 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030594945912 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8745] ppid=8739 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/8742/task/8745/stat : 8745 (java) S 8739 8742 5416 0 -1 4202560 856 0 0 0 234 14 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030567397672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8746] ppid=8739 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/8742/task/8746/stat : 8746 (java) S 8739 8742 5416 0 -1 4202560 752 0 0 0 257 15 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030566344872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8747] ppid=8739 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/8742/task/8747/stat : 8747 (java) S 8739 8742 5416 0 -1 4202560 1016 0 0 0 268 17 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030565292584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8748] ppid=8739 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/8742/task/8748/stat : 8748 (java) S 8739 8742 5416 0 -1 4202560 970 0 0 0 256 17 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030435174824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8749] ppid=8739 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/8742/task/8749/stat : 8749 (java) S 8739 8742 5416 0 -1 4202560 2231 0 0 0 239 16 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030434122536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8750] ppid=8739 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/8742/task/8750/stat : 8750 (java) S 8739 8742 5416 0 -1 4202560 743 0 0 0 256 16 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030433069736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8751] ppid=8739 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/8742/task/8751/stat : 8751 (java) S 8739 8742 5416 0 -1 4202560 691 0 0 0 231 15 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030432017448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8752] ppid=8739 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/8742/task/8752/stat : 8752 (java) S 8739 8742 5416 0 -1 4202560 1000 0 0 0 241 16 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030430964648 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8753] ppid=8739 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/8742/task/8753/stat : 8753 (java) S 8739 8742 5416 0 -1 4202560 2000 0 0 0 263 8 0 0 20 0 22 0 4518471 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029948451048 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8754] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8754/stat : 8754 (java) S 8739 8742 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4518472 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029947397112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8755] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8755/stat : 8755 (java) S 8739 8742 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4518472 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029946344712 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8756] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8756/stat : 8756 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4518474 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029945293200 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8757] ppid=8739 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/8742/task/8757/stat : 8757 (java) S 8739 8742 5416 0 -1 4202560 16067 0 0 0 210 3 0 0 20 0 22 0 4518474 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029944240824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8758] ppid=8739 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/8742/task/8758/stat : 8758 (java) S 8739 8742 5416 0 -1 4202560 11303 0 0 0 165 2 0 0 20 0 22 0 4518474 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029943188024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8759] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8759/stat : 8759 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4518474 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029942135928 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8760] ppid=8739 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8742/task/8760/stat : 8760 (java) S 8739 8742 5416 0 -1 4202560 54 0 0 0 14 19 0 0 20 0 22 0 4518474 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029941083336 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8915] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8915/stat : 8915 (java) S 8739 8742 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4596819 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029938975912 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=9036] ppid=8739 vsize=9824732 CPUtime=49.96 cores=0,2,4,6
/proc/8742/task/9036/stat : 9036 (java) R 8739 8742 5416 0 -1 4202560 8 0 0 0 4996 0 0 0 20 0 22 0 4603883 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029937914160 140030446839782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=9037] ppid=8739 vsize=9824732 CPUtime=49.94 cores=0,2,4,6
/proc/8742/task/9037/stat : 9037 (java) R 8739 8742 5416 0 -1 4202560 5 0 0 0 4994 0 0 0 20 0 22 0 4603883 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029936869072 140030446679080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=9038] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/9038/stat : 9038 (java) S 8739 8742 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4603883 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029940029096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.09
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8742 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+904.501 s]
/proc/loadavg: 3.98 4.04 3.99 5/219 9038
/proc/meminfo: memFree=24693908/32872528 swapFree=239532/272236
[pid=8742] ppid=8739 vsize=9824732 CPUtime=1797.09 cores=0,2,4,6
/proc/8742/stat : 8742 (java) S 8739 8742 5416 0 -1 4202496 43089 0 1 0 179465 244 0 0 20 0 22 0 4518469 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140736951472272 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8742/statm: 2456183 882827 2303 9 0 2446860 0
[pid=8742/tid=8743] ppid=8739 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8742/task/8743/stat : 8743 (java) S 8739 8742 5416 0 -1 4202560 2446 0 1 0 30 3 0 0 20 0 22 0 4518469 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030594945912 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8745] ppid=8739 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/8742/task/8745/stat : 8745 (java) S 8739 8742 5416 0 -1 4202560 856 0 0 0 234 14 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030567397672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8746] ppid=8739 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/8742/task/8746/stat : 8746 (java) S 8739 8742 5416 0 -1 4202560 752 0 0 0 257 15 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030566344872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8747] ppid=8739 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/8742/task/8747/stat : 8747 (java) S 8739 8742 5416 0 -1 4202560 1016 0 0 0 268 17 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030565292584 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8748] ppid=8739 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/8742/task/8748/stat : 8748 (java) S 8739 8742 5416 0 -1 4202560 970 0 0 0 256 17 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030435174824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8749] ppid=8739 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/8742/task/8749/stat : 8749 (java) S 8739 8742 5416 0 -1 4202560 2231 0 0 0 239 16 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030434122536 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8750] ppid=8739 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/8742/task/8750/stat : 8750 (java) S 8739 8742 5416 0 -1 4202560 743 0 0 0 256 16 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030433069736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8751] ppid=8739 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/8742/task/8751/stat : 8751 (java) S 8739 8742 5416 0 -1 4202560 691 0 0 0 231 15 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030432017448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8752] ppid=8739 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/8742/task/8752/stat : 8752 (java) S 8739 8742 5416 0 -1 4202560 1000 0 0 0 241 16 0 0 20 0 22 0 4518470 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140030430964648 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8753] ppid=8739 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/8742/task/8753/stat : 8753 (java) S 8739 8742 5416 0 -1 4202560 2000 0 0 0 263 8 0 0 20 0 22 0 4518471 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029948451048 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8754] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8754/stat : 8754 (java) S 8739 8742 5416 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4518472 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029947397112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8755] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8755/stat : 8755 (java) S 8739 8742 5416 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4518472 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029946344712 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8742/tid=8756] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8756/stat : 8756 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4518474 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029945293200 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8757] ppid=8739 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/8742/task/8757/stat : 8757 (java) S 8739 8742 5416 0 -1 4202560 16067 0 0 0 210 3 0 0 20 0 22 0 4518474 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029944240824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8742/tid=8758] ppid=8739 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/8742/task/8758/stat : 8758 (java) S 8739 8742 5416 0 -1 4202560 11303 0 0 0 165 2 0 0 20 0 22 0 4518474 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029943188024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8759] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8759/stat : 8759 (java) S 8739 8742 5416 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4518474 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029942135928 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=8760] ppid=8739 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8742/task/8760/stat : 8760 (java) S 8739 8742 5416 0 -1 4202560 54 0 0 0 14 19 0 0 20 0 22 0 4518474 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029941083336 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=8915] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/8915/stat : 8915 (java) S 8739 8742 5416 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4596819 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029938975912 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=9036] ppid=8739 vsize=9824732 CPUtime=49.96 cores=0,2,4,6
/proc/8742/task/9036/stat : 9036 (java) R 8739 8742 5416 0 -1 4202560 8 0 0 0 4996 0 0 0 20 0 22 0 4603883 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029937914160 140030446839782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8742/tid=9037] ppid=8739 vsize=9824732 CPUtime=49.94 cores=0,2,4,6
/proc/8742/task/9037/stat : 9037 (java) R 8739 8742 5416 0 -1 4202560 5 0 0 0 4994 0 0 0 20 0 22 0 4603883 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029936869072 140030446679080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8742/tid=9038] ppid=8739 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8742/task/9038/stat : 9038 (java) S 8739 8742 5416 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4603883 10060525568 882827 33554432000 1073741824 1073778376 140736951481136 140029940029096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.09
Current children cumulated vsize (KiB) 9824732

Child status: 143

# 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): 2.92
#  lost CPU user time (s): 3.15001
#  lost CPU system time (s): -0.23

Real time (s): 904.553
CPU time (s): 1800.05
CPU user time (s): 1797.57
CPU system time (s): 2.47759
CPU usage (%): 198.998
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 2.70759
maximum resident set size= 3532880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43135
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24694
involuntary context switches= 23625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54416 second user time and 7.65284 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-30 04:47:54
IDJOB=4119389
IDBENCH=111718
IDSOLVER=2543
FILE ID=node107/4119389-1467254874
RUNJOBID= node107-1467248484-5592
PBS_JOBID= 20004476
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern40-05.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119389-1467254874/watcher-4119389-1467254874 -o /tmp/evaluation-result-4119389-1467254874/solver-4119389-1467254874 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467248484-5592 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119389-1467254874.opb

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

MD5SUM BENCH= 450f236c890f723bb734ab92dd0408b5
RANDOM SEED=1894065195

node107.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		: 2667.110
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	: 5334.22
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		: 2667.110
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		: 2667.110
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.39
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		: 2667.110
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.55
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		: 2667.110
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.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		: 2667.110
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.55
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		: 2667.110
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.56
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		: 2667.110
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29311752 kB
Buffers:           99976 kB
Cached:           425036 kB
SwapCached:            0 kB
Active:          2117644 kB
Inactive:         433396 kB
Active(anon):    2028868 kB
Inactive(anon):        4 kB
Active(file):      88776 kB
Inactive(file):   433392 kB
Unevictable:      272236 kB
Mlocked:          239532 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       2374612 kB
Mapped:            22244 kB
Shmem:               204 kB
Slab:             604784 kB
SReclaimable:      48740 kB
SUnreclaim:       556044 kB
KernelStack:        1784 kB
PageTables:         9052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2912428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2082816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node107 at 2016-06-30 05:02:59