Trace number 4103332

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.69 1790.24

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_3.opb
MD5SUM1c7fb7925778882f8c8001dcd3838f28
Bench CategoryOPT-BIGINT (optimisation, big 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 variables404796
Total number of constraints3709
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints3706
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4103332-1466236586.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
8.00/5.75	c ... done. Wall clock time 5.636s.
8.00/5.75	c declared #vars     404796
8.00/5.75	c #constraints  4933
8.00/5.75	c constraints type 
8.00/5.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
8.00/5.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4927
8.00/5.75	c 4933 constraints processed.
8.00/5.75	c objective function length is 30 literals
23.76/20.83	c cleaning 2496 clauses out of 4999 with flag 22937/5000
46.13/42.62	c cleaning 4252 clauses out of 8510 with flag 36663/11008
60.43/56.93	c cleaning 5620 clauses out of 11251 with flag 50649/18001
78.12/74.27	c cleaning 6811 clauses out of 13631 with flag 66649/26001
96.55/92.68	c cleaning 7896 clauses out of 15819 with flag 84647/35000
117.53/113.25	c cleaning 8949 clauses out of 17923 with flag 104647/45000
138.54/134.30	c cleaning 9981 clauses out of 19976 with flag 126651/56002
163.18/158.43	c cleaning 10984 clauses out of 21993 with flag 150647/68000
188.78/184.01	c cleaning 11994 clauses out of 24011 with flag 176651/81002
216.19/211.47	c cleaning 12994 clauses out of 26018 with flag 204653/95003
250.41/245.31	c cleaning 13999 clauses out of 28021 with flag 234647/110000
281.65/276.13	c cleaning 14999 clauses out of 30022 with flag 266647/126000
308.05/302.60	c cleaning 16004 clauses out of 32025 with flag 300651/143002
336.55/331.03	c cleaning 17000 clauses out of 34020 with flag 336649/161001
375.44/369.52	c cleaning 17989 clauses out of 36019 with flag 374647/180000
419.96/413.63	c cleaning 19003 clauses out of 38030 with flag 414647/200000
459.97/453.63	c cleaning 19999 clauses out of 40028 with flag 456649/221001
504.89/498.21	c cleaning 21005 clauses out of 42029 with flag 500649/243001
547.49/540.84	c cleaning 22003 clauses out of 44025 with flag 546651/266002
597.38/590.34	c cleaning 22998 clauses out of 46021 with flag 594649/290001
651.49/644.46	c cleaning 23999 clauses out of 48023 with flag 644649/315001
703.53/696.14	c cleaning 25003 clauses out of 50023 with flag 696647/341000
760.18/752.41	c cleaning 26005 clauses out of 52024 with flag 750655/368004
818.49/810.78	c cleaning 26994 clauses out of 54015 with flag 806647/396000
876.02/867.99	c cleaning 27997 clauses out of 56021 with flag 864647/425000
939.98/931.52	c cleaning 28993 clauses out of 58024 with flag 924647/455000
1022.48/1013.66	c cleaning 30010 clauses out of 60035 with flag 986655/486004
1103.60/1094.60	c cleaning 30991 clauses out of 62022 with flag 1050649/518001
1189.36/1180.28	c cleaning 32001 clauses out of 64031 with flag 1116649/551001
1270.54/1261.38	c cleaning 33001 clauses out of 66029 with flag 1184647/585000
1372.82/1363.55	c cleaning 33996 clauses out of 68030 with flag 1254651/620002
1445.28/1435.92	c cleaning 35006 clauses out of 70033 with flag 1326649/656001
1542.13/1532.79	c cleaning 35997 clauses out of 72026 with flag 1400647/693000
1645.45/1635.97	c cleaning 37001 clauses out of 74029 with flag 1476647/731000
1735.62/1725.98	c cleaning 37998 clauses out of 76028 with flag 1554647/770000
1800.00/1790.20	c starts		: 35
1800.00/1790.20	c conflicts		: 797917
1800.00/1790.20	c decisions		: 931589
1800.00/1790.20	c propagations		: 179413790
1800.00/1790.20	c inspects		: 9024522531
1800.00/1790.20	c shortcuts		: 0
1800.00/1790.20	c learnt literals	: 2
1800.00/1790.20	c learnt binary clauses	: 37
1800.00/1790.20	c learnt ternary clauses	: 11
1800.00/1790.20	c learnt constraints	: 797915
1800.00/1790.20	c ignored constraints	: 0
1800.00/1790.20	c root simplifications	: 0
1800.00/1790.20	c removed literals (reason simplification)	: 0
1800.00/1790.20	c reason swapping (by a shorter reason)	: 0
1800.00/1790.20	c Calls to reduceDB	: 35
1800.00/1790.20	c Number of update (reduction) of LBD	: 842
1800.00/1790.20	c Imported unit clauses	: 0
1800.00/1790.20	c number of reductions to clauses (during analyze)	: 0
1800.00/1790.20	c number of learned constraints concerned by reduction	: 0
1800.00/1790.20	c number of learning phase by resolution	: 0
1800.00/1790.20	c number of learning phase by cutting planes	: 0
1800.00/1790.20	c speed (assignments/second)	: 100553.81203492546
1800.00/1790.20	c non guided choices	14800
1800.00/1790.23	c learnt constraints type 
1800.00/1790.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.00/1790.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65910
1800.00/1790.23	s UNKNOWN
1800.00/1790.23	c Total wall clock time (in seconds): 1790.113

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

pid=20673
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.38 2.28 2.21 3/194 20676
/proc/meminfo: memFree=30065136/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/20676/stat : 20676 (java) R 20673 20676 15548 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 25705187 23793664 283 33554432000 1073741824 1073778376 140736167531712 140736167520776 229346687553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 5809 294 228 9 0 128 0

[startup+0.10016 s]
/proc/loadavg: 2.38 2.28 2.21 3/194 20676
/proc/meminfo: memFree=30065136/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20676/stat : 20676 (java) S 20673 20676 15548 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 25705187 9787879424 6028 33554432000 1073741824 1073778376 140736167531712 140736167522848 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.38 2.28 2.21 3/194 20676
/proc/meminfo: memFree=30065136/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20676/stat : 20676 (java) S 20673 20676 15548 0 -1 4202496 5115 0 1 0 26 1 0 0 20 0 18 0 25705187 9787879424 9561 33554432000 1073741824 1073778376 140736167531712 140736167522848 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 2389619 9561 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300363 s]
/proc/loadavg: 2.38 2.28 2.21 3/194 20676
/proc/meminfo: memFree=30065136/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/20676/stat : 20676 (java) S 20673 20676 15548 0 -1 4202496 8483 0 1 0 51 2 0 0 20 0 18 0 25705187 9787879424 13095 33554432000 1073741824 1073778376 140736167531712 140736167522848 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 2389859 13116 2231 9 0 2380536 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.70028 s]
/proc/loadavg: 2.38 2.28 2.21 3/194 20676
/proc/meminfo: memFree=30065136/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=9558476 CPUtime=1.37 cores=1,3,5,7
/proc/20676/stat : 20676 (java) S 20673 20676 15548 0 -1 4202496 11135 0 1 0 127 10 0 0 20 0 18 0 25705187 9787879424 51043 33554432000 1073741824 1073778376 140736167531712 140736167522848 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 2389619 51043 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9558476

