Trace number 4100410

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.16 880.765

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
MD5SUMcf56ee4a2e10a22486df8fb664e91027
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 variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
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 531126
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-4100410-1466209689.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
2.68/1.18	c ... done. Wall clock time 1.058s.
2.68/1.18	c declared #vars     15501
2.68/1.18	c #constraints  853
2.68/1.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.68/1.18	c constraints type 
2.68/1.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 627
2.68/1.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 226
2.68/1.18	c 853 constraints processed.
2.68/1.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.68/1.18	c constraints type 
2.68/1.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 627
2.68/1.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
2.68/1.18	c 853 constraints processed.
2.68/1.18	c objective function length is 31 literals
46.28/21.71	c cleaning 2500 clauses out of 5000 with flag 14505/5001
79.48/37.76	c cleaning 4250 clauses out of 8500 with flag 28903/11001
111.30/53.62	c cleaning 5625 clauses out of 11250 with flag 48453/18001
152.18/73.49	c cleaning 6812 clauses out of 13624 with flag 72508/26000
192.57/93.52	c cleaning 7908 clauses out of 15815 with flag 99216/35003
240.75/116.13	c cleaning 8953 clauses out of 17906 with flag 120866/45002
293.30/141.14	c cleaning 9974 clauses out of 19954 with flag 144698/56003
348.44/167.75	c cleaning 10990 clauses out of 21982 with flag 170253/68005
410.50/197.86	c cleaning 11997 clauses out of 23994 with flag 199205/81007
475.31/229.96	c cleaning 12996 clauses out of 25992 with flag 230297/95002
546.98/265.37	c cleaning 13994 clauses out of 27994 with flag 263667/110000
626.59/304.87	c cleaning 15000 clauses out of 30000 with flag 301651/126000
715.70/348.65	c cleaning 16000 clauses out of 32000 with flag 342219/143000
809.11/394.61	c cleaning 16998 clauses out of 34001 with flag 388561/161001
909.93/443.52	c cleaning 18004 clauses out of 36007 with flag 437135/180005
1013.20/494.08	c cleaning 18999 clauses out of 37998 with flag 488630/200000
1131.64/552.34	c cleaning 19999 clauses out of 40000 with flag 545321/221001
1254.71/612.89	c cleaning 20997 clauses out of 42000 with flag 605583/243000
1385.25/677.34	c cleaning 21999 clauses out of 44003 with flag 659631/266000
1520.58/744.19	c cleaning 23001 clauses out of 46004 with flag 727912/290000
1662.07/813.78	c cleaning 24002 clauses out of 48004 with flag 801843/315001
1800.16/880.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/880.70	c starts		: 144
1800.16/880.70	c conflicts		: 338168
1800.16/880.70	c decisions		: 1747002
1800.16/880.70	c propagations		: 6502947
1800.16/880.70	c inspects		: 1047819393
1800.16/880.70	c shortcuts		: 0
1800.16/880.70	c learnt literals	: 1
1800.16/880.70	c learnt binary clauses	: 0
1800.16/880.70	c learnt ternary clauses	: 0
1800.16/880.70	c learnt constraints	: 338166
1800.16/880.70	c ignored constraints	: 0
1800.16/880.70	c root simplifications	: 0
1800.16/880.70	c removed literals (reason simplification)	: 6058586
1800.16/880.70	c reason swapping (by a shorter reason)	: 0
1800.16/880.70	c Calls to reduceDB	: 21
1800.16/880.70	c Number of update (reduction) of LBD	: 20818
1800.16/880.70	c Imported unit clauses	: 0
1800.16/880.70	c number of reductions to clauses (during analyze)	: 0
1800.16/880.70	c number of learned constraints concerned by reduction	: 0
1800.16/880.70	c number of learning phase by resolution	: 0
1800.16/880.70	c number of learning phase by cutting planes	: 0
1800.16/880.70	c speed (assignments/second)	: 7393.863145902359
1800.16/880.70	c non guided choices	11956
1800.16/880.72	c learnt constraints type 
1800.16/880.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47169
1800.16/880.72	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/880.72	c starts		: 4
1800.16/880.72	c conflicts		: 428
1800.16/880.72	c decisions		: 43920
1800.16/880.72	c propagations		: 94971
1800.16/880.72	c inspects		: 4304984
1800.16/880.72	c shortcuts		: 0
1800.16/880.72	c learnt literals	: 0
1800.16/880.72	c learnt binary clauses	: 0
1800.16/880.72	c learnt ternary clauses	: 0
1800.16/880.72	c learnt constraints	: 427
1800.16/880.72	c ignored constraints	: 0
1800.16/880.72	c root simplifications	: 0
1800.16/880.72	c removed literals (reason simplification)	: 0
1800.16/880.72	c reason swapping (by a shorter reason)	: 0
1800.16/880.72	c Calls to reduceDB	: 0
1800.16/880.72	c Number of update (reduction) of LBD	: 0
1800.16/880.72	c Imported unit clauses	: 0
1800.16/880.72	c number of reductions to clauses (during analyze)	: 0
1800.16/880.72	c number of learned constraints concerned by reduction	: 0
1800.16/880.72	c number of learning phase by resolution	: 0
1800.16/880.72	c number of learning phase by cutting planes	: 0
1800.16/880.72	c speed (assignments/second)	: 107.98024381425364
1800.16/880.72	c non guided choices	0
1800.16/880.72	c learnt constraints type 
1800.16/880.72	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 67
1800.16/880.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 360
1800.16/880.72	s UNKNOWN
1800.16/880.72	c Total wall clock time (in seconds): 880.603

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

