Trace number 4101658

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.17 872.854

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-dano3mip.opb
MD5SUM14e6c259fcfc7693ea81c905b2ebcb59
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399966
Total number of constraints3226
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints3178
Minimum length of a constraint21
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 535830
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 	16
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4101658-1466215204.opb
0.10/0.12	c reading problem ... 
0.10/0.13	c  objective function found
21.63/10.51	c ... done. Wall clock time 10.396s.
21.63/10.51	c declared #vars     399966
21.63/10.51	c #constraints  4450
21.63/10.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
21.63/10.52	c constraints type 
21.63/10.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
21.63/10.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4354
21.63/10.52	c 4450 constraints processed.
21.63/10.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
21.63/10.52	c constraints type 
21.63/10.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 96
21.63/10.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4354
21.63/10.52	c 4450 constraints processed.
21.63/10.52	c objective function length is 30 literals
27.92/12.42	c cleaning 2501 clauses out of 5001 with flag 10002/5001
30.81/13.88	c cleaning 4250 clauses out of 8500 with flag 22002/11001
34.50/15.61	c cleaning 5626 clauses out of 11251 with flag 36004/18002
38.59/17.69	c cleaning 6813 clauses out of 13625 with flag 52004/26002
46.44/20.51	c cleaning 7905 clauses out of 15810 with flag 70000/35000
67.83/31.27	c cleaning 8954 clauses out of 17908 with flag 92863/45003
106.85/49.98	c cleaning 9956 clauses out of 19951 with flag 120644/56000
150.86/71.32	c cleaning 10984 clauses out of 21995 with flag 151923/68000
203.70/96.18	c cleaning 11992 clauses out of 24013 with flag 185305/81002
254.96/120.70	c cleaning 12983 clauses out of 26019 with flag 222104/95000
315.87/150.55	c cleaning 13978 clauses out of 28037 with flag 259915/110001
380.09/182.69	c cleaning 15003 clauses out of 30058 with flag 300186/126000
450.47/215.91	c cleaning 16002 clauses out of 32056 with flag 343415/143001
514.90/246.92	c cleaning 17009 clauses out of 34053 with flag 389424/161000
585.68/281.31	c cleaning 18008 clauses out of 36044 with flag 438668/180000
665.32/319.93	c cleaning 18989 clauses out of 38036 with flag 489365/200000
752.20/362.46	c cleaning 20004 clauses out of 40048 with flag 546009/221001
851.64/411.00	c cleaning 21000 clauses out of 42043 with flag 603583/243000
958.98/463.21	c cleaning 22002 clauses out of 44043 with flag 663596/266000
1078.56/521.31	c cleaning 22995 clauses out of 46041 with flag 724612/290000
1200.44/581.41	c cleaning 24009 clauses out of 48046 with flag 791046/315000
1317.73/638.40	c cleaning 25001 clauses out of 50038 with flag 858972/341001
1465.92/710.93	c cleaning 26012 clauses out of 52036 with flag 930795/368000
1607.98/779.78	c cleaning 26980 clauses out of 54026 with flag 1003931/396002
1778.05/862.57	c cleaning 27999 clauses out of 56045 with flag 1080687/425001
1800.17/872.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/872.80	c starts		: 6
1800.17/872.80	c conflicts		: 428618
1800.17/872.80	c decisions		: 1326273
1800.17/872.80	c propagations		: 95737414
1800.17/872.80	c inspects		: 1928550559
1800.17/872.80	c shortcuts		: 0
1800.17/872.80	c learnt literals	: 0
1800.17/872.80	c learnt binary clauses	: 1
1800.17/872.80	c learnt ternary clauses	: 1
1800.17/872.80	c learnt constraints	: 428618
1800.17/872.80	c ignored constraints	: 0
1800.17/872.80	c root simplifications	: 0
1800.17/872.80	c removed literals (reason simplification)	: 486866
1800.17/872.80	c reason swapping (by a shorter reason)	: 0
1800.17/872.80	c Calls to reduceDB	: 25
1800.17/872.80	c Number of update (reduction) of LBD	: 106034
1800.17/872.80	c Imported unit clauses	: 0
1800.17/872.80	c number of reductions to clauses (during analyze)	: 0
1800.17/872.80	c number of learned constraints concerned by reduction	: 0
1800.17/872.80	c number of learning phase by resolution	: 0
1800.17/872.80	c number of learning phase by cutting planes	: 0
1800.17/872.80	c speed (assignments/second)	: 111059.47997652076
1800.17/872.80	c non guided choices	147875
1800.17/872.82	c learnt constraints type 
1800.17/872.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.17/872.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31663
1800.17/872.82	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/872.82	c starts		: 4
1800.17/872.82	c conflicts		: 757
1800.17/872.82	c decisions		: 317128
1800.17/872.82	c propagations		: 2507114
1800.17/872.82	c inspects		: 54906734
1800.17/872.82	c shortcuts		: 0
1800.17/872.82	c learnt literals	: 0
1800.17/872.82	c learnt binary clauses	: 0
1800.17/872.82	c learnt ternary clauses	: 0
1800.17/872.82	c learnt constraints	: 757
1800.17/872.82	c ignored constraints	: 0
1800.17/872.82	c root simplifications	: 0
1800.17/872.82	c removed literals (reason simplification)	: 0
1800.17/872.82	c reason swapping (by a shorter reason)	: 0
1800.17/872.82	c Calls to reduceDB	: 0
1800.17/872.82	c Number of update (reduction) of LBD	: 0
1800.17/872.82	c Imported unit clauses	: 0
1800.17/872.82	c number of reductions to clauses (during analyze)	: 0
1800.17/872.82	c number of learned constraints concerned by reduction	: 0
1800.17/872.82	c number of learning phase by resolution	: 0
1800.17/872.82	c number of learning phase by cutting planes	: 0
1800.17/872.82	c speed (assignments/second)	: 2908.609766312475
1800.17/872.82	c non guided choices	76029
1800.17/872.82	c learnt constraints type 
1800.17/872.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 757
1800.17/872.82	s UNKNOWN
1800.17/872.82	c Total wall clock time (in seconds): 872.701

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-4101658-1466215204/watcher-4101658-1466215204 -o /tmp/evaluation-result-4101658-1466215204/solver-4101658-1466215204 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101658-1466215204.opb 