[startup+1.51085 s]
/proc/loadavg: 2.38 2.28 2.21 3/212 20694
/proc/meminfo: memFree=29817112/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=9558476 CPUtime=2.43 cores=1,3,5,7
/proc/20676/stat : 20676 (java) S 20673 20676 15548 0 -1 4202496 11656 0 1 0 224 19 0 0 20 0 18 0 25705187 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 140736167522848 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 2389619 96448 2269 9 0 2380296 0
[pid=20676/tid=20678] ppid=20673 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/20676/task/20678/stat : 20678 (java) S 20673 20676 15548 0 -1 4202560 2518 0 1 0 128 5 0 0 20 0 18 0 25705188 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139820013940136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20679] ppid=20673 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/20676/task/20679/stat : 20679 (java) R 20673 20676 15548 0 -1 4202560 138 0 0 0 3 1 0 0 20 0 18 0 25705189 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819986393520 139820020837292 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20676/tid=20680] ppid=20673 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20676/task/20680/stat : 20680 (java) R 20673 20676 15548 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 25705189 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819985340840 139820020837286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20681] ppid=20673 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/20676/task/20681/stat : 20681 (java) R 20673 20676 15548 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 25705189 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819984288216 139820016412403 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20676/tid=20682] ppid=20673 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20676/task/20682/stat : 20682 (java) R 20673 20676 15548 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 18 0 25705189 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819983235416 139820020837310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20683] ppid=20673 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/20676/task/20683/stat : 20683 (java) R 20673 20676 15548 0 -1 4202560 86 0 0 0 7 3 0 0 20 0 18 0 25705189 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819982183304 139820020837292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20684] ppid=20673 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/20676/task/20684/stat : 20684 (java) R 20673 20676 15548 0 -1 4202560 141 0 0 0 4 1 0 0 20 0 18 0 25705189 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819981130688 139820016412403 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20676/tid=20685] ppid=20673 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/20676/task/20685/stat : 20685 (java) R 20673 20676 15548 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 25705189 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819980077864 139820020837292 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20686] ppid=20673 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/20676/task/20686/stat : 20686 (java) R 20673 20676 15548 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 18 0 25705189 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819979025240 139820016412403 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20687] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20687/stat : 20687 (java) S 20673 20676 15548 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 25705190 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819367769480 229359268924 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20688] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20688/stat : 20688 (java) S 20673 20676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25705190 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819366716664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20689] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20689/stat : 20689 (java) S 20673 20676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25705190 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819365663752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20690] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20690/stat : 20690 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25705193 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819364612240 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20691] ppid=20673 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/20676/task/20691/stat : 20691 (java) S 20673 20676 15548 0 -1 4202560 2498 0 0 0 25 0 0 0 20 0 18 0 25705193 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819363560376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20692] ppid=20673 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/20676/task/20692/stat : 20692 (java) S 20673 20676 15548 0 -1 4202560 4745 0 0 0 25 1 0 0 20 0 18 0 25705193 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819362507576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20693] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20693/stat : 20693 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25705193 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819361454968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20694] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20694/stat : 20694 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25705193 9787879424 96448 33554432000 1073741824 1073778376 140736167531712 139819360402376 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9558476

