Trace number 4099925

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.05 1782.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370b.opb
MD5SUMce5e0345d0e70478396f95e2ebabfc80
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654768
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654768
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4099925-1466208268.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
2.01/1.38	c ... done. Wall clock time 1.27s.
2.01/1.38	c declared #vars     155000
2.01/1.38	c #constraints  5300
2.01/1.38	c constraints type 
2.01/1.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34
2.01/1.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5266
2.01/1.38	c 5300 constraints processed.
2.01/1.38	c objective function length is 155000 literals
4.73/3.52	c cleaning 2502 clauses out of 5006 with flag 10017/5006
7.40/6.11	c cleaning 4246 clauses out of 8498 with flag 22014/11000
11.39/9.93	c cleaning 5631 clauses out of 11263 with flag 36076/18011
15.40/13.96	c cleaning 6814 clauses out of 13629 with flag 52108/26008
19.62/18.19	c cleaning 7901 clauses out of 15807 with flag 70129/35000
24.89/23.20	c cleaning 8953 clauses out of 17908 with flag 90177/45002
29.99/28.28	c cleaning 9973 clauses out of 19954 with flag 112359/56001
36.75/34.78	c cleaning 10990 clauses out of 21981 with flag 136478/68001
43.55/41.59	c cleaning 11996 clauses out of 23993 with flag 162633/81003
50.34/48.33	c cleaning 12994 clauses out of 25997 with flag 190726/95003
59.24/57.28	c cleaning 14001 clauses out of 28003 with flag 220935/110003
68.70/66.20	c cleaning 14996 clauses out of 29999 with flag 253098/126000
78.69/76.13	c cleaning 15999 clauses out of 32003 with flag 287365/143000
89.29/86.42	c cleaning 16999 clauses out of 34004 with flag 323625/161000
100.80/97.99	c cleaning 17992 clauses out of 36005 with flag 361835/180000
113.40/110.59	c cleaning 19005 clauses out of 38013 with flag 402047/200000
124.90/122.05	c cleaning 20003 clauses out of 40010 with flag 444216/221002
137.81/134.95	c cleaning 21002 clauses out of 42005 with flag 488331/243000
155.13/151.69	c cleaning 21999 clauses out of 44005 with flag 534601/266002
172.73/169.22	c cleaning 22994 clauses out of 46005 with flag 582873/290001
189.13/185.60	c cleaning 24008 clauses out of 48018 with flag 633213/315008
208.52/204.02	c cleaning 24988 clauses out of 50004 with flag 685603/341002
224.63/220.16	c cleaning 26004 clauses out of 52014 with flag 739732/368000
241.24/236.71	c cleaning 26998 clauses out of 54012 with flag 795871/396002
262.73/257.92	c cleaning 28004 clauses out of 56012 with flag 854104/425000
287.34/282.59	c cleaning 28999 clauses out of 58009 with flag 914244/455001
310.86/306.08	c cleaning 30004 clauses out of 60010 with flag 976390/486001
333.30/327.75	c cleaning 31003 clauses out of 62007 with flag 1040651/518002
352.32/346.72	c cleaning 31990 clauses out of 64003 with flag 1106970/551001
375.18/369.43	c cleaning 33005 clauses out of 66019 with flag 1175202/585007
401.08/395.38	c cleaning 33999 clauses out of 68007 with flag 1245366/620000
428.41/422.30	c cleaning 34998 clauses out of 70009 with flag 1318046/656001
457.41/451.38	c cleaning 36005 clauses out of 72011 with flag 1392332/693001
492.81/486.26	c cleaning 36996 clauses out of 74005 with flag 1468575/731000
523.62/517.07	c cleaning 38002 clauses out of 76009 with flag 1546867/770000
552.71/545.89	c cleaning 38997 clauses out of 78008 with flag 1627428/810001
596.50/589.27	c cleaning 39999 clauses out of 80011 with flag 1709933/851001
633.61/626.32	c cleaning 41006 clauses out of 82015 with flag 1794814/893004
675.47/667.98	c cleaning 42001 clauses out of 84013 with flag 1881296/936008
719.08/711.53	c cleaning 42993 clauses out of 86006 with flag 1969696/980002
763.99/756.02	c cleaning 44003 clauses out of 88011 with flag 2060889/1025000
811.04/802.24	c cleaning 45002 clauses out of 90010 with flag 2153387/1071002
858.42/848.67	c cleaning 46003 clauses out of 92013 with flag 2247770/1118007
904.74/894.71	c cleaning 46999 clauses out of 94004 with flag 2344111/1166001
956.20/945.82	c cleaning 47995 clauses out of 96006 with flag 2442559/1215002
997.12/986.41	c cleaning 48999 clauses out of 98009 with flag 2542766/1265000
1048.74/1037.92	c cleaning 50001 clauses out of 100014 with flag 2645117/1316004
1102.64/1091.05	c cleaning 51003 clauses out of 102009 with flag 2749400/1368000
1151.60/1139.70	c cleaning 51995 clauses out of 104007 with flag 2855699/1421001
1210.96/1198.59	c cleaning 52999 clauses out of 106011 with flag 2964008/1475000
1266.20/1253.54	c cleaning 54005 clauses out of 108013 with flag 3074259/1530001
1325.72/1312.61	c cleaning 54992 clauses out of 110009 with flag 3186518/1586002
1390.17/1376.48	c cleaning 56007 clauses out of 112016 with flag 3300783/1643001
1459.65/1444.75	c cleaning 57003 clauses out of 114012 with flag 3417087/1701004
1529.23/1513.94	c cleaning 58003 clauses out of 116007 with flag 3535512/1760002
1596.35/1580.53	c cleaning 58995 clauses out of 118002 with flag 3655745/1820000
1669.94/1653.56	c cleaning 60003 clauses out of 120008 with flag 3778159/1881001
1749.98/1732.81	c cleaning 61000 clauses out of 122005 with flag 3902483/1943001
1800.05/1782.50	c starts		: 1
1800.05/1782.50	c conflicts		: 1990376
1800.05/1782.50	c decisions		: 2027949
1800.05/1782.50	c propagations		: 425925447
1800.05/1782.50	c inspects		: 15524660328
1800.05/1782.50	c shortcuts		: 0
1800.05/1782.50	c learnt literals	: 0
1800.05/1782.50	c learnt binary clauses	: 0
1800.05/1782.50	c learnt ternary clauses	: 0
1800.05/1782.50	c learnt constraints	: 1990376
1800.05/1782.50	c ignored constraints	: 0
1800.05/1782.50	c root simplifications	: 0
1800.05/1782.50	c removed literals (reason simplification)	: 0
1800.05/1782.50	c reason swapping (by a shorter reason)	: 0
1800.05/1782.50	c Calls to reduceDB	: 58
1800.05/1782.50	c Number of update (reduction) of LBD	: 3074
1800.05/1782.50	c Imported unit clauses	: 0
1800.05/1782.50	c number of reductions to clauses (during analyze)	: 0
1800.05/1782.50	c number of learned constraints concerned by reduction	: 0
1800.05/1782.50	c number of learning phase by resolution	: 0
1800.05/1782.50	c number of learning phase by cutting planes	: 0
1800.05/1782.50	c speed (assignments/second)	: 239151.88803037425
1800.05/1782.50	c non guided choices	0
1800.05/1782.52	c timeout
1800.05/1782.53	c learnt constraints type 
1800.05/1782.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108381
1800.05/1782.53	s UNKNOWN
1800.05/1782.53	c Total wall clock time (in seconds): 1782.413

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

