Trace number 4101021

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 Resolution PB16? (TO) 1800.09 1787.36

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-maros-r7.opb
MD5SUM24e8096a6d8928e5a9e214fdf85bd87e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51973
Optimality of the best value was proved NO
Number of variables282240
Total number of constraints3136
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 constraints3136
Minimum length of a constraint150
Maximum length of a constraint720
Number of terms in the objective function 188160
Biggest coefficient in the objective function 42
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 683648
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 80921
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 683648
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4101021-1466219011.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
6.94/4.90	c ... done. Wall clock time 4.779s.
6.94/4.90	c declared #vars     282240
6.94/4.90	c #constraints  6272
6.94/4.90	c constraints type 
6.94/4.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6272
6.94/4.90	c 6272 constraints processed.
6.94/4.90	c objective function length is 188160 literals
9.95/7.57	c cleaning 2488 clauses out of 5000 with flag 10693/5000
12.58/10.05	c cleaning 4258 clauses out of 8515 with flag 23607/11003
17.63/14.31	c cleaning 5629 clauses out of 11259 with flag 38056/18005
20.94/17.68	c cleaning 6816 clauses out of 13631 with flag 54453/26006
24.86/21.52	c cleaning 7908 clauses out of 15816 with flag 72703/35007
29.80/26.08	c cleaning 8952 clauses out of 17904 with flag 93016/45003
34.80/31.01	c cleaning 9975 clauses out of 19949 with flag 115310/56000
40.22/36.42	c cleaning 10987 clauses out of 21976 with flag 139604/68002
46.63/42.51	c cleaning 11994 clauses out of 23988 with flag 166116/81001
53.04/48.99	c cleaning 12998 clauses out of 25995 with flag 194345/95002
60.14/56.00	c cleaning 14007 clauses out of 28014 with flag 224817/110019
68.94/64.58	c cleaning 14998 clauses out of 29996 with flag 257034/126008
77.74/73.38	c cleaning 15996 clauses out of 31991 with flag 291442/143001
87.65/83.24	c cleaning 16998 clauses out of 33997 with flag 327740/161003
98.01/93.37	c cleaning 17999 clauses out of 35997 with flag 366204/180001
108.91/104.26	c cleaning 18998 clauses out of 37997 with flag 406439/200000
120.69/115.65	c cleaning 20000 clauses out of 40003 with flag 448915/221004
134.37/129.33	c cleaning 20996 clauses out of 42001 with flag 493417/243002
149.17/144.20	c cleaning 22003 clauses out of 44006 with flag 539677/266003
165.52/160.15	c cleaning 23008 clauses out of 46015 with flag 587939/290015
179.32/173.98	c cleaning 24000 clauses out of 47999 with flag 639741/315007
193.78/188.15	c cleaning 24997 clauses out of 49993 with flag 692616/341001
207.48/201.87	c cleaning 26001 clauses out of 52001 with flag 748232/368006
222.29/216.37	c cleaning 26995 clauses out of 53998 with flag 805447/396004
237.49/231.54	c cleaning 27999 clauses out of 55999 with flag 865089/425000
255.92/249.79	c cleaning 29002 clauses out of 58003 with flag 927238/455003
272.37/265.93	c cleaning 29996 clauses out of 59998 with flag 991973/486000
288.97/282.53	c cleaning 30993 clauses out of 62002 with flag 1059139/518000
311.24/304.50	c cleaning 32008 clauses out of 64017 with flag 1126951/551008
330.99/324.01	c cleaning 33003 clauses out of 66005 with flag 1196987/585004
354.38/347.49	c cleaning 34000 clauses out of 67999 with flag 1268220/620001
377.43/370.21	c cleaning 34997 clauses out of 69998 with flag 1341692/656000
404.80/397.31	c cleaning 36004 clauses out of 72008 with flag 1417651/693007
429.30/421.82	c cleaning 36999 clauses out of 73997 with flag 1495142/731000
457.45/449.89	c cleaning 38000 clauses out of 75999 with flag 1575571/770001
485.53/477.79	c cleaning 38997 clauses out of 77998 with flag 1656953/810000
513.94/506.05	c cleaning 40003 clauses out of 80005 with flag 1740818/851004
544.93/537.05	c cleaning 40998 clauses out of 81998 with flag 1826665/893000
576.72/568.76	c cleaning 42000 clauses out of 84001 with flag 1913932/936001
606.53/598.49	c cleaning 43000 clauses out of 86000 with flag 2004363/980000
644.85/636.68	c cleaning 43998 clauses out of 88008 with flag 2095680/1025008
679.23/670.92	c cleaning 44997 clauses out of 90004 with flag 2188970/1071002
715.41/707.00	c cleaning 46004 clauses out of 92007 with flag 2285583/1118002
755.82/747.44	c cleaning 47005 clauses out of 94011 with flag 2383287/1166010
799.12/790.63	c cleaning 47998 clauses out of 95996 with flag 2482483/1215000
840.02/831.46	c cleaning 49002 clauses out of 98004 with flag 2584309/1265006
888.13/879.44	c cleaning 49998 clauses out of 99996 with flag 2688730/1316000
944.01/935.18	c cleaning 50994 clauses out of 101999 with flag 2794078/1368001
998.39/989.34	c cleaning 51996 clauses out of 104007 with flag 2902081/1421003
1046.48/1037.24	c cleaning 53005 clauses out of 106009 with flag 3011961/1475001
1098.37/1088.90	c cleaning 53993 clauses out of 108003 with flag 3124646/1530000
1152.18/1142.55	c cleaning 54992 clauses out of 110013 with flag 3238204/1586003
1206.62/1196.76	c cleaning 56006 clauses out of 112020 with flag 3354379/1643002
1264.85/1254.47	c cleaning 56995 clauses out of 114015 with flag 3473357/1701003
1331.82/1321.16	c cleaning 58001 clauses out of 116019 with flag 3593962/1760002
1398.82/1387.86	c cleaning 59004 clauses out of 118017 with flag 3715552/1820001
1469.70/1458.17	c cleaning 60002 clauses out of 120013 with flag 3839697/1881001
1534.81/1522.95	c cleaning 60993 clauses out of 122010 with flag 3966569/1943000
1602.58/1590.22	c cleaning 62009 clauses out of 124022 with flag 4094553/2006005
1670.26/1657.88	c cleaning 63000 clauses out of 126015 with flag 4225888/2070007
1738.92/1726.32	c cleaning 64001 clauses out of 128011 with flag 4359295/2135003
1800.09/1787.32	c starts		: 2
1800.09/1787.32	c conflicts		: 2192332
1800.09/1787.32	c decisions		: 2288087
1800.09/1787.32	c propagations		: 170175349
1800.09/1787.32	c inspects		: 22025968082
1800.09/1787.32	c shortcuts		: 0
1800.09/1787.32	c learnt literals	: 0
1800.09/1787.32	c learnt binary clauses	: 0
1800.09/1787.32	c learnt ternary clauses	: 0
1800.09/1787.32	c learnt constraints	: 2192332
1800.09/1787.32	c ignored constraints	: 0
1800.09/1787.32	c root simplifications	: 0
1800.09/1787.32	c removed literals (reason simplification)	: 0
1800.09/1787.32	c reason swapping (by a shorter reason)	: 0
1800.09/1787.32	c Calls to reduceDB	: 61
1800.09/1787.32	c Number of update (reduction) of LBD	: 90277
1800.09/1787.32	c Imported unit clauses	: 0
1800.09/1787.32	c number of reductions to clauses (during analyze)	: 0
1800.09/1787.32	c number of learned constraints concerned by reduction	: 0
1800.09/1787.32	c number of learning phase by resolution	: 0
1800.09/1787.32	c number of learning phase by cutting planes	: 0
1800.09/1787.32	c speed (assignments/second)	: 95479.41537037297
1800.09/1787.32	c non guided choices	0
1800.09/1787.32	c timeout
1800.09/1787.35	c learnt constraints type 
1800.09/1787.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121340
1800.09/1787.35	s UNKNOWN
1800.09/1787.35	c Total wall clock time (in seconds): 1787.227

