Trace number 4103274

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)69431 1800.1 906.588

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-markshare2_1.opb
MD5SUMb994237fdc481ca53da2e19e2a850128
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42160
Best CPU time to get the best result obtained on this benchmark1800.72
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 31694
Optimality of the best value was proved NO
Number of variables330
Total number of constraints13
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 constraints13
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 210
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 7516192761
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 7516192761
Number of bits of the biggest sum of numbers33
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4103274-1466221425.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.26/0.20	c ... done. Wall clock time 0.077s.
0.26/0.20	c declared #vars     330
0.26/0.20	c #constraints  20
0.26/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
0.26/0.21	c 20 constraints processed.
0.26/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
0.26/0.21	c 20 constraints processed.
0.26/0.21	c objective function length is 210 literals
1.82/0.67	c And the winner is solver0
2.18/0.71	c SATISFIABLE
2.18/0.71	c OPTIMIZING...
2.18/0.71	c Got one! Elapsed wall clock time (in seconds):0.582
2.18/0.71	o 447478
2.83/0.94	c cleaning 2603 clauses out of 5205 with flag 7458/5205
3.94/1.30	c cleaning 4301 clauses out of 8602 with flag 23388/11205
4.17/1.44	c And the winner is solver0
4.25/1.71	c Got one! Elapsed wall clock time (in seconds):1.584
4.25/1.71	o 314699
4.91/1.96	c cleaning 4808 clauses out of 9626 with flag 6666/16530
5.94/2.48	c cleaning 5403 clauses out of 10817 with flag 19185/22529
7.37/3.16	c cleaning 6201 clauses out of 12415 with flag 33704/29530
9.17/4.01	c cleaning 7090 clauses out of 14213 with flag 50409/37529
11.21/5.08	c cleaning 8057 clauses out of 16126 with flag 69319/46532
13.61/6.29	c cleaning 9021 clauses out of 18067 with flag 90299/56530
16.62/7.71	c cleaning 10006 clauses out of 20046 with flag 113234/67530
19.84/9.35	c cleaning 11009 clauses out of 22040 with flag 138062/79530
24.09/11.42	c cleaning 11998 clauses out of 24033 with flag 165215/92532
28.49/13.62	c cleaning 13003 clauses out of 26032 with flag 194281/106529
33.89/16.37	c cleaning 13997 clauses out of 28029 with flag 225311/121529
37.70/18.26	c cleaning 15009 clauses out of 30033 with flag 263930/137530
42.95/20.80	c cleaning 16007 clauses out of 32023 with flag 308074/154529
49.00/23.83	c cleaning 17000 clauses out of 34016 with flag 356936/172529
55.86/27.22	c cleaning 18007 clauses out of 36016 with flag 411590/191529
57.87/28.24	c And the winner is solver0
57.96/28.35	c Got one! Elapsed wall clock time (in seconds):28.222
57.96/28.35	o 314696
59.01/28.98	c cleaning 15153 clauses out of 30305 with flag 12064/203825
59.64/29.20	c And the winner is solver0
59.67/29.35	c Got one! Elapsed wall clock time (in seconds):29.225
59.67/29.35	o 271541
60.15/29.61	c And the winner is solver0
60.20/29.86	c Got one! Elapsed wall clock time (in seconds):29.728
60.20/29.86	o 247920
60.49/30.04	c And the winner is solver0
60.58/30.36	c Got one! Elapsed wall clock time (in seconds):30.231
60.58/30.36	o 247373
60.86/30.51	c cleaning 10755 clauses out of 21513 with flag 2506/210186
61.26/30.72	c And the winner is solver0
61.31/30.86	c Got one! Elapsed wall clock time (in seconds):30.735
61.31/30.86	o 124625
61.78/31.16	c cleaning 8051 clauses out of 16109 with flag 6676/215537
62.78/31.63	c cleaning 7024 clauses out of 14058 with flag 20831/221537
63.78/32.13	c cleaning 7012 clauses out of 14035 with flag 38154/228538
65.19/32.80	c cleaning 7495 clauses out of 15020 with flag 55277/236535
66.19/33.35	c And the winner is solver0
66.19/33.37	c Got one! Elapsed wall clock time (in seconds):33.239
66.19/33.37	o 124481
66.56/33.51	c And the winner is solver0
66.60/33.87	c Got one! Elapsed wall clock time (in seconds):33.744
66.60/33.87	o 123152
67.26/34.29	c cleaning 9682 clauses out of 19365 with flag 9751/248375
68.26/34.79	c cleaning 7834 clauses out of 15682 with flag 24180/254374
69.67/35.42	c cleaning 7422 clauses out of 14851 with flag 40342/261377
70.67/35.96	c And the winner is solver0
70.91/36.38	c Got one! Elapsed wall clock time (in seconds):36.249
70.91/36.38	o 122608
71.77/36.85	c And the winner is solver0
71.77/36.88	c Got one! Elapsed wall clock time (in seconds):36.754
71.77/36.88	o 71149
72.09/37.02	c cleaning 9964 clauses out of 19936 with flag 2205/273884
73.09/37.59	c cleaning 7980 clauses out of 15974 with flag 15222/279886
74.68/38.35	c cleaning 7476 clauses out of 14992 with flag 31872/286884
74.68/38.36	c And the winner is solver0
74.85/38.49	c Got one! Elapsed wall clock time (in seconds):38.36
74.85/38.49	o 71036
75.70/38.92	c cleaning 6327 clauses out of 12657 with flag 11394/292025
76.93/39.50	c cleaning 6159 clauses out of 12330 with flag 23811/298025
77.95/40.10	c cleaning 6584 clauses out of 13172 with flag 38707/305026
79.75/40.91	c cleaning 7297 clauses out of 14594 with flag 55427/313032
81.58/41.84	c cleaning 8128 clauses out of 16289 with flag 74638/322024
83.57/42.80	c cleaning 9080 clauses out of 18162 with flag 96530/332025
86.18/44.18	c cleaning 10040 clauses out of 20082 with flag 119472/343025
89.36/45.72	c cleaning 11012 clauses out of 22041 with flag 144632/355024
92.82/47.42	c cleaning 12008 clauses out of 24030 with flag 172927/368025
96.41/49.26	c cleaning 13012 clauses out of 26023 with flag 204719/382026
100.41/51.25	c cleaning 13998 clauses out of 28011 with flag 239536/397026
105.07/53.52	c cleaning 15001 clauses out of 30012 with flag 275652/413025
109.66/55.82	c cleaning 16008 clauses out of 32015 with flag 313260/430029
114.26/58.16	c cleaning 16995 clauses out of 34003 with flag 353090/448025
118.66/60.35	c cleaning 18005 clauses out of 36010 with flag 395568/467027
123.26/62.61	c And the winner is solver0
123.34/63.00	c Got one! Elapsed wall clock time (in seconds):62.869
123.34/63.00	o 70957
125.98/64.38	c cleaning 20282 clauses out of 40574 with flag 13270/489596
127.58/65.18	c cleaning 13139 clauses out of 26288 with flag 27138/495592
128.98/65.83	c cleaning 10075 clauses out of 20149 with flag 43452/502592
130.62/66.63	c cleaning 9034 clauses out of 18072 with flag 61072/510590
132.22/67.42	c cleaning 9017 clauses out of 18046 with flag 80336/519598
134.21/68.44	c cleaning 9497 clauses out of 19021 with flag 101252/529590
135.81/69.25	c And the winner is solver0
135.97/69.50	c Got one! Elapsed wall clock time (in seconds):69.376
135.97/69.50	o 70873
137.20/70.12	c cleaning 11763 clauses out of 23530 with flag 11967/543596
138.44/70.73	c cleaning 8879 clauses out of 17770 with flag 24942/549599
139.43/71.24	c cleaning 7944 clauses out of 15888 with flag 40080/556596
140.63/71.88	c cleaning 7967 clauses out of 15947 with flag 57065/564599
142.03/72.56	c cleaning 8484 clauses out of 16976 with flag 76648/573595
143.85/73.45	c cleaning 9245 clauses out of 18492 with flag 97736/583595
145.84/74.43	c cleaning 10121 clauses out of 20247 with flag 120972/594595
148.04/75.57	c cleaning 11059 clauses out of 22127 with flag 146724/606596
150.64/76.87	c cleaning 12033 clauses out of 24068 with flag 174177/619596
153.88/78.45	c cleaning 13014 clauses out of 26036 with flag 203235/633597
158.08/80.50	c cleaning 14006 clauses out of 28020 with flag 234651/648595
163.08/83.05	c cleaning 15001 clauses out of 30016 with flag 267901/664597
168.69/85.87	c cleaning 16004 clauses out of 32020 with flag 304239/681602
174.71/88.87	c cleaning 17001 clauses out of 34012 with flag 344986/699598
181.31/92.11	c cleaning 18004 clauses out of 36010 with flag 386197/718597
187.91/95.49	c cleaning 19003 clauses out of 38007 with flag 427505/738598
193.70/98.30	c cleaning 19985 clauses out of 40001 with flag 470691/759595
199.95/101.41	c cleaning 21006 clauses out of 42020 with flag 516316/781599
208.74/105.86	c cleaning 22001 clauses out of 44010 with flag 563574/804595
218.97/110.99	c cleaning 23005 clauses out of 46014 with flag 612910/828600
229.80/116.32	c cleaning 23997 clauses out of 48006 with flag 664638/853597
239.45/121.11	c cleaning 24998 clauses out of 50009 with flag 720757/879597
248.25/125.59	c cleaning 26001 clauses out of 52009 with flag 782435/906595
256.43/129.68	c cleaning 26982 clauses out of 54008 with flag 843757/934595
265.84/134.37	c cleaning 28011 clauses out of 56027 with flag 904736/963596
277.23/140.06	c cleaning 28995 clauses out of 58016 with flag 966920/993596
279.49/141.15	c And the winner is solver0
279.49/141.52	c Got one! Elapsed wall clock time (in seconds):141.392
279.49/141.52	o 70847
281.44/142.52	c cleaning 21162 clauses out of 42330 with flag 11344/1006905
283.96/143.82	c cleaning 13582 clauses out of 27173 with flag 24296/1012910
285.98/144.83	c cleaning 10290 clauses out of 20594 with flag 38929/1019913
287.78/145.75	c cleaning 9140 clauses out of 18298 with flag 55943/1027907
289.78/146.70	c cleaning 9073 clauses out of 18158 with flag 74853/1036907
291.78/147.72	c cleaning 9533 clauses out of 19083 with flag 96434/1046905
294.38/149.04	c cleaning 10268 clauses out of 20550 with flag 119383/1057905
297.38/150.57	c cleaning 11141 clauses out of 22283 with flag 145319/1069906
300.20/151.92	c And the winner is solver0
300.20/152.03	c Got one! Elapsed wall clock time (in seconds):151.901
300.20/152.03	o 70613
302.14/153.05	c cleaning 14151 clauses out of 28317 with flag 12185/1087081
303.54/153.76	c cleaning 10075 clauses out of 20167 with flag 26556/1093082
304.93/154.41	c cleaning 8531 clauses out of 17092 with flag 43738/1100082
305.53/154.71	c And the winner is solver0
306.44/155.69	c Got one! Elapsed wall clock time (in seconds):155.56
306.44/155.69	o 70549
306.72/155.84	c cleaning 6827 clauses out of 13662 with flag 4877/1105183
307.53/156.23	c cleaning 6414 clauses out of 12833 with flag 19147/1111181
308.73/156.81	c cleaning 6706 clauses out of 13421 with flag 34709/1118183
309.94/157.43	c cleaning 7356 clauses out of 14714 with flag 51988/1126182
311.53/158.24	c cleaning 8176 clauses out of 16358 with flag 71570/1135182
312.93/158.94	c And the winner is solver0
313.02/159.20	c Got one! Elapsed wall clock time (in seconds):159.069
313.02/159.20	o 70320
314.03/159.74	c cleaning 10544 clauses out of 21090 with flag 11643/1148090
315.03/160.26	c cleaning 8268 clauses out of 16545 with flag 24382/1154089
316.23/160.83	c cleaning 7640 clauses out of 15279 with flag 40447/1161091
317.64/161.55	c cleaning 7798 clauses out of 15638 with flag 58522/1169090
319.44/162.42	c cleaning 8416 clauses out of 16843 with flag 79354/1178093
321.86/163.60	c cleaning 9213 clauses out of 18427 with flag 100807/1188093
323.26/164.32	c And the winner is solver0
323.42/164.71	c Got one! Elapsed wall clock time (in seconds):164.579
323.42/164.71	o 70253
324.59/165.36	c cleaning 10981 clauses out of 21972 with flag 13863/1200851
325.79/165.93	c cleaning 8477 clauses out of 16992 with flag 28628/1206852
326.99/166.54	c cleaning 7747 clauses out of 15517 with flag 44856/1213854
328.41/167.27	c cleaning 7880 clauses out of 15769 with flag 62920/1221853
330.39/168.26	c cleaning 8440 clauses out of 16888 with flag 84702/1230852
332.59/169.37	c cleaning 9212 clauses out of 18447 with flag 108865/1240851
332.59/169.37	c And the winner is solver0
333.46/170.12	c Got one! Elapsed wall clock time (in seconds):169.989
333.46/170.12	o 70009
334.26/170.53	c cleaning 7109 clauses out of 14239 with flag 13442/1245855
335.46/171.10	c cleaning 6544 clauses out of 13130 with flag 28502/1251855
336.86/171.84	c cleaning 6791 clauses out of 13589 with flag 47035/1258858
338.46/172.68	c cleaning 7399 clauses out of 14799 with flag 68008/1266859
340.66/173.71	c cleaning 8188 clauses out of 16396 with flag 89828/1275855
343.27/175.03	c cleaning 9103 clauses out of 18208 with flag 116999/1285855
346.05/176.46	c cleaning 10049 clauses out of 20107 with flag 143730/1296857
349.45/178.18	c cleaning 11024 clauses out of 22057 with flag 172461/1308856
353.46/180.13	c cleaning 12011 clauses out of 24033 with flag 204095/1321856
355.86/181.38	c And the winner is solver0
356.23/181.68	c Got one! Elapsed wall clock time (in seconds):181.55
356.23/181.68	o 69841
357.06/182.16	c cleaning 13115 clauses out of 26239 with flag 14590/1336073
358.29/182.75	c cleaning 9560 clauses out of 19126 with flag 30142/1342075
359.68/183.43	c cleaning 8283 clauses out of 16565 with flag 48020/1349074
361.28/184.24	c cleaning 8134 clauses out of 16283 with flag 67251/1357075
363.08/185.12	c cleaning 8564 clauses out of 17147 with flag 89005/1366073
365.28/186.22	c cleaning 9280 clauses out of 18583 with flag 113671/1376073
368.09/187.60	c cleaning 10140 clauses out of 20303 with flag 143877/1387073
371.31/189.23	c cleaning 11071 clauses out of 22164 with flag 173423/1399074
375.11/191.10	c cleaning 12034 clauses out of 24092 with flag 204467/1412073
378.71/192.95	c cleaning 13028 clauses out of 26059 with flag 239237/1426074
382.33/194.74	c cleaning 14013 clauses out of 28030 with flag 276182/1441073
385.11/196.14	c And the winner is solver0
386.75/197.74	c Got one! Elapsed wall clock time (in seconds):197.613
386.75/197.74	o 69759
387.67/198.30	c cleaning 15279 clauses out of 30570 with flag 13158/1457626
389.08/198.92	c cleaning 10638 clauses out of 21291 with flag 27930/1463626
390.28/199.58	c cleaning 8810 clauses out of 17654 with flag 43963/1470627
391.90/200.33	c cleaning 8408 clauses out of 16844 with flag 62762/1478627
393.90/201.37	c cleaning 8715 clauses out of 17436 with flag 86312/1487627
396.10/202.48	c cleaning 9357 clauses out of 18722 with flag 111086/1497628
398.69/203.74	c cleaning 10182 clauses out of 20363 with flag 140641/1508626
401.48/205.19	c cleaning 11085 clauses out of 22184 with flag 171635/1520629
405.11/206.98	c cleaning 12038 clauses out of 24098 with flag 205688/1533628
409.33/209.01	c cleaning 13026 clauses out of 26058 with flag 242016/1547626
413.93/211.32	c cleaning 14014 clauses out of 28032 with flag 283425/1562626
418.92/213.83	c cleaning 15010 clauses out of 30021 with flag 329336/1578629
424.12/216.44	c cleaning 15996 clauses out of 32009 with flag 373964/1595627
429.52/219.17	c cleaning 16998 clauses out of 34013 with flag 421291/1613627
434.72/221.72	c cleaning 18008 clauses out of 36016 with flag 469228/1632628
440.72/224.71	c cleaning 18997 clauses out of 38008 with flag 521979/1652628
444.77/226.71	c And the winner is solver0
447.72/229.81	c Got one! Elapsed wall clock time (in seconds):229.685
447.72/229.81	o 69645
449.13/230.63	c cleaning 18946 clauses out of 37900 with flag 13618/1671517
450.33/231.25	c cleaning 12479 clauses out of 24957 with flag 27968/1677520
451.73/231.90	c cleaning 9734 clauses out of 19475 with flag 44930/1684517
453.33/232.73	c cleaning 8859 clauses out of 17741 with flag 65182/1692517
454.13/233.12	c And the winner is solver0
454.85/233.81	c Got one! Elapsed wall clock time (in seconds):233.679
454.85/233.81	o 69580
455.03/233.97	c cleaning 7389 clauses out of 14783 with flag 5115/1698418
456.24/234.59	c cleaning 6687 clauses out of 13393 with flag 20475/1704417
456.44/234.68	c And the winner is solver0
456.60/234.82	c Got one! Elapsed wall clock time (in seconds):234.689
456.60/234.82	o 69543
457.35/235.24	c cleaning 6304 clauses out of 12621 with flag 11612/1710332
458.75/235.91	c cleaning 6155 clauses out of 12317 with flag 26512/1716332
460.16/236.61	c And the winner is solver0
460.33/236.83	c Got one! Elapsed wall clock time (in seconds):236.699
460.33/236.83	o 69431
461.08/237.20	c cleaning 8371 clauses out of 16757 with flag 13609/1726927
462.10/237.78	c cleaning 7180 clauses out of 14386 with flag 28983/1732927
463.68/238.53	c cleaning 7092 clauses out of 14206 with flag 46570/1739927
465.28/239.40	c cleaning 7546 clauses out of 15114 with flag 65756/1747927
467.49/240.40	c cleaning 8280 clauses out of 16569 with flag 88543/1756928
469.69/241.58	c cleaning 9142 clauses out of 18288 with flag 112663/1766927
472.69/243.00	c cleaning 10073 clauses out of 20146 with flag 139491/1777927
475.69/244.56	c cleaning 11031 clauses out of 22074 with flag 168519/1789928
479.09/246.25	c cleaning 12012 clauses out of 24044 with flag 200791/1802929
482.89/248.15	c cleaning 13013 clauses out of 26030 with flag 234935/1816927
487.09/250.21	c cleaning 14002 clauses out of 28020 with flag 271403/1831930
491.69/252.54	c cleaning 15003 clauses out of 30015 with flag 308546/1847927
497.10/255.24	c cleaning 15998 clauses out of 32012 with flag 349206/1864927
502.49/257.97	c cleaning 17006 clauses out of 34014 with flag 392052/1882927
508.71/261.04	c cleaning 18004 clauses out of 36008 with flag 437253/1901927
515.73/264.60	c cleaning 18995 clauses out of 38008 with flag 484698/1921931
524.15/268.76	c cleaning 20003 clauses out of 40010 with flag 534399/1942928
532.94/273.14	c cleaning 20997 clauses out of 42006 with flag 589293/1964927
543.17/278.27	c cleaning 21997 clauses out of 44010 with flag 644301/1987928
553.78/283.56	c cleaning 23003 clauses out of 46012 with flag 701268/2011927
564.20/288.73	c cleaning 24006 clauses out of 48012 with flag 763141/2036930
576.82/295.09	c cleaning 24998 clauses out of 50003 with flag 827644/2062927
591.69/302.40	c cleaning 25991 clauses out of 52006 with flag 893341/2089928
609.17/311.27	c cleaning 26999 clauses out of 54018 with flag 962736/2117931
630.23/321.70	c cleaning 28001 clauses out of 56015 with flag 1035035/2146927
652.84/333.04	c cleaning 28994 clauses out of 58014 with flag 1107677/2176927
675.67/344.42	c cleaning 29997 clauses out of 60020 with flag 1184372/2207927
702.16/357.65	c cleaning 30998 clauses out of 62023 with flag 1264691/2239927
727.13/370.14	c cleaning 31998 clauses out of 64025 with flag 1345529/2272927
754.76/383.92	c cleaning 33004 clauses out of 66027 with flag 1430197/2306927
776.54/394.86	c cleaning 34001 clauses out of 68024 with flag 1517184/2341928
799.14/406.18	c cleaning 34992 clauses out of 70022 with flag 1602256/2377927
822.99/418.04	c cleaning 35996 clauses out of 72030 with flag 1691109/2414927
847.19/430.12	c cleaning 37003 clauses out of 74034 with flag 1782500/2452927
872.75/443.01	c cleaning 38002 clauses out of 76033 with flag 1876521/2491929
899.96/456.61	c cleaning 39003 clauses out of 78031 with flag 1973989/2531929
927.56/470.46	c cleaning 39998 clauses out of 80027 with flag 2074372/2572928
965.76/489.58	c cleaning 41001 clauses out of 82028 with flag 2182021/2614927
1012.78/513.04	c cleaning 42001 clauses out of 84027 with flag 2290001/2657927
1054.18/533.73	c cleaning 43002 clauses out of 86026 with flag 2399043/2701927
1102.82/558.08	c cleaning 43999 clauses out of 88025 with flag 2510814/2746928
1145.01/579.17	c cleaning 45002 clauses out of 90026 with flag 2629022/2792928
1193.05/603.15	c cleaning 45998 clauses out of 92025 with flag 2742590/2839929
1248.08/630.64	c cleaning 47000 clauses out of 94025 with flag 2864763/2887927
1303.53/658.39	c cleaning 47999 clauses out of 96025 with flag 2989742/2936927
1359.69/686.43	c cleaning 48992 clauses out of 98026 with flag 3116377/2986927
1406.94/710.03	c cleaning 50005 clauses out of 100034 with flag 3239722/3037927
1456.75/734.99	c cleaning 50996 clauses out of 102029 with flag 3364825/3089927
1507.20/760.14	c cleaning 51999 clauses out of 104033 with flag 3498043/3142927
1554.23/783.66	c cleaning 52998 clauses out of 106036 with flag 3630950/3196929
1608.47/810.71	c cleaning 54006 clauses out of 108037 with flag 3768748/3251928
1660.70/836.81	c cleaning 54994 clauses out of 110031 with flag 3908047/3307928
1729.96/871.43	c cleaning 56002 clauses out of 112036 with flag 4049425/3364927
1800.10/906.51	c >>>>>>>>>> Solver number 0 (26 answers) <<<<<<<<<<<<<<<<<<
1800.10/906.51	c starts		: 643
1800.10/906.51	c conflicts		: 3421140
1800.10/906.51	c decisions		: 3783152
1800.10/906.51	c propagations		: 42650592
1800.10/906.51	c inspects		: 14009927542
1800.10/906.51	c shortcuts		: 0
1800.10/906.51	c learnt literals	: 0
1800.10/906.51	c learnt binary clauses	: 0
1800.10/906.51	c learnt ternary clauses	: 0
1800.10/906.51	c learnt constraints	: 3421140
1800.10/906.51	c ignored constraints	: 0
1800.10/906.51	c root simplifications	: 0
1800.10/906.51	c removed literals (reason simplification)	: 8818170
1800.10/906.51	c reason swapping (by a shorter reason)	: 0
1800.10/906.51	c Calls to reduceDB	: 201
1800.10/906.51	c Number of update (reduction) of LBD	: 436173
1800.10/906.51	c Imported unit clauses	: 0
1800.10/906.51	c number of reductions to clauses (during analyze)	: 0
1800.10/906.51	c number of learned constraints concerned by reduction	: 0
1800.10/906.51	c number of learning phase by resolution	: 0
1800.10/906.51	c number of learning phase by cutting planes	: 0
1800.10/906.51	c speed (assignments/second)	: 47060.2296374923
1800.10/906.51	c non guided choices	1870
1800.10/906.54	c learnt constraints type 
1800.10/906.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 112247
1800.10/906.54	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/906.54	c starts		: 27
1800.10/906.54	c conflicts		: 669
1800.10/906.54	c decisions		: 30856
1800.10/906.54	c propagations		: 92428
1800.10/906.54	c inspects		: 12637020
1800.10/906.54	c shortcuts		: 0
1800.10/906.54	c learnt literals	: 0
1800.10/906.54	c learnt binary clauses	: 0
1800.10/906.54	c learnt ternary clauses	: 0
1800.10/906.54	c learnt constraints	: 655
1800.10/906.54	c ignored constraints	: 0
1800.10/906.54	c root simplifications	: 0
1800.10/906.54	c removed literals (reason simplification)	: 0
1800.10/906.54	c reason swapping (by a shorter reason)	: 0
1800.10/906.54	c Calls to reduceDB	: 0
1800.10/906.54	c Number of update (reduction) of LBD	: 0
1800.10/906.54	c Imported unit clauses	: 0
1800.10/906.54	c number of reductions to clauses (during analyze)	: 0
1800.10/906.54	c number of learned constraints concerned by reduction	: 0
1800.10/906.54	c number of learning phase by resolution	: 0
1800.10/906.54	c number of learning phase by cutting planes	: 0
1800.10/906.54	c speed (assignments/second)	: 138.02166164175114
1800.10/906.54	c non guided choices	1951
1800.10/906.54	c learnt constraints type 
1800.10/906.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 655
1800.10/906.54	s SATISFIABLE
1800.10/906.54	c Found 26 solution(s)
1800.10/906.54	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 
1800.10/906.54	c objective function=69431
1800.10/906.54	c Total wall clock time (in seconds): 906.412