pid=18735
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.10 4.16 3.99 4/284 18738
/proc/meminfo: memFree=30399940/32872528 swapFree=7804/7804
[pid=18738] ppid=18735 vsize=91816 CPUtime=0 cores=0-3,8-11
/proc/18738/stat : 18738 (java) S 18735 18738 15292 0 -1 4202496 1284 0 0 0 0 0 0 0 20 0 2 0 23013489 94019584 917 33554432000 1073741824 1073778376 140736785235840 140736785226976 216811995197 0 0 4096 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18738/statm: 22954 917 697 9 0 16769 0
[pid=18738/tid=18739] ppid=18735 vsize=91816 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18739/stat : 18739 (java) D 18735 18738 15292 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 23013490 94019584 917 33554432000 1073741824 1073778376 140736785235840 140447432052264 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 9 0 0 0 0 0

[startup+0.100148 s]
/proc/loadavg: 4.10 4.16 3.99 4/284 18738
/proc/meminfo: memFree=30399940/32872528 swapFree=7804/7804
[pid=18738] ppid=18735 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/18738/stat : 18738 (java) S 18735 18738 15292 0 -1 4202496 4459 0 1 0 9 1 0 0 20 0 23 0 23013489 10133950464 6085 33554432000 1073741824 1073778376 140736785235840 140736785226976 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18738/statm: 2474109 6085 2126 9 0 2464786 0
[pid=18738/tid=18739] ppid=18735 vsize=9896436 CPUtime=0.06 cores=0-3,8-11
/proc/18738/task/18739/stat : 18739 (java) R 18735 18738 15292 0 -1 4202560 2431 0 1 0 6 0 0 0 20 0 23 0 23013490 10133950464 6085 33554432000 1073741824 1073778376 140736785235840 140447432055712 216812021005 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.200269 s]
/proc/loadavg: 4.10 4.16 3.99 4/284 18738
/proc/meminfo: memFree=30399940/32872528 swapFree=7804/7804
[pid=18738] ppid=18735 vsize=9896436 CPUtime=0.27 cores=0-3,8-11
/proc/18738/stat : 18738 (java) S 18735 18738 15292 0 -1 4202496 5056 0 1 0 26 1 0 0 20 0 23 0 23013489 10133950464 7559 33554432000 1073741824 1073778376 140736785235840 140736785226976 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18738/statm: 2474109 7559 2204 9 0 2464786 0
[pid=18738/tid=18739] ppid=18735 vsize=9896436 CPUtime=0.16 cores=0-3,8-11
/proc/18738/task/18739/stat : 18739 (java) R 18735 18738 15292 0 -1 4202560 2450 0 1 0 16 0 0 0 20 0 23 0 23013490 10133950464 7559 33554432000 1073741824 1073778376 140736785235840 140447432055712 140447435342739 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9896436

[startup+0.300271 s]
/proc/loadavg: 4.10 4.16 3.99 4/284 18738
/proc/meminfo: memFree=30399940/32872528 swapFree=7804/7804
[pid=18738] ppid=18735 vsize=9896436 CPUtime=0.57 cores=0-3,8-11
/proc/18738/stat : 18738 (java) S 18735 18738 15292 0 -1 4202496 12865 0 1 0 55 2 0 0 20 0 23 0 23013489 10133950464 13557 33554432000 1073741824 1073778376 140736785235840 140736785226976 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18738/statm: 2474109 13557 2223 9 0 2464786 0
[pid=18738/tid=18739] ppid=18735 vsize=9896436 CPUtime=0.26 cores=0-3,8-11
/proc/18738/task/18739/stat : 18739 (java) R 18735 18738 15292 0 -1 4202560 2452 0 1 0 26 0 0 0 20 0 23 0 23013490 10133950464 13557 33554432000 1073741824 1073778376 140736785235840 140447432055712 140447435342743 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9896436

[startup+0.700236 s]
/proc/loadavg: 4.10 4.16 3.99 4/284 18738
/proc/meminfo: memFree=30399940/32872528 swapFree=7804/7804
[pid=18738] ppid=18735 vsize=9896436 CPUtime=1.61 cores=0-3,8-11
/proc/18738/stat : 18738 (java) S 18735 18738 15292 0 -1 4202496 14141 0 1 0 141 20 0 0 20 0 23 0 23013489 10133950464 51607 33554432000 1073741824 1073778376 140736785235840 140736785226976 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18738/statm: 2474109 51607 2256 9 0 2464786 0
[pid=18738/tid=18739] ppid=18735 vsize=9896436 CPUtime=0.62 cores=0-3,8-11
/proc/18738/task/18739/stat : 18739 (java) S 18735 18738 15292 0 -1 4202560 2513 0 1 0 59 3 0 0 20 0 23 0 23013490 10133950464 51607 33554432000 1073741824 1073778376 140736785235840 140447432055320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9896436