pid=21316
running on 8 cores: 4-7,12-15

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


[startup+0 s]
/proc/loadavg: 4.73 4.06 4.06 4/285 21319
/proc/meminfo: memFree=27251392/32872528 swapFree=7804/7804
[pid=21319] ppid=21316 vsize=92900 CPUtime=0 cores=4-7,12-15
/proc/21319/stat : 21319 (java) S 21316 21319 15292 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 23565067 95129600 927 33554432000 1073741824 1073778376 140734990976432 140734990967568 216811995197 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21319/statm: 23225 927 703 9 0 16769 0
[pid=21319/tid=21320] ppid=21316 vsize=92900 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21320/stat : 21320 (java) D 21316 21319 15292 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 23565068 95129600 927 33554432000 1073741824 1073778376 140734990976432 140233271602728 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 6 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 4.73 4.06 4.06 4/285 21319
/proc/meminfo: memFree=27251392/32872528 swapFree=7804/7804
[pid=21319] ppid=21316 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/21319/stat : 21319 (java) S 21316 21319 15292 0 -1 4202496 4477 0 1 0 8 2 0 0 20 0 23 0 23565067 10133950464 6104 33554432000 1073741824 1073778376 140734990976432 140734990967568 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21319/statm: 2474109 6104 2126 9 0 2464786 0
[pid=21319/tid=21320] ppid=21316 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/21319/task/21320/stat : 21320 (java) R 21316 21319 15292 0 -1 4202560 2416 0 1 0 5 1 0 0 20 0 23 0 23565068 10133950464 6104 33554432000 1073741824 1073778376 140734990976432 140233271606176 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.200259 s]
/proc/loadavg: 4.73 4.06 4.06 4/285 21319
/proc/meminfo: memFree=27251392/32872528 swapFree=7804/7804
[pid=21319] ppid=21316 vsize=9896436 CPUtime=0.27 cores=4-7,12-15
/proc/21319/stat : 21319 (java) S 21316 21319 15292 0 -1 4202496 5093 0 1 0 24 3 0 0 20 0 23 0 23565067 10133950464 18349 33554432000 1073741824 1073778376 140734990976432 140734990967568 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21319/statm: 2474109 18352 2202 9 0 2464786 0
[pid=21319/tid=21320] ppid=21316 vsize=9896436 CPUtime=0.16 cores=4-7,12-15
/proc/21319/task/21320/stat : 21320 (java) R 21316 21319 15292 0 -1 4202560 2454 0 1 0 15 1 0 0 20 0 23 0 23565068 10133950464 18353 33554432000 1073741824 1073778376 140734990976432 140233271606176 140233115007969 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9896436

[startup+0.300265 s]
/proc/loadavg: 4.73 4.06 4.06 4/285 21319
/proc/meminfo: memFree=27251392/32872528 swapFree=7804/7804
[pid=21319] ppid=21316 vsize=9896436 CPUtime=0.56 cores=4-7,12-15
/proc/21319/stat : 21319 (java) S 21316 21319 15292 0 -1 4202496 14612 0 1 0 52 4 0 0 20 0 23 0 23565067 10133950464 25725 33554432000 1073741824 1073778376 140734990976432 140734990967568 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21319/statm: 2474109 25725 2222 9 0 2464786 0
[pid=21319/tid=21320] ppid=21316 vsize=9896436 CPUtime=0.26 cores=4-7,12-15
/proc/21319/task/21320/stat : 21320 (java) R 21316 21319 15292 0 -1 4202560 2457 0 1 0 25 1 0 0 20 0 23 0 23565068 10133950464 25725 33554432000 1073741824 1073778376 140734990976432 140233271606176 140233115034323 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9896436

[startup+0.700244 s]
/proc/loadavg: 4.73 4.06 4.06 4/285 21319
/proc/meminfo: memFree=27251392/32872528 swapFree=7804/7804
[pid=21319] ppid=21316 vsize=9896436 CPUtime=1.98 cores=4-7,12-15
/proc/21319/stat : 21319 (java) S 21316 21319 15292 0 -1 4202496 18748 0 1 0 168 30 0 0 20 0 23 0 23565067 10133950464 60400 33554432000 1073741824 1073778376 140734990976432 140734990967568 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21319/statm: 2474109 60400 2263 9 0 2464786 0
[pid=21319/tid=21320] ppid=21316 vsize=9896436 CPUtime=0.59 cores=4-7,12-15
/proc/21319/task/21320/stat : 21320 (java) R 21316 21319 15292 0 -1 4202560 2500 0 1 0 56 3 0 0 20 0 23 0 23565068 10133950464 60400 33554432000 1073741824 1073778376 140734990976432 140233271606664 140233115343527 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9896436

