Trace number 4100066

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.01 896.453

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-swath3.opb
MD5SUM32714c9455a4b8ce29c8524e810d65a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262226
Optimality of the best value was proved YES
Number of variables49335
Total number of constraints4902
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)209
Number of constraints which are nor clauses,nor cardinality constraints4693
Minimum length of a constraint1
Maximum length of a constraint46934
Number of terms in the objective function 31
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 524318
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 557088
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.11/0.16	c version PB16.v20160501
0.11/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.11/0.16	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.11/0.16	c java.vm.version	19.1-b02
0.11/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.11/0.16	c sun.arch.data.model	64
0.11/0.16	c java.version		1.6.0_24
0.11/0.16	c os.name		Linux
0.11/0.16	c os.version		2.6.32-71.29.1.el6.x86_64
0.11/0.16	c os.arch		amd64
0.11/0.16	c Free memory 		501472288
0.11/0.16	c Max memory 		7480803328
0.11/0.16	c Total memory 		504102912
0.11/0.16	c Number of processors 	16
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c ManyCore solver with 2 solvers running in parallel
0.11/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.16	c Expensive reason simplification
0.11/0.16	c Glucose 2.1 dynamic restart strategy
0.11/0.16	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.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Armin Biere (Picosat) restarts strategy
0.11/0.16	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.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4100066-1466207906.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c  objective function found
2.87/1.44	c ... done. Wall clock time 1.335s.
2.87/1.44	c declared #vars     49335
2.87/1.44	c #constraints  5406
2.87/1.44	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.87/1.44	c constraints type 
2.87/1.45	c org.sat4j.specs.Constr$1 => 401
2.87/1.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 209
2.87/1.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4796
2.87/1.45	c 5406 constraints processed.
2.87/1.45	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.87/1.45	c constraints type 
2.87/1.45	c org.sat4j.specs.Constr$1 => 401
2.87/1.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 209
2.87/1.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4796
2.87/1.45	c 5406 constraints processed.
2.87/1.45	c objective function length is 31 literals
145.29/71.34	c cleaning 2500 clauses out of 5000 with flag 17701/5000
303.17/149.99	c cleaning 4249 clauses out of 8500 with flag 40398/11000
451.26/223.49	c cleaning 5629 clauses out of 11258 with flag 56860/18007
600.69/298.17	c cleaning 6813 clauses out of 13627 with flag 74731/26005
659.91/327.36	c cleaning 7902 clauses out of 15810 with flag 99589/35001
682.11/338.42	c cleaning 8939 clauses out of 17912 with flag 137048/45005
712.30/353.59	c cleaning 9981 clauses out of 19968 with flag 163114/56000
740.71/367.78	c cleaning 10994 clauses out of 21991 with flag 190906/68004
769.81/381.84	c cleaning 11994 clauses out of 23994 with flag 216900/81001
799.19/396.51	c cleaning 12997 clauses out of 26002 with flag 244904/95003
832.40/413.18	c cleaning 14001 clauses out of 28002 with flag 274898/110000
867.60/430.79	c cleaning 14997 clauses out of 30002 with flag 306900/126001
906.67/450.23	c cleaning 16002 clauses out of 32005 with flag 340900/143001
943.06/468.47	c cleaning 17001 clauses out of 34002 with flag 376898/161000
985.86/489.90	c cleaning 17998 clauses out of 36001 with flag 414898/180000
1035.47/514.65	c cleaning 19000 clauses out of 38003 with flag 454898/200000
1086.45/540.08	c cleaning 20003 clauses out of 40005 with flag 496902/221002
1139.05/566.31	c cleaning 21002 clauses out of 42003 with flag 540904/243003
1196.87/595.28	c cleaning 21998 clauses out of 44001 with flag 586904/266003
1255.81/624.55	c cleaning 22997 clauses out of 46000 with flag 634898/290000
1316.82/655.07	c cleaning 23999 clauses out of 48003 with flag 684898/315000
1381.21/687.22	c cleaning 25002 clauses out of 50005 with flag 736900/341001
1485.71/739.43	c cleaning 25998 clauses out of 52003 with flag 790900/368001
1571.14/782.12	c cleaning 26998 clauses out of 54004 with flag 846898/396000
1654.21/823.66	c cleaning 27999 clauses out of 56006 with flag 904898/425000
1736.22/864.68	c cleaning 29002 clauses out of 58007 with flag 964898/455000
1800.01/896.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.40	c starts		: 384
1800.01/896.40	c conflicts		: 478116
1800.01/896.40	c decisions		: 1686279
1800.01/896.40	c propagations		: 137007319
1800.01/896.40	c inspects		: 2003389633
1800.01/896.40	c shortcuts		: 0
1800.01/896.40	c learnt literals	: 0
1800.01/896.40	c learnt binary clauses	: 1
1800.01/896.40	c learnt ternary clauses	: 0
1800.01/896.40	c learnt constraints	: 478116
1800.01/896.40	c ignored constraints	: 0
1800.01/896.40	c root simplifications	: 0
1800.01/896.40	c removed literals (reason simplification)	: 3622218
1800.01/896.40	c reason swapping (by a shorter reason)	: 0
1800.01/896.41	c Calls to reduceDB	: 26
1800.01/896.41	c Number of update (reduction) of LBD	: 15706
1800.01/896.41	c Imported unit clauses	: 0
1800.01/896.41	c number of reductions to clauses (during analyze)	: 0
1800.01/896.41	c number of learned constraints concerned by reduction	: 0
1800.01/896.41	c number of learning phase by resolution	: 0
1800.01/896.41	c number of learning phase by cutting planes	: 0
1800.01/896.41	c speed (assignments/second)	: 153098.5910141815
1800.01/896.41	c non guided choices	25811
1800.01/896.43	c learnt constraints type 
1800.01/896.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.01/896.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52120
1800.01/896.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.43	c starts		: 1
1800.01/896.43	c conflicts		: 21
1800.01/896.43	c decisions		: 5881
1800.01/896.43	c propagations		: 156230
1800.01/896.43	c inspects		: 624931
1800.01/896.43	c shortcuts		: 0
1800.01/896.43	c learnt literals	: 0
1800.01/896.43	c learnt binary clauses	: 0
1800.01/896.43	c learnt ternary clauses	: 0
1800.01/896.43	c learnt constraints	: 20
1800.01/896.43	c ignored constraints	: 0
1800.01/896.43	c root simplifications	: 0
1800.01/896.43	c removed literals (reason simplification)	: 0
1800.01/896.43	c reason swapping (by a shorter reason)	: 0
1800.01/896.43	c Calls to reduceDB	: 0
1800.01/896.43	c Number of update (reduction) of LBD	: 0
1800.01/896.43	c Imported unit clauses	: 0
1800.01/896.43	c number of reductions to clauses (during analyze)	: 0
1800.01/896.43	c number of learned constraints concerned by reduction	: 0
1800.01/896.43	c number of learning phase by resolution	: 0
1800.01/896.43	c number of learning phase by cutting planes	: 0
1800.01/896.43	c speed (assignments/second)	: 174.57445869402707
1800.01/896.43	c non guided choices	0
1800.01/896.43	c learnt constraints type 
1800.01/896.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1800.01/896.43	s UNKNOWN
1800.01/896.43	c Total wall clock time (in seconds): 896.319

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