Verifier Data

ERROR: no interpretation found !

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-4101021-1466219011/watcher-4101021-1466219011 -o /tmp/evaluation-result-4101021-1466219011/solver-4101021-1466219011 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101021-1466219011.opb 

pid=18217
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.14 2.17 2.20 3/194 18220
/proc/meminfo: memFree=29932476/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18220/stat : 18220 (java) R 18217 18220 15516 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 23947854 9515008 175 33554432000 1073741824 1073778376 140737217419200 140737217416328 270707540880 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18220/statm: 2323 175 133 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 2.14 2.17 2.20 3/194 18220
/proc/meminfo: memFree=29932476/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/18220/stat : 18220 (java) S 18217 18220 15516 0 -1 4202496 4401 0 1 0 8 0 0 0 20 0 18 0 23947854 9787879424 5507 33554432000 1073741824 1073778376 140733841984048 140733841975184 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18220/statm: 2389619 5507 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 2.14 2.17 2.20 3/194 18220
/proc/meminfo: memFree=29932476/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/18220/stat : 18220 (java) S 18217 18220 15516 0 -1 4202496 5050 0 1 0 26 1 0 0 20 0 18 0 23947854 9787879424 8412 33554432000 1073741824 1073778376 140733841984048 140733841975184 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18220/statm: 2389619 8412 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300336 s]
/proc/loadavg: 2.14 2.17 2.20 3/194 18220
/proc/meminfo: memFree=29932476/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/18220/stat : 18220 (java) S 18217 18220 15516 0 -1 4202496 5529 0 1 0 44 1 0 0 20 0 18 0 23947854 9787879424 13708 33554432000 1073741824 1073778376 140733841984048 140733841975184 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18220/statm: 2389619 13708 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700206 s]
/proc/loadavg: 2.14 2.17 2.20 3/194 18220
/proc/meminfo: memFree=29932476/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9558476 CPUtime=1.12 cores=1,3,5,7
/proc/18220/stat : 18220 (java) S 18217 18220 15516 0 -1 4202496 7363 0 1 0 107 5 0 0 20 0 18 0 23947854 9787879424 45792 33554432000 1073741824 1073778376 140733841984048 140733841975184 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18220/statm: 2389619 45792 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.14 2.17 2.20 3/212 18238
/proc/meminfo: memFree=29711920/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9558476 CPUtime=2.33 cores=1,3,5,7
/proc/18220/stat : 18220 (java) S 18217 18220 15516 0 -1 4202496 8204 0 1 0 214 19 0 0 20 0 18 0 23947854 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140733841975184 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18220/statm: 2389619 100652 2262 9 0 2380296 0
[pid=18220/tid=18222] ppid=18217 vsize=9558476 CPUtime=1.29 cores=1,3,5,7
/proc/18220/task/18222/stat : 18222 (java) R 18217 18220 15516 0 -1 4202560 2517 0 1 0 125 4 0 0 20 0 18 0 23947855 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140173542575560 270710924557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18223] ppid=18217 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/18220/task/18223/stat : 18223 (java) S 18217 18220 15516 0 -1 4202560 66 0 0 0 8 3 0 0 20 0 18 0 23947856 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140173515029032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18224] ppid=18217 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/18220/task/18224/stat : 18224 (java) S 18217 18220 15516 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 18 0 23947856 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140173513976232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18225] ppid=18217 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/18220/task/18225/stat : 18225 (java) S 18217 18220 15516 0 -1 4202560 189 0 0 0 5 2 0 0 20 0 18 0 23947856 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140173512923432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18226] ppid=18217 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/18220/task/18226/stat : 18226 (java) S 18217 18220 15516 0 -1 4202560 141 0 0 0 8 3 0 0 20 0 18 0 23947856 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140173511870632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18227] ppid=18217 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/18220/task/18227/stat : 18227 (java) S 18217 18220 15516 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 18 0 23947856 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140173510818856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18228] ppid=18217 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/18220/task/18228/stat : 18228 (java) S 18217 18220 15516 0 -1 4202560 119 0 0 0 4 2 0 0 20 0 18 0 23947856 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140173509766056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18229] ppid=18217 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/18220/task/18229/stat : 18229 (java) S 18217 18220 15516 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 18 0 23947856 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140173508713256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18230] ppid=18217 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/18220/task/18230/stat : 18230 (java) S 18217 18220 15516 0 -1 4202560 124 0 0 0 3 0 0 0 20 0 18 0 23947856 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140173507660456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18231] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18231/stat : 18231 (java) S 18217 18220 15516 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 23947858 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140172895160808 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18232] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18232/stat : 18232 (java) S 18217 18220 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23947858 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140172894106872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18233] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18233/stat : 18233 (java) S 18217 18220 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23947858 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140172893053960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18234] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18234/stat : 18234 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23947860 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140172892002448 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18235] ppid=18217 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/18220/task/18235/stat : 18235 (java) S 18217 18220 15516 0 -1 4202560 1231 0 0 0 17 0 0 0 20 0 18 0 23947860 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140172890950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18236] ppid=18217 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/18220/task/18236/stat : 18236 (java) S 18217 18220 15516 0 -1 4202560 2267 0 0 0 17 0 0 0 20 0 18 0 23947860 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140172889897784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18237] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18237/stat : 18237 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23947860 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140172888845176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18238] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18238/stat : 18238 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23947860 9787879424 100652 33554432000 1073741824 1073778376 140733841984048 140172887792584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9558476