pid=16891
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.36 2.30 2.06 4/194 16894
/proc/meminfo: memFree=29787912/32872528 swapFree=1542984/1696284
[pid=16894] ppid=16891 vsize=9324 CPUtime=0 cores=1,3,5,7
/proc/16894/stat : 16894 (java) R 16891 16894 15516 0 -1 4202496 530 0 0 0 0 0 0 0 20 0 1 0 22873467 9547776 183 33554432000 1073741824 1073778376 140734658406032 140734658388760 270707866704 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16894/statm: 2323 182 140 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 2.36 2.30 2.06 4/194 16894
/proc/meminfo: memFree=29787912/32872528 swapFree=1542984/1696284
[pid=16894] ppid=16891 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/16894/stat : 16894 (java) S 16891 16894 15516 0 -1 4202496 4394 0 1 0 8 0 0 0 20 0 18 0 22873467 9787879424 6028 33554432000 1073741824 1073778376 140734658406032 140734658397168 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16894/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 2.36 2.30 2.06 4/194 16894
/proc/meminfo: memFree=29787912/32872528 swapFree=1542984/1696284
[pid=16894] ppid=16891 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/16894/stat : 16894 (java) S 16891 16894 15516 0 -1 4202496 4981 0 1 0 27 1 0 0 20 0 18 0 22873467 9787879424 7927 33554432000 1073741824 1073778376 140734658406032 140734658397168 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16894/statm: 2389619 7927 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300324 s]
/proc/loadavg: 2.36 2.30 2.06 4/194 16894
/proc/meminfo: memFree=29787912/32872528 swapFree=1542984/1696284
[pid=16894] ppid=16891 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/16894/stat : 16894 (java) S 16891 16894 15516 0 -1 4202496 5411 0 1 0 44 2 0 0 20 0 18 0 22873467 9787879424 14268 33554432000 1073741824 1073778376 140734658406032 140734658397168 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16894/statm: 2389619 14268 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700277 s]
/proc/loadavg: 2.36 2.30 2.06 4/194 16894
/proc/meminfo: memFree=29787912/32872528 swapFree=1542984/1696284
[pid=16894] ppid=16891 vsize=9558476 CPUtime=1.2 cores=1,3,5,7
/proc/16894/stat : 16894 (java) S 16891 16894 15516 0 -1 4202496 7717 0 1 0 113 7 0 0 20 0 18 0 22873467 9787879424 46595 33554432000 1073741824 1073778376 140734658406032 140734658397168 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16894/statm: 2389619 46595 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.33 2.30 2.06 3/212 16912
/proc/meminfo: memFree=29552460/32872528 swapFree=1542984/1696284
[pid=16894] ppid=16891 vsize=9558476 CPUtime=2.32 cores=1,3,5,7
/proc/16894/stat : 16894 (java) S 16891 16894 15516 0 -1 4202496 8294 0 1 0 218 14 0 0 20 0 18 0 22873467 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140734658397168 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16894/statm: 2389619 75144 2271 9 0 2380296 0
[pid=16894/tid=16896] ppid=16891 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/16894/task/16896/stat : 16896 (java) R 16891 16894 15516 0 -1 4202560 2496 0 1 0 132 4 0 0 20 0 18 0 22873468 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400419913744 140400283204701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16894/tid=16897] ppid=16891 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/16894/task/16897/stat : 16897 (java) S 16891 16894 15516 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 18 0 22873469 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400408983848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16898] ppid=16891 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/16894/task/16898/stat : 16898 (java) S 16891 16894 15516 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 22873469 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400407931048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16899] ppid=16891 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/16894/task/16899/stat : 16899 (java) S 16891 16894 15516 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 18 0 22873469 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400406878760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16900] ppid=16891 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16894/task/16900/stat : 16900 (java) S 16891 16894 15516 0 -1 4202560 115 0 0 0 2 0 0 0 20 0 18 0 22873469 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400405825960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16901] ppid=16891 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/16894/task/16901/stat : 16901 (java) S 16891 16894 15516 0 -1 4202560 122 0 0 0 3 1 0 0 20 0 18 0 22873469 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400404773672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16902] ppid=16891 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/16894/task/16902/stat : 16902 (java) S 16891 16894 15516 0 -1 4202560 97 0 0 0 3 0 0 0 20 0 18 0 22873469 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400403720872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16903] ppid=16891 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/16894/task/16903/stat : 16903 (java) S 16891 16894 15516 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 22873469 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400402668584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16894/tid=16904] ppid=16891 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16894/task/16904/stat : 16904 (java) S 16891 16894 15516 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 18 0 22873469 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400401615784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16905] ppid=16891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16905/stat : 16905 (java) S 16891 16894 15516 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22873470 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400244156648 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16906] ppid=16891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16906/stat : 16906 (java) S 16891 16894 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22873471 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400243102712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16907] ppid=16891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16907/stat : 16907 (java) S 16891 16894 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 22873471 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400242050312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16908] ppid=16891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16908/stat : 16908 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22873473 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400240998800 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16909] ppid=16891 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16894/task/16909/stat : 16909 (java) R 16891 16894 15516 0 -1 4202560 1049 0 0 0 27 0 0 0 20 0 18 0 22873473 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400239946600 140400424010898 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16910] ppid=16891 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/16894/task/16910/stat : 16910 (java) R 16891 16894 15516 0 -1 4202560 2896 0 0 0 28 0 0 0 20 0 18 0 22873473 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400238893624 140400425905124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16911] ppid=16891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16911/stat : 16911 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22873473 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400237841528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16912] ppid=16891 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16912/stat : 16912 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22873473 9787879424 75144 33554432000 1073741824 1073778376 140734658406032 140400236788936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 2.33 2.30 2.06 3/213 16913
/proc/meminfo: memFree=29462528/32872528 swapFree=1542984/1696284
[pid=16894] ppid=16891 vsize=9625040 CPUtime=4.31 cores=1,3,5,7
/proc/16894/stat : 16894 (java) S 16891 16894 15516 0 -1 4202496 9280 0 1 0 410 21 0 0 20 0 19 0 22873467 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140734658397168 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16894/statm: 2406260 104184 2273 9 0 2396937 0
[pid=16894/tid=16896] ppid=16891 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/16894/task/16896/stat : 16896 (java) R 16891 16894 15516 0 -1 4202560 2525 0 1 0 285 5 0 0 20 0 19 0 22873468 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400419921960 140400283890944 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16894/tid=16897] ppid=16891 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/16894/task/16897/stat : 16897 (java) S 16891 16894 15516 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 19 0 22873469 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400408983848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16898] ppid=16891 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16894/task/16898/stat : 16898 (java) S 16891 16894 15516 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 22873469 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400407931048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16899] ppid=16891 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16894/task/16899/stat : 16899 (java) S 16891 16894 15516 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 19 0 22873469 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400406878760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16900] ppid=16891 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16894/task/16900/stat : 16900 (java) S 16891 16894 15516 0 -1 4202560 135 0 0 0 4 2 0 0 20 0 19 0 22873469 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400405825960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16894/tid=16901] ppid=16891 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/16894/task/16901/stat : 16901 (java) S 16891 16894 15516 0 -1 4202560 154 0 0 0 7 4 0 0 20 0 19 0 22873469 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400404773672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16902] ppid=16891 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16894/task/16902/stat : 16902 (java) S 16891 16894 15516 0 -1 4202560 103 0 0 0 4 0 0 0 20 0 19 0 22873469 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400403720872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16903] ppid=16891 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16894/task/16903/stat : 16903 (java) S 16891 16894 15516 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 19 0 22873469 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400402668584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16904] ppid=16891 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16894/task/16904/stat : 16904 (java) S 16891 16894 15516 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 19 0 22873469 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400401615784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16905] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16905/stat : 16905 (java) S 16891 16894 15516 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22873470 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400244156648 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16906] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16906/stat : 16906 (java) S 16891 16894 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22873471 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400243102712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16907] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16907/stat : 16907 (java) S 16891 16894 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22873471 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400242050312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16908] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16908/stat : 16908 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400240998800 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16909] ppid=16891 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/16894/task/16909/stat : 16909 (java) S 16891 16894 15516 0 -1 4202560 1755 0 0 0 38 0 0 0 20 0 19 0 22873473 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400239946424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16910] ppid=16891 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/16894/task/16910/stat : 16910 (java) S 16891 16894 15516 0 -1 4202560 2913 0 0 0 40 0 0 0 20 0 19 0 22873473 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400238893624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16911] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16911/stat : 16911 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400237841528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16912] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16912/stat : 16912 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400236788936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16913] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16913/stat : 16913 (java) S 16891 16894 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22873619 9856040960 104184 33554432000 1073741824 1073778376 140734658406032 140400235684776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.33 2.30 2.06 3/213 16913
/proc/meminfo: memFree=29387652/32872528 swapFree=1542984/1696284
[pid=16894] ppid=16891 vsize=9625040 CPUtime=7.6 cores=1,3,5,7
/proc/16894/stat : 16894 (java) S 16891 16894 15516 0 -1 4202496 9288 0 1 0 739 21 0 0 20 0 19 0 22873467 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140734658397168 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16894/statm: 2406260 104160 2278 9 0 2396937 0
[pid=16894/tid=16896] ppid=16891 vsize=9625040 CPUtime=6.09 cores=1,3,5,7
/proc/16894/task/16896/stat : 16896 (java) R 16891 16894 15516 0 -1 4202560 2527 0 1 0 604 5 0 0 20 0 19 0 22873468 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400419922264 140400283863973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16894/tid=16897] ppid=16891 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/16894/task/16897/stat : 16897 (java) S 16891 16894 15516 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 19 0 22873469 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400408983848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16898] ppid=16891 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16894/task/16898/stat : 16898 (java) S 16891 16894 15516 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 22873469 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400407931048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16899] ppid=16891 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16894/task/16899/stat : 16899 (java) S 16891 16894 15516 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 19 0 22873469 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400406878760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16900] ppid=16891 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16894/task/16900/stat : 16900 (java) S 16891 16894 15516 0 -1 4202560 135 0 0 0 4 2 0 0 20 0 19 0 22873469 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400405825960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16894/tid=16901] ppid=16891 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/16894/task/16901/stat : 16901 (java) S 16891 16894 15516 0 -1 4202560 154 0 0 0 7 4 0 0 20 0 19 0 22873469 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400404773672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16902] ppid=16891 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16894/task/16902/stat : 16902 (java) S 16891 16894 15516 0 -1 4202560 103 0 0 0 4 0 0 0 20 0 19 0 22873469 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400403720872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16903] ppid=16891 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16894/task/16903/stat : 16903 (java) S 16891 16894 15516 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 19 0 22873469 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400402668584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16904] ppid=16891 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16894/task/16904/stat : 16904 (java) S 16891 16894 15516 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 19 0 22873469 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400401615784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16905] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16905/stat : 16905 (java) S 16891 16894 15516 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22873470 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400244156648 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16906] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16906/stat : 16906 (java) S 16891 16894 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22873471 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400243102712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16907] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16907/stat : 16907 (java) S 16891 16894 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22873471 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400242050312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16908] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16908/stat : 16908 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400240998800 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16909] ppid=16891 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16894/task/16909/stat : 16909 (java) S 16891 16894 15516 0 -1 4202560 1760 0 0 0 43 0 0 0 20 0 19 0 22873473 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400239946424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16910] ppid=16891 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/16894/task/16910/stat : 16910 (java) S 16891 16894 15516 0 -1 4202560 2914 0 0 0 44 0 0 0 20 0 19 0 22873473 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400238893624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16911] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16911/stat : 16911 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400237841528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16912] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16912/stat : 16912 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400236788936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16913] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16913/stat : 16913 (java) S 16891 16894 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22873619 9856040960 104160 33554432000 1073741824 1073778376 140734658406032 140400235684776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.28 2.29 2.06 3/213 16913

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