[startup+3.10075 s]
/proc/loadavg: 2.38 2.28 2.21 10/212 20694
/proc/meminfo: memFree=29549944/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=9558476 CPUtime=4.67 cores=1,3,5,7
/proc/20676/stat : 20676 (java) S 20673 20676 15548 0 -1 4202496 12593 0 1 0 431 36 0 0 20 0 18 0 25705187 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 140736167522848 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 2389619 153908 2269 9 0 2380296 0
[pid=20676/tid=20678] ppid=20673 vsize=9558476 CPUtime=2.7 cores=1,3,5,7
/proc/20676/task/20678/stat : 20678 (java) R 20673 20676 15548 0 -1 4202560 2740 0 1 0 263 7 0 0 20 0 18 0 25705188 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139820013932512 139819858937881 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20676/tid=20679] ppid=20673 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/20676/task/20679/stat : 20679 (java) S 20673 20676 15548 0 -1 4202560 397 0 0 0 8 2 0 0 20 0 18 0 25705189 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819986393640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20680] ppid=20673 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/20676/task/20680/stat : 20680 (java) S 20673 20676 15548 0 -1 4202560 89 0 0 0 17 6 0 0 20 0 18 0 25705189 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819985340840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20681] ppid=20673 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/20676/task/20681/stat : 20681 (java) S 20673 20676 15548 0 -1 4202560 90 0 0 0 17 4 0 0 20 0 18 0 25705189 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819984288040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20682] ppid=20673 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/20676/task/20682/stat : 20682 (java) S 20673 20676 15548 0 -1 4202560 139 0 0 0 10 3 0 0 20 0 18 0 25705189 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819983235240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20683] ppid=20673 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/20676/task/20683/stat : 20683 (java) S 20673 20676 15548 0 -1 4202560 132 0 0 0 14 4 0 0 20 0 18 0 25705189 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819982183464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20684] ppid=20673 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20676/task/20684/stat : 20684 (java) S 20673 20676 15548 0 -1 4202560 160 0 0 0 8 3 0 0 20 0 18 0 25705189 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819981130664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20685] ppid=20673 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/20676/task/20685/stat : 20685 (java) S 20673 20676 15548 0 -1 4202560 82 0 0 0 15 4 0 0 20 0 18 0 25705189 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819980077864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20686] ppid=20673 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/20676/task/20686/stat : 20686 (java) S 20673 20676 15548 0 -1 4202560 73 0 0 0 12 4 0 0 20 0 18 0 25705189 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819979025064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20687] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20687/stat : 20687 (java) S 20673 20676 15548 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 25705190 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819367770600 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20688] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20688/stat : 20688 (java) S 20673 20676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25705190 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819366716664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20689] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20689/stat : 20689 (java) S 20673 20676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25705190 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819365663752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20690] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20690/stat : 20690 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25705193 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819364612240 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20691] ppid=20673 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/20676/task/20691/stat : 20691 (java) S 20673 20676 15548 0 -1 4202560 2498 0 0 0 26 0 0 0 20 0 18 0 25705193 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819363560376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20692] ppid=20673 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20676/task/20692/stat : 20692 (java) S 20673 20676 15548 0 -1 4202560 4745 0 0 0 26 1 0 0 20 0 18 0 25705193 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819362507576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20693] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20693/stat : 20693 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25705193 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819361454968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20694] ppid=20673 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20694/stat : 20694 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25705193 9787879424 153908 33554432000 1073741824 1073778376 140736167531712 139819360402376 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9558476