[startup+3.10074 s]
/proc/loadavg: 2.14 2.17 2.20 3/212 18238
/proc/meminfo: memFree=29467652/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9558476 CPUtime=4.5 cores=1,3,5,7
/proc/18220/stat : 18220 (java) S 18217 18220 15516 0 -1 4202496 9023 0 1 0 412 38 0 0 20 0 18 0 23947854 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140733841975184 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18220/statm: 2389619 190710 2262 9 0 2380296 0
[pid=18220/tid=18222] ppid=18217 vsize=9558476 CPUtime=2.69 cores=1,3,5,7
/proc/18220/task/18222/stat : 18222 (java) S 18217 18220 15516 0 -1 4202560 2802 0 1 0 259 10 0 0 20 0 18 0 23947855 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140173542574888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18223] ppid=18217 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/18220/task/18223/stat : 18223 (java) R 18217 18220 15516 0 -1 4202560 138 0 0 0 20 5 0 0 20 0 18 0 23947856 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140173515029208 140173549472684 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18224] ppid=18217 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/18220/task/18224/stat : 18224 (java) R 18217 18220 15516 0 -1 4202560 217 0 0 0 10 4 0 0 20 0 18 0 23947856 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140173513976112 140173546738404 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18225] ppid=18217 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/18220/task/18225/stat : 18225 (java) R 18217 18220 15516 0 -1 4202560 234 0 0 0 14 4 0 0 20 0 18 0 23947856 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140173512923608 140173546752175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18226] ppid=18217 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/18220/task/18226/stat : 18226 (java) R 18217 18220 15516 0 -1 4202560 162 0 0 0 13 5 0 0 20 0 18 0 23947856 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140173511870808 140173546752136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18227] ppid=18217 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/18220/task/18227/stat : 18227 (java) R 18217 18220 15516 0 -1 4202560 73 0 0 0 10 4 0 0 20 0 18 0 23947856 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140173510819032 140173545047745 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18228] ppid=18217 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/18220/task/18228/stat : 18228 (java) R 18217 18220 15516 0 -1 4202560 170 0 0 0 16 3 0 0 20 0 18 0 23947856 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140173509766056 140173545047745 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18229] ppid=18217 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/18220/task/18229/stat : 18229 (java) R 18217 18220 15516 0 -1 4202560 59 0 0 0 10 2 0 0 20 0 18 0 23947856 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140173508713432 140173545047761 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18230] ppid=18217 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/18220/task/18230/stat : 18230 (java) R 18217 18220 15516 0 -1 4202560 222 0 0 0 8 2 0 0 20 0 18 0 23947856 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140173507660632 140173545047761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18231] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18231/stat : 18231 (java) S 18217 18220 15516 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 23947858 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140172895159688 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18232] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18232/stat : 18232 (java) S 18217 18220 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23947858 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140172894106872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18233] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18233/stat : 18233 (java) S 18217 18220 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23947858 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140172893053960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18234] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18234/stat : 18234 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23947860 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140172892002448 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18235] ppid=18217 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/18220/task/18235/stat : 18235 (java) S 18217 18220 15516 0 -1 4202560 1231 0 0 0 17 0 0 0 20 0 18 0 23947860 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140172890950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18236] ppid=18217 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/18220/task/18236/stat : 18236 (java) S 18217 18220 15516 0 -1 4202560 2267 0 0 0 17 0 0 0 20 0 18 0 23947860 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140172889897784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18237] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18237/stat : 18237 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23947860 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140172888845176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18238] ppid=18217 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18238/stat : 18238 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23947860 9787879424 190710 33554432000 1073741824 1073778376 140733841984048 140172887792584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9558476