[startup+1.50096 s]
/proc/loadavg: 4.73 4.06 4.06 4/308 21342
/proc/meminfo: memFree=26955068/32872528 swapFree=7804/7804
[pid=21319] ppid=21316 vsize=9896436 CPUtime=3.88 cores=4-7,12-15
/proc/21319/stat : 21319 (java) S 21316 21319 15292 0 -1 4202496 20087 0 1 0 306 82 0 0 20 0 23 0 23565067 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140734990967568 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21319/statm: 2474109 119642 2263 9 0 2464786 0
[pid=21319/tid=21320] ppid=21316 vsize=9896436 CPUtime=1.21 cores=4-7,12-15
/proc/21319/task/21320/stat : 21320 (java) S 21316 21319 15292 0 -1 4202560 2553 0 1 0 116 5 0 0 20 0 23 0 23565068 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233271605576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21322] ppid=21316 vsize=9896436 CPUtime=0.15 cores=4-7,12-15
/proc/21319/task/21322/stat : 21322 (java) R 21316 21319 15292 0 -1 4202560 57 0 0 0 8 7 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233114904744 140233274078921 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=21319/tid=21323] ppid=21316 vsize=9896436 CPUtime=0.13 cores=4-7,12-15
/proc/21319/task/21323/stat : 21323 (java) R 21316 21319 15292 0 -1 4202560 61 0 0 0 7 6 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233113852376 140233274078905 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21324] ppid=21316 vsize=9896436 CPUtime=0.17 cores=4-7,12-15
/proc/21319/task/21324/stat : 21324 (java) R 21316 21319 15292 0 -1 4202560 216 0 0 0 9 8 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233112799832 140233274078913 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21319/tid=21325] ppid=21316 vsize=9896436 CPUtime=0.13 cores=4-7,12-15
/proc/21319/task/21325/stat : 21325 (java) R 21316 21319 15292 0 -1 4202560 136 0 0 0 7 6 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233111747288 140233275783343 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21326] ppid=21316 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/21319/task/21326/stat : 21326 (java) R 21316 21319 15292 0 -1 4202560 102 0 0 0 6 5 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233110694744 140233275783340 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21327] ppid=21316 vsize=9896436 CPUtime=0.13 cores=4-7,12-15
/proc/21319/task/21327/stat : 21327 (java) R 21316 21319 15292 0 -1 4202560 103 0 0 0 8 5 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233109642200 140233275783343 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21328] ppid=21316 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/21319/task/21328/stat : 21328 (java) R 21316 21319 15292 0 -1 4202560 49 0 0 0 6 5 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233108589360 140233274078913 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21329] ppid=21316 vsize=9896436 CPUtime=0.2 cores=4-7,12-15
/proc/21319/task/21329/stat : 21329 (java) R 21316 21319 15292 0 -1 4202560 299 0 0 0 12 8 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233107536936 140233274078963 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=21319/tid=21330] ppid=21316 vsize=9896436 CPUtime=0.13 cores=4-7,12-15
/proc/21319/task/21330/stat : 21330 (java) R 21316 21319 15292 0 -1 4202560 103 0 0 0 7 6 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233106483544 140233274078963 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21331] ppid=21316 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/21319/task/21331/stat : 21331 (java) R 21316 21319 15292 0 -1 4202560 33 0 0 0 4 3 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233105431000 140233274078913 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21332] ppid=21316 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/21319/task/21332/stat : 21332 (java) R 21316 21319 15292 0 -1 4202560 78 0 0 0 5 3 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233104378456 140233274078929 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21333] ppid=21316 vsize=9896436 CPUtime=0.14 cores=4-7,12-15
/proc/21319/task/21333/stat : 21333 (java) R 21316 21319 15292 0 -1 4202560 106 0 0 0 7 7 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233103325912 140233274078913 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21334] ppid=21316 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/21319/task/21334/stat : 21334 (java) R 21316 21319 15292 0 -1 4202560 191 0 0 0 6 4 0 0 20 0 23 0 23565069 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140233102273368 140233275769576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21335] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21335/stat : 21335 (java) S 21316 21319 15292 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 23 0 23565070 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140232212027016 216812008508 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21336] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21336/stat : 21336 (java) S 21316 21319 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 23565071 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140232210974456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21337] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21337/stat : 21337 (java) S 21316 21319 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 23565071 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140232209921800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21338] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21338/stat : 21338 (java) S 21316 21319 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 23565073 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140232208869520 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21339] ppid=21316 vsize=9896436 CPUtime=0.4 cores=4-7,12-15
/proc/21319/task/21339/stat : 21339 (java) S 21316 21319 15292 0 -1 4202560 10031 0 0 0 38 2 0 0 20 0 23 0 23565073 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140232207816888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21340] ppid=21316 vsize=9896436 CPUtime=0.38 cores=4-7,12-15
/proc/21319/task/21340/stat : 21340 (java) S 21316 21319 15292 0 -1 4202560 4653 0 0 0 38 0 0 0 20 0 23 0 23565073 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140232206764344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21341] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21341/stat : 21341 (java) S 21316 21319 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 23565073 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140232205711992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21342] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21342/stat : 21342 (java) S 21316 21319 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 23565073 10133950464 119642 33554432000 1073741824 1073778376 140734990976432 140232204659656 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9896436