[startup+1.50141 s]
/proc/loadavg: 4.10 4.16 3.99 4/307 18761
/proc/meminfo: memFree=30136756/32872528 swapFree=7804/7804
[pid=18738] ppid=18735 vsize=10162692 CPUtime=3.96 cores=0-3,8-11
/proc/18738/stat : 18738 (java) S 18735 18738 15292 0 -1 4202496 15341 0 1 0 340 56 0 0 20 0 27 0 23013489 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140736785226976 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18738/statm: 2540673 92683 2276 9 0 2531350 0
[pid=18738/tid=18739] ppid=18735 vsize=10162692 CPUtime=1 cores=0-3,8-11
/proc/18738/task/18739/stat : 18739 (java) S 18735 18738 15292 0 -1 4202560 2552 0 1 0 97 3 0 0 20 0 27 0 23013490 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447432057720 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18738/tid=18741] ppid=18735 vsize=10162692 CPUtime=0.12 cores=0-3,8-11
/proc/18738/task/18741/stat : 18741 (java) S 18735 18738 15292 0 -1 4202560 98 0 0 0 6 6 0 0 20 0 27 0 23013491 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447393549096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18738/tid=18742] ppid=18735 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/18738/task/18742/stat : 18742 (java) S 18735 18738 15292 0 -1 4202560 103 0 0 0 6 7 0 0 20 0 27 0 23013491 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447392496296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18738/tid=18743] ppid=18735 vsize=10162692 CPUtime=0.12 cores=0-3,8-11
/proc/18738/task/18743/stat : 18743 (java) S 18735 18738 15292 0 -1 4202560 92 0 0 0 6 6 0 0 20 0 27 0 23013491 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447391444008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18744] ppid=18735 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/18738/task/18744/stat : 18744 (java) S 18735 18738 15292 0 -1 4202560 68 0 0 0 2 3 0 0 20 0 27 0 23013491 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447390391208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18738/tid=18745] ppid=18735 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/18738/task/18745/stat : 18745 (java) S 18735 18738 15292 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 27 0 23013491 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447389337896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18746] ppid=18735 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/18738/task/18746/stat : 18746 (java) S 18735 18738 15292 0 -1 4202560 57 0 0 0 2 2 0 0 20 0 27 0 23013491 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447388285096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18738/tid=18747] ppid=18735 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/18738/task/18747/stat : 18747 (java) S 18735 18738 15292 0 -1 4202560 28 0 0 0 2 3 0 0 20 0 27 0 23013491 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447387232808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18738/tid=18748] ppid=18735 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/18738/task/18748/stat : 18748 (java) S 18735 18738 15292 0 -1 4202560 78 0 0 0 2 3 0 0 20 0 27 0 23013492 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447386180008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18749] ppid=18735 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/18738/task/18749/stat : 18749 (java) S 18735 18738 15292 0 -1 4202560 30 0 0 0 2 3 0 0 20 0 27 0 23013492 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447385127720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18750] ppid=18735 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/18738/task/18750/stat : 18750 (java) S 18735 18738 15292 0 -1 4202560 73 0 0 0 4 5 0 0 20 0 27 0 23013492 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447384074920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18751] ppid=18735 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/18738/task/18751/stat : 18751 (java) S 18735 18738 15292 0 -1 4202560 83 0 0 0 4 5 0 0 20 0 27 0 23013492 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447383022632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18752] ppid=18735 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/18738/task/18752/stat : 18752 (java) S 18735 18738 15292 0 -1 4202560 24 0 0 0 1 3 0 0 20 0 27 0 23013492 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447381969832 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18738/tid=18753] ppid=18735 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/18738/task/18753/stat : 18753 (java) S 18735 18738 15292 0 -1 4202560 21 0 0 0 1 2 0 0 20 0 27 0 23013492 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447380916520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18754] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18754/stat : 18754 (java) S 18735 18738 15292 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 27 0 23013493 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447245604968 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18755] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18755/stat : 18755 (java) S 18735 18738 15292 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 27 0 23013493 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140447244551544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18756] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18756/stat : 18756 (java) S 18735 18738 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23013493 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140446235878536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18757] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18757/stat : 18757 (java) S 18735 18738 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23013495 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140446234827536 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18758] ppid=18735 vsize=10162692 CPUtime=0.62 cores=0-3,8-11
/proc/18738/task/18758/stat : 18758 (java) R 18735 18738 15292 0 -1 4202560 4475 0 0 0 62 0 0 0 20 0 27 0 23013495 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140446233774648 140447439043697 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18759] ppid=18735 vsize=10162692 CPUtime=0.57 cores=0-3,8-11
/proc/18738/task/18759/stat : 18759 (java) R 18735 18738 15292 0 -1 4202560 6119 0 0 0 57 0 0 0 20 0 27 0 23013495 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140446232722360 140447439034722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18760] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18760/stat : 18760 (java) S 18735 18738 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23013495 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140446231669752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18761] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18761/stat : 18761 (java) S 18735 18738 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23013495 10406596608 92683 33554432000 1073741824 1073778376 140736785235840 140446230616648 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 10162692