pid=18405
running on 8 cores: 0-3,8-11

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.72 3.84 3.31 4/284 18408
/proc/meminfo: memFree=31070596/32872528 swapFree=7804/7804
[pid=18408] ppid=18405 vsize=101560 CPUtime=0 cores=0-3,8-11
/proc/18408/stat : 18408 (java) S 18405 18408 15292 0 -1 4202496 1498 0 1 0 0 0 0 0 20 0 2 0 22835221 103997440 1102 33554432000 1073741824 1073778376 140733456042240 140733456033376 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18408/statm: 25390 1102 852 9 0 16774 0
[pid=18408/tid=18409] ppid=18405 vsize=102664 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18409/stat : 18409 (java) D 18405 18408 15292 0 -1 4202560 282 0 1 0 0 0 0 0 20 0 2 0 22835221 105127936 1110 33554432000 1073741824 1073778376 140733456042240 140227615955248 216808637357 0 4 0 16784584 18446744072100756772 0 0 -1 9 0 0 0 0 0

[startup+0.100182 s]
/proc/loadavg: 4.72 3.84 3.31 4/284 18408
/proc/meminfo: memFree=31070596/32872528 swapFree=7804/7804
[pid=18408] ppid=18405 vsize=9896436 CPUtime=0.11 cores=0-3,8-11
/proc/18408/stat : 18408 (java) S 18405 18408 15292 0 -1 4202496 4514 0 1 0 10 1 0 0 20 0 23 0 22835221 10133950464 6150 33554432000 1073741824 1073778376 140733456042240 140733456033376 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18408/statm: 2474109 6151 2156 9 0 2464786 0
[pid=18408/tid=18409] ppid=18405 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/18408/task/18409/stat : 18409 (java) R 18405 18408 15292 0 -1 4202560 2427 0 1 0 7 0 0 0 20 0 23 0 22835221 10133950464 6151 33554432000 1073741824 1073778376 140733456042240 140227615951168 140733456398512 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.257619 s]
/proc/loadavg: 4.72 3.84 3.31 4/284 18408
/proc/meminfo: memFree=31070596/32872528 swapFree=7804/7804
[pid=18408] ppid=18405 vsize=9896436 CPUtime=0.46 cores=0-3,8-11
/proc/18408/stat : 18408 (java) S 18405 18408 15292 0 -1 4202496 6319 0 1 0 44 2 0 0 20 0 23 0 22835221 10133950464 9790 33554432000 1073741824 1073778376 140733456042240 140733456033376 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18408/statm: 2474109 9790 2232 9 0 2464786 0
[pid=18408/tid=18409] ppid=18405 vsize=9896436 CPUtime=0.23 cores=0-3,8-11
/proc/18408/task/18409/stat : 18409 (java) R 18405 18408 15292 0 -1 4202560 2443 0 1 0 23 0 0 0 20 0 23 0 22835221 10133950464 9790 33554432000 1073741824 1073778376 140733456042240 140227615941888 140227477868120 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9896436