[startup+3.10093 s]
/proc/loadavg: 5.55 4.24 4.12 4/308 21342
/proc/meminfo: memFree=26639556/32872528 swapFree=7804/7804
[pid=21319] ppid=21316 vsize=9896436 CPUtime=7.46 cores=4-7,12-15
/proc/21319/stat : 21319 (java) S 21316 21319 15292 0 -1 4202496 21857 0 1 0 570 176 0 0 20 0 23 0 23565067 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140734990967568 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21319/statm: 2474109 221998 2263 9 0 2464786 0
[pid=21319/tid=21320] ppid=21316 vsize=9896436 CPUtime=2.52 cores=4-7,12-15
/proc/21319/task/21320/stat : 21320 (java) S 21316 21319 15292 0 -1 4202560 2839 0 1 0 245 7 0 0 20 0 23 0 23565068 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233271606728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21322] ppid=21316 vsize=9896436 CPUtime=0.32 cores=4-7,12-15
/proc/21319/task/21322/stat : 21322 (java) R 21316 21319 15292 0 -1 4202560 124 0 0 0 18 14 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233114904920 140233278504558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21319/tid=21323] ppid=21316 vsize=9896436 CPUtime=0.32 cores=4-7,12-15
/proc/21319/task/21323/stat : 21323 (java) R 21316 21319 15292 0 -1 4202560 259 0 0 0 18 14 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233113852376 140233278506560 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21324] ppid=21316 vsize=9896436 CPUtime=0.35 cores=4-7,12-15
/proc/21319/task/21324/stat : 21324 (java) R 21316 21319 15292 0 -1 4202560 337 0 0 0 20 15 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233112799656 140233278503852 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21325] ppid=21316 vsize=9896436 CPUtime=0.23 cores=4-7,12-15
/proc/21319/task/21325/stat : 21325 (java) R 21316 21319 15292 0 -1 4202560 163 0 0 0 13 10 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233111747288 140233278506231 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=21319/tid=21326] ppid=21316 vsize=9896436 CPUtime=0.27 cores=4-7,12-15
/proc/21319/task/21326/stat : 21326 (java) R 21316 21319 15292 0 -1 4202560 160 0 0 0 15 12 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233110694744 140233278506232 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=21319/tid=21327] ppid=21316 vsize=9896436 CPUtime=0.28 cores=4-7,12-15
/proc/21319/task/21327/stat : 21327 (java) R 21316 21319 15292 0 -1 4202560 155 0 0 0 17 11 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233109642200 140233278503852 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21328] ppid=21316 vsize=9896436 CPUtime=0.32 cores=4-7,12-15
/proc/21319/task/21328/stat : 21328 (java) R 21316 21319 15292 0 -1 4202560 348 0 0 0 19 13 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233108589656 140233274078905 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21329] ppid=21316 vsize=9896436 CPUtime=0.42 cores=4-7,12-15
/proc/21319/task/21329/stat : 21329 (java) R 21316 21319 15292 0 -1 4202560 374 0 0 0 24 18 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233107536816 140233274078913 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=21319/tid=21330] ppid=21316 vsize=9896436 CPUtime=0.25 cores=4-7,12-15
/proc/21319/task/21330/stat : 21330 (java) R 21316 21319 15292 0 -1 4202560 147 0 0 0 15 10 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233106483544 140233274078913 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21319/tid=21331] ppid=21316 vsize=9896436 CPUtime=0.28 cores=4-7,12-15
/proc/21319/task/21331/stat : 21331 (java) R 21316 21319 15292 0 -1 4202560 110 0 0 0 16 12 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233105430824 140233274078913 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21332] ppid=21316 vsize=9896436 CPUtime=0.28 cores=4-7,12-15
/proc/21319/task/21332/stat : 21332 (java) R 21316 21319 15292 0 -1 4202560 168 0 0 0 16 12 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233104378456 140233278503382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21333] ppid=21316 vsize=9896436 CPUtime=0.27 cores=4-7,12-15
/proc/21319/task/21333/stat : 21333 (java) R 21316 21319 15292 0 -1 4202560 167 0 0 0 14 13 0 0 20 0 23 0 23565069 10133950464 221998 33554432000 1073741824 1073778376 140734990976432 140233103325912 140233278503802 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21334] ppid=21316 vsize=9896436 CPUtime=0.33 cores=4-7,12-15
/proc/21319/task/21334/stat : 21334 (java) R 21316 21319 15292 0 -1 4202560 375 0 0 0 19 14 0 0 20 0 23 0 23565069 10133950464 222510 33554432000 1073741824 1073778376 140734990976432 140233102273192 140233274078921 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=21319/tid=21335] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21335/stat : 21335 (java) S 21316 21319 15292 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 23 0 23565070 10133950464 222510 33554432000 1073741824 1073778376 140734990976432 140232212027016 216812008508 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21336] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21336/stat : 21336 (java) S 21316 21319 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 23565071 10133950464 222510 33554432000 1073741824 1073778376 140734990976432 140232210974456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21337] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21337/stat : 21337 (java) S 21316 21319 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 23565071 10133950464 222510 33554432000 1073741824 1073778376 140734990976432 140232209921800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21338] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21338/stat : 21338 (java) S 21316 21319 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 23565073 10133950464 222510 33554432000 1073741824 1073778376 140734990976432 140232208869520 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21339] ppid=21316 vsize=9896436 CPUtime=0.4 cores=4-7,12-15
/proc/21319/task/21339/stat : 21339 (java) S 21316 21319 15292 0 -1 4202560 10031 0 0 0 38 2 0 0 20 0 23 0 23565073 10133950464 222510 33554432000 1073741824 1073778376 140734990976432 140232207816888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21340] ppid=21316 vsize=9896436 CPUtime=0.38 cores=4-7,12-15
/proc/21319/task/21340/stat : 21340 (java) S 21316 21319 15292 0 -1 4202560 4653 0 0 0 38 0 0 0 20 0 23 0 23565073 10133950464 222510 33554432000 1073741824 1073778376 140734990976432 140232206764344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21341] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21341/stat : 21341 (java) S 21316 21319 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 23565073 10133950464 222510 33554432000 1073741824 1073778376 140734990976432 140232205711992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21342] ppid=21316 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21342/stat : 21342 (java) S 21316 21319 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 23565073 10133950464 222510 33554432000 1073741824 1073778376 140734990976432 140232204659656 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 9896436