Verifier Data

OK	69431

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-4103274-1466221425/watcher-4103274-1466221425 -o /tmp/evaluation-result-4103274-1466221425/solver-4103274-1466221425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16278 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103274-1466221425.opb 

pid=21005
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: 4.16 4.26 4.26 4/197 21008
/proc/meminfo: memFree=25295708/32872528 swapFree=1556504/1720024
[pid=21008] ppid=21005 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21008/stat : 21008 (java) R 21005 21008 16262 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 24191137 9515008 185 33554432000 1073741824 1073778376 140736101022960 140736101013992 270329867696 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21008/statm: 2323 185 142 9 0 71 0

[startup+0.100117 s]
/proc/loadavg: 4.16 4.26 4.26 4/197 21008
/proc/meminfo: memFree=25295708/32872528 swapFree=1556504/1720024
[pid=21008] ppid=21005 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21008/stat : 21008 (java) S 21005 21008 16262 0 -1 4202496 4396 0 1 0 7 2 0 0 20 0 18 0 24191137 9787879424 5521 33554432000 1073741824 1073778376 140736321665744 140736321656880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21008/statm: 2389619 5521 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200287 s]
/proc/loadavg: 4.16 4.26 4.26 4/197 21008
/proc/meminfo: memFree=25295708/32872528 swapFree=1556504/1720024
[pid=21008] ppid=21005 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/21008/stat : 21008 (java) S 21005 21008 16262 0 -1 4202496 4871 0 1 0 24 2 0 0 20 0 18 0 24191137 9787879424 6906 33554432000 1073741824 1073778376 140736321665744 140736321656880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21008/statm: 2389619 6906 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 4.16 4.26 4.26 4/197 21008
/proc/meminfo: memFree=25295708/32872528 swapFree=1556504/1720024
[pid=21008] ppid=21005 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/21008/stat : 21008 (java) S 21005 21008 16262 0 -1 4202496 7809 0 1 0 59 3 0 0 20 0 22 0 24191137 10060525568 10990 33554432000 1073741824 1073778376 140736321665744 140736321656880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21008/statm: 2456183 10990 2238 9 0 2446860 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.700235 s]
/proc/loadavg: 4.16 4.26 4.26 4/197 21008
/proc/meminfo: memFree=25295708/32872528 swapFree=1556504/1720024
[pid=21008] ppid=21005 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/21008/stat : 21008 (java) S 21005 21008 16262 0 -1 4202496 18084 0 1 0 212 6 0 0 20 0 19 0 24191137 10060525568 21662 33554432000 1073741824 1073778376 140736321665744 140736321656880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21008/statm: 2456183 21662 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9824732