[startup+6.30085 s]
/proc/loadavg: 2.21 2.18 2.21 3/213 18239
/proc/meminfo: memFree=29013348/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9625040 CPUtime=8.74 cores=1,3,5,7
/proc/18220/stat : 18220 (java) S 18217 18220 15516 0 -1 4202496 11430 0 1 0 818 56 0 0 20 0 19 0 23947854 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140733841975184 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18220/statm: 2406260 229875 2274 9 0 2396937 0
[pid=18220/tid=18222] ppid=18217 vsize=9625040 CPUtime=5.66 cores=1,3,5,7
/proc/18220/task/18222/stat : 18222 (java) R 18217 18220 15516 0 -1 4202560 2818 0 1 0 556 10 0 0 20 0 19 0 23947855 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140173542576632 140173388747648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18223] ppid=18217 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/18220/task/18223/stat : 18223 (java) S 18217 18220 15516 0 -1 4202560 183 0 0 0 30 8 0 0 20 0 19 0 23947856 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140173515029032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18224] ppid=18217 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/18220/task/18224/stat : 18224 (java) S 18217 18220 15516 0 -1 4202560 243 0 0 0 18 5 0 0 20 0 19 0 23947856 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140173513976232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18225] ppid=18217 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/18220/task/18225/stat : 18225 (java) S 18217 18220 15516 0 -1 4202560 264 0 0 0 22 6 0 0 20 0 19 0 23947856 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140173512923432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18226] ppid=18217 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/18220/task/18226/stat : 18226 (java) S 18217 18220 15516 0 -1 4202560 190 0 0 0 21 6 0 0 20 0 19 0 23947856 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140173511870632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18227] ppid=18217 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/18220/task/18227/stat : 18227 (java) S 18217 18220 15516 0 -1 4202560 111 0 0 0 18 6 0 0 20 0 19 0 23947856 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140173510818856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18228] ppid=18217 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/18220/task/18228/stat : 18228 (java) S 18217 18220 15516 0 -1 4202560 215 0 0 0 27 6 0 0 20 0 19 0 23947856 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140173509766056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18229] ppid=18217 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/18220/task/18229/stat : 18229 (java) S 18217 18220 15516 0 -1 4202560 216 0 0 0 18 4 0 0 20 0 19 0 23947856 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140173508713256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18230] ppid=18217 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/18220/task/18230/stat : 18230 (java) S 18217 18220 15516 0 -1 4202560 254 0 0 0 16 4 0 0 20 0 19 0 23947856 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140173507660456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18231] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18231/stat : 18231 (java) S 18217 18220 15516 0 -1 4202560 563 0 0 0 0 0 0 0 20 0 19 0 23947858 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140172895160808 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18232] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18232/stat : 18232 (java) S 18217 18220 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23947858 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140172894106872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18233] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18233/stat : 18233 (java) S 18217 18220 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23947858 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140172893053960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18234] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18234/stat : 18234 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23947860 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140172892002448 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18235] ppid=18217 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18220/task/18235/stat : 18235 (java) S 18217 18220 15516 0 -1 4202560 2681 0 0 0 41 0 0 0 20 0 19 0 23947860 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140172890950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18236] ppid=18217 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18220/task/18236/stat : 18236 (java) S 18217 18220 15516 0 -1 4202560 2433 0 0 0 34 0 0 0 20 0 19 0 23947860 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140172889897784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18237] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18237/stat : 18237 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23947860 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140172888845176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18238] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18238/stat : 18238 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23947860 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140172887792584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18239] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18239/stat : 18239 (java) S 18217 18220 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23948354 9856040960 229875 33554432000 1073741824 1073778376 140733841984048 140172886738088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.28 2.19 2.21 3/213 18239
/proc/meminfo: memFree=28562208/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9625040 CPUtime=16.02 cores=1,3,5,7

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