[startup+6.30132 s]
/proc/loadavg: 5.55 4.24 4.12 4/308 21342
/proc/meminfo: memFree=26163500/32872528 swapFree=7804/7804
[pid=21319] ppid=21316 vsize=9896436 CPUtime=14.61 cores=4-7,12-15
/proc/21319/stat : 21319 (java) S 21316 21319 15292 0 -1 4202496 34155 0 1 0 1164 297 0 0 20 0 23 0 23565067 10133950464 301847 33554432000 1073741824 1073778376 140734990976432 140734990967568 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21319/statm: 2474109 301847 2274 9 0 2464786 0
[pid=21319/tid=21320] ppid=21316 vsize=9896436 CPUtime=3.94 cores=4-7,12-15
/proc/21319/task/21320/stat : 21320 (java) R 21316 21319 15292 0 -1 4202560 2842 0 1 0 387 7 0 0 20 0 23 0 23565068 10133950464 301847 33554432000 1073741824 1073778376 140734990976432 140233271605896 140233115391552 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=21319/tid=21322] ppid=21316 vsize=9896436 CPUtime=0.57 cores=4-7,12-15
/proc/21319/task/21322/stat : 21322 (java) S 21316 21319 15292 0 -1 4202560 1365 0 0 0 37 20 0 0 20 0 23 0 23565069 10133950464 301847 33554432000 1073741824 1073778376 140734990976432 140233114904744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21323] ppid=21316 vsize=9896436 CPUtime=0.58 cores=4-7,12-15
/proc/21319/task/21323/stat : 21323 (java) S 21316 21319 15292 0 -1 4202560 1179 0 0 0 38 20 0 0 20 0 23 0 23565069 10133950464 301847 33554432000 1073741824 1073778376 140734990976432 140233113852200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=21319/tid=21324] ppid=21316 vsize=9896436 CPUtime=0.69 cores=4-7,12-15
/proc/21319/task/21324/stat : 21324 (java) S 21316 21319 15292 0 -1 4202560 1103 0 0 0 44 25 0 0 20 0 23 0 23565069 10133950464 301847 33554432000 1073741824 1073778376 140734990976432 140233112799656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21325] ppid=21316 vsize=9896436 CPUtime=0.67 cores=4-7,12-15
/proc/21319/task/21325/stat : 21325 (java) S 21316 21319 15292 0 -1 4202560 1111 0 0 0 47 20 0 0 20 0 23 0 23565069 10133950464 301847 33554432000 1073741824 1073778376 140734990976432 140233111747112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21326] ppid=21316 vsize=9896436 CPUtime=0.54 cores=4-7,12-15
/proc/21319/task/21326/stat : 21326 (java) S 21316 21319 15292 0 -1 4202560 1047 0 0 0 35 19 0 0 20 0 23 0 23565069 10133950464 301847 33554432000 1073741824 1073778376 140734990976432 140233110694568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21319/tid=21327] ppid=21316 vsize=9896436 CPUtime=0.7 cores=4-7,12-15

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

/proc/21319/task/21339/stat : 21339 (java) S 21316 21319 15292 0 -1 4202560 11571 0 0 0 151 3 0 0 20 0 27 0 23565073 10406596608 919320 33554432000 1073741824 1073778376 140734990976432 140232207816888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21340] ppid=21316 vsize=10162692 CPUtime=1.06 cores=4-7,12-15
/proc/21319/task/21340/stat : 21340 (java) S 21316 21319 15292 0 -1 4202560 4796 0 0 0 106 0 0 0 20 0 27 0 23565073 10406596608 919320 33554432000 1073741824 1073778376 140734990976432 140232206764344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21341] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21341/stat : 21341 (java) S 21316 21319 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23565073 10406596608 919320 33554432000 1073741824 1073778376 140734990976432 140232205711992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21342] ppid=21316 vsize=10162692 CPUtime=0.28 cores=4-7,12-15
/proc/21319/task/21342/stat : 21342 (java) S 21316 21319 15292 0 -1 4202560 45 0 0 0 14 14 0 0 20 0 27 0 23565073 10406596608 919320 33554432000 1073741824 1073778376 140734990976432 140232204659656 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21343] ppid=21316 vsize=10162692 CPUtime=737.72 cores=4-7,12-15
/proc/21319/task/21343/stat : 21343 (java) R 21316 21319 15292 0 -1 4202560 60 0 0 0 73761 11 0 0 20 0 27 0 23566119 10406596608 919320 33554432000 1073741824 1073778376 140734990976432 140232203602880 140233115776635 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=21319/tid=21344] ppid=21316 vsize=10162692 CPUtime=737.66 cores=4-7,12-15
/proc/21319/task/21344/stat : 21344 (java) R 21316 21319 15292 0 -1 4202560 50 0 0 0 73755 11 0 0 20 0 27 0 23566119 10406596608 919320 33554432000 1073741824 1073778376 140734990976432 140232202551232 140233115791030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21345] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21345/stat : 21345 (java) S 21316 21319 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23566144 10406596608 919320 33554432000 1073741824 1073778376 140734990976432 140232201500328 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21346] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21346/stat : 21346 (java) S 21316 21319 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23566153 10406596608 919320 33554432000 1073741824 1073778376 140734990976432 140232200446760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1571.78
Current children cumulated vsize (KiB) 10162692