[startup+1.50096 s]
/proc/loadavg: 4.16 4.26 4.26 6/219 21033
/proc/meminfo: memFree=25123072/32872528 swapFree=1556504/1720024
[pid=21008] ppid=21005 vsize=9824732 CPUtime=4.25 cores=0,2,4,6
/proc/21008/stat : 21008 (java) S 21005 21008 16262 0 -1 4202496 22319 0 1 0 415 10 0 0 20 0 19 0 24191137 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 140736321656880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21008/statm: 2456183 46864 2284 9 0 2446860 0
[pid=21008/tid=21010] ppid=21005 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/21008/task/21010/stat : 21010 (java) S 21005 21008 16262 0 -1 4202560 2435 0 1 0 16 2 0 0 20 0 19 0 24191138 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899237462904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21011] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21011/stat : 21011 (java) S 21005 21008 16262 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 24191139 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899081440296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21012] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21012/stat : 21012 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24191139 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899080387496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21013] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21013/stat : 21013 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24191139 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899079334696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21014] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21014/stat : 21014 (java) S 21005 21008 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24191139 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899078281896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21015] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21015/stat : 21015 (java) S 21005 21008 16262 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24191139 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899077229096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21016] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21016/stat : 21016 (java) S 21005 21008 16262 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24191139 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899076176296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21017] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21017/stat : 21017 (java) S 21005 21008 16262 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24191139 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899075123496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24191139 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899074070696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 16262 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 24191141 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899061660648 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24191141 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899060606712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24191141 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899059553800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24191144 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899058502288 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/21008/task/21023/stat : 21023 (java) S 21005 21008 16262 0 -1 4202560 9358 0 0 0 83 2 0 0 20 0 19 0 24191144 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899057449400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21024] ppid=21005 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/21008/task/21024/stat : 21024 (java) S 21005 21008 16262 0 -1 4202560 8999 0 0 0 78 2 0 0 20 0 19 0 24191144 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899056396600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21025] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21025/stat : 21025 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24191144 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899055343992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21026] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21026/stat : 21026 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24191144 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899054291400 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21029] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21029/stat : 21029 (java) S 21005 21008 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24191159 10060525568 46864 33554432000 1073741824 1073778376 140736321665744 139899051132328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.23 4.27 4.26 5/219 21036
/proc/meminfo: memFree=25103968/32872528 swapFree=1556504/1720024
[pid=21008] ppid=21005 vsize=9824732 CPUtime=7.37 cores=0,2,4,6
/proc/21008/stat : 21008 (java) S 21005 21008 16262 0 -1 4202496 26885 0 1 0 723 14 0 0 20 0 22 0 24191137 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 140736321656880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21008/statm: 2456183 53291 2285 9 0 2446860 0
[pid=21008/tid=21010] ppid=21005 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/21008/task/21010/stat : 21010 (java) S 21005 21008 16262 0 -1 4202560 2435 0 1 0 16 2 0 0 20 0 22 0 24191138 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899237462904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21011] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21011/stat : 21011 (java) S 21005 21008 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899081440296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21012] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21012/stat : 21012 (java) S 21005 21008 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899080387496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21013] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21013/stat : 21013 (java) S 21005 21008 16262 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899079334696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21014] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21014/stat : 21014 (java) R 21005 21008 16262 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899078281896 270333424700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21015] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21015/stat : 21015 (java) S 21005 21008 16262 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899077229096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21016] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21016/stat : 21016 (java) S 21005 21008 16262 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899076176296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21017] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21017/stat : 21017 (java) S 21005 21008 16262 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899075123496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 16262 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899074070696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 16262 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899061660648 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899060606712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899059553800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24191144 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899058502288 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/21008/task/21023/stat : 21023 (java) S 21005 21008 16262 0 -1 4202560 12444 0 0 0 99 3 0 0 20 0 22 0 24191144 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899057449400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21024] ppid=21005 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/21008/task/21024/stat : 21024 (java) S 21005 21008 16262 0 -1 4202560 10430 0 0 0 95 2 0 0 20 0 22 0 24191144 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899056396600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21025] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21025/stat : 21025 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24191144 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899055343992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21026] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21026/stat : 21026 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24191144 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899054291400 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21029] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21029/stat : 21029 (java) S 21005 21008 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24191159 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899051132328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21034] ppid=21005 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/21008/task/21034/stat : 21034 (java) R 21005 21008 16262 0 -1 4202560 5 0 0 0 134 0 0 0 20 0 22 0 24191309 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899053236664 139899110405484 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21035] ppid=21005 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/21008/task/21035/stat : 21035 (java) R 21005 21008 16262 0 -1 4202560 3 0 0 0 134 0 0 0 20 0 22 0 24191309 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899052182944 139899110519101 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21036] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21036/stat : 21036 (java) S 21005 21008 16262 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 24191309 10060525568 53291 33554432000 1073741824 1073778376 140736321665744 139899050079784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.23 4.27 4.26 6/219 21036
/proc/meminfo: memFree=24942424/32872528 swapFree=1556504/1720024
[pid=21008] ppid=21005 vsize=9824732 CPUtime=13.81 cores=0,2,4,6
/proc/21008/stat : 21008 (java) S 21005 21008 16262 0 -1 4202496 27365 0 1 0 1362 19 0 0 20 0 22 0 24191137 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 140736321656880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21008/statm: 2456183 90007 2286 9 0 2446860 0
[pid=21008/tid=21010] ppid=21005 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/21008/task/21010/stat : 21010 (java) S 21005 21008 16262 0 -1 4202560 2435 0 1 0 16 2 0 0 20 0 22 0 24191138 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899237462904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21011] ppid=21005 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21008/task/21011/stat : 21011 (java) S 21005 21008 16262 0 -1 4202560 110 0 0 0 1 1 0 0 20 0 22 0 24191139 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899081440296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21012] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21012/stat : 21012 (java) S 21005 21008 16262 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899080387496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21013] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21013/stat : 21013 (java) S 21005 21008 16262 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899079334696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21014] ppid=21005 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21008/task/21014/stat : 21014 (java) S 21005 21008 16262 0 -1 4202560 24 0 0 0 0 2 0 0 20 0 22 0 24191139 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899078281896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21015] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21015/stat : 21015 (java) S 21005 21008 16262 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899077229096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21016] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21016/stat : 21016 (java) S 21005 21008 16262 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 24191139 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899076176296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21017] ppid=21005 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21008/task/21017/stat : 21017 (java) S 21005 21008 16262 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 22 0 24191139 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899075123496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 16262 0 -1 4202560 92 0 0 0 0 2 0 0 20 0 22 0 24191139 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899074070696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 16262 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899061660648 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899060606712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899059553800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24191144 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899058502288 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/21008/task/21023/stat : 21023 (java) S 21005 21008 16262 0 -1 4202560 12444 0 0 0 99 3 0 0 20 0 22 0 24191144 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899057449400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21024] ppid=21005 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/21008/task/21024/stat : 21024 (java) S 21005 21008 16262 0 -1 4202560 10431 0 0 0 97 2 0 0 20 0 22 0 24191144 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899056396600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21025] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21025/stat : 21025 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24191144 10060525568 90007 33554432000 1073741824 1073778376 140736321665744 139899055343992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21026] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 16262 0 -1 4202560 1185 0 0 0 63 12 0 0 20 0 22 0 24191139 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899074070696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 16262 0 -1 4202560 1145 0 0 0 100 38 0 0 20 0 22 0 24191141 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899061660648 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899060606712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 16262 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899059553800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24191144 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899058502288 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21008/task/21023/stat : 21023 (java) S 21005 21008 16262 0 -1 4202560 12454 0 0 0 105 3 0 0 20 0 22 0 24191144 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899057449400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21024] ppid=21005 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/21008/task/21024/stat : 21024 (java) S 21005 21008 16262 0 -1 4202560 10441 0 0 0 104 2 0 0 20 0 22 0 24191144 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899056396600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21025] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21025/stat : 21025 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24191144 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899055343992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21026] ppid=21005 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/21008/task/21026/stat : 21026 (java) S 21005 21008 16262 0 -1 4202560 51 0 0 0 12 11 0 0 20 0 22 0 24191144 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899054291400 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21029] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21029/stat : 21029 (java) S 21005 21008 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24191159 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899051132328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21112] ppid=21005 vsize=9824732 CPUtime=641.93 cores=0,2,4,6
/proc/21008/task/21112/stat : 21112 (java) R 21005 21008 16262 0 -1 4202560 26 0 0 0 64184 9 0 0 20 0 22 0 24214821 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899053227632 139899110398524 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21113] ppid=21005 vsize=9824732 CPUtime=642.23 cores=0,2,4,6
/proc/21008/task/21113/stat : 21113 (java) R 21005 21008 16262 0 -1 4202560 34 0 0 0 64213 10 0 0 20 0 22 0 24214821 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899050077008 139899110519008 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21114] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21114/stat : 21114 (java) S 21005 21008 16262 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 24214825 10060525568 240739 33554432000 1073741824 1073778376 140736321665744 139899052185128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1751.58
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.508 s]
/proc/loadavg: 4.14 4.20 4.19 6/219 21200
/proc/meminfo: memFree=24185536/32872528 swapFree=1556504/1720024
[pid=21008] ppid=21005 vsize=9824732 CPUtime=1799.92 cores=0,2,4,6
/proc/21008/stat : 21008 (java) S 21005 21008 16262 0 -1 4202496 39984 0 1 0 179777 215 0 0 20 0 22 0 24191137 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 140736321656880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21008/statm: 2456183 250455 2295 9 0 2446860 0
[pid=21008/tid=21010] ppid=21005 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/21008/task/21010/stat : 21010 (java) S 21005 21008 16262 0 -1 4202560 2437 0 1 0 34 3 0 0 20 0 22 0 24191138 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899237462904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21011] ppid=21005 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/21008/task/21011/stat : 21011 (java) S 21005 21008 16262 0 -1 4202560 1481 0 0 0 77 14 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899081440296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21012] ppid=21005 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/21008/task/21012/stat : 21012 (java) S 21005 21008 16262 0 -1 4202560 772 0 0 0 75 11 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899080387496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21013] ppid=21005 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/21008/task/21013/stat : 21013 (java) S 21005 21008 16262 0 -1 4202560 1645 0 0 0 74 12 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899079334696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21014] ppid=21005 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/21008/task/21014/stat : 21014 (java) S 21005 21008 16262 0 -1 4202560 655 0 0 0 70 12 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899078281896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21015] ppid=21005 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/21008/task/21015/stat : 21015 (java) S 21005 21008 16262 0 -1 4202560 1881 0 0 0 69 8 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899077229096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21016] ppid=21005 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/21008/task/21016/stat : 21016 (java) S 21005 21008 16262 0 -1 4202560 1471 0 0 0 66 11 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899076176296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21017] ppid=21005 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/21008/task/21017/stat : 21017 (java) S 21005 21008 16262 0 -1 4202560 1783 0 0 0 67 12 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899075123496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 16262 0 -1 4202560 1216 0 0 0 69 12 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899074070696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 16262 0 -1 4202560 1211 0 0 0 116 39 0 0 20 0 22 0 24191141 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899061660648 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899060606712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 16262 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899059553800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24191144 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899058502288 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21008/task/21023/stat : 21023 (java) S 21005 21008 16262 0 -1 4202560 12454 0 0 0 105 3 0 0 20 0 22 0 24191144 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899057449400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21024] ppid=21005 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/21008/task/21024/stat : 21024 (java) S 21005 21008 16262 0 -1 4202560 10441 0 0 0 104 2 0 0 20 0 22 0 24191144 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899056396600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21025] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21025/stat : 21025 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24191144 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899055343992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21026] ppid=21005 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/21008/task/21026/stat : 21026 (java) S 21005 21008 16262 0 -1 4202560 53 0 0 0 12 12 0 0 20 0 22 0 24191144 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899054291400 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21029] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21029/stat : 21029 (java) S 21005 21008 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24191159 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899051132328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21112] ppid=21005 vsize=9824732 CPUtime=665.82 cores=0,2,4,6
/proc/21008/task/21112/stat : 21112 (java) R 21005 21008 16262 0 -1 4202560 27 0 0 0 66572 10 0 0 20 0 22 0 24214821 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899053235296 139899110398524 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21113] ppid=21005 vsize=9824732 CPUtime=666.12 cores=0,2,4,6
/proc/21008/task/21113/stat : 21113 (java) R 21005 21008 16262 0 -1 4202560 37 0 0 0 66601 11 0 0 20 0 22 0 24214821 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899050076816 139899110519060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21114] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21114/stat : 21114 (java) S 21005 21008 16262 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 24214825 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899052185128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.92
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 21008 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+906.508 s]
/proc/loadavg: 4.14 4.20 4.19 6/219 21200
/proc/meminfo: memFree=24185536/32872528 swapFree=1556504/1720024
[pid=21008] ppid=21005 vsize=9824732 CPUtime=1799.92 cores=0,2,4,6
/proc/21008/stat : 21008 (java) S 21005 21008 16262 0 -1 4202496 39984 0 1 0 179777 215 0 0 20 0 22 0 24191137 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 140736321656880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21008/statm: 2456183 250455 2295 9 0 2446860 0
[pid=21008/tid=21010] ppid=21005 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/21008/task/21010/stat : 21010 (java) S 21005 21008 16262 0 -1 4202560 2437 0 1 0 34 3 0 0 20 0 22 0 24191138 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899237462904 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21011] ppid=21005 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/21008/task/21011/stat : 21011 (java) S 21005 21008 16262 0 -1 4202560 1481 0 0 0 77 14 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899081440296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21012] ppid=21005 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/21008/task/21012/stat : 21012 (java) S 21005 21008 16262 0 -1 4202560 772 0 0 0 75 11 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899080387496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21013] ppid=21005 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/21008/task/21013/stat : 21013 (java) S 21005 21008 16262 0 -1 4202560 1645 0 0 0 74 12 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899079334696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21014] ppid=21005 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/21008/task/21014/stat : 21014 (java) S 21005 21008 16262 0 -1 4202560 655 0 0 0 70 12 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899078281896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21015] ppid=21005 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/21008/task/21015/stat : 21015 (java) S 21005 21008 16262 0 -1 4202560 1881 0 0 0 69 8 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899077229096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21016] ppid=21005 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/21008/task/21016/stat : 21016 (java) S 21005 21008 16262 0 -1 4202560 1471 0 0 0 66 11 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899076176296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21017] ppid=21005 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/21008/task/21017/stat : 21017 (java) S 21005 21008 16262 0 -1 4202560 1783 0 0 0 67 12 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899075123496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 16262 0 -1 4202560 1216 0 0 0 69 12 0 0 20 0 22 0 24191139 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899074070696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 16262 0 -1 4202560 1211 0 0 0 116 39 0 0 20 0 22 0 24191141 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899061660648 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899060606712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 16262 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 24191141 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899059553800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24191144 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899058502288 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21008/task/21023/stat : 21023 (java) S 21005 21008 16262 0 -1 4202560 12454 0 0 0 105 3 0 0 20 0 22 0 24191144 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899057449400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21024] ppid=21005 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/21008/task/21024/stat : 21024 (java) S 21005 21008 16262 0 -1 4202560 10441 0 0 0 104 2 0 0 20 0 22 0 24191144 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899056396600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21025] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21025/stat : 21025 (java) S 21005 21008 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24191144 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899055343992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21026] ppid=21005 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/21008/task/21026/stat : 21026 (java) S 21005 21008 16262 0 -1 4202560 53 0 0 0 12 12 0 0 20 0 22 0 24191144 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899054291400 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21008/tid=21029] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21029/stat : 21029 (java) S 21005 21008 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24191159 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899051132328 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21112] ppid=21005 vsize=9824732 CPUtime=665.82 cores=0,2,4,6
/proc/21008/task/21112/stat : 21112 (java) R 21005 21008 16262 0 -1 4202560 27 0 0 0 66572 10 0 0 20 0 22 0 24214821 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899053235296 139899110398524 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21008/tid=21113] ppid=21005 vsize=9824732 CPUtime=666.12 cores=0,2,4,6
/proc/21008/task/21113/stat : 21113 (java) R 21005 21008 16262 0 -1 4202560 37 0 0 0 66601 11 0 0 20 0 22 0 24214821 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899050076816 139899110519060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21008/tid=21114] ppid=21005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21008/task/21114/stat : 21114 (java) S 21005 21008 16262 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 24214825 10060525568 250455 33554432000 1073741824 1073778376 140736321665744 139899052185128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.92
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21008 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=420206
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=560610
# CPU time returned by wait4() is 1796.98
# while last known CPU time is 1799.92
#
# 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.179962
#  lost CPU user time (s): 0.22998
#  lost CPU system time (s): -0.0500001

