Trace number 4099728

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.63 1785.45

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome12.opb
MD5SUM489d5377e587a4ab41c94f06db936b0a
Bench CategoryOPT-MEDINT (optimisation, medium 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1466812
Total number of constraints24336
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 constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 320
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1253788
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 1253788
Number of bits of the biggest sum of numbers21
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.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	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@2b21cc40
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@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4099728-1466206140.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
17.23/11.37	c ... done. Wall clock time 11.243s.
17.23/11.37	c declared #vars     1466812
17.23/11.37	c #constraints  48620
17.23/11.37	c constraints type 
17.23/11.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2004
17.23/11.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
17.23/11.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 46604
17.23/11.37	c 48620 constraints processed.
17.23/11.37	c objective function length is 748132 literals
22.15/15.76	c cleaning 2500 clauses out of 5003 with flag 12814/5003
25.84/19.35	c cleaning 4254 clauses out of 8508 with flag 27620/11008
30.63/24.15	c cleaning 5623 clauses out of 11246 with flag 46341/18000
36.54/30.04	c cleaning 6813 clauses out of 13625 with flag 68673/26002
43.06/36.60	c cleaning 7903 clauses out of 15810 with flag 93103/35000
54.16/46.18	c cleaning 8953 clauses out of 17907 with flag 119217/45000
60.97/52.96	c cleaning 9976 clauses out of 19955 with flag 148034/56001
69.87/61.83	c cleaning 10986 clauses out of 21979 with flag 180280/68001
79.08/71.10	c cleaning 11969 clauses out of 23992 with flag 214496/81000
88.87/80.87	c cleaning 12995 clauses out of 26023 with flag 252198/95000
99.48/91.46	c cleaning 13998 clauses out of 28028 with flag 292106/110000
111.88/103.80	c cleaning 15009 clauses out of 30030 with flag 335412/126000
124.58/116.52	c cleaning 16009 clauses out of 32021 with flag 379984/143000
139.29/130.36	c cleaning 16994 clauses out of 34015 with flag 429112/161003
153.98/145.08	c cleaning 18003 clauses out of 36018 with flag 478173/180000
169.58/160.69	c cleaning 18999 clauses out of 38017 with flag 534702/200002
182.58/173.69	c cleaning 20009 clauses out of 40017 with flag 587200/221001
193.58/184.65	c cleaning 21002 clauses out of 42011 with flag 631680/243004
209.09/200.19	c cleaning 22001 clauses out of 44013 with flag 677960/266008
224.79/215.85	c cleaning 22996 clauses out of 46005 with flag 726164/290001
238.58/229.65	c cleaning 23990 clauses out of 48008 with flag 778176/315000
246.58/237.67	c cleaning 24997 clauses out of 50018 with flag 841202/341000
255.09/246.18	c cleaning 26002 clauses out of 52022 with flag 905532/368001
264.58/255.62	c cleaning 26998 clauses out of 54020 with flag 976425/396001
275.28/266.31	c cleaning 28000 clauses out of 56022 with flag 1048252/425001
287.60/278.62	c cleaning 29005 clauses out of 58023 with flag 1124297/455002
302.49/292.89	c cleaning 30001 clauses out of 60016 with flag 1198945/486000
316.78/307.19	c cleaning 30998 clauses out of 62016 with flag 1286352/518001
331.38/321.74	c cleaning 32001 clauses out of 64018 with flag 1366135/551001
347.00/337.39	c cleaning 32997 clauses out of 66016 with flag 1455064/585000
362.30/352.62	c cleaning 33988 clauses out of 68019 with flag 1532223/620000
390.10/380.43	c cleaning 34988 clauses out of 70033 with flag 1604227/656002
423.60/413.96	c cleaning 35994 clauses out of 72047 with flag 1678286/693004
449.19/439.18	c cleaning 36995 clauses out of 74030 with flag 1756184/731006
484.36/473.34	c cleaning 38006 clauses out of 76029 with flag 1842341/770000
502.40/491.25	c cleaning 39001 clauses out of 78006 with flag 1926799/810001
518.73/507.39	c cleaning 40000 clauses out of 80004 with flag 2010696/851000
542.95/531.56	c cleaning 41001 clauses out of 82004 with flag 2095343/893000
563.84/552.41	c cleaning 41992 clauses out of 84001 with flag 2181797/936000
584.55/573.16	c cleaning 43003 clauses out of 86010 with flag 2270158/980001
606.65/595.29	c cleaning 43998 clauses out of 88008 with flag 2361194/1025002
628.95/616.93	c cleaning 45001 clauses out of 90008 with flag 2454452/1071000
654.06/642.04	c cleaning 45997 clauses out of 92008 with flag 2548978/1118001
681.25/669.25	c cleaning 47001 clauses out of 94010 with flag 2645237/1166000
709.56/697.53	c cleaning 47998 clauses out of 96010 with flag 2743787/1215001
739.56/727.53	c cleaning 49006 clauses out of 98012 with flag 2844941/1265001
767.97/755.92	c cleaning 49998 clauses out of 100005 with flag 2956536/1316001
788.77/776.75	c cleaning 50999 clauses out of 102007 with flag 3105699/1368001
811.16/798.54	c cleaning 52006 clauses out of 104011 with flag 3225528/1421004
848.57/835.96	c cleaning 52999 clauses out of 106003 with flag 3333969/1475002
895.57/882.98	c cleaning 53998 clauses out of 108002 with flag 3444106/1530000
939.38/926.74	c cleaning 55000 clauses out of 110005 with flag 3556146/1586001
989.59/976.91	c cleaning 56001 clauses out of 112006 with flag 3670147/1643002
1033.52/1020.38	c cleaning 57000 clauses out of 114003 with flag 3786179/1701000
1061.12/1047.96	c cleaning 57981 clauses out of 115997 with flag 3934011/1760003
1089.30/1076.11	c cleaning 59004 clauses out of 118013 with flag 4099186/1820000
1114.80/1101.68	c cleaning 59976 clauses out of 120005 with flag 4259821/1881001
1145.28/1132.13	c cleaning 61010 clauses out of 122027 with flag 4408310/1943001
1183.77/1170.62	c cleaning 62000 clauses out of 124016 with flag 4567758/2006000
1224.55/1210.89	c cleaning 63007 clauses out of 126017 with flag 4734582/2070001
1259.06/1245.32	c cleaning 63991 clauses out of 128007 with flag 4900875/2135000
1327.18/1313.42	c cleaning 65008 clauses out of 130019 with flag 5040872/2201003
1380.21/1366.45	c cleaning 65995 clauses out of 132009 with flag 5174868/2268001
1444.93/1431.15	c cleaning 67005 clauses out of 134013 with flag 5310866/2336000
1509.96/1495.49	c cleaning 67996 clauses out of 136008 with flag 5448866/2405000
1577.58/1563.09	c cleaning 68992 clauses out of 138014 with flag 5588870/2475002
1619.49/1604.99	c cleaning 69997 clauses out of 140018 with flag 5736770/2546003
1671.99/1657.49	c cleaning 70993 clauses out of 142019 with flag 5885656/2618001
1716.71/1702.17	c cleaning 72000 clauses out of 144023 with flag 6031987/2691000
1763.82/1749.26	c cleaning 73007 clauses out of 146025 with flag 6179991/2765002
1800.02/1785.40	c starts		: 1543
1800.02/1785.40	c conflicts		: 2829418
1800.02/1785.40	c decisions		: 15107859
1800.02/1785.40	c propagations		: 201362180
1800.02/1785.40	c inspects		: 20433544119
1800.02/1785.40	c shortcuts		: 0
1800.02/1785.40	c learnt literals	: 71
1800.02/1785.40	c learnt binary clauses	: 54
1800.02/1785.40	c learnt ternary clauses	: 100
1800.02/1785.40	c learnt constraints	: 2829347
1800.02/1785.40	c ignored constraints	: 0
1800.02/1785.40	c root simplifications	: 0
1800.02/1785.40	c removed literals (reason simplification)	: 0
1800.02/1785.40	c reason swapping (by a shorter reason)	: 0
1800.02/1785.40	c Calls to reduceDB	: 70
1800.02/1785.40	c Number of update (reduction) of LBD	: 126434
1800.02/1785.40	c Imported unit clauses	: 0
1800.02/1785.40	c number of reductions to clauses (during analyze)	: 0
1800.02/1785.40	c number of learned constraints concerned by reduction	: 0
1800.02/1785.40	c number of learning phase by resolution	: 0
1800.02/1785.40	c number of learning phase by cutting planes	: 0
1800.02/1785.40	c speed (assignments/second)	: 113531.81489372859
1800.02/1785.40	c non guided choices	10706585
1800.02/1785.43	c learnt constraints type 
1800.02/1785.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 54
1800.02/1785.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137380
1800.02/1785.43	s UNKNOWN
1800.02/1785.43	c Total wall clock time (in seconds): 1785.306

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-4099728-1466206140/watcher-4099728-1466206140 -o /tmp/evaluation-result-4099728-1466206140/solver-4099728-1466206140 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099728-1466206140.opb 

pid=16779
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: 1.73 0.66 0.34 4/194 16782
/proc/meminfo: memFree=30304148/32872528 swapFree=1370848/1518016
[pid=16782] ppid=16779 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16782/stat : 16782 (java) S 16779 16782 15548 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 22660773 98570240 977 33554432000 1073741824 1073778376 140735722999600 140735722990736 229359255613 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16782/statm: 24065 977 743 9 0 16771 0
[pid=16782/tid=16783] ppid=16779 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16783/stat : 16783 (java) R 16779 16782 15548 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 22660774 98570240 977 33554432000 1073741824 1073778376 140735722999600 140322798206504 229355898240 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.102487 s]
/proc/loadavg: 1.73 0.66 0.34 4/194 16782
/proc/meminfo: memFree=30304148/32872528 swapFree=1370848/1518016
[pid=16782] ppid=16779 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/16782/stat : 16782 (java) S 16779 16782 15548 0 -1 4202496 4373 0 1 0 7 1 0 0 20 0 18 0 22660773 9787879424 5492 33554432000 1073741824 1073778376 140735722999600 140735722990736 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16782/statm: 2389619 5492 2116 9 0 2380296 0
[pid=16782/tid=16783] ppid=16779 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/16782/task/16783/stat : 16783 (java) R 16779 16782 15548 0 -1 4202560 2366 0 1 0 6 0 0 0 20 0 18 0 22660774 9787879424 5492 33554432000 1073741824 1073778376 140735722999600 140322798209952 229355896501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20025 s]
/proc/loadavg: 1.73 0.66 0.34 4/194 16782
/proc/meminfo: memFree=30304148/32872528 swapFree=1370848/1518016
[pid=16782] ppid=16779 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16782/stat : 16782 (java) S 16779 16782 15548 0 -1 4202496 4999 0 1 0 24 1 0 0 20 0 18 0 22660773 9787879424 15169 33554432000 1073741824 1073778376 140735722999600 140735722990736 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16782/statm: 2389619 15169 2213 9 0 2380296 0
[pid=16782/tid=16783] ppid=16779 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/16782/task/16783/stat : 16783 (java) R 16779 16782 15548 0 -1 4202560 2415 0 1 0 14 1 0 0 20 0 18 0 22660774 9787879424 15169 33554432000 1073741824 1073778376 140735722999600 140322798210920 140322801496935 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300388 s]
/proc/loadavg: 1.73 0.66 0.34 4/194 16782
/proc/meminfo: memFree=30304148/32872528 swapFree=1370848/1518016
[pid=16782] ppid=16779 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/16782/stat : 16782 (java) S 16779 16782 15548 0 -1 4202496 5437 0 1 0 42 2 0 0 20 0 18 0 22660773 9787879424 19397 33554432000 1073741824 1073778376 140735722999600 140735722990736 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16782/statm: 2389619 19397 2231 9 0 2380296 0
[pid=16782/tid=16783] ppid=16779 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16782/task/16783/stat : 16783 (java) R 16779 16782 15548 0 -1 4202560 2423 0 1 0 23 2 0 0 20 0 18 0 22660774 9787879424 19397 33554432000 1073741824 1073778376 140735722999600 140322798210920 140322638615414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700229 s]
/proc/loadavg: 1.73 0.66 0.34 4/194 16782
/proc/meminfo: memFree=30304148/32872528 swapFree=1370848/1518016
[pid=16782] ppid=16779 vsize=9558476 CPUtime=0.91 cores=1,3,5,7
/proc/16782/stat : 16782 (java) S 16779 16782 15548 0 -1 4202496 5600 0 1 0 86 5 0 0 20 0 18 0 22660773 9787879424 50208 33554432000 1073741824 1073778376 140735722999600 140735722990736 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16782/statm: 2389619 50208 2247 9 0 2380296 0
[pid=16782/tid=16783] ppid=16779 vsize=9558476 CPUtime=0.62 cores=1,3,5,7
/proc/16782/task/16783/stat : 16783 (java) R 16779 16782 15548 0 -1 4202560 2464 0 1 0 58 4 0 0 20 0 18 0 22660774 9787879424 50208 33554432000 1073741824 1073778376 140735722999600 140322798210296 229359281421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 1.73 0.66 0.34 4/212 16800
/proc/meminfo: memFree=30069092/32872528 swapFree=1370848/1518016
[pid=16782] ppid=16779 vsize=9558476 CPUtime=2.22 cores=1,3,5,7
/proc/16782/stat : 16782 (java) S 16779 16782 15548 0 -1 4202496 11096 0 1 0 212 10 0 0 20 0 18 0 22660773 9787879424 76334 33554432000 1073741824 1073778376 140735722999600 140735722990736 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16782/statm: 2389619 76334 2262 9 0 2380296 0
[pid=16782/tid=16783] ppid=16779 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/16782/task/16783/stat : 16783 (java) R 16779 16782 15548 0 -1 4202560 2494 0 1 0 132 4 0 0 20 0 18 0 22660774 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322798202640 140322638663713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16785] ppid=16779 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16782/task/16785/stat : 16785 (java) S 16779 16782 15548 0 -1 4202560 105 0 0 0 2 0 0 0 20 0 18 0 22660776 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322759702824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16786] ppid=16779 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/16782/task/16786/stat : 16786 (java) S 16779 16782 15548 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 22660776 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322758650024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16787] ppid=16779 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/16782/task/16787/stat : 16787 (java) S 16779 16782 15548 0 -1 4202560 113 0 0 0 4 1 0 0 20 0 18 0 22660776 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322757597736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16788] ppid=16779 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16782/task/16788/stat : 16788 (java) S 16779 16782 15548 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 22660776 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322638129576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16789] ppid=16779 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/16782/task/16789/stat : 16789 (java) S 16779 16782 15548 0 -1 4202560 115 0 0 0 5 0 0 0 20 0 18 0 22660776 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322637077288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16790] ppid=16779 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16782/task/16790/stat : 16790 (java) S 16779 16782 15548 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 22660776 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322636024488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16791] ppid=16779 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16782/task/16791/stat : 16791 (java) S 16779 16782 15548 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 18 0 22660776 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322634972200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16792] ppid=16779 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16782/task/16792/stat : 16792 (java) S 16779 16782 15548 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 22660776 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322633919400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16793] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16793/stat : 16793 (java) S 16779 16782 15548 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22660777 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322151590120 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16794] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16794/stat : 16794 (java) S 16779 16782 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22660778 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322150536184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16795] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16795/stat : 16795 (java) S 16779 16782 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22660778 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322149483784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16796] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16796/stat : 16796 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660780 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322148432272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16797] ppid=16779 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16782/task/16797/stat : 16797 (java) R 16779 16782 15548 0 -1 4202560 2803 0 0 0 27 0 0 0 20 0 18 0 22660780 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322147367464 140322800296272 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16798] ppid=16779 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/16782/task/16798/stat : 16798 (java) S 16779 16782 15548 0 -1 4202560 3993 0 0 0 23 0 0 0 20 0 18 0 22660780 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322146327096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16799] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16799/stat : 16799 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660780 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322145275000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16800] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16800/stat : 16800 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660780 9787879424 76846 33554432000 1073741824 1073778376 140735722999600 140322144222408 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9558476