[startup+822.301 s]
/proc/loadavg: 4.10 4.14 4.16 5/311 21497
/proc/meminfo: memFree=25330064/32872528 swapFree=7804/7804
[pid=21319] ppid=21316 vsize=10162692 CPUtime=1696.05 cores=4-7,12-15
/proc/21319/stat : 21319 (java) S 21316 21319 15292 0 -1 4202496 48086 0 1 0 168416 1189 0 0 20 0 27 0 23565067 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140734990967568 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21319/statm: 2540673 912349 2291 9 0 2531350 0
[pid=21319/tid=21320] ppid=21316 vsize=10162692 CPUtime=5.86 cores=4-7,12-15
/proc/21319/task/21320/stat : 21320 (java) S 21316 21319 15292 0 -1 4202560 3430 0 1 0 573 13 0 0 20 0 27 0 23565068 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233271608184 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21319/tid=21322] ppid=21316 vsize=10162692 CPUtime=5.89 cores=4-7,12-15
/proc/21319/task/21322/stat : 21322 (java) S 21316 21319 15292 0 -1 4202560 2019 0 0 0 514 75 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233114904744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=21319/tid=21323] ppid=21316 vsize=10162692 CPUtime=6.24 cores=4-7,12-15
/proc/21319/task/21323/stat : 21323 (java) S 21316 21319 15292 0 -1 4202560 1886 0 0 0 537 87 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233113852200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21324] ppid=21316 vsize=10162692 CPUtime=6.95 cores=4-7,12-15
/proc/21319/task/21324/stat : 21324 (java) S 21316 21319 15292 0 -1 4202560 1788 0 0 0 594 101 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233112799656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21325] ppid=21316 vsize=10162692 CPUtime=6.48 cores=4-7,12-15
/proc/21319/task/21325/stat : 21325 (java) S 21316 21319 15292 0 -1 4202560 1806 0 0 0 567 81 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233111747112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=21319/tid=21326] ppid=21316 vsize=10162692 CPUtime=6.14 cores=4-7,12-15
/proc/21319/task/21326/stat : 21326 (java) S 21316 21319 15292 0 -1 4202560 1875 0 0 0 532 82 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233110694568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21327] ppid=21316 vsize=10162692 CPUtime=6.36 cores=4-7,12-15
/proc/21319/task/21327/stat : 21327 (java) S 21316 21319 15292 0 -1 4202560 1231 0 0 0 557 79 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233109642024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21328] ppid=21316 vsize=10162692 CPUtime=5.92 cores=4-7,12-15
/proc/21319/task/21328/stat : 21328 (java) S 21316 21319 15292 0 -1 4202560 1731 0 0 0 507 85 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233108589480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21329] ppid=21316 vsize=10162692 CPUtime=5.84 cores=4-7,12-15
/proc/21319/task/21329/stat : 21329 (java) S 21316 21319 15292 0 -1 4202560 1899 0 0 0 501 83 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233107536936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21330] ppid=21316 vsize=10162692 CPUtime=6.49 cores=4-7,12-15
/proc/21319/task/21330/stat : 21330 (java) S 21316 21319 15292 0 -1 4202560 1629 0 0 0 557 92 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233106483368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21331] ppid=21316 vsize=10162692 CPUtime=6.66 cores=4-7,12-15
/proc/21319/task/21331/stat : 21331 (java) S 21316 21319 15292 0 -1 4202560 1491 0 0 0 575 91 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233105430824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21332] ppid=21316 vsize=10162692 CPUtime=6.6 cores=4-7,12-15
/proc/21319/task/21332/stat : 21332 (java) S 21316 21319 15292 0 -1 4202560 2313 0 0 0 558 102 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233104378280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21333] ppid=21316 vsize=10162692 CPUtime=6.29 cores=4-7,12-15
/proc/21319/task/21333/stat : 21333 (java) S 21316 21319 15292 0 -1 4202560 1988 0 0 0 538 91 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233103325736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21334] ppid=21316 vsize=10162692 CPUtime=6.43 cores=4-7,12-15
/proc/21319/task/21334/stat : 21334 (java) S 21316 21319 15292 0 -1 4202560 1581 0 0 0 549 94 0 0 20 0 27 0 23565069 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140233102273192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21335] ppid=21316 vsize=10162692 CPUtime=6.98 cores=4-7,12-15
/proc/21319/task/21335/stat : 21335 (java) S 21316 21319 15292 0 -1 4202560 3629 0 0 0 693 5 0 0 20 0 27 0 23565070 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232212028136 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21336] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21336/stat : 21336 (java) S 21316 21319 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23565071 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232210974456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21337] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21337/stat : 21337 (java) S 21316 21319 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23565071 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232209921800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21338] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21338/stat : 21338 (java) S 21316 21319 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23565073 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232208869520 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21339] ppid=21316 vsize=10162692 CPUtime=1.54 cores=4-7,12-15
/proc/21319/task/21339/stat : 21339 (java) S 21316 21319 15292 0 -1 4202560 11571 0 0 0 151 3 0 0 20 0 27 0 23565073 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232207816888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21340] ppid=21316 vsize=10162692 CPUtime=1.06 cores=4-7,12-15
/proc/21319/task/21340/stat : 21340 (java) S 21316 21319 15292 0 -1 4202560 4796 0 0 0 106 0 0 0 20 0 27 0 23565073 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232206764344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21341] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21341/stat : 21341 (java) S 21316 21319 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23565073 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232205711992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21342] ppid=21316 vsize=10162692 CPUtime=0.31 cores=4-7,12-15
/proc/21319/task/21342/stat : 21342 (java) S 21316 21319 15292 0 -1 4202560 47 0 0 0 15 16 0 0 20 0 27 0 23565073 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232204659656 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21343] ppid=21316 vsize=10162692 CPUtime=796.83 cores=4-7,12-15
/proc/21319/task/21343/stat : 21343 (java) R 21316 21319 15292 0 -1 4202560 60 0 0 0 79670 13 0 0 20 0 27 0 23566119 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232203602944 140233115776621 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=21319/tid=21344] ppid=21316 vsize=10162692 CPUtime=796.77 cores=4-7,12-15
/proc/21319/task/21344/stat : 21344 (java) R 21316 21319 15292 0 -1 4202560 52 0 0 0 79665 12 0 0 20 0 27 0 23566119 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232202550992 140233115791958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21319/tid=21345] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21345/stat : 21345 (java) S 21316 21319 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23566144 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232201500328 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21346] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21346/stat : 21346 (java) S 21316 21319 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23566153 10406596608 912349 33554432000 1073741824 1073778376 140734990976432 140232200446760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1696.05
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+872.801 s]
/proc/loadavg: 4.09 4.14 4.15 5/311 21504
/proc/meminfo: memFree=25454020/32872528 swapFree=7804/7804
[pid=21319] ppid=21316 vsize=10162692 CPUtime=1800.17 cores=4-7,12-15
/proc/21319/stat : 21319 (java) S 21316 21319 15292 0 -1 4202496 48190 0 1 0 178827 1190 0 0 20 0 27 0 23565067 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140734990967568 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21319/statm: 2540673 909488 2291 9 0 2531350 0
[pid=21319/tid=21320] ppid=21316 vsize=10162692 CPUtime=5.86 cores=4-7,12-15
/proc/21319/task/21320/stat : 21320 (java) S 21316 21319 15292 0 -1 4202560 3431 0 1 0 573 13 0 0 20 0 27 0 23565068 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233271608184 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21319/tid=21322] ppid=21316 vsize=10162692 CPUtime=6.14 cores=4-7,12-15
/proc/21319/task/21322/stat : 21322 (java) S 21316 21319 15292 0 -1 4202560 2031 0 0 0 539 75 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233114904744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21323] ppid=21316 vsize=10162692 CPUtime=6.68 cores=4-7,12-15
/proc/21319/task/21323/stat : 21323 (java) S 21316 21319 15292 0 -1 4202560 1886 0 0 0 581 87 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233113852200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21324] ppid=21316 vsize=10162692 CPUtime=7.29 cores=4-7,12-15
/proc/21319/task/21324/stat : 21324 (java) S 21316 21319 15292 0 -1 4202560 1792 0 0 0 628 101 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233112799656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=21319/tid=21325] ppid=21316 vsize=10162692 CPUtime=6.84 cores=4-7,12-15
/proc/21319/task/21325/stat : 21325 (java) S 21316 21319 15292 0 -1 4202560 1806 0 0 0 603 81 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233111747112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=21319/tid=21326] ppid=21316 vsize=10162692 CPUtime=6.47 cores=4-7,12-15
/proc/21319/task/21326/stat : 21326 (java) S 21316 21319 15292 0 -1 4202560 1890 0 0 0 565 82 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233110694568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21319/tid=21327] ppid=21316 vsize=10162692 CPUtime=6.63 cores=4-7,12-15
/proc/21319/task/21327/stat : 21327 (java) S 21316 21319 15292 0 -1 4202560 1234 0 0 0 584 79 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233109642024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=21319/tid=21328] ppid=21316 vsize=10162692 CPUtime=6.22 cores=4-7,12-15
/proc/21319/task/21328/stat : 21328 (java) S 21316 21319 15292 0 -1 4202560 1731 0 0 0 537 85 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233108589480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21329] ppid=21316 vsize=10162692 CPUtime=6.22 cores=4-7,12-15
/proc/21319/task/21329/stat : 21329 (java) S 21316 21319 15292 0 -1 4202560 1904 0 0 0 539 83 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233107536936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21330] ppid=21316 vsize=10162692 CPUtime=6.79 cores=4-7,12-15
/proc/21319/task/21330/stat : 21330 (java) S 21316 21319 15292 0 -1 4202560 1629 0 0 0 587 92 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233106483368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21319/tid=21331] ppid=21316 vsize=10162692 CPUtime=6.92 cores=4-7,12-15
/proc/21319/task/21331/stat : 21331 (java) S 21316 21319 15292 0 -1 4202560 1526 0 0 0 601 91 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233105430824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21332] ppid=21316 vsize=10162692 CPUtime=6.97 cores=4-7,12-15
/proc/21319/task/21332/stat : 21332 (java) S 21316 21319 15292 0 -1 4202560 2316 0 0 0 595 102 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233104378280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21333] ppid=21316 vsize=10162692 CPUtime=6.53 cores=4-7,12-15
/proc/21319/task/21333/stat : 21333 (java) S 21316 21319 15292 0 -1 4202560 2001 0 0 0 562 91 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233103325736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21334] ppid=21316 vsize=10162692 CPUtime=6.72 cores=4-7,12-15
/proc/21319/task/21334/stat : 21334 (java) S 21316 21319 15292 0 -1 4202560 1581 0 0 0 578 94 0 0 20 0 27 0 23565069 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140233102273192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=21319/tid=21335] ppid=21316 vsize=10162692 CPUtime=6.99 cores=4-7,12-15
/proc/21319/task/21335/stat : 21335 (java) S 21316 21319 15292 0 -1 4202560 3636 0 0 0 694 5 0 0 20 0 27 0 23565070 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232212028136 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21336] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21336/stat : 21336 (java) S 21316 21319 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23565071 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232210974456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21337] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21337/stat : 21337 (java) S 21316 21319 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23565071 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232209921800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21338] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21338/stat : 21338 (java) S 21316 21319 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23565073 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232208869520 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21339] ppid=21316 vsize=10162692 CPUtime=1.57 cores=4-7,12-15
/proc/21319/task/21339/stat : 21339 (java) S 21316 21319 15292 0 -1 4202560 11572 0 0 0 154 3 0 0 20 0 27 0 23565073 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232207816888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21340] ppid=21316 vsize=10162692 CPUtime=1.06 cores=4-7,12-15
/proc/21319/task/21340/stat : 21340 (java) S 21316 21319 15292 0 -1 4202560 4796 0 0 0 106 0 0 0 20 0 27 0 23565073 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232206764344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21319/tid=21341] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21341/stat : 21341 (java) S 21316 21319 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23565073 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232205711992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=21319/tid=21342] ppid=21316 vsize=10162692 CPUtime=0.33 cores=4-7,12-15
/proc/21319/task/21342/stat : 21342 (java) S 21316 21319 15292 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 27 0 23565073 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232204659656 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21319/tid=21343] ppid=21316 vsize=10162692 CPUtime=846.67 cores=4-7,12-15
/proc/21319/task/21343/stat : 21343 (java) R 21316 21319 15292 0 -1 4202560 60 0 0 0 84654 13 0 0 20 0 27 0 23566119 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232203602880 140233115803520 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=21319/tid=21344] ppid=21316 vsize=10162692 CPUtime=846.62 cores=4-7,12-15
/proc/21319/task/21344/stat : 21344 (java) R 21316 21319 15292 0 -1 4202560 53 0 0 0 84650 12 0 0 20 0 27 0 23566119 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232202551200 140233115791663 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=21319/tid=21345] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21345/stat : 21345 (java) S 21316 21319 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23566144 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232201500328 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=21319/tid=21346] ppid=21316 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/21319/task/21346/stat : 21346 (java) S 21316 21319 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23566153 10406596608 909488 33554432000 1073741824 1073778376 140734990976432 140232200446760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10162692

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 21319 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 21319 and gives
#  childrusage.ru_utime.tv_sec=1783
#  childrusage.ru_utime.tv_usec=708835
#  childrusage.ru_stime.tv_sec=12
#  childrusage.ru_stime.tv_usec=293131
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 872.854
CPU time (s): 1800.17
CPU user time (s): 1788.27
CPU system time (s): 11.9
CPU usage (%): 206.24
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.71
system time used= 12.2931
maximum resident set size= 3747428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48228
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22825
involuntary context switches= 19040

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.88495 second user time and 10.2654 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 04:00:05
IDJOB=4101658
IDBENCH=1778
IDSOLVER=2543
FILE ID=node132/4101658-1466215204
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-dano3mip.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101658-1466215204/watcher-4101658-1466215204 -o /tmp/evaluation-result-4101658-1466215204/solver-4101658-1466215204 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101658-1466215204.opb

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

MD5SUM BENCH= 14e6c259fcfc7693ea81c905b2ebcb59
RANDOM SEED=332895463

node132.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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.53
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        27251268 kB
Buffers:           79900 kB
Cached:           255708 kB
SwapCached:         1776 kB
Active:          4698536 kB
Inactive:         138480 kB
Active(anon):    4502340 kB
Inactive(anon):     1632 kB
Active(file):     196196 kB
Inactive(file):   136848 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:             25312 kB
Writeback:            72 kB
AnonPages:       4530972 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             609092 kB
SReclaimable:      48812 kB
SUnreclaim:       560280 kB
KernelStack:        2424 kB
PageTables:        13500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5353660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4433920 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= 71712 MiB
End job on node132 at 2016-06-18 04:14:38