[startup+0.300259 s]
/proc/loadavg: 4.72 3.84 3.31 4/284 18408
/proc/meminfo: memFree=31070596/32872528 swapFree=7804/7804
[pid=18408] ppid=18405 vsize=9896436 CPUtime=0.56 cores=0-3,8-11
/proc/18408/stat : 18408 (java) S 18405 18408 15292 0 -1 4202496 6475 0 1 0 54 2 0 0 20 0 23 0 22835221 10133950464 11367 33554432000 1073741824 1073778376 140733456042240 140733456033376 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18408/statm: 2474109 11367 2233 9 0 2464786 0
[pid=18408/tid=18409] ppid=18405 vsize=9896436 CPUtime=0.27 cores=0-3,8-11
/proc/18408/task/18409/stat : 18409 (java) R 18405 18408 15292 0 -1 4202560 2446 0 1 0 27 0 0 0 20 0 23 0 22835221 10133950464 11367 33554432000 1073741824 1073778376 140733456042240 140227615941888 140227477855302 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9896436

[startup+0.700293 s]
/proc/loadavg: 4.72 3.84 3.31 4/284 18408
/proc/meminfo: memFree=31070596/32872528 swapFree=7804/7804
[pid=18408] ppid=18405 vsize=9896436 CPUtime=1.64 cores=0-3,8-11
/proc/18408/stat : 18408 (java) S 18405 18408 15292 0 -1 4202496 11197 0 1 0 141 23 0 0 20 0 23 0 22835221 10133950464 51894 33554432000 1073741824 1073778376 140733456042240 140733456033376 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18408/statm: 2474109 51894 2276 9 0 2464786 0
[pid=18408/tid=18409] ppid=18405 vsize=9896436 CPUtime=0.61 cores=0-3,8-11
/proc/18408/task/18409/stat : 18409 (java) R 18405 18408 15292 0 -1 4202560 2511 0 1 0 59 2 0 0 20 0 23 0 22835221 10133950464 51894 33554432000 1073741824 1073778376 140733456042240 140227615951304 140227478449643 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9896436

[startup+1.5009 s]
/proc/loadavg: 4.72 3.84 3.31 4/307 18431
/proc/meminfo: memFree=30819156/32872528 swapFree=7804/7804
[pid=18408] ppid=18405 vsize=10029564 CPUtime=3.13 cores=0-3,8-11
/proc/18408/stat : 18408 (java) S 18405 18408 15292 0 -1 4202496 12551 0 1 0 262 51 0 0 20 0 25 0 22835221 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140733456033376 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18408/statm: 2507391 84177 2278 9 0 2498068 0
[pid=18408/tid=18409] ppid=18405 vsize=10029564 CPUtime=1.29 cores=0-3,8-11
/proc/18408/task/18409/stat : 18409 (java) S 18405 18408 15292 0 -1 4202560 2556 0 1 0 125 4 0 0 20 0 25 0 22835221 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227615953784 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18408/tid=18411] ppid=18405 vsize=10029564 CPUtime=0.05 cores=0-3,8-11
/proc/18408/task/18411/stat : 18411 (java) S 18405 18408 15292 0 -1 4202560 26 0 0 0 2 3 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227605015592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18408/tid=18412] ppid=18405 vsize=10029564 CPUtime=0.08 cores=0-3,8-11
/proc/18408/task/18412/stat : 18412 (java) S 18405 18408 15292 0 -1 4202560 87 0 0 0 4 4 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227603962792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18408/tid=18413] ppid=18405 vsize=10029564 CPUtime=0.11 cores=0-3,8-11
/proc/18408/task/18413/stat : 18413 (java) S 18405 18408 15292 0 -1 4202560 91 0 0 0 6 5 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227602909992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18408/tid=18414] ppid=18405 vsize=10029564 CPUtime=0.06 cores=0-3,8-11
/proc/18408/task/18414/stat : 18414 (java) S 18405 18408 15292 0 -1 4202560 65 0 0 0 3 3 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227601857192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18415] ppid=18405 vsize=10029564 CPUtime=0.05 cores=0-3,8-11
/proc/18408/task/18415/stat : 18415 (java) S 18405 18408 15292 0 -1 4202560 28 0 0 0 2 3 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227600804392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18416] ppid=18405 vsize=10029564 CPUtime=0.06 cores=0-3,8-11
/proc/18408/task/18416/stat : 18416 (java) S 18405 18408 15292 0 -1 4202560 29 0 0 0 3 3 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227599751592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18408/tid=18417] ppid=18405 vsize=10029564 CPUtime=0.05 cores=0-3,8-11
/proc/18408/task/18417/stat : 18417 (java) S 18405 18408 15292 0 -1 4202560 67 0 0 0 2 3 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227598698792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18408/tid=18418] ppid=18405 vsize=10029564 CPUtime=0.1 cores=0-3,8-11
/proc/18408/task/18418/stat : 18418 (java) S 18405 18408 15292 0 -1 4202560 86 0 0 0 5 5 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227597645992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18419] ppid=18405 vsize=10029564 CPUtime=0.05 cores=0-3,8-11
/proc/18408/task/18419/stat : 18419 (java) S 18405 18408 15292 0 -1 4202560 27 0 0 0 2 3 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227596594216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18408/tid=18420] ppid=18405 vsize=10029564 CPUtime=0.05 cores=0-3,8-11
/proc/18408/task/18420/stat : 18420 (java) S 18405 18408 15292 0 -1 4202560 67 0 0 0 2 3 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227450190760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18408/tid=18421] ppid=18405 vsize=10029564 CPUtime=0.04 cores=0-3,8-11
/proc/18408/task/18421/stat : 18421 (java) S 18405 18408 15292 0 -1 4202560 24 0 0 0 1 3 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227449137960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18422] ppid=18405 vsize=10029564 CPUtime=0.08 cores=0-3,8-11
/proc/18408/task/18422/stat : 18422 (java) S 18405 18408 15292 0 -1 4202560 80 0 0 0 4 4 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227448085160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18423] ppid=18405 vsize=10029564 CPUtime=0.05 cores=0-3,8-11
/proc/18408/task/18423/stat : 18423 (java) S 18405 18408 15292 0 -1 4202560 72 0 0 0 2 3 0 0 20 0 25 0 22835222 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227447032360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18424] ppid=18405 vsize=10029564 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18424/stat : 18424 (java) S 18405 18408 15292 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 25 0 22835223 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227429570920 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18425] ppid=18405 vsize=10029564 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18425/stat : 18425 (java) S 18405 18408 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 25 0 22835223 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227428516984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18426] ppid=18405 vsize=10029564 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18426/stat : 18426 (java) S 18405 18408 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 25 0 22835223 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227427464072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18427] ppid=18405 vsize=10029564 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18427/stat : 18427 (java) S 18405 18408 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 25 0 22835226 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227426413584 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18428] ppid=18405 vsize=10029564 CPUtime=0.28 cores=0-3,8-11
/proc/18408/task/18428/stat : 18428 (java) R 18405 18408 15292 0 -1 4202560 1706 0 0 0 28 0 0 0 20 0 25 0 22835226 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227425347984 140227621908734 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18429] ppid=18405 vsize=10029564 CPUtime=0.39 cores=0-3,8-11
/proc/18408/task/18429/stat : 18429 (java) R 18405 18408 15292 0 -1 4202560 6187 0 0 0 38 1 0 0 20 0 25 0 22835226 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227424307424 140227619901808 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0
[pid=18408/tid=18430] ppid=18405 vsize=10029564 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18430/stat : 18430 (java) S 18405 18408 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 25 0 22835226 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227423255288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18408/tid=18431] ppid=18405 vsize=10029564 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18431/stat : 18431 (java) S 18405 18408 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 25 0 22835226 10270273536 84177 33554432000 1073741824 1073778376 140733456042240 140227422202696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 10029564