Real time (s): 906.588
CPU time (s): 1800.1
CPU user time (s): 1798
CPU system time (s): 2.1
CPU usage (%): 198.558
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 2.56061
maximum resident set size= 1491464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40029
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26659
involuntary context switches= 25064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.87495 second user time and 6.05308 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 05:43:45
IDJOB=4103274
IDBENCH=2315
IDSOLVER=2543
FILE ID=node117/4103274-1466221425
RUNJOBID= node117-1466206104-16278
PBS_JOBID= 19918159
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-markshare2_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103274-1466221425/watcher-4103274-1466221425 -o /tmp/evaluation-result-4103274-1466221425/solver-4103274-1466221425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16278 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103274-1466221425.opb

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

MD5SUM BENCH= b994237fdc481ca53da2e19e2a850128
RANDOM SEED=614201302

node117.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.912
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.82
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.912
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25296624 kB
Buffers:          158292 kB
Cached:          1769260 kB
SwapCached:            0 kB
Active:          3273560 kB
Inactive:        1811360 kB
Active(anon):    3159704 kB
Inactive(anon):      364 kB
Active(file):     113856 kB
Inactive(file):  1810996 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       4842776 kB
Mapped:            21184 kB
Shmem:               204 kB
Slab:             621140 kB
SReclaimable:      65160 kB
SUnreclaim:       555980 kB
KernelStack:        1808 kB
PageTables:        13340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5276564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3221504 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= 71736 MiB
End job on node117 at 2016-06-18 05:58:52