[startup+3.10165 s]
/proc/loadavg: 4.02 4.14 3.99 3/283 18767
/proc/meminfo: memFree=31614588/32872528 swapFree=7804/7804
[pid=18738] ppid=18735 vsize=10162692 CPUtime=7.91 cores=0-3,8-11
/proc/18738/stat : 18738 (java) S 18735 18738 15292 0 -1 4202496 15631 0 1 0 721 70 0 0 20 0 27 0 23013489 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140736785226976 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18738/statm: 2540673 103604 2277 9 0 2531350 0
[pid=18738/tid=18739] ppid=18735 vsize=10162692 CPUtime=1 cores=0-3,8-11
/proc/18738/task/18739/stat : 18739 (java) S 18735 18738 15292 0 -1 4202560 2552 0 1 0 97 3 0 0 20 0 27 0 23013490 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447432057720 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18741] ppid=18735 vsize=10162692 CPUtime=0.14 cores=0-3,8-11
/proc/18738/task/18741/stat : 18741 (java) S 18735 18738 15292 0 -1 4202560 103 0 0 0 7 7 0 0 20 0 27 0 23013491 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447393549096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18738/tid=18742] ppid=18735 vsize=10162692 CPUtime=0.18 cores=0-3,8-11
/proc/18738/task/18742/stat : 18742 (java) S 18735 18738 15292 0 -1 4202560 120 0 0 0 9 9 0 0 20 0 27 0 23013491 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447392496296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18743] ppid=18735 vsize=10162692 CPUtime=0.14 cores=0-3,8-11
/proc/18738/task/18743/stat : 18743 (java) S 18735 18738 15292 0 -1 4202560 103 0 0 0 7 7 0 0 20 0 27 0 23013491 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447391444008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18738/tid=18744] ppid=18735 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/18738/task/18744/stat : 18744 (java) S 18735 18738 15292 0 -1 4202560 77 0 0 0 2 4 0 0 20 0 27 0 23013491 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447390391208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18745] ppid=18735 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/18738/task/18745/stat : 18745 (java) S 18735 18738 15292 0 -1 4202560 40 0 0 0 3 4 0 0 20 0 27 0 23013491 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447389337896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18746] ppid=18735 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/18738/task/18746/stat : 18746 (java) S 18735 18738 15292 0 -1 4202560 76 0 0 0 5 4 0 0 20 0 27 0 23013491 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447388285096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18738/tid=18747] ppid=18735 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/18738/task/18747/stat : 18747 (java) S 18735 18738 15292 0 -1 4202560 44 0 0 0 5 4 0 0 20 0 27 0 23013491 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447387232808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18738/tid=18748] ppid=18735 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/18738/task/18748/stat : 18748 (java) S 18735 18738 15292 0 -1 4202560 98 0 0 0 5 5 0 0 20 0 27 0 23013492 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447386180008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18749] ppid=18735 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/18738/task/18749/stat : 18749 (java) S 18735 18738 15292 0 -1 4202560 43 0 0 0 2 4 0 0 20 0 27 0 23013492 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447385127720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18738/tid=18750] ppid=18735 vsize=10162692 CPUtime=0.12 cores=0-3,8-11
/proc/18738/task/18750/stat : 18750 (java) S 18735 18738 15292 0 -1 4202560 82 0 0 0 6 6 0 0 20 0 27 0 23013492 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447384074920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18751] ppid=18735 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/18738/task/18751/stat : 18751 (java) S 18735 18738 15292 0 -1 4202560 88 0 0 0 5 5 0 0 20 0 27 0 23013492 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447383022632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18752] ppid=18735 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/18738/task/18752/stat : 18752 (java) S 18735 18738 15292 0 -1 4202560 32 0 0 0 2 3 0 0 20 0 27 0 23013492 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447381969832 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18753] ppid=18735 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/18738/task/18753/stat : 18753 (java) S 18735 18738 15292 0 -1 4202560 32 0 0 0 2 3 0 0 20 0 27 0 23013492 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447380916520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18754] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18754/stat : 18754 (java) S 18735 18738 15292 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 23013493 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447245604968 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18738/tid=18755] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18755/stat : 18755 (java) S 18735 18738 15292 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 27 0 23013493 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140447244551544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18756] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18756/stat : 18756 (java) S 18735 18738 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23013493 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140446235878536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18757] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18757/stat : 18757 (java) S 18735 18738 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23013495 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140446234827536 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18758] ppid=18735 vsize=10162692 CPUtime=0.8 cores=0-3,8-11
/proc/18738/task/18758/stat : 18758 (java) S 18735 18738 15292 0 -1 4202560 4475 0 0 0 80 0 0 0 20 0 27 0 23013495 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140446233774648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18759] ppid=18735 vsize=10162692 CPUtime=0.88 cores=0-3,8-11
/proc/18738/task/18759/stat : 18759 (java) S 18735 18738 15292 0 -1 4202560 6120 0 0 0 88 0 0 0 20 0 27 0 23013495 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140446232722360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18760] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18760/stat : 18760 (java) S 18735 18738 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23013495 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140446231669752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18761] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18761/stat : 18761 (java) S 18735 18738 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23013495 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140446230616648 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18762] ppid=18735 vsize=10162692 CPUtime=1.85 cores=0-3,8-11
/proc/18738/task/18762/stat : 18762 (java) R 18735 18738 15292 0 -1 4202560 26 0 0 0 185 0 0 0 20 0 27 0 23013608 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140446229561576 140447260153934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18738/tid=18763] ppid=18735 vsize=10162692 CPUtime=1.84 cores=0-3,8-11
/proc/18738/task/18763/stat : 18763 (java) R 18735 18738 15292 0 -1 4202560 55 0 0 0 184 0 0 0 20 0 27 0 23013608 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140446228507192 140447260332913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18764] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18764/stat : 18764 (java) S 18735 18738 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23013610 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140446227457064 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18765] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18765/stat : 18765 (java) S 18735 18738 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23013610 10406596608 103604 33554432000 1073741824 1073778376 140736785235840 140446226404776 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 10162692