[startup+3.10111 s]
/proc/loadavg: 4.72 3.84 3.31 7/311 18435
/proc/meminfo: memFree=30402780/32872528 swapFree=7804/7804
[pid=18408] ppid=18405 vsize=10162692 CPUtime=7.85 cores=0-3,8-11
/proc/18408/stat : 18408 (java) S 18405 18408 15292 0 -1 4202496 16192 0 1 0 693 92 0 0 20 0 27 0 22835221 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140733456033376 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18408/statm: 2540673 111545 2280 9 0 2531350 0
[pid=18408/tid=18409] ppid=18405 vsize=10162692 CPUtime=1.29 cores=0-3,8-11
/proc/18408/task/18409/stat : 18409 (java) S 18405 18408 15292 0 -1 4202560 2556 0 1 0 125 4 0 0 20 0 27 0 22835221 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227615953784 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18408/tid=18411] ppid=18405 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/18408/task/18411/stat : 18411 (java) S 18405 18408 15292 0 -1 4202560 63 0 0 0 8 7 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227605015592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18408/tid=18412] ppid=18405 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/18408/task/18412/stat : 18412 (java) S 18405 18408 15292 0 -1 4202560 118 0 0 0 9 8 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227603962792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18408/tid=18413] ppid=18405 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/18408/task/18413/stat : 18413 (java) S 18405 18408 15292 0 -1 4202560 133 0 0 0 13 10 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227602909992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18408/tid=18414] ppid=18405 vsize=10162692 CPUtime=0.12 cores=0-3,8-11
/proc/18408/task/18414/stat : 18414 (java) S 18405 18408 15292 0 -1 4202560 88 0 0 0 6 6 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227601857192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18408/tid=18415] ppid=18405 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/18408/task/18415/stat : 18415 (java) S 18405 18408 15292 0 -1 4202560 55 0 0 0 5 5 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227600804392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18416] ppid=18405 vsize=10162692 CPUtime=0.12 cores=0-3,8-11
/proc/18408/task/18416/stat : 18416 (java) S 18405 18408 15292 0 -1 4202560 52 0 0 0 6 6 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227599751592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18417] ppid=18405 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/18408/task/18417/stat : 18417 (java) S 18405 18408 15292 0 -1 4202560 87 0 0 0 4 6 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227598698792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18418] ppid=18405 vsize=10162692 CPUtime=0.22 cores=0-3,8-11
/proc/18408/task/18418/stat : 18418 (java) S 18405 18408 15292 0 -1 4202560 125 0 0 0 13 9 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227597645992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18419] ppid=18405 vsize=10162692 CPUtime=0.12 cores=0-3,8-11
/proc/18408/task/18419/stat : 18419 (java) S 18405 18408 15292 0 -1 4202560 50 0 0 0 7 5 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227596594216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18420] ppid=18405 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/18408/task/18420/stat : 18420 (java) S 18405 18408 15292 0 -1 4202560 85 0 0 0 4 5 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227450190760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18421] ppid=18405 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/18408/task/18421/stat : 18421 (java) S 18405 18408 15292 0 -1 4202560 50 0 0 0 4 5 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227449137960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18408/tid=18422] ppid=18405 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/18408/task/18422/stat : 18422 (java) S 18405 18408 15292 0 -1 4202560 109 0 0 0 9 8 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227448085160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18423] ppid=18405 vsize=10162692 CPUtime=0.11 cores=0-3,8-11
/proc/18408/task/18423/stat : 18423 (java) S 18405 18408 15292 0 -1 4202560 96 0 0 0 6 5 0 0 20 0 27 0 22835222 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227447032360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18424] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18424/stat : 18424 (java) S 18405 18408 15292 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 27 0 22835223 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227429570920 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18425] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18425/stat : 18425 (java) S 18405 18408 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22835223 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227428516984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18426] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18426/stat : 18426 (java) S 18405 18408 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 22835223 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227427464072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18427] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18427/stat : 18427 (java) S 18405 18408 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22835226 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227426413584 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18428] ppid=18405 vsize=10162692 CPUtime=0.69 cores=0-3,8-11
/proc/18408/task/18428/stat : 18428 (java) S 18405 18408 15292 0 -1 4202560 4058 0 0 0 68 1 0 0 20 0 27 0 22835226 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227425360696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18429] ppid=18405 vsize=10162692 CPUtime=0.77 cores=0-3,8-11
/proc/18408/task/18429/stat : 18429 (java) S 18405 18408 15292 0 -1 4202560 6935 0 0 0 75 2 0 0 20 0 27 0 22835226 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227424307896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18408/tid=18430] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18430/stat : 18430 (java) S 18405 18408 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22835226 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227423255288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18408/tid=18431] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18431/stat : 18431 (java) S 18405 18408 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22835226 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227422202696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18432] ppid=18405 vsize=10162692 CPUtime=1.51 cores=0-3,8-11
/proc/18408/task/18432/stat : 18432 (java) R 18405 18408 15292 0 -1 4202560 28 0 0 0 151 0 0 0 20 0 27 0 22835366 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227421047376 140227478584288 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=18408/tid=18433] ppid=18405 vsize=10162692 CPUtime=1.51 cores=0-3,8-11
/proc/18408/task/18433/stat : 18433 (java) R 18405 18408 15292 0 -1 4202560 39 0 0 0 151 0 0 0 20 0 27 0 22835366 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227419996520 140227478602568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18434] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18434/stat : 18434 (java) S 18405 18408 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22835372 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227418944296 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18435] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18435/stat : 18435 (java) S 18405 18408 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22835372 10406596608 111545 33554432000 1073741824 1073778376 140733456042240 140227417892520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 10162692