[pid=18220/tid=18239] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18239/stat : 18239 (java) S 18217 18220 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23948354 9856040960 772387 33554432000 1073741824 1073778376 140733841984048 140172886738088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1734.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.24 2.19 3/213 18349
/proc/meminfo: memFree=26959836/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9625040 CPUtime=1795.09 cores=1,3,5,7
/proc/18220/stat : 18220 (java) S 18217 18220 15516 0 -1 4202496 18742 0 1 0 179285 224 0 0 20 0 19 0 23947854 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140733841975184 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18220/statm: 2406260 762696 2286 9 0 2396937 0
[pid=18220/tid=18222] ppid=18217 vsize=9625040 CPUtime=1771.24 cores=1,3,5,7
/proc/18220/task/18222/stat : 18222 (java) R 18217 18220 15516 0 -1 4202560 3909 0 1 0 177069 55 0 0 20 0 19 0 23947855 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173542575312 140173388793799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18223] ppid=18217 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/18220/task/18223/stat : 18223 (java) S 18217 18220 15516 0 -1 4202560 606 0 0 0 174 17 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173515029032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18224] ppid=18217 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/18220/task/18224/stat : 18224 (java) S 18217 18220 15516 0 -1 4202560 545 0 0 0 184 18 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173513976232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18225] ppid=18217 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/18220/task/18225/stat : 18225 (java) S 18217 18220 15516 0 -1 4202560 729 0 0 0 153 17 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173512923432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18226] ppid=18217 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/18220/task/18226/stat : 18226 (java) S 18217 18220 15516 0 -1 4202560 705 0 0 0 179 22 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173511870632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18227] ppid=18217 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/18220/task/18227/stat : 18227 (java) S 18217 18220 15516 0 -1 4202560 712 0 0 0 188 23 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173510818856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18228] ppid=18217 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/18220/task/18228/stat : 18228 (java) S 18217 18220 15516 0 -1 4202560 682 0 0 0 160 17 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173509766056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18229] ppid=18217 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/18220/task/18229/stat : 18229 (java) S 18217 18220 15516 0 -1 4202560 755 0 0 0 171 16 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173508713256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18230] ppid=18217 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/18220/task/18230/stat : 18230 (java) S 18217 18220 15516 0 -1 4202560 899 0 0 0 202 22 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173507660456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18231] ppid=18217 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/18220/task/18231/stat : 18231 (java) S 18217 18220 15516 0 -1 4202560 2302 0 0 0 217 5 0 0 20 0 19 0 23947858 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172895160808 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18232] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18232/stat : 18232 (java) S 18217 18220 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23947858 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172894106872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18233] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18233/stat : 18233 (java) S 18217 18220 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23947858 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172893053960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18234] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18234/stat : 18234 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172892002448 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18235] ppid=18217 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/18220/task/18235/stat : 18235 (java) S 18217 18220 15516 0 -1 4202560 2686 0 0 0 50 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172890950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18236] ppid=18217 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18220/task/18236/stat : 18236 (java) S 18217 18220 15516 0 -1 4202560 2851 0 0 0 41 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172889897784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18237] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18237/stat : 18237 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172888845176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18238] ppid=18217 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/18220/task/18238/stat : 18238 (java) S 18217 18220 15516 0 -1 4202560 103 0 0 0 29 42 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172887792584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18239] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18239/stat : 18239 (java) S 18217 18220 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23948354 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172886738088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1795.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.3 s]
/proc/loadavg: 2.19 2.24 2.18 3/213 18349
/proc/meminfo: memFree=26959712/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/18220/stat : 18220 (java) S 18217 18220 15516 0 -1 4202496 18742 0 1 0 179785 224 0 0 20 0 19 0 23947854 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140733841975184 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18220/statm: 2406260 762696 2286 9 0 2396937 0
[pid=18220/tid=18222] ppid=18217 vsize=9625040 CPUtime=1776.22 cores=1,3,5,7
/proc/18220/task/18222/stat : 18222 (java) R 18217 18220 15516 0 -1 4202560 3909 0 1 0 177567 55 0 0 20 0 19 0 23947855 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173542575312 140173388793825 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18223] ppid=18217 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/18220/task/18223/stat : 18223 (java) S 18217 18220 15516 0 -1 4202560 606 0 0 0 174 17 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173515029032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18224] ppid=18217 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/18220/task/18224/stat : 18224 (java) S 18217 18220 15516 0 -1 4202560 545 0 0 0 184 18 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173513976232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18225] ppid=18217 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/18220/task/18225/stat : 18225 (java) S 18217 18220 15516 0 -1 4202560 729 0 0 0 153 17 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173512923432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18226] ppid=18217 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/18220/task/18226/stat : 18226 (java) S 18217 18220 15516 0 -1 4202560 705 0 0 0 179 22 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173511870632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18227] ppid=18217 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/18220/task/18227/stat : 18227 (java) S 18217 18220 15516 0 -1 4202560 712 0 0 0 188 23 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173510818856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18228] ppid=18217 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/18220/task/18228/stat : 18228 (java) S 18217 18220 15516 0 -1 4202560 682 0 0 0 160 17 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173509766056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18229] ppid=18217 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/18220/task/18229/stat : 18229 (java) S 18217 18220 15516 0 -1 4202560 755 0 0 0 171 16 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173508713256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18230] ppid=18217 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/18220/task/18230/stat : 18230 (java) S 18217 18220 15516 0 -1 4202560 899 0 0 0 202 22 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173507660456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18231] ppid=18217 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/18220/task/18231/stat : 18231 (java) S 18217 18220 15516 0 -1 4202560 2302 0 0 0 217 5 0 0 20 0 19 0 23947858 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172895160808 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18232] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18232/stat : 18232 (java) S 18217 18220 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23947858 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172894106872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18233] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18233/stat : 18233 (java) S 18217 18220 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23947858 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172893053960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18234] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18234/stat : 18234 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172892002448 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18235] ppid=18217 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/18220/task/18235/stat : 18235 (java) S 18217 18220 15516 0 -1 4202560 2686 0 0 0 50 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172890950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18236] ppid=18217 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18220/task/18236/stat : 18236 (java) S 18217 18220 15516 0 -1 4202560 2851 0 0 0 41 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172889897784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18237] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18237/stat : 18237 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172888845176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18238] ppid=18217 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/18220/task/18238/stat : 18238 (java) S 18217 18220 15516 0 -1 4202560 103 0 0 0 29 42 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172887792584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18239] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18239/stat : 18239 (java) S 18217 18220 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23948354 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172886738088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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 18220 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1787.3 s]
/proc/loadavg: 2.19 2.24 2.18 3/213 18349
/proc/meminfo: memFree=26959712/32872528 swapFree=1542984/1696284
[pid=18220] ppid=18217 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/18220/stat : 18220 (java) S 18217 18220 15516 0 -1 4202496 18742 0 1 0 179785 224 0 0 20 0 19 0 23947854 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140733841975184 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18220/statm: 2406260 762696 2286 9 0 2396937 0
[pid=18220/tid=18222] ppid=18217 vsize=9625040 CPUtime=1776.22 cores=1,3,5,7
/proc/18220/task/18222/stat : 18222 (java) R 18217 18220 15516 0 -1 4202560 3909 0 1 0 177567 55 0 0 20 0 19 0 23947855 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173542575312 140173388793825 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18223] ppid=18217 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/18220/task/18223/stat : 18223 (java) S 18217 18220 15516 0 -1 4202560 606 0 0 0 174 17 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173515029032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18224] ppid=18217 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/18220/task/18224/stat : 18224 (java) S 18217 18220 15516 0 -1 4202560 545 0 0 0 184 18 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173513976232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18225] ppid=18217 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/18220/task/18225/stat : 18225 (java) S 18217 18220 15516 0 -1 4202560 729 0 0 0 153 17 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173512923432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18226] ppid=18217 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/18220/task/18226/stat : 18226 (java) S 18217 18220 15516 0 -1 4202560 705 0 0 0 179 22 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173511870632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18227] ppid=18217 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/18220/task/18227/stat : 18227 (java) S 18217 18220 15516 0 -1 4202560 712 0 0 0 188 23 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173510818856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18228] ppid=18217 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/18220/task/18228/stat : 18228 (java) S 18217 18220 15516 0 -1 4202560 682 0 0 0 160 17 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173509766056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18229] ppid=18217 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/18220/task/18229/stat : 18229 (java) S 18217 18220 15516 0 -1 4202560 755 0 0 0 171 16 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173508713256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18230] ppid=18217 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/18220/task/18230/stat : 18230 (java) S 18217 18220 15516 0 -1 4202560 899 0 0 0 202 22 0 0 20 0 19 0 23947856 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140173507660456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18220/tid=18231] ppid=18217 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/18220/task/18231/stat : 18231 (java) S 18217 18220 15516 0 -1 4202560 2302 0 0 0 217 5 0 0 20 0 19 0 23947858 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172895160808 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18232] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18232/stat : 18232 (java) S 18217 18220 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23947858 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172894106872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18233] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18233/stat : 18233 (java) S 18217 18220 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23947858 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172893053960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18234] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18234/stat : 18234 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172892002448 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18220/tid=18235] ppid=18217 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/18220/task/18235/stat : 18235 (java) S 18217 18220 15516 0 -1 4202560 2686 0 0 0 50 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172890950584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18236] ppid=18217 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18220/task/18236/stat : 18236 (java) S 18217 18220 15516 0 -1 4202560 2851 0 0 0 41 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172889897784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18237] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18237/stat : 18237 (java) S 18217 18220 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172888845176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18220/tid=18238] ppid=18217 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/18220/task/18238/stat : 18238 (java) S 18217 18220 15516 0 -1 4202560 103 0 0 0 29 42 0 0 20 0 19 0 23947860 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172887792584 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18220/tid=18239] ppid=18217 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18220/task/18239/stat : 18239 (java) S 18217 18220 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23948354 9856040960 762696 33554432000 1073741824 1073778376 140733841984048 140172886738088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18220 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=348369
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=692590
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.36
CPU time (s): 1800.09
CPU user time (s): 1797.85
CPU system time (s): 2.24
CPU usage (%): 100.712
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.35
system time used= 2.69259
maximum resident set size= 3306264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18968
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39289
involuntary context switches= 16966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0115 second user time and 14.6138 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 05:03:32
IDJOB=4101021
IDBENCH=1690
IDSOLVER=2546
FILE ID=node125/4101021-1466219011
RUNJOBID= node125-1466206074-15533
PBS_JOBID= 19918152
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-maros-r7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101021-1466219011/watcher-4101021-1466219011 -o /tmp/evaluation-result-4101021-1466219011/solver-4101021-1466219011 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101021-1466219011.opb

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

MD5SUM BENCH= 24e8096a6d8928e5a9e214fdf85bd87e
RANDOM SEED=870149132

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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:        29932856 kB
Buffers:           90672 kB
Cached:           117532 kB
SwapCached:          688 kB
Active:           379268 kB
Inactive:         125872 kB
Active(anon):     298544 kB
Inactive(anon):     1040 kB
Active(file):      80724 kB
Inactive(file):   124832 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:             25492 kB
Writeback:             0 kB
AnonPages:       1995072 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             602144 kB
SReclaimable:      45468 kB
SUnreclaim:       556676 kB
KernelStack:        1592 kB
PageTables:         8376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2285640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 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 node125 at 2016-06-18 05:33:20