[startup+6.30091 s]
/proc/loadavg: 2.35 2.27 2.20 3/212 20694
/proc/meminfo: memFree=29126132/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=9625040 CPUtime=8.88 cores=1,3,5,7
/proc/20676/stat : 20676 (java) S 20673 20676 15548 0 -1 4202496 15190 0 1 0 827 61 0 0 20 0 19 0 25705187 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 140736167522848 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 2406260 237825 2286 9 0 2396937 0
[pid=20676/tid=20678] ppid=20673 vsize=9625040 CPUtime=5.01 cores=1,3,5,7
/proc/20676/task/20678/stat : 20678 (java) R 20673 20676 15548 0 -1 4202560 2815 0 1 0 492 9 0 0 20 0 19 0 25705188 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139820013941064 139819858794411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20679] ppid=20673 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20676/task/20679/stat : 20679 (java) S 20673 20676 15548 0 -1 4202560 443 0 0 0 20 4 0 0 20 0 19 0 25705189 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819986393640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20680] ppid=20673 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20676/task/20680/stat : 20680 (java) S 20673 20676 15548 0 -1 4202560 123 0 0 0 23 7 0 0 20 0 19 0 25705189 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819985340840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20681] ppid=20673 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20676/task/20681/stat : 20681 (java) S 20673 20676 15548 0 -1 4202560 201 0 0 0 26 7 0 0 20 0 19 0 25705189 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819984288040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20682] ppid=20673 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/20676/task/20682/stat : 20682 (java) S 20673 20676 15548 0 -1 4202560 196 0 0 0 24 7 0 0 20 0 19 0 25705189 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819983235240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20683] ppid=20673 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/20676/task/20683/stat : 20683 (java) S 20673 20676 15548 0 -1 4202560 165 0 0 0 21 7 0 0 20 0 19 0 25705189 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819982183464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20684] ppid=20673 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/20676/task/20684/stat : 20684 (java) S 20673 20676 15548 0 -1 4202560 226 0 0 0 22 7 0 0 20 0 19 0 25705189 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819981130664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20676/tid=20685] ppid=20673 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20676/task/20685/stat : 20685 (java) S 20673 20676 15548 0 -1 4202560 110 0 0 0 22 5 0 0 20 0 19 0 25705189 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819980077864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20686] ppid=20673 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20676/task/20686/stat : 20686 (java) S 20673 20676 15548 0 -1 4202560 112 0 0 0 20 6 0 0 20 0 19 0 25705189 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819979025064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20687] ppid=20673 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/20676/task/20687/stat : 20687 (java) S 20673 20676 15548 0 -1 4202560 811 0 0 0 60 1 0 0 20 0 19 0 25705190 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819367770600 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20688] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20688/stat : 20688 (java) S 20673 20676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25705190 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819366716664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20689] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20689/stat : 20689 (java) S 20673 20676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25705190 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819365663752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20690] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20690/stat : 20690 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25705193 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819364612240 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20691] ppid=20673 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/20676/task/20691/stat : 20691 (java) S 20673 20676 15548 0 -1 4202560 3983 0 0 0 43 0 0 0 20 0 19 0 25705193 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819363560376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20692] ppid=20673 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20676/task/20692/stat : 20692 (java) S 20673 20676 15548 0 -1 4202560 4746 0 0 0 37 1 0 0 20 0 19 0 25705193 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819362507576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20693] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20693/stat : 20693 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25705193 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819361454968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20694] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20694/stat : 20694 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25705193 9856040960 237825 33554432000 1073741824 1073778376 140736167531712 139819360402376 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.32 2.27 2.20 4/213 20695
/proc/meminfo: memFree=29119188/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=9625040 CPUtime=15.66 cores=1,3,5,7
/proc/20676/stat : 20676 (java) S 20673 20676 15548 0 -1 4202496 15686 0 1 0 1503 63 0 0 20 0 19 0 25705187 9856040960 237860 33554432000 1073741824 1073778376 140736167531712 140736167522848 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 2406260 237860 2288 9 0 2396937 0

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