[startup+6.30112 s]
/proc/loadavg: 4.66 3.85 3.31 5/311 18435
/proc/meminfo: memFree=29904532/32872528 swapFree=7804/7804
[pid=18408] ppid=18405 vsize=10162692 CPUtime=14.27 cores=0-3,8-11
/proc/18408/stat : 18408 (java) S 18405 18408 15292 0 -1 4202496 16194 0 1 0 1335 92 0 0 20 0 27 0 22835221 10406596608 111438 33554432000 1073741824 1073778376 140733456042240 140733456033376 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18408/statm: 2540673 111438 2280 9 0 2531350 0
[pid=18408/tid=18409] ppid=18405 vsize=10162692 CPUtime=1.29 cores=0-3,8-11
/proc/18408/task/18409/stat : 18409 (java) S 18405 18408 15292 0 -1 4202560 2556 0 1 0 125 4 0 0 20 0 27 0 22835221 10406596608 111438 33554432000 1073741824 1073778376 140733456042240 140227615953784 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18411] ppid=18405 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/18408/task/18411/stat : 18411 (java) S 18405 18408 15292 0 -1 4202560 63 0 0 0 8 7 0 0 20 0 27 0 22835222 10406596608 111438 33554432000 1073741824 1073778376 140733456042240 140227605015592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18408/tid=18412] ppid=18405 vsize=10162692 CPUtime=0.17 cores=0-3,8-11

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