[startup+3.10091 s]
/proc/loadavg: 1.73 0.66 0.34 3/211 16800
/proc/meminfo: memFree=29873000/32872528 swapFree=1370848/1518016
[pid=16782] ppid=16779 vsize=9558476 CPUtime=4.52 cores=1,3,5,7
/proc/16782/stat : 16782 (java) S 16779 16782 15548 0 -1 4202496 12783 0 1 0 425 27 0 0 20 0 18 0 22660773 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140735722990736 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16782/statm: 2389619 148232 2262 9 0 2380296 0
[pid=16782/tid=16783] ppid=16779 vsize=9558476 CPUtime=2.71 cores=1,3,5,7
/proc/16782/task/16783/stat : 16783 (java) R 16779 16782 15548 0 -1 4202560 2735 0 1 0 264 7 0 0 20 0 18 0 22660774 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322798202800 140322638587488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16785] ppid=16779 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/16782/task/16785/stat : 16785 (java) S 16779 16782 15548 0 -1 4202560 235 0 0 0 13 3 0 0 20 0 18 0 22660776 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322759702824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16786] ppid=16779 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16782/task/16786/stat : 16786 (java) S 16779 16782 15548 0 -1 4202560 53 0 0 0 9 1 0 0 20 0 18 0 22660776 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322758650024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16787] ppid=16779 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/16782/task/16787/stat : 16787 (java) S 16779 16782 15548 0 -1 4202560 172 0 0 0 16 3 0 0 20 0 18 0 22660776 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322757597736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16788] ppid=16779 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16782/task/16788/stat : 16788 (java) S 16779 16782 15548 0 -1 4202560 354 0 0 0 7 0 0 0 20 0 18 0 22660776 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322638129576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16789] ppid=16779 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/16782/task/16789/stat : 16789 (java) S 16779 16782 15548 0 -1 4202560 351 0 0 0 18 4 0 0 20 0 18 0 22660776 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322637077288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16790] ppid=16779 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/16782/task/16790/stat : 16790 (java) S 16779 16782 15548 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 18 0 22660776 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322636024488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16791] ppid=16779 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/16782/task/16791/stat : 16791 (java) S 16779 16782 15548 0 -1 4202560 156 0 0 0 10 2 0 0 20 0 18 0 22660776 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322634972200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16792] ppid=16779 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/16782/task/16792/stat : 16792 (java) S 16779 16782 15548 0 -1 4202560 400 0 0 0 9 2 0 0 20 0 18 0 22660776 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322633919400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16793] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16793/stat : 16793 (java) S 16779 16782 15548 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 22660777 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322151590120 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16794] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16794/stat : 16794 (java) S 16779 16782 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22660778 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322150536184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16795] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16795/stat : 16795 (java) S 16779 16782 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22660778 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322149483784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16796] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16796/stat : 16796 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660780 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322148432272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16797] ppid=16779 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/16782/task/16797/stat : 16797 (java) S 16779 16782 15548 0 -1 4202560 2809 0 0 0 33 0 0 0 20 0 18 0 22660780 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322147379896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16798] ppid=16779 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/16782/task/16798/stat : 16798 (java) S 16779 16782 15548 0 -1 4202560 3993 0 0 0 23 0 0 0 20 0 18 0 22660780 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322146327096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16799] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16799/stat : 16799 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660780 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322145275000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16800] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16800/stat : 16800 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660780 9787879424 148232 33554432000 1073741824 1073778376 140735722999600 140322144222408 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 9558476