[pid=16894/tid=16913] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16913/stat : 16913 (java) S 16891 16894 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22873619 9856040960 807893 33554432000 1073741824 1073778376 140734658406032 140400235684776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1678.73
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.25 2.19 3/213 17022
/proc/meminfo: memFree=26986756/32872528 swapFree=1542984/1696284
[pid=16894] ppid=16891 vsize=9625040 CPUtime=1739.48 cores=1,3,5,7
/proc/16894/stat : 16894 (java) S 16891 16894 15516 0 -1 4202496 42056 0 1 0 173566 382 0 0 20 0 19 0 22873467 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140734658397168 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16894/statm: 2406260 754697 2286 9 0 2396937 0
[pid=16894/tid=16896] ppid=16891 vsize=9625040 CPUtime=1707.57 cores=1,3,5,7
/proc/16894/task/16896/stat : 16896 (java) R 16891 16894 15516 0 -1 4202560 3727 0 1 0 170712 45 0 0 20 0 19 0 22873468 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400419921120 140400283875552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16897] ppid=16891 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/16894/task/16897/stat : 16897 (java) S 16891 16894 15516 0 -1 4202560 3337 0 0 0 219 42 0 0 20 0 19 0 22873469 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400408983848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16894/tid=16898] ppid=16891 vsize=9625040 CPUtime=3.16 cores=1,3,5,7
/proc/16894/task/16898/stat : 16898 (java) S 16891 16894 15516 0 -1 4202560 3465 0 0 0 270 46 0 0 20 0 19 0 22873469 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400407931048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16899] ppid=16891 vsize=9625040 CPUtime=2.65 cores=1,3,5,7
/proc/16894/task/16899/stat : 16899 (java) S 16891 16894 15516 0 -1 4202560 2182 0 0 0 225 40 0 0 20 0 19 0 22873469 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400406878760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16900] ppid=16891 vsize=9625040 CPUtime=2.65 cores=1,3,5,7
/proc/16894/task/16900/stat : 16900 (java) S 16891 16894 15516 0 -1 4202560 5679 0 0 0 223 42 0 0 20 0 19 0 22873469 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400405825960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16901] ppid=16891 vsize=9625040 CPUtime=2.78 cores=1,3,5,7
/proc/16894/task/16901/stat : 16901 (java) S 16891 16894 15516 0 -1 4202560 3258 0 0 0 236 42 0 0 20 0 19 0 22873469 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400404773672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16902] ppid=16891 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/16894/task/16902/stat : 16902 (java) S 16891 16894 15516 0 -1 4202560 4829 0 0 0 214 40 0 0 20 0 19 0 22873469 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400403720872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16903] ppid=16891 vsize=9625040 CPUtime=2.72 cores=1,3,5,7
/proc/16894/task/16903/stat : 16903 (java) S 16891 16894 15516 0 -1 4202560 3701 0 0 0 237 35 0 0 20 0 19 0 22873469 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400402668584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16904] ppid=16891 vsize=9625040 CPUtime=2.51 cores=1,3,5,7
/proc/16894/task/16904/stat : 16904 (java) S 16891 16894 15516 0 -1 4202560 2897 0 0 0 214 37 0 0 20 0 19 0 22873469 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400401615784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16894/tid=16905] ppid=16891 vsize=9625040 CPUtime=4.45 cores=1,3,5,7
/proc/16894/task/16905/stat : 16905 (java) S 16891 16894 15516 0 -1 4202560 2948 0 0 0 441 4 0 0 20 0 19 0 22873470 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400244156648 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16906] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16906/stat : 16906 (java) S 16891 16894 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22873471 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400243102712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16907] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16907/stat : 16907 (java) S 16891 16894 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22873471 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400242050312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16908] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16908/stat : 16908 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400240998800 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16909] ppid=16891 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16894/task/16909/stat : 16909 (java) S 16891 16894 15516 0 -1 4202560 1760 0 0 0 43 0 0 0 20 0 19 0 22873473 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400239946424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16910] ppid=16891 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/16894/task/16910/stat : 16910 (java) S 16891 16894 15516 0 -1 4202560 2915 0 0 0 47 0 0 0 20 0 19 0 22873473 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400238893624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16911] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16911/stat : 16911 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400237841528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16912] ppid=16891 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/16894/task/16912/stat : 16912 (java) S 16891 16894 15516 0 -1 4202560 99 0 0 0 31 38 0 0 20 0 19 0 22873473 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400236788936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16913] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16913/stat : 16913 (java) S 16891 16894 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22873619 9856040960 754697 33554432000 1073741824 1073778376 140734658406032 140400235684776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1739.48
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.25 2.19 3/213 17023
/proc/meminfo: memFree=26966984/32872528 swapFree=1542984/1696284
[pid=16894] ppid=16891 vsize=9625040 CPUtime=1799.85 cores=1,3,5,7
/proc/16894/stat : 16894 (java) S 16891 16894 15516 0 -1 4202496 42080 0 1 0 179602 383 0 0 20 0 19 0 22873467 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140734658397168 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16894/statm: 2406260 741992 2286 9 0 2396937 0
[pid=16894/tid=16896] ppid=16891 vsize=9625040 CPUtime=1767.28 cores=1,3,5,7
/proc/16894/task/16896/stat : 16896 (java) R 16891 16894 15516 0 -1 4202560 3730 0 1 0 176682 46 0 0 20 0 19 0 22873468 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400419921152 140400283628320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16897] ppid=16891 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/16894/task/16897/stat : 16897 (java) S 16891 16894 15516 0 -1 4202560 3341 0 0 0 231 42 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400408983848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16894/tid=16898] ppid=16891 vsize=9625040 CPUtime=3.21 cores=1,3,5,7
/proc/16894/task/16898/stat : 16898 (java) S 16891 16894 15516 0 -1 4202560 3466 0 0 0 275 46 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400407931048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16899] ppid=16891 vsize=9625040 CPUtime=2.71 cores=1,3,5,7
/proc/16894/task/16899/stat : 16899 (java) S 16891 16894 15516 0 -1 4202560 2182 0 0 0 231 40 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400406878760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16900] ppid=16891 vsize=9625040 CPUtime=2.69 cores=1,3,5,7
/proc/16894/task/16900/stat : 16900 (java) S 16891 16894 15516 0 -1 4202560 5679 0 0 0 227 42 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400405825960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16901] ppid=16891 vsize=9625040 CPUtime=2.84 cores=1,3,5,7
/proc/16894/task/16901/stat : 16901 (java) S 16891 16894 15516 0 -1 4202560 3258 0 0 0 242 42 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400404773672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16902] ppid=16891 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/16894/task/16902/stat : 16902 (java) S 16891 16894 15516 0 -1 4202560 4829 0 0 0 221 40 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400403720872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16903] ppid=16891 vsize=9625040 CPUtime=2.76 cores=1,3,5,7
/proc/16894/task/16903/stat : 16903 (java) S 16891 16894 15516 0 -1 4202560 3703 0 0 0 241 35 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400402668584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16904] ppid=16891 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/16894/task/16904/stat : 16904 (java) S 16891 16894 15516 0 -1 4202560 2898 0 0 0 219 37 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400401615784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16905] ppid=16891 vsize=9625040 CPUtime=4.46 cores=1,3,5,7
/proc/16894/task/16905/stat : 16905 (java) S 16891 16894 15516 0 -1 4202560 2957 0 0 0 442 4 0 0 20 0 19 0 22873470 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400244156648 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16906] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16906/stat : 16906 (java) S 16891 16894 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22873471 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400243102712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16907] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16907/stat : 16907 (java) S 16891 16894 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22873471 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400242050312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16908] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16908/stat : 16908 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400240998800 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16909] ppid=16891 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16894/task/16909/stat : 16909 (java) S 16891 16894 15516 0 -1 4202560 1760 0 0 0 43 0 0 0 20 0 19 0 22873473 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400239946424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16910] ppid=16891 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/16894/task/16910/stat : 16910 (java) S 16891 16894 15516 0 -1 4202560 2915 0 0 0 47 0 0 0 20 0 19 0 22873473 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400238893624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16911] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16911/stat : 16911 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400237841528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16912] ppid=16891 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/16894/task/16912/stat : 16912 (java) S 16891 16894 15516 0 -1 4202560 103 0 0 0 31 40 0 0 20 0 19 0 22873473 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400236788936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16913] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16913/stat : 16913 (java) S 16891 16894 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22873619 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400235684776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.85
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.5 s]
/proc/loadavg: 2.22 2.25 2.19 3/213 17023
/proc/meminfo: memFree=26966984/32872528 swapFree=1542984/1696284
[pid=16894] ppid=16891 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/16894/stat : 16894 (java) S 16891 16894 15516 0 -1 4202496 42080 0 1 0 179622 383 0 0 20 0 19 0 22873467 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140734658397168 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16894/statm: 2406260 741992 2286 9 0 2396937 0
[pid=16894/tid=16896] ppid=16891 vsize=9625040 CPUtime=1767.48 cores=1,3,5,7
/proc/16894/task/16896/stat : 16896 (java) R 16891 16894 15516 0 -1 4202560 3730 0 1 0 176702 46 0 0 20 0 19 0 22873468 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400419921152 140400283628394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16897] ppid=16891 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/16894/task/16897/stat : 16897 (java) S 16891 16894 15516 0 -1 4202560 3341 0 0 0 231 42 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400408983848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16894/tid=16898] ppid=16891 vsize=9625040 CPUtime=3.21 cores=1,3,5,7
/proc/16894/task/16898/stat : 16898 (java) S 16891 16894 15516 0 -1 4202560 3466 0 0 0 275 46 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400407931048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16899] ppid=16891 vsize=9625040 CPUtime=2.71 cores=1,3,5,7
/proc/16894/task/16899/stat : 16899 (java) S 16891 16894 15516 0 -1 4202560 2182 0 0 0 231 40 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400406878760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16900] ppid=16891 vsize=9625040 CPUtime=2.69 cores=1,3,5,7
/proc/16894/task/16900/stat : 16900 (java) S 16891 16894 15516 0 -1 4202560 5679 0 0 0 227 42 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400405825960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16901] ppid=16891 vsize=9625040 CPUtime=2.84 cores=1,3,5,7
/proc/16894/task/16901/stat : 16901 (java) S 16891 16894 15516 0 -1 4202560 3258 0 0 0 242 42 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400404773672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16902] ppid=16891 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/16894/task/16902/stat : 16902 (java) S 16891 16894 15516 0 -1 4202560 4829 0 0 0 221 40 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400403720872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16903] ppid=16891 vsize=9625040 CPUtime=2.76 cores=1,3,5,7
/proc/16894/task/16903/stat : 16903 (java) S 16891 16894 15516 0 -1 4202560 3703 0 0 0 241 35 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400402668584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16904] ppid=16891 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/16894/task/16904/stat : 16904 (java) S 16891 16894 15516 0 -1 4202560 2898 0 0 0 219 37 0 0 20 0 19 0 22873469 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400401615784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16905] ppid=16891 vsize=9625040 CPUtime=4.46 cores=1,3,5,7
/proc/16894/task/16905/stat : 16905 (java) S 16891 16894 15516 0 -1 4202560 2957 0 0 0 442 4 0 0 20 0 19 0 22873470 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400244156648 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16906] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16906/stat : 16906 (java) S 16891 16894 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22873471 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400243102712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16907] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16907/stat : 16907 (java) S 16891 16894 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22873471 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400242050312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16908] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16908/stat : 16908 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400240998800 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16909] ppid=16891 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16894/task/16909/stat : 16909 (java) S 16891 16894 15516 0 -1 4202560 1760 0 0 0 43 0 0 0 20 0 19 0 22873473 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400239946424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16894/tid=16910] ppid=16891 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/16894/task/16910/stat : 16910 (java) S 16891 16894 15516 0 -1 4202560 2915 0 0 0 47 0 0 0 20 0 19 0 22873473 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400238893624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16911] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16911/stat : 16911 (java) S 16891 16894 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22873473 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400237841528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16894/tid=16912] ppid=16891 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/16894/task/16912/stat : 16912 (java) S 16891 16894 15516 0 -1 4202560 103 0 0 0 31 40 0 0 20 0 19 0 22873473 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400236788936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16894/tid=16913] ppid=16891 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16894/task/16913/stat : 16913 (java) S 16891 16894 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22873619 9856040960 741992 33554432000 1073741824 1073778376 140734658406032 140400235684776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 16894 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16894 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=719617
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=291347
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1782.54
CPU time (s): 1800.05
CPU user time (s): 1796.22
CPU system time (s): 3.83
CPU usage (%): 100.982
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.72
system time used= 4.29135
maximum resident set size= 4062100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42123
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39861
involuntary context switches= 14659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0527 second user time and 9.2326 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 02:04:28
IDJOB=4099925
IDBENCH=1551
IDSOLVER=2546
FILE ID=node125/4099925-1466208268
RUNJOBID= node125-1466206074-15533
PBS_JOBID= 19918152
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370b.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099925-1466208268/watcher-4099925-1466208268 -o /tmp/evaluation-result-4099925-1466208268/solver-4099925-1466208268 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099925-1466208268.opb

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

MD5SUM BENCH= ce5e0345d0e70478396f95e2ebabfc80
RANDOM SEED=1078432062

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:        29788092 kB
Buffers:           38440 kB
Cached:            75960 kB
SwapCached:          684 kB
Active:           617640 kB
Inactive:          65424 kB
Active(anon):     570236 kB
Inactive(anon):      996 kB
Active(file):      47404 kB
Inactive(file):    64428 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098192 kB
Dirty:              7048 kB
Writeback:             0 kB
AnonPages:       2350752 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             570668 kB
SReclaimable:      14392 kB
SUnreclaim:       556276 kB
KernelStack:        1760 kB
PageTables:         9096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2409132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    780288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node125 at 2016-06-18 02:34:11