/proc/18408/task/18428/stat : 18428 (java) S 18405 18408 15292 0 -1 4202560 6147 0 0 0 117 2 0 0 20 0 27 0 22835226 10406596608 769218 33554432000 1073741824 1073778376 140733456042240 140227425360696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18429] ppid=18405 vsize=10162692 CPUtime=0.99 cores=0-3,8-11
/proc/18408/task/18429/stat : 18429 (java) S 18405 18408 15292 0 -1 4202560 6940 0 0 0 97 2 0 0 20 0 27 0 22835226 10406596608 769218 33554432000 1073741824 1073778376 140733456042240 140227424307896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18408/tid=18430] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18430/stat : 18430 (java) S 18405 18408 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22835226 10406596608 769218 33554432000 1073741824 1073778376 140733456042240 140227423255288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18408/tid=18431] ppid=18405 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/18408/task/18431/stat : 18431 (java) S 18405 18408 15292 0 -1 4202560 47 0 0 0 12 11 0 0 20 0 27 0 22835226 10406596608 769218 33554432000 1073741824 1073778376 140733456042240 140227422202696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18432] ppid=18405 vsize=10162692 CPUtime=816.29 cores=0-3,8-11
/proc/18408/task/18432/stat : 18432 (java) R 18405 18408 15292 0 -1 4202560 1367 0 0 0 81596 33 0 0 20 0 27 0 22835366 10406596608 769218 33554432000 1073741824 1073778376 140733456042240 140227421048160 140227478677095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18433] ppid=18405 vsize=10162692 CPUtime=816.24 cores=0-3,8-11
/proc/18408/task/18433/stat : 18433 (java) R 18405 18408 15292 0 -1 4202560 213 0 0 0 81606 18 0 0 20 0 27 0 22835366 10406596608 769218 33554432000 1073741824 1073778376 140733456042240 140227419994192 140227478965501 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18434] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18434/stat : 18434 (java) S 18405 18408 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22835372 10406596608 769218 33554432000 1073741824 1073778376 140733456042240 140227418944296 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18435] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18435/stat : 18435 (java) S 18405 18408 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22835372 10406596608 769218 33554432000 1073741824 1073778376 140733456042240 140227417892520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 1651.61
Current children cumulated vsize (KiB) 10162692