[startup+6.30113 s]
/proc/loadavg: 4.02 4.14 3.99 5/311 18839
/proc/meminfo: memFree=30919500/32872528 swapFree=7804/7804
[pid=18738] ppid=18735 vsize=10162692 CPUtime=14.84 cores=0-3,8-11
/proc/18738/stat : 18738 (java) S 18735 18738 15292 0 -1 4202496 15826 0 1 0 1401 83 0 0 20 0 27 0 23013489 10406596608 110781 33554432000 1073741824 1073778376 140736785235840 140736785226976 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18738/statm: 2540673 110781 2277 9 0 2531350 0
[pid=18738/tid=18739] ppid=18735 vsize=10162692 CPUtime=1 cores=0-3,8-11
/proc/18738/task/18739/stat : 18739 (java) S 18735 18738 15292 0 -1 4202560 2552 0 1 0 97 3 0 0 20 0 27 0 23013490 10406596608 110781 33554432000 1073741824 1073778376 140736785235840 140447432057720 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18741] ppid=18735 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/18738/task/18741/stat : 18741 (java) S 18735 18738 15292 0 -1 4202560 107 0 0 0 8 7 0 0 20 0 27 0 23013491 10406596608 110781 33554432000 1073741824 1073778376 140736785235840 140447393549096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18738/tid=18742] ppid=18735 vsize=10162692 CPUtime=0.19 cores=0-3,8-11

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

/proc/18738/task/18758/stat : 18758 (java) S 18735 18738 15292 0 -1 4202560 4883 0 0 0 132 1 0 0 20 0 27 0 23013495 10406596608 1258883 33554432000 1073741824 1073778376 140736785235840 140446233774648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18759] ppid=18735 vsize=10162692 CPUtime=1.76 cores=0-3,8-11
/proc/18738/task/18759/stat : 18759 (java) S 18735 18738 15292 0 -1 4202560 6162 0 0 0 176 0 0 0 20 0 27 0 23013495 10406596608 1258883 33554432000 1073741824 1073778376 140736785235840 140446232722360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18760] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18760/stat : 18760 (java) S 18735 18738 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23013495 10406596608 1258883 33554432000 1073741824 1073778376 140736785235840 140446231669752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18761] ppid=18735 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/18738/task/18761/stat : 18761 (java) S 18735 18738 15292 0 -1 4202560 43 0 0 0 12 13 0 0 20 0 27 0 23013495 10406596608 1258883 33554432000 1073741824 1073778376 140736785235840 140446230616648 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18762] ppid=18735 vsize=10162692 CPUtime=745.18 cores=0-3,8-11
/proc/18738/task/18762/stat : 18762 (java) R 18735 18738 15292 0 -1 4202560 1599 0 0 0 74493 25 0 0 20 0 27 0 23013608 10406596608 1258883 33554432000 1073741824 1073778376 140736785235840 140446229552784 140447260101132 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18763] ppid=18735 vsize=10162692 CPUtime=745.15 cores=0-3,8-11
/proc/18738/task/18763/stat : 18763 (java) R 18735 18738 15292 0 -1 4202560 247 0 0 0 74498 17 0 0 20 0 27 0 23013608 10406596608 1258883 33554432000 1073741824 1073778376 140736785235840 140446228507840 140447260133868 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18764] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18764/stat : 18764 (java) S 18735 18738 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23013610 10406596608 1258883 33554432000 1073741824 1073778376 140736785235840 140446227457064 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18765] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18765/stat : 18765 (java) S 18735 18738 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23013610 10406596608 1258883 33554432000 1073741824 1073778376 140736785235840 140446226404776 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 1556.98
Current children cumulated vsize (KiB) 10162692