[pid=20676/tid=20688] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20688/stat : 20688 (java) S 20673 20676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25705190 9856040960 446126 33554432000 1073741824 1073778376 140736167531712 139819366716664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20689] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20689/stat : 20689 (java) S 20673 20676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25705190 9856040960 446126 33554432000 1073741824 1073778376 140736167531712 139819365663752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20690] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20690/stat : 20690 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25705193 9856040960 446126 33554432000 1073741824 1073778376 140736167531712 139819364612240 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20691] ppid=20673 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/20676/task/20691/stat : 20691 (java) S 20673 20676 15548 0 -1 4202560 3992 0 0 0 70 2 0 0 20 0 19 0 25705193 9856040960 446126 33554432000 1073741824 1073778376 140736167531712 139819363560376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20692] ppid=20673 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/20676/task/20692/stat : 20692 (java) S 20673 20676 15548 0 -1 4202560 5239 0 0 0 62 2 0 0 20 0 19 0 25705193 9856040960 446126 33554432000 1073741824 1073778376 140736167531712 139819362507576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20693] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20693/stat : 20693 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25705193 9856040960 446126 33554432000 1073741824 1073778376 140736167531712 139819361454968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20694] ppid=20673 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/20676/task/20694/stat : 20694 (java) S 20673 20676 15548 0 -1 4202560 95 0 0 0 30 42 0 0 20 0 19 0 25705193 9856040960 446126 33554432000 1073741824 1073778376 140736167531712 139819360402376 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20695] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20695/stat : 20695 (java) S 20673 20676 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25705782 9856040960 446126 33554432000 1073741824 1073778376 140736167531712 139819359347880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1671.92
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.43 2.32 2.22 3/213 20826
/proc/meminfo: memFree=25856672/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=9625040 CPUtime=1732.01 cores=1,3,5,7
/proc/20676/stat : 20676 (java) S 20673 20676 15548 0 -1 4202496 20239 0 1 0 172997 204 0 0 20 0 19 0 25705187 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 140736167522848 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 2406260 432210 2293 9 0 2396937 0
[pid=20676/tid=20678] ppid=20673 vsize=9625040 CPUtime=1718.79 cores=1,3,5,7
/proc/20676/task/20678/stat : 20678 (java) R 20673 20676 15548 0 -1 4202560 3523 0 1 0 171837 42 0 0 20 0 19 0 25705188 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139820013939952 139819859369344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20679] ppid=20673 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/20676/task/20679/stat : 20679 (java) S 20673 20676 15548 0 -1 4202560 652 0 0 0 105 15 0 0 20 0 19 0 25705189 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819986393640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20680] ppid=20673 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/20676/task/20680/stat : 20680 (java) S 20673 20676 15548 0 -1 4202560 645 0 0 0 118 21 0 0 20 0 19 0 25705189 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819985340840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20681] ppid=20673 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/20676/task/20681/stat : 20681 (java) S 20673 20676 15548 0 -1 4202560 539 0 0 0 112 16 0 0 20 0 19 0 25705189 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819984288040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20676/tid=20682] ppid=20673 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/20676/task/20682/stat : 20682 (java) S 20673 20676 15548 0 -1 4202560 678 0 0 0 113 18 0 0 20 0 19 0 25705189 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819983235240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20683] ppid=20673 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/20676/task/20683/stat : 20683 (java) S 20673 20676 15548 0 -1 4202560 536 0 0 0 123 17 0 0 20 0 19 0 25705189 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819982183464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20684] ppid=20673 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/20676/task/20684/stat : 20684 (java) S 20673 20676 15548 0 -1 4202560 710 0 0 0 117 23 0 0 20 0 19 0 25705189 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819981130664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20685] ppid=20673 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/20676/task/20685/stat : 20685 (java) S 20673 20676 15548 0 -1 4202560 574 0 0 0 125 22 0 0 20 0 19 0 25705189 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819980077864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20686] ppid=20673 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/20676/task/20686/stat : 20686 (java) S 20673 20676 15548 0 -1 4202560 568 0 0 0 115 19 0 0 20 0 19 0 25705189 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819979025064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20687] ppid=20673 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20676/task/20687/stat : 20687 (java) S 20673 20676 15548 0 -1 4202560 1226 0 0 0 61 5 0 0 20 0 19 0 25705190 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819367770600 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20688] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20688/stat : 20688 (java) S 20673 20676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25705190 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819366716664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20689] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20689/stat : 20689 (java) S 20673 20676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25705190 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819365663752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20690] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20690/stat : 20690 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25705193 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819364612240 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20691] ppid=20673 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/20676/task/20691/stat : 20691 (java) S 20673 20676 15548 0 -1 4202560 3992 0 0 0 70 2 0 0 20 0 19 0 25705193 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819363560376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20692] ppid=20673 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/20676/task/20692/stat : 20692 (java) S 20673 20676 15548 0 -1 4202560 5239 0 0 0 62 2 0 0 20 0 19 0 25705193 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819362507576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20693] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20693/stat : 20693 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25705193 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819361454968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20694] ppid=20673 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/20676/task/20694/stat : 20694 (java) S 20673 20676 15548 0 -1 4202560 99 0 0 0 32 43 0 0 20 0 19 0 25705193 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819360402376 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20695] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20695/stat : 20695 (java) S 20673 20676 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25705782 9856040960 432210 33554432000 1073741824 1073778376 140736167531712 139819359347880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1732.01
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.31 2.30 2.21 3/213 20827
/proc/meminfo: memFree=25908196/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=9625040 CPUtime=1792.09 cores=1,3,5,7
/proc/20676/stat : 20676 (java) S 20673 20676 15548 0 -1 4202496 20255 0 1 0 179003 206 0 0 20 0 19 0 25705187 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 140736167522848 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 2406260 419232 2293 9 0 2396937 0
[pid=20676/tid=20678] ppid=20673 vsize=9625040 CPUtime=1778.77 cores=1,3,5,7
/proc/20676/task/20678/stat : 20678 (java) R 20673 20676 15548 0 -1 4202560 3524 0 1 0 177834 43 0 0 20 0 19 0 25705188 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139820013939952 139819859520818 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20679] ppid=20673 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/20676/task/20679/stat : 20679 (java) S 20673 20676 15548 0 -1 4202560 652 0 0 0 106 15 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819986393640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20680] ppid=20673 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/20676/task/20680/stat : 20680 (java) S 20673 20676 15548 0 -1 4202560 645 0 0 0 118 21 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819985340840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20681] ppid=20673 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/20676/task/20681/stat : 20681 (java) S 20673 20676 15548 0 -1 4202560 540 0 0 0 114 16 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819984288040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20676/tid=20682] ppid=20673 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/20676/task/20682/stat : 20682 (java) S 20673 20676 15548 0 -1 4202560 678 0 0 0 114 18 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819983235240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20683] ppid=20673 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/20676/task/20683/stat : 20683 (java) S 20673 20676 15548 0 -1 4202560 544 0 0 0 125 17 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819982183464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20684] ppid=20673 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/20676/task/20684/stat : 20684 (java) S 20673 20676 15548 0 -1 4202560 710 0 0 0 117 23 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819981130664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20685] ppid=20673 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/20676/task/20685/stat : 20685 (java) S 20673 20676 15548 0 -1 4202560 574 0 0 0 126 22 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819980077864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20686] ppid=20673 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/20676/task/20686/stat : 20686 (java) S 20673 20676 15548 0 -1 4202560 568 0 0 0 116 19 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819979025064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20687] ppid=20673 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20676/task/20687/stat : 20687 (java) S 20673 20676 15548 0 -1 4202560 1228 0 0 0 61 5 0 0 20 0 19 0 25705190 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819367770600 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20688] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20688/stat : 20688 (java) S 20673 20676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25705190 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819366716664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20689] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20689/stat : 20689 (java) S 20673 20676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25705190 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819365663752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20690] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20690/stat : 20690 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25705193 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819364612240 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20691] ppid=20673 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/20676/task/20691/stat : 20691 (java) S 20673 20676 15548 0 -1 4202560 3992 0 0 0 70 2 0 0 20 0 19 0 25705193 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819363560376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20692] ppid=20673 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/20676/task/20692/stat : 20692 (java) S 20673 20676 15548 0 -1 4202560 5239 0 0 0 62 2 0 0 20 0 19 0 25705193 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819362507576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20693] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20693/stat : 20693 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25705193 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819361454968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20694] ppid=20673 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/20676/task/20694/stat : 20694 (java) S 20673 20676 15548 0 -1 4202560 103 0 0 0 33 45 0 0 20 0 19 0 25705193 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819360402376 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20695] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20695/stat : 20695 (java) S 20673 20676 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25705782 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819359347880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1792.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.2 s]
/proc/loadavg: 2.36 2.31 2.22 3/213 20828
/proc/meminfo: memFree=25907696/32872528 swapFree=1370848/1518016
[pid=20676] ppid=20673 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/20676/stat : 20676 (java) S 20673 20676 15548 0 -1 4202496 20255 0 1 0 179794 206 0 0 20 0 19 0 25705187 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 140736167522848 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20676/statm: 2406260 419232 2293 9 0 2396937 0
[pid=20676/tid=20678] ppid=20673 vsize=9625040 CPUtime=1786.67 cores=1,3,5,7
/proc/20676/task/20678/stat : 20678 (java) R 20673 20676 15548 0 -1 4202560 3524 0 1 0 178624 43 0 0 20 0 19 0 25705188 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139820013939952 139819859520240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20679] ppid=20673 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/20676/task/20679/stat : 20679 (java) S 20673 20676 15548 0 -1 4202560 652 0 0 0 106 15 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819986393640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20680] ppid=20673 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/20676/task/20680/stat : 20680 (java) S 20673 20676 15548 0 -1 4202560 645 0 0 0 118 21 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819985340840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20681] ppid=20673 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/20676/task/20681/stat : 20681 (java) S 20673 20676 15548 0 -1 4202560 540 0 0 0 114 16 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819984288040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20676/tid=20682] ppid=20673 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/20676/task/20682/stat : 20682 (java) S 20673 20676 15548 0 -1 4202560 678 0 0 0 114 18 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819983235240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20683] ppid=20673 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/20676/task/20683/stat : 20683 (java) S 20673 20676 15548 0 -1 4202560 544 0 0 0 125 17 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819982183464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20684] ppid=20673 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/20676/task/20684/stat : 20684 (java) S 20673 20676 15548 0 -1 4202560 710 0 0 0 117 23 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819981130664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20685] ppid=20673 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/20676/task/20685/stat : 20685 (java) S 20673 20676 15548 0 -1 4202560 574 0 0 0 126 22 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819980077864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20686] ppid=20673 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/20676/task/20686/stat : 20686 (java) S 20673 20676 15548 0 -1 4202560 568 0 0 0 116 19 0 0 20 0 19 0 25705189 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819979025064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20687] ppid=20673 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20676/task/20687/stat : 20687 (java) S 20673 20676 15548 0 -1 4202560 1228 0 0 0 61 5 0 0 20 0 19 0 25705190 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819367770600 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20688] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20688/stat : 20688 (java) S 20673 20676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25705190 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819366716664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20689] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20689/stat : 20689 (java) S 20673 20676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25705190 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819365663752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20690] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20690/stat : 20690 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25705193 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819364612240 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20691] ppid=20673 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/20676/task/20691/stat : 20691 (java) S 20673 20676 15548 0 -1 4202560 3992 0 0 0 70 2 0 0 20 0 19 0 25705193 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819363560376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20676/tid=20692] ppid=20673 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/20676/task/20692/stat : 20692 (java) S 20673 20676 15548 0 -1 4202560 5239 0 0 0 62 2 0 0 20 0 19 0 25705193 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819362507576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20693] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20693/stat : 20693 (java) S 20673 20676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25705193 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819361454968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20676/tid=20694] ppid=20673 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/20676/task/20694/stat : 20694 (java) S 20673 20676 15548 0 -1 4202560 103 0 0 0 33 45 0 0 20 0 19 0 25705193 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819360402376 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20676/tid=20695] ppid=20673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20676/task/20695/stat : 20695 (java) S 20673 20676 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25705782 9856040960 419232 33554432000 1073741824 1073778376 140736167531712 139819359347880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 20676 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1790.24
CPU time (s): 1800.69
CPU user time (s): 1798.07
CPU system time (s): 2.6216
CPU usage (%): 100.584
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.07
system time used= 2.6216
maximum resident set size= 2244076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20294
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38849
involuntary context switches= 7405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6241 second user time and 11.7712 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 09:56:27
IDJOB=4103332
IDBENCH=2329
IDSOLVER=2546
FILE ID=node129/4103332-1466236586
RUNJOBID= node129-1466206067-15565
PBS_JOBID= 19918148
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 1c7fb7925778882f8c8001dcd3838f28
RANDOM SEED=433950954

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:        30065672 kB
Buffers:          117232 kB
Cached:           167812 kB
SwapCached:         1940 kB
Active:           359732 kB
Inactive:         192760 kB
Active(anon):     268756 kB
Inactive(anon):     1076 kB
Active(file):      90976 kB
Inactive(file):   191684 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:             33032 kB
Writeback:             0 kB
AnonPages:       1787020 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             602012 kB
SReclaimable:      45516 kB
SUnreclaim:       556496 kB
KernelStack:        1584 kB
PageTables:         8008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1925956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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= 71700 MiB
End job on node129 at 2016-06-18 10:26:17