[startup+882.311 s]
/proc/loadavg: 4.16 4.15 3.81 5/311 18573
/proc/meminfo: memFree=27255364/32872528 swapFree=7804/7804
[pid=18408] ppid=18405 vsize=10162692 CPUtime=1771.83 cores=0-3,8-11
/proc/18408/stat : 18408 (java) S 18405 18408 15292 0 -1 4202496 24421 0 1 0 176704 479 0 0 20 0 27 0 22835221 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140733456033376 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18408/statm: 2540673 756663 2297 9 0 2531350 0
[pid=18408/tid=18409] ppid=18405 vsize=10162692 CPUtime=1.33 cores=0-3,8-11
/proc/18408/task/18409/stat : 18409 (java) S 18405 18408 15292 0 -1 4202560 2562 0 1 0 127 6 0 0 20 0 27 0 22835221 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227615953784 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18411] ppid=18405 vsize=10162692 CPUtime=0.98 cores=0-3,8-11
/proc/18408/task/18411/stat : 18411 (java) S 18405 18408 15292 0 -1 4202560 374 0 0 0 56 42 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227605015592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18408/tid=18412] ppid=18405 vsize=10162692 CPUtime=0.85 cores=0-3,8-11
/proc/18408/task/18412/stat : 18412 (java) S 18405 18408 15292 0 -1 4202560 365 0 0 0 49 36 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227603962792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18413] ppid=18405 vsize=10162692 CPUtime=0.73 cores=0-3,8-11
/proc/18408/task/18413/stat : 18413 (java) S 18405 18408 15292 0 -1 4202560 323 0 0 0 42 31 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227602909992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18414] ppid=18405 vsize=10162692 CPUtime=0.75 cores=0-3,8-11
/proc/18408/task/18414/stat : 18414 (java) S 18405 18408 15292 0 -1 4202560 356 0 0 0 41 34 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227601857192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18415] ppid=18405 vsize=10162692 CPUtime=0.8 cores=0-3,8-11
/proc/18408/task/18415/stat : 18415 (java) S 18405 18408 15292 0 -1 4202560 385 0 0 0 46 34 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227600804392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18416] ppid=18405 vsize=10162692 CPUtime=0.85 cores=0-3,8-11
/proc/18408/task/18416/stat : 18416 (java) S 18405 18408 15292 0 -1 4202560 352 0 0 0 48 37 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227599751592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18408/tid=18417] ppid=18405 vsize=10162692 CPUtime=0.74 cores=0-3,8-11
/proc/18408/task/18417/stat : 18417 (java) S 18405 18408 15292 0 -1 4202560 321 0 0 0 42 32 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227598698792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18408/tid=18418] ppid=18405 vsize=10162692 CPUtime=0.96 cores=0-3,8-11
/proc/18408/task/18418/stat : 18418 (java) S 18405 18408 15292 0 -1 4202560 388 0 0 0 56 40 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227597645992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18408/tid=18419] ppid=18405 vsize=10162692 CPUtime=0.68 cores=0-3,8-11
/proc/18408/task/18419/stat : 18419 (java) S 18405 18408 15292 0 -1 4202560 256 0 0 0 38 30 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227596594216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18408/tid=18420] ppid=18405 vsize=10162692 CPUtime=0.64 cores=0-3,8-11
/proc/18408/task/18420/stat : 18420 (java) S 18405 18408 15292 0 -1 4202560 313 0 0 0 36 28 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227450190760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18421] ppid=18405 vsize=10162692 CPUtime=0.69 cores=0-3,8-11
/proc/18408/task/18421/stat : 18421 (java) S 18405 18408 15292 0 -1 4202560 262 0 0 0 42 27 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227449137960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18422] ppid=18405 vsize=10162692 CPUtime=0.69 cores=0-3,8-11
/proc/18408/task/18422/stat : 18422 (java) S 18405 18408 15292 0 -1 4202560 313 0 0 0 39 30 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227448085160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18408/tid=18423] ppid=18405 vsize=10162692 CPUtime=0.79 cores=0-3,8-11
/proc/18408/task/18423/stat : 18423 (java) S 18405 18408 15292 0 -1 4202560 314 0 0 0 48 31 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227447032360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18424] ppid=18405 vsize=10162692 CPUtime=1.28 cores=0-3,8-11
/proc/18408/task/18424/stat : 18424 (java) S 18405 18408 15292 0 -1 4202560 1552 0 0 0 126 2 0 0 20 0 27 0 22835223 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227429570920 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18425] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18425/stat : 18425 (java) S 18405 18408 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22835223 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227428516984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18426] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18426/stat : 18426 (java) S 18405 18408 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 22835223 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227427464072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18427] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18427/stat : 18427 (java) S 18405 18408 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22835226 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227426413584 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18428] ppid=18405 vsize=10162692 CPUtime=1.19 cores=0-3,8-11
/proc/18408/task/18428/stat : 18428 (java) S 18405 18408 15292 0 -1 4202560 6147 0 0 0 117 2 0 0 20 0 27 0 22835226 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227425360696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18429] ppid=18405 vsize=10162692 CPUtime=0.99 cores=0-3,8-11
/proc/18408/task/18429/stat : 18429 (java) S 18405 18408 15292 0 -1 4202560 6940 0 0 0 97 2 0 0 20 0 27 0 22835226 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227424307896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18408/tid=18430] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18430/stat : 18430 (java) S 18405 18408 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22835226 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227423255288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18408/tid=18431] ppid=18405 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/18408/task/18431/stat : 18431 (java) S 18405 18408 15292 0 -1 4202560 51 0 0 0 13 12 0 0 20 0 27 0 22835226 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227422202696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18432] ppid=18405 vsize=10162692 CPUtime=876.11 cores=0-3,8-11
/proc/18408/task/18432/stat : 18432 (java) R 18405 18408 15292 0 -1 4202560 1367 0 0 0 87577 34 0 0 20 0 27 0 22835366 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227421048160 140227478677024 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18433] ppid=18405 vsize=10162692 CPUtime=876.06 cores=0-3,8-11
/proc/18408/task/18433/stat : 18433 (java) R 18405 18408 15292 0 -1 4202560 214 0 0 0 87587 19 0 0 20 0 27 0 22835366 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227419994192 140227478965577 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18434] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18434/stat : 18434 (java) S 18405 18408 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22835372 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227418944296 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18435] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18435/stat : 18435 (java) S 18405 18408 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22835372 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227417892520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 1771.83
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.401 s]
/proc/loadavg: 4.12 4.14 3.82 5/311 18573
/proc/meminfo: memFree=27255500/32872528 swapFree=7804/7804
[pid=18408] ppid=18405 vsize=10162692 CPUtime=1800.01 cores=0-3,8-11
/proc/18408/stat : 18408 (java) S 18405 18408 15292 0 -1 4202496 24421 0 1 0 179522 479 0 0 20 0 27 0 22835221 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140733456033376 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18408/statm: 2540673 756663 2297 9 0 2531350 0
[pid=18408/tid=18409] ppid=18405 vsize=10162692 CPUtime=1.33 cores=0-3,8-11
/proc/18408/task/18409/stat : 18409 (java) S 18405 18408 15292 0 -1 4202560 2562 0 1 0 127 6 0 0 20 0 27 0 22835221 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227615953784 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18411] ppid=18405 vsize=10162692 CPUtime=0.98 cores=0-3,8-11
/proc/18408/task/18411/stat : 18411 (java) S 18405 18408 15292 0 -1 4202560 374 0 0 0 56 42 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227605015592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18408/tid=18412] ppid=18405 vsize=10162692 CPUtime=0.85 cores=0-3,8-11
/proc/18408/task/18412/stat : 18412 (java) S 18405 18408 15292 0 -1 4202560 365 0 0 0 49 36 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227603962792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18413] ppid=18405 vsize=10162692 CPUtime=0.73 cores=0-3,8-11
/proc/18408/task/18413/stat : 18413 (java) S 18405 18408 15292 0 -1 4202560 323 0 0 0 42 31 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227602909992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18414] ppid=18405 vsize=10162692 CPUtime=0.75 cores=0-3,8-11
/proc/18408/task/18414/stat : 18414 (java) S 18405 18408 15292 0 -1 4202560 356 0 0 0 41 34 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227601857192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18415] ppid=18405 vsize=10162692 CPUtime=0.8 cores=0-3,8-11
/proc/18408/task/18415/stat : 18415 (java) S 18405 18408 15292 0 -1 4202560 385 0 0 0 46 34 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227600804392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18416] ppid=18405 vsize=10162692 CPUtime=0.85 cores=0-3,8-11
/proc/18408/task/18416/stat : 18416 (java) S 18405 18408 15292 0 -1 4202560 352 0 0 0 48 37 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227599751592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18408/tid=18417] ppid=18405 vsize=10162692 CPUtime=0.74 cores=0-3,8-11
/proc/18408/task/18417/stat : 18417 (java) S 18405 18408 15292 0 -1 4202560 321 0 0 0 42 32 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227598698792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18408/tid=18418] ppid=18405 vsize=10162692 CPUtime=0.96 cores=0-3,8-11
/proc/18408/task/18418/stat : 18418 (java) S 18405 18408 15292 0 -1 4202560 388 0 0 0 56 40 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227597645992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18408/tid=18419] ppid=18405 vsize=10162692 CPUtime=0.68 cores=0-3,8-11
/proc/18408/task/18419/stat : 18419 (java) S 18405 18408 15292 0 -1 4202560 256 0 0 0 38 30 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227596594216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18408/tid=18420] ppid=18405 vsize=10162692 CPUtime=0.64 cores=0-3,8-11
/proc/18408/task/18420/stat : 18420 (java) S 18405 18408 15292 0 -1 4202560 313 0 0 0 36 28 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227450190760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18421] ppid=18405 vsize=10162692 CPUtime=0.69 cores=0-3,8-11
/proc/18408/task/18421/stat : 18421 (java) S 18405 18408 15292 0 -1 4202560 262 0 0 0 42 27 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227449137960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18422] ppid=18405 vsize=10162692 CPUtime=0.69 cores=0-3,8-11
/proc/18408/task/18422/stat : 18422 (java) S 18405 18408 15292 0 -1 4202560 313 0 0 0 39 30 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227448085160 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18408/tid=18423] ppid=18405 vsize=10162692 CPUtime=0.79 cores=0-3,8-11
/proc/18408/task/18423/stat : 18423 (java) S 18405 18408 15292 0 -1 4202560 314 0 0 0 48 31 0 0 20 0 27 0 22835222 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227447032360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18424] ppid=18405 vsize=10162692 CPUtime=1.28 cores=0-3,8-11
/proc/18408/task/18424/stat : 18424 (java) S 18405 18408 15292 0 -1 4202560 1552 0 0 0 126 2 0 0 20 0 27 0 22835223 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227429570920 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18425] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18425/stat : 18425 (java) S 18405 18408 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22835223 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227428516984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18426] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18426/stat : 18426 (java) S 18405 18408 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 22835223 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227427464072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18427] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18427/stat : 18427 (java) S 18405 18408 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22835226 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227426413584 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18428] ppid=18405 vsize=10162692 CPUtime=1.19 cores=0-3,8-11
/proc/18408/task/18428/stat : 18428 (java) S 18405 18408 15292 0 -1 4202560 6147 0 0 0 117 2 0 0 20 0 27 0 22835226 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227425360696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18408/tid=18429] ppid=18405 vsize=10162692 CPUtime=0.99 cores=0-3,8-11
/proc/18408/task/18429/stat : 18429 (java) S 18405 18408 15292 0 -1 4202560 6940 0 0 0 97 2 0 0 20 0 27 0 22835226 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227424307896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18408/tid=18430] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18430/stat : 18430 (java) S 18405 18408 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22835226 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227423255288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18408/tid=18431] ppid=18405 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/18408/task/18431/stat : 18431 (java) S 18405 18408 15292 0 -1 4202560 51 0 0 0 14 13 0 0 20 0 27 0 22835226 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227422202696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18408/tid=18432] ppid=18405 vsize=10162692 CPUtime=890.16 cores=0-3,8-11
/proc/18408/task/18432/stat : 18432 (java) R 18405 18408 15292 0 -1 4202560 1367 0 0 0 88982 34 0 0 20 0 27 0 22835366 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227421048160 140227477831599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18433] ppid=18405 vsize=10162692 CPUtime=890.11 cores=0-3,8-11
/proc/18408/task/18433/stat : 18433 (java) R 18405 18408 15292 0 -1 4202560 214 0 0 0 88992 19 0 0 20 0 27 0 22835366 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227419994192 140227478965544 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=18408/tid=18434] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18434/stat : 18434 (java) S 18405 18408 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22835372 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227418944296 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18408/tid=18435] ppid=18405 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18408/task/18435/stat : 18435 (java) S 18405 18408 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22835372 10406596608 756663 33554432000 1073741824 1073778376 140733456042240 140227417892520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 18408 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 18408 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=639781
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=321191
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.453
CPU time (s): 1800.01
CPU user time (s): 1795.22
CPU system time (s): 4.79
CPU usage (%): 200.792
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.64
system time used= 5.32119
maximum resident set size= 3079404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24461
page faults= 1
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21766
involuntary context switches= 7696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.84781 second user time and 9.8715 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 01:58:26
IDJOB=4100066
IDBENCH=1569
IDSOLVER=2543
FILE ID=node132/4100066-1466207906
RUNJOBID= node132-1466206058-15308
PBS_JOBID= 19918145
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-swath3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100066-1466207906/watcher-4100066-1466207906 -o /tmp/evaluation-result-4100066-1466207906/solver-4100066-1466207906 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15308 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100066-1466207906.opb

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

MD5SUM BENCH= 32714c9455a4b8ce29c8524e810d65a9
RANDOM SEED=722033905

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:        31070596 kB
Buffers:           35556 kB
Cached:            91324 kB
SwapCached:         1804 kB
Active:          1003972 kB
Inactive:          71872 kB
Active(anon):     949652 kB
Inactive(anon):     1028 kB
Active(file):      54320 kB
Inactive(file):    70844 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:             11492 kB
Writeback:             0 kB
AnonPages:       1083272 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             576740 kB
SReclaimable:      16108 kB
SUnreclaim:       560632 kB
KernelStack:        2600 kB
PageTables:         6080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1805152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1032192 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= 71732 MiB
End job on node132 at 2016-06-18 02:13:23