[startup+822.301 s]
/proc/loadavg: 4.03 4.09 4.03 5/311 18862
/proc/meminfo: memFree=24510932/32872528 swapFree=7804/7804
[pid=18738] ppid=18735 vsize=10162692 CPUtime=1680.25 cores=0-3,8-11
/proc/18738/stat : 18738 (java) S 18735 18738 15292 0 -1 4202496 105656 0 1 0 166285 1740 0 0 20 0 27 0 23013489 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140736785226976 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18738/statm: 2540673 1282043 2291 9 0 2531350 0
[pid=18738/tid=18739] ppid=18735 vsize=10162692 CPUtime=1.03 cores=0-3,8-11
/proc/18738/task/18739/stat : 18739 (java) S 18735 18738 15292 0 -1 4202560 2578 0 1 0 99 4 0 0 20 0 27 0 23013490 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447432057720 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18738/tid=18741] ppid=18735 vsize=10162692 CPUtime=4.43 cores=0-3,8-11
/proc/18738/task/18741/stat : 18741 (java) S 18735 18738 15292 0 -1 4202560 6226 0 0 0 306 137 0 0 20 0 27 0 23013491 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447393549096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18742] ppid=18735 vsize=10162692 CPUtime=4.34 cores=0-3,8-11
/proc/18738/task/18742/stat : 18742 (java) S 18735 18738 15292 0 -1 4202560 6687 0 0 0 303 131 0 0 20 0 27 0 23013491 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447392496296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18743] ppid=18735 vsize=10162692 CPUtime=4.06 cores=0-3,8-11
/proc/18738/task/18743/stat : 18743 (java) S 18735 18738 15292 0 -1 4202560 6332 0 0 0 291 115 0 0 20 0 27 0 23013491 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447391444008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18744] ppid=18735 vsize=10162692 CPUtime=4.18 cores=0-3,8-11
/proc/18738/task/18744/stat : 18744 (java) S 18735 18738 15292 0 -1 4202560 5965 0 0 0 265 153 0 0 20 0 27 0 23013491 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447390391208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18745] ppid=18735 vsize=10162692 CPUtime=4.16 cores=0-3,8-11
/proc/18738/task/18745/stat : 18745 (java) S 18735 18738 15292 0 -1 4202560 4555 0 0 0 290 126 0 0 20 0 27 0 23013491 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447389337896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18738/tid=18746] ppid=18735 vsize=10162692 CPUtime=4.71 cores=0-3,8-11
/proc/18738/task/18746/stat : 18746 (java) S 18735 18738 15292 0 -1 4202560 7346 0 0 0 328 143 0 0 20 0 27 0 23013491 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447388285096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18738/tid=18747] ppid=18735 vsize=10162692 CPUtime=4.09 cores=0-3,8-11
/proc/18738/task/18747/stat : 18747 (java) S 18735 18738 15292 0 -1 4202560 4662 0 0 0 283 126 0 0 20 0 27 0 23013491 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447387232808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18738/tid=18748] ppid=18735 vsize=10162692 CPUtime=4.41 cores=0-3,8-11
/proc/18738/task/18748/stat : 18748 (java) S 18735 18738 15292 0 -1 4202560 8413 0 0 0 306 135 0 0 20 0 27 0 23013492 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447386180008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18749] ppid=18735 vsize=10162692 CPUtime=3.91 cores=0-3,8-11
/proc/18738/task/18749/stat : 18749 (java) S 18735 18738 15292 0 -1 4202560 5412 0 0 0 292 99 0 0 20 0 27 0 23013492 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447385127720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18750] ppid=18735 vsize=10162692 CPUtime=3.92 cores=0-3,8-11
/proc/18738/task/18750/stat : 18750 (java) S 18735 18738 15292 0 -1 4202560 7561 0 0 0 277 115 0 0 20 0 27 0 23013492 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447384074920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18751] ppid=18735 vsize=10162692 CPUtime=4.37 cores=0-3,8-11
/proc/18738/task/18751/stat : 18751 (java) S 18735 18738 15292 0 -1 4202560 8628 0 0 0 278 159 0 0 20 0 27 0 23013492 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447383022632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18752] ppid=18735 vsize=10162692 CPUtime=4.3 cores=0-3,8-11
/proc/18738/task/18752/stat : 18752 (java) S 18735 18738 15292 0 -1 4202560 7361 0 0 0 304 126 0 0 20 0 27 0 23013492 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447381969832 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18753] ppid=18735 vsize=10162692 CPUtime=4.34 cores=0-3,8-11
/proc/18738/task/18753/stat : 18753 (java) S 18735 18738 15292 0 -1 4202560 6280 0 0 0 310 124 0 0 20 0 27 0 23013492 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447380916520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18738/tid=18754] ppid=18735 vsize=10162692 CPUtime=7.47 cores=0-3,8-11
/proc/18738/task/18754/stat : 18754 (java) S 18735 18738 15292 0 -1 4202560 3445 0 0 0 741 6 0 0 20 0 27 0 23013493 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447245604968 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18738/tid=18755] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18755/stat : 18755 (java) S 18735 18738 15292 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 27 0 23013493 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140447244551544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18756] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18756/stat : 18756 (java) S 18735 18738 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23013493 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140446235878536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18757] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18757/stat : 18757 (java) S 18735 18738 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23013495 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140446234827536 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18758] ppid=18735 vsize=10162692 CPUtime=1.33 cores=0-3,8-11
/proc/18738/task/18758/stat : 18758 (java) S 18735 18738 15292 0 -1 4202560 4883 0 0 0 132 1 0 0 20 0 27 0 23013495 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140446233774648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18759] ppid=18735 vsize=10162692 CPUtime=1.76 cores=0-3,8-11
/proc/18738/task/18759/stat : 18759 (java) S 18735 18738 15292 0 -1 4202560 6162 0 0 0 176 0 0 0 20 0 27 0 23013495 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140446232722360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18760] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18760/stat : 18760 (java) S 18735 18738 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23013495 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140446231669752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18761] ppid=18735 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/18738/task/18761/stat : 18761 (java) S 18735 18738 15292 0 -1 4202560 47 0 0 0 13 14 0 0 20 0 27 0 23013495 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140446230616648 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18762] ppid=18735 vsize=10162692 CPUtime=804.46 cores=0-3,8-11
/proc/18738/task/18762/stat : 18762 (java) R 18735 18738 15292 0 -1 4202560 1599 0 0 0 80420 26 0 0 20 0 27 0 23013608 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140446229559768 140447259953824 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18763] ppid=18735 vsize=10162692 CPUtime=804.43 cores=0-3,8-11
/proc/18738/task/18763/stat : 18763 (java) R 18735 18738 15292 0 -1 4202560 247 0 0 0 80425 18 0 0 20 0 27 0 23013608 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140446228507760 140447260133924 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18764] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18764/stat : 18764 (java) S 18735 18738 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23013610 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140446227457064 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18765] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18765/stat : 18765 (java) S 18735 18738 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23013610 10406596608 1282043 33554432000 1073741824 1073778376 140736785235840 140446226404776 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 1680.25
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+880.701 s]
/proc/loadavg: 3.96 4.06 4.02 5/311 18863
/proc/meminfo: memFree=23950672/32872528 swapFree=7804/7804
[pid=18738] ppid=18735 vsize=10162692 CPUtime=1800.16 cores=0-3,8-11
/proc/18738/stat : 18738 (java) S 18735 18738 15292 0 -1 4202496 108297 0 1 0 177941 2075 0 0 20 0 27 0 23013489 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140736785226976 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18738/statm: 2540673 1447766 2291 9 0 2531350 0
[pid=18738/tid=18739] ppid=18735 vsize=10162692 CPUtime=1.03 cores=0-3,8-11
/proc/18738/task/18739/stat : 18739 (java) S 18735 18738 15292 0 -1 4202560 2579 0 1 0 99 4 0 0 20 0 27 0 23013490 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447432057720 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18738/tid=18741] ppid=18735 vsize=10162692 CPUtime=4.8 cores=0-3,8-11
/proc/18738/task/18741/stat : 18741 (java) S 18735 18738 15292 0 -1 4202560 6384 0 0 0 319 161 0 0 20 0 27 0 23013491 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447393549096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18738/tid=18742] ppid=18735 vsize=10162692 CPUtime=4.69 cores=0-3,8-11
/proc/18738/task/18742/stat : 18742 (java) S 18735 18738 15292 0 -1 4202560 6851 0 0 0 317 152 0 0 20 0 27 0 23013491 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447392496296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18743] ppid=18735 vsize=10162692 CPUtime=4.42 cores=0-3,8-11
/proc/18738/task/18743/stat : 18743 (java) S 18735 18738 15292 0 -1 4202560 6490 0 0 0 304 138 0 0 20 0 27 0 23013491 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447391444008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18738/tid=18744] ppid=18735 vsize=10162692 CPUtime=4.6 cores=0-3,8-11
/proc/18738/task/18744/stat : 18744 (java) S 18735 18738 15292 0 -1 4202560 6105 0 0 0 285 175 0 0 20 0 27 0 23013491 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447390391208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18745] ppid=18735 vsize=10162692 CPUtime=4.62 cores=0-3,8-11
/proc/18738/task/18745/stat : 18745 (java) S 18735 18738 15292 0 -1 4202560 4771 0 0 0 303 159 0 0 20 0 27 0 23013491 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447389337896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18746] ppid=18735 vsize=10162692 CPUtime=5.16 cores=0-3,8-11
/proc/18738/task/18746/stat : 18746 (java) S 18735 18738 15292 0 -1 4202560 7527 0 0 0 344 172 0 0 20 0 27 0 23013491 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447388285096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18738/tid=18747] ppid=18735 vsize=10162692 CPUtime=4.61 cores=0-3,8-11
/proc/18738/task/18747/stat : 18747 (java) S 18735 18738 15292 0 -1 4202560 4885 0 0 0 302 159 0 0 20 0 27 0 23013491 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447387232808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18738/tid=18748] ppid=18735 vsize=10162692 CPUtime=4.76 cores=0-3,8-11
/proc/18738/task/18748/stat : 18748 (java) S 18735 18738 15292 0 -1 4202560 8584 0 0 0 317 159 0 0 20 0 27 0 23013492 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447386180008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18749] ppid=18735 vsize=10162692 CPUtime=4.31 cores=0-3,8-11
/proc/18738/task/18749/stat : 18749 (java) S 18735 18738 15292 0 -1 4202560 5576 0 0 0 307 124 0 0 20 0 27 0 23013492 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447385127720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18750] ppid=18735 vsize=10162692 CPUtime=4.31 cores=0-3,8-11
/proc/18738/task/18750/stat : 18750 (java) S 18735 18738 15292 0 -1 4202560 7664 0 0 0 304 127 0 0 20 0 27 0 23013492 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447384074920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18738/tid=18751] ppid=18735 vsize=10162692 CPUtime=4.86 cores=0-3,8-11
/proc/18738/task/18751/stat : 18751 (java) S 18735 18738 15292 0 -1 4202560 8829 0 0 0 298 188 0 0 20 0 27 0 23013492 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447383022632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18752] ppid=18735 vsize=10162692 CPUtime=4.74 cores=0-3,8-11
/proc/18738/task/18752/stat : 18752 (java) S 18735 18738 15292 0 -1 4202560 7565 0 0 0 323 151 0 0 20 0 27 0 23013492 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447381969832 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18753] ppid=18735 vsize=10162692 CPUtime=4.88 cores=0-3,8-11
/proc/18738/task/18753/stat : 18753 (java) S 18735 18738 15292 0 -1 4202560 6524 0 0 0 327 161 0 0 20 0 27 0 23013492 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447380916520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18754] ppid=18735 vsize=10162692 CPUtime=8.39 cores=0-3,8-11
/proc/18738/task/18754/stat : 18754 (java) S 18735 18738 15292 0 -1 4202560 3754 0 0 0 833 6 0 0 20 0 27 0 23013493 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447245604968 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18755] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18755/stat : 18755 (java) S 18735 18738 15292 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 27 0 23013493 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140447244551544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18756] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18756/stat : 18756 (java) S 18735 18738 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23013493 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140446235878536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18757] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18757/stat : 18757 (java) S 18735 18738 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23013495 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140446234827536 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18738/tid=18758] ppid=18735 vsize=10162692 CPUtime=1.33 cores=0-3,8-11
/proc/18738/task/18758/stat : 18758 (java) S 18735 18738 15292 0 -1 4202560 4883 0 0 0 132 1 0 0 20 0 27 0 23013495 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140446233774648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18759] ppid=18735 vsize=10162692 CPUtime=1.76 cores=0-3,8-11
/proc/18738/task/18759/stat : 18759 (java) S 18735 18738 15292 0 -1 4202560 6162 0 0 0 176 0 0 0 20 0 27 0 23013495 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140446232722360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18760] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18760/stat : 18760 (java) S 18735 18738 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23013495 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140446231669752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18738/tid=18761] ppid=18735 vsize=10162692 CPUtime=0.29 cores=0-3,8-11
/proc/18738/task/18761/stat : 18761 (java) S 18735 18738 15292 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 27 0 23013495 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140446230616648 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18738/tid=18762] ppid=18735 vsize=10162692 CPUtime=861.08 cores=0-3,8-11
/proc/18738/task/18762/stat : 18762 (java) R 18735 18738 15292 0 -1 4202560 1599 0 0 0 86081 27 0 0 20 0 27 0 23013608 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140446229559648 140447260138755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18738/tid=18763] ppid=18735 vsize=10162692 CPUtime=861.06 cores=0-3,8-11
/proc/18738/task/18763/stat : 18763 (java) R 18735 18738 15292 0 -1 4202560 247 0 0 0 86087 19 0 0 20 0 27 0 23013608 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140446228507728 140447260133949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18738/tid=18764] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18764/stat : 18764 (java) S 18735 18738 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23013610 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140446227457064 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18738/tid=18765] ppid=18735 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18738/task/18765/stat : 18765 (java) S 18735 18738 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23013610 10406596608 1447766 33554432000 1073741824 1073778376 140736785235840 140446226404776 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 18738 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 18738 and gives
#  childrusage.ru_utime.tv_sec=1774
#  childrusage.ru_utime.tv_usec=992160
#  childrusage.ru_stime.tv_sec=21
#  childrusage.ru_stime.tv_usec=208775
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 880.765
CPU time (s): 1800.16
CPU user time (s): 1779.41
CPU system time (s): 20.75
CPU usage (%): 204.386
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.99
system time used= 21.2088
maximum resident set size= 5791188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108338
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29400
involuntary context switches= 10144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52386 second user time and 9.8555 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 02:28:09
IDJOB=4100410
IDBENCH=1613
IDSOLVER=2543
FILE ID=node132/4100410-1466209689
RUNJOBID= node132-1466206058-15308
PBS_JOBID= 19918145
Free space on /tmp= 71736 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/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100410-1466209689/watcher-4100410-1466209689 -o /tmp/evaluation-result-4100410-1466209689/solver-4100410-1466209689 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15308 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100410-1466209689.opb

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

MD5SUM BENCH= cf56ee4a2e10a22486df8fb664e91027
RANDOM SEED=988433479

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:        30400328 kB
Buffers:           37760 kB
Cached:            84656 kB
SwapCached:         1804 kB
Active:          1669884 kB
Inactive:          77108 kB
Active(anon):    1623668 kB
Inactive(anon):     2980 kB
Active(file):      46216 kB
Inactive(file):    74128 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:              2480 kB
Writeback:             0 kB
AnonPages:       1632188 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             575660 kB
SReclaimable:      15896 kB
SUnreclaim:       559764 kB
KernelStack:        2352 kB
PageTables:         7788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1764268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1570816 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:42:50