[startup+6.30079 s]
/proc/loadavg: 1.75 0.69 0.35 3/211 16800
/proc/meminfo: memFree=28984460/32872528 swapFree=1370848/1518016
[pid=16782] ppid=16779 vsize=9558476 CPUtime=9.19 cores=1,3,5,7
/proc/16782/stat : 16782 (java) S 16779 16782 15548 0 -1 4202496 16253 0 1 0 862 57 0 0 20 0 18 0 22660773 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140735722990736 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16782/statm: 2389619 363723 2278 9 0 2380296 0
[pid=16782/tid=16783] ppid=16779 vsize=9558476 CPUtime=5.42 cores=1,3,5,7
/proc/16782/task/16783/stat : 16783 (java) S 16779 16782 15548 0 -1 4202560 3501 0 1 0 525 17 0 0 20 0 18 0 22660774 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322798210376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16785] ppid=16779 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/16782/task/16785/stat : 16785 (java) R 16779 16782 15548 0 -1 4202560 384 0 0 0 34 6 0 0 20 0 18 0 22660776 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322759703000 140322805107148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16786] ppid=16779 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/16782/task/16786/stat : 16786 (java) R 16779 16782 15548 0 -1 4202560 434 0 0 0 29 4 0 0 20 0 18 0 22660776 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322758649784 140322800682689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16787] ppid=16779 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/16782/task/16787/stat : 16787 (java) R 16779 16782 15548 0 -1 4202560 515 0 0 0 41 6 0 0 20 0 18 0 22660776 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322757597912 140322802373263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16788] ppid=16779 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/16782/task/16788/stat : 16788 (java) R 16779 16782 15548 0 -1 4202560 537 0 0 0 28 3 0 0 20 0 18 0 22660776 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322638129456 140322802373254 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16789] ppid=16779 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/16782/task/16789/stat : 16789 (java) D 16779 16782 15548 0 -1 4202560 858 0 0 0 35 5 0 0 20 0 18 0 22660776 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322637077048 229355938791 0 4 0 16800975 18446744071581355491 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16790] ppid=16779 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/16782/task/16790/stat : 16790 (java) R 16779 16782 15548 0 -1 4202560 254 0 0 0 30 6 0 0 20 0 18 0 22660776 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322636024664 140322800682697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16791] ppid=16779 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/16782/task/16791/stat : 16791 (java) R 16779 16782 15548 0 -1 4202560 498 0 0 0 31 5 0 0 20 0 18 0 22660776 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322634972376 140322800682673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16792] ppid=16779 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16782/task/16792/stat : 16792 (java) D 16779 16782 15548 0 -1 4202560 599 0 0 0 23 4 0 0 20 0 18 0 22660776 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322633919160 229355938791 0 4 0 16800975 18446744071581355491 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16793] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16793/stat : 16793 (java) S 16779 16782 15548 0 -1 4202560 560 0 0 0 0 0 0 0 20 0 18 0 22660777 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322151589000 229359268924 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16794] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16794/stat : 16794 (java) S 16779 16782 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22660778 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322150536184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16795] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16795/stat : 16795 (java) S 16779 16782 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22660778 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322149483784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16796] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16796/stat : 16796 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660780 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322148432272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16797] ppid=16779 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/16782/task/16797/stat : 16797 (java) S 16779 16782 15548 0 -1 4202560 2821 0 0 0 39 0 0 0 20 0 18 0 22660780 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322147379896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16798] ppid=16779 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/16782/task/16798/stat : 16798 (java) S 16779 16782 15548 0 -1 4202560 4039 0 0 0 33 0 0 0 20 0 18 0 22660780 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322146327096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16799] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16799/stat : 16799 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660780 9787879424 363723 33554432000 1073741824 1073778376 140735722999600 140322145275000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16800] ppid=16779 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=16782/tid=16794] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16794/stat : 16794 (java) S 16779 16782 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660778 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322150536184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16795] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16795/stat : 16795 (java) S 16779 16782 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660778 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322149483784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16796] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16796/stat : 16796 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322148432272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16797] ppid=16779 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/16782/task/16797/stat : 16797 (java) S 16779 16782 15548 0 -1 4202560 14119 0 0 0 177 3 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322147379896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16798] ppid=16779 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/16782/task/16798/stat : 16798 (java) S 16779 16782 15548 0 -1 4202560 4412 0 0 0 74 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322146327096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16799] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16799/stat : 16799 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322145275000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16800] ppid=16779 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/16782/task/16800/stat : 16800 (java) S 16779 16782 15548 0 -1 4202560 95 0 0 0 24 29 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322144222408 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16802] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16802/stat : 16802 (java) S 16779 16782 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661952 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322143167400 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1676.89
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.40 2.28 1.93 3/213 16909
/proc/meminfo: memFree=25970556/32872528 swapFree=1370848/1518016
[pid=16782] ppid=16779 vsize=9625040 CPUtime=1736.92 cores=1,3,5,7
/proc/16782/stat : 16782 (java) S 16779 16782 15548 0 -1 4202496 52416 0 1 0 173495 197 0 0 20 0 19 0 22660773 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140735722990736 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16782/statm: 2406260 846947 2295 9 0 2396937 0
[pid=16782/tid=16783] ppid=16779 vsize=9625040 CPUtime=1714.4 cores=1,3,5,7
/proc/16782/task/16783/stat : 16783 (java) R 16779 16782 15548 0 -1 4202560 3853 0 1 0 171385 55 0 0 20 0 19 0 22660774 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322798202560 140322638668821 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16785] ppid=16779 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/16782/task/16785/stat : 16785 (java) S 16779 16782 15548 0 -1 4202560 2399 0 0 0 204 19 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322759702824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16786] ppid=16779 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/16782/task/16786/stat : 16786 (java) S 16779 16782 15548 0 -1 4202560 2584 0 0 0 201 15 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322758650024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16787] ppid=16779 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/16782/task/16787/stat : 16787 (java) S 16779 16782 15548 0 -1 4202560 2779 0 0 0 186 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322757597736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16788] ppid=16779 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/16782/task/16788/stat : 16788 (java) S 16779 16782 15548 0 -1 4202560 1980 0 0 0 186 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322638129576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16789] ppid=16779 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/16782/task/16789/stat : 16789 (java) S 16779 16782 15548 0 -1 4202560 6353 0 0 0 182 17 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322637077288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16790] ppid=16779 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/16782/task/16790/stat : 16790 (java) S 16779 16782 15548 0 -1 4202560 3184 0 0 0 158 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322636024488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16791] ppid=16779 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/16782/task/16791/stat : 16791 (java) S 16779 16782 15548 0 -1 4202560 3109 0 0 0 188 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322634972200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16792] ppid=16779 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/16782/task/16792/stat : 16792 (java) S 16779 16782 15548 0 -1 4202560 4010 0 0 0 173 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322633919400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16793] ppid=16779 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/16782/task/16793/stat : 16793 (java) S 16779 16782 15548 0 -1 4202560 2276 0 0 0 349 7 0 0 20 0 19 0 22660777 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322151590120 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16794] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16794/stat : 16794 (java) S 16779 16782 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660778 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322150536184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16795] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16795/stat : 16795 (java) S 16779 16782 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660778 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322149483784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16796] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16796/stat : 16796 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322148432272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16797] ppid=16779 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/16782/task/16797/stat : 16797 (java) S 16779 16782 15548 0 -1 4202560 14119 0 0 0 177 3 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322147379896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16798] ppid=16779 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/16782/task/16798/stat : 16798 (java) S 16779 16782 15548 0 -1 4202560 4412 0 0 0 74 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322146327096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16799] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16799/stat : 16799 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322145275000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16800] ppid=16779 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/16782/task/16800/stat : 16800 (java) S 16779 16782 15548 0 -1 4202560 99 0 0 0 25 30 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322144222408 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16802] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16802/stat : 16802 (java) S 16779 16782 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661952 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322143167400 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1736.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.26 1.94 3/213 16910
/proc/meminfo: memFree=25970180/32872528 swapFree=1370848/1518016
[pid=16782] ppid=16779 vsize=9625040 CPUtime=1796.93 cores=1,3,5,7
/proc/16782/stat : 16782 (java) S 16779 16782 15548 0 -1 4202496 52420 0 1 0 179495 198 0 0 20 0 19 0 22660773 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140735722990736 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16782/statm: 2406260 846947 2295 9 0 2396937 0
[pid=16782/tid=16783] ppid=16779 vsize=9625040 CPUtime=1774.4 cores=1,3,5,7
/proc/16782/task/16783/stat : 16783 (java) R 16779 16782 15548 0 -1 4202560 3853 0 1 0 177385 55 0 0 20 0 19 0 22660774 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322798202560 140322639007661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16785] ppid=16779 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/16782/task/16785/stat : 16785 (java) S 16779 16782 15548 0 -1 4202560 2399 0 0 0 204 19 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322759702824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16786] ppid=16779 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/16782/task/16786/stat : 16786 (java) S 16779 16782 15548 0 -1 4202560 2584 0 0 0 201 15 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322758650024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16787] ppid=16779 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/16782/task/16787/stat : 16787 (java) S 16779 16782 15548 0 -1 4202560 2779 0 0 0 186 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322757597736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16788] ppid=16779 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/16782/task/16788/stat : 16788 (java) S 16779 16782 15548 0 -1 4202560 1980 0 0 0 186 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322638129576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16789] ppid=16779 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/16782/task/16789/stat : 16789 (java) S 16779 16782 15548 0 -1 4202560 6353 0 0 0 182 17 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322637077288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16790] ppid=16779 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/16782/task/16790/stat : 16790 (java) S 16779 16782 15548 0 -1 4202560 3184 0 0 0 158 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322636024488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16791] ppid=16779 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/16782/task/16791/stat : 16791 (java) S 16779 16782 15548 0 -1 4202560 3109 0 0 0 188 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322634972200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16792] ppid=16779 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/16782/task/16792/stat : 16792 (java) S 16779 16782 15548 0 -1 4202560 4010 0 0 0 173 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322633919400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16793] ppid=16779 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/16782/task/16793/stat : 16793 (java) S 16779 16782 15548 0 -1 4202560 2276 0 0 0 349 7 0 0 20 0 19 0 22660777 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322151590120 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16794] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16794/stat : 16794 (java) S 16779 16782 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660778 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322150536184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16795] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16795/stat : 16795 (java) S 16779 16782 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660778 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322149483784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16796] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16796/stat : 16796 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322148432272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16797] ppid=16779 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/16782/task/16797/stat : 16797 (java) S 16779 16782 15548 0 -1 4202560 14119 0 0 0 177 3 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322147379896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16798] ppid=16779 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/16782/task/16798/stat : 16798 (java) S 16779 16782 15548 0 -1 4202560 4412 0 0 0 74 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322146327096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16799] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16799/stat : 16799 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322145275000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16800] ppid=16779 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/16782/task/16800/stat : 16800 (java) S 16779 16782 15548 0 -1 4202560 103 0 0 0 26 32 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322144222408 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16802] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16802/stat : 16802 (java) S 16779 16782 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661952 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322143167400 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.4 s]
/proc/loadavg: 2.25 2.25 1.94 3/213 16910
/proc/meminfo: memFree=25970180/32872528 swapFree=1370848/1518016
[pid=16782] ppid=16779 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/16782/stat : 16782 (java) S 16779 16782 15548 0 -1 4202496 52420 0 1 0 179804 198 0 0 20 0 19 0 22660773 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140735722990736 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16782/statm: 2406260 846947 2295 9 0 2396937 0
[pid=16782/tid=16783] ppid=16779 vsize=9625040 CPUtime=1777.5 cores=1,3,5,7
/proc/16782/task/16783/stat : 16783 (java) R 16779 16782 15548 0 -1 4202560 3853 0 1 0 177694 56 0 0 20 0 19 0 22660774 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322798202560 140322639007661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16785] ppid=16779 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/16782/task/16785/stat : 16785 (java) S 16779 16782 15548 0 -1 4202560 2399 0 0 0 204 19 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322759702824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16786] ppid=16779 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/16782/task/16786/stat : 16786 (java) S 16779 16782 15548 0 -1 4202560 2584 0 0 0 201 15 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322758650024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16787] ppid=16779 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/16782/task/16787/stat : 16787 (java) S 16779 16782 15548 0 -1 4202560 2779 0 0 0 186 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322757597736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16788] ppid=16779 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/16782/task/16788/stat : 16788 (java) S 16779 16782 15548 0 -1 4202560 1980 0 0 0 186 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322638129576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16789] ppid=16779 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/16782/task/16789/stat : 16789 (java) S 16779 16782 15548 0 -1 4202560 6353 0 0 0 182 17 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322637077288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16790] ppid=16779 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/16782/task/16790/stat : 16790 (java) S 16779 16782 15548 0 -1 4202560 3184 0 0 0 158 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322636024488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16791] ppid=16779 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/16782/task/16791/stat : 16791 (java) S 16779 16782 15548 0 -1 4202560 3109 0 0 0 188 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322634972200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16792] ppid=16779 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/16782/task/16792/stat : 16792 (java) S 16779 16782 15548 0 -1 4202560 4010 0 0 0 173 16 0 0 20 0 19 0 22660776 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322633919400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16793] ppid=16779 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/16782/task/16793/stat : 16793 (java) S 16779 16782 15548 0 -1 4202560 2276 0 0 0 349 7 0 0 20 0 19 0 22660777 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322151590120 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16794] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16794/stat : 16794 (java) S 16779 16782 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660778 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322150536184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16795] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16795/stat : 16795 (java) S 16779 16782 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660778 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322149483784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16796] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16796/stat : 16796 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322148432272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16782/tid=16797] ppid=16779 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/16782/task/16797/stat : 16797 (java) S 16779 16782 15548 0 -1 4202560 14119 0 0 0 177 3 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322147379896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16798] ppid=16779 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/16782/task/16798/stat : 16798 (java) S 16779 16782 15548 0 -1 4202560 4412 0 0 0 74 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322146327096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16782/tid=16799] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16799/stat : 16799 (java) S 16779 16782 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322145275000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16782/tid=16800] ppid=16779 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/16782/task/16800/stat : 16800 (java) S 16779 16782 15548 0 -1 4202560 103 0 0 0 26 32 0 0 20 0 19 0 22660780 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322144222408 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16782/tid=16802] ppid=16779 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16782/task/16802/stat : 16802 (java) S 16779 16782 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661952 9856040960 846947 33554432000 1073741824 1073778376 140735722999600 140322143167400 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 16782 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1785.45
CPU time (s): 1800.63
CPU user time (s): 1798.19
CPU system time (s): 2.44163
CPU usage (%): 100.85
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 2.44163
maximum resident set size= 3387928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52460
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41580
involuntary context switches= 19684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6322 second user time and 12.3031 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 01:29:03
IDJOB=4099728
IDBENCH=1502
IDSOLVER=2546
FILE ID=node129/4099728-1466206140
RUNJOBID= node129-1466206067-15565
PBS_JOBID= 19918148
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome12.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099728-1466206140/watcher-4099728-1466206140 -o /tmp/evaluation-result-4099728-1466206140/solver-4099728-1466206140 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099728-1466206140.opb

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

MD5SUM BENCH= 489d5377e587a4ab41c94f06db936b0a
RANDOM SEED=908784931

node129.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.143
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	: 5332.28
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.143
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.143
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.143
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.143
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.143
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.143
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.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30304900 kB
Buffers:           35988 kB
Cached:           140604 kB
SwapCached:         1980 kB
Active:           269012 kB
Inactive:          72828 kB
Active(anon):     166852 kB
Inactive(anon):     1040 kB
Active(file):     102160 kB
Inactive(file):    71788 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099152 kB
Dirty:             63248 kB
Writeback:             0 kB
AnonPages:       1684928 kB
Mapped:            15288 kB
Shmem:                 0 kB
Slab:             572508 kB
SReclaimable:      15884 kB
SUnreclaim:       556624 kB
KernelStack:        1576 kB
PageTables:         7608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2334820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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= 71672 MiB
End job on node129 at 2016-06-18 01:58:48