Trace number 4122422

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 98.01 97.1777

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n28-d4-i3.cnf.gz-plain.pb.metafix.opb
MD5SUMdd0a723f0529a9febed7b21b6e862229
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark71.2732
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables113
Total number of constraints236
Number of constraints which are clauses236
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	16
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@3f662dc8
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@2a0ecd7e
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4122422-1467316823.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.034s.
0.11/0.13	c declared #vars     113
0.11/0.14	c #constraints  236
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 236
0.11/0.14	c 236 constraints processed.
0.68/0.43	c cleaning 2497 clauses out of 5001 with flag 33383/5001
0.91/0.67	c cleaning 4248 clauses out of 8504 with flag 75003/11001
1.35/1.03	c cleaning 5622 clauses out of 11255 with flag 124156/18000
1.75/1.46	c cleaning 6813 clauses out of 13633 with flag 179705/26000
2.38/2.06	c cleaning 7900 clauses out of 15821 with flag 247901/35001
3.18/2.80	c cleaning 8952 clauses out of 17923 with flag 327390/45003
3.98/3.69	c cleaning 9981 clauses out of 19970 with flag 398212/56002
4.98/4.64	c cleaning 10993 clauses out of 21987 with flag 477463/68000
5.99/5.67	c cleaning 11991 clauses out of 23994 with flag 564082/81000
7.28/6.94	c cleaning 12994 clauses out of 26003 with flag 655860/95000
8.68/8.34	c cleaning 13998 clauses out of 28009 with flag 752919/110000
10.39/10.01	c cleaning 15000 clauses out of 30011 with flag 867838/126000
12.28/11.96	c cleaning 16004 clauses out of 32013 with flag 994386/143002
14.48/14.10	c cleaning 16994 clauses out of 34007 with flag 1118822/161000
16.99/16.68	c cleaning 18000 clauses out of 36013 with flag 1251560/180000
19.88/19.52	c cleaning 19001 clauses out of 38014 with flag 1394157/200001
22.68/22.30	c cleaning 20000 clauses out of 40012 with flag 1539397/221000
25.98/25.68	c cleaning 21001 clauses out of 42013 with flag 1697854/243001
29.77/29.43	c cleaning 21999 clauses out of 44012 with flag 1842866/266001
33.88/33.56	c cleaning 22997 clauses out of 46012 with flag 2004466/290000
38.51/38.16	c cleaning 24001 clauses out of 48017 with flag 2171850/315002
44.09/43.39	c cleaning 25004 clauses out of 50016 with flag 2338580/341002
49.51/48.78	c cleaning 26000 clauses out of 52010 with flag 2523523/368000
55.11/54.38	c cleaning 27000 clauses out of 54010 with flag 2716862/396001
61.54/60.76	c cleaning 28002 clauses out of 56010 with flag 2921009/425001
67.83/67.04	c cleaning 28998 clauses out of 58008 with flag 3118382/455001
74.73/74.00	c cleaning 30000 clauses out of 60010 with flag 3324536/486001
82.35/81.51	c cleaning 30999 clauses out of 62009 with flag 3532918/518000
90.78/89.96	c cleaning 31999 clauses out of 64010 with flag 3743459/551001
98.01/97.13	c starts		: 220
98.01/97.13	c conflicts		: 579073
98.01/97.13	c decisions		: 729778
98.01/97.13	c propagations		: 8920088
98.01/97.13	c inspects		: 2611845113
98.01/97.13	c shortcuts		: 0
98.01/97.13	c learnt literals	: 15
98.01/97.13	c learnt binary clauses	: 14
98.01/97.13	c learnt ternary clauses	: 30
98.01/97.13	c learnt constraints	: 579057
98.01/97.13	c ignored constraints	: 0
98.01/97.13	c root simplifications	: 0
98.01/97.13	c removed literals (reason simplification)	: 0
98.01/97.13	c reason swapping (by a shorter reason)	: 0
98.01/97.13	c Calls to reduceDB	: 29
98.01/97.13	c Number of update (reduction) of LBD	: 179206
98.01/97.13	c Imported unit clauses	: 0
98.01/97.13	c number of reductions to clauses (during analyze)	: 0
98.01/97.13	c number of learned constraints concerned by reduction	: 0
98.01/97.13	c number of learning phase by resolution	: 0
98.01/97.13	c number of learning phase by cutting planes	: 0
98.01/97.13	c speed (assignments/second)	: 91963.46241082107
98.01/97.13	c non guided choices	94
98.01/97.16	c learnt constraints type 
98.01/97.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
98.01/97.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60055
98.01/97.16	s UNSATISFIABLE
98.01/97.16	c Total wall clock time (in seconds): 97.059

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

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

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


[startup+0 s]
/proc/loadavg: 2.18 1.62 1.57 3/282 5011
/proc/meminfo: memFree=27790988/32872528 swapFree=8828/8828
[pid=5011] ppid=5008 vsize=8471396 CPUtime=0 cores=4-7,12-15
/proc/5011/stat : 5011 (java) S 5008 5011 26963 0 -1 4202496 1678 0 1 0 0 0 0 0 20 0 2 0 12635049 8674709504 1282 33554432000 1073741824 1073778376 140733777057712 140733777048848 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5011/statm: 2117849 1289 937 9 0 2108958 0
[pid=5011/tid=5012] ppid=5008 vsize=8482100 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5012/stat : 5012 (java) R 5008 5011 26963 0 -1 4202560 620 0 1 0 0 0 0 0 20 0 2 0 12635050 8685670400 1448 33554432000 1073741824 1073778376 140733777057712 139937281337648 216808305323 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.18 1.62 1.57 3/282 5011
/proc/meminfo: memFree=27790988/32872528 swapFree=8828/8828
[pid=5011] ppid=5008 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/5011/stat : 5011 (java) S 5008 5011 26963 0 -1 4202496 4590 0 1 0 10 1 0 0 20 0 23 0 12635049 10133950464 5709 33554432000 1073741824 1073778376 140733777057712 140733777048848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5011/statm: 2474109 5710 2157 9 0 2464786 0
[pid=5011/tid=5012] ppid=5008 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/5011/task/5012/stat : 5012 (java) R 5008 5011 26963 0 -1 4202560 2470 0 1 0 8 0 0 0 20 0 23 0 12635050 10133950464 5710 33554432000 1073741824 1073778376 140733777057712 139937281335640 216808953904 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.200277 s]
/proc/loadavg: 2.18 1.62 1.57 3/282 5011
/proc/meminfo: memFree=27790988/32872528 swapFree=8828/8828
[pid=5011] ppid=5008 vsize=9963000 CPUtime=0.32 cores=4-7,12-15
/proc/5011/stat : 5011 (java) S 5008 5011 26963 0 -1 4202496 7291 0 1 0 30 2 0 0 20 0 24 0 12635049 10202112000 8122 33554432000 1073741824 1073778376 140733777057712 140733777048848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5011/statm: 2490750 8122 2223 9 0 2481427 0
[pid=5011/tid=5012] ppid=5008 vsize=9963000 CPUtime=0.18 cores=4-7,12-15
/proc/5011/task/5012/stat : 5012 (java) R 5008 5011 26963 0 -1 4202560 2495 0 1 0 16 2 0 0 20 0 24 0 12635050 10202112000 8122 33554432000 1073741824 1073778376 140733777057712 139937281335160 139937221286560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9963000

[startup+0.30033 s]
/proc/loadavg: 2.18 1.62 1.57 3/282 5011
/proc/meminfo: memFree=27790988/32872528 swapFree=8828/8828
[pid=5011] ppid=5008 vsize=9963000 CPUtime=0.51 cores=4-7,12-15
/proc/5011/stat : 5011 (java) S 5008 5011 26963 0 -1 4202496 7534 0 1 0 49 2 0 0 20 0 24 0 12635049 10202112000 8126 33554432000 1073741824 1073778376 140733777057712 140733777048848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5011/statm: 2490750 8126 2237 9 0 2481427 0
[pid=5011/tid=5012] ppid=5008 vsize=9963000 CPUtime=0.28 cores=4-7,12-15
/proc/5011/task/5012/stat : 5012 (java) R 5008 5011 26963 0 -1 4202560 2496 0 1 0 26 2 0 0 20 0 24 0 12635050 10202112000 8126 33554432000 1073741824 1073778376 140733777057712 139937281335160 139937221501612 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9963000

[startup+0.70023 s]
/proc/loadavg: 2.18 1.62 1.57 3/282 5011
/proc/meminfo: memFree=27790988/32872528 swapFree=8828/8828
[pid=5011] ppid=5008 vsize=9963000 CPUtime=1.05 cores=4-7,12-15
/proc/5011/stat : 5011 (java) S 5008 5011 26963 0 -1 4202496 8383 0 1 0 103 2 0 0 20 0 24 0 12635049 10202112000 8705 33554432000 1073741824 1073778376 140733777057712 140733777048848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5011/statm: 2490750 8705 2248 9 0 2481427 0
[pid=5011/tid=5012] ppid=5008 vsize=9963000 CPUtime=0.68 cores=4-7,12-15
/proc/5011/task/5012/stat : 5012 (java) R 5008 5011 26963 0 -1 4202560 2497 0 1 0 66 2 0 0 20 0 24 0 12635050 10202112000 8705 33554432000 1073741824 1073778376 140733777057712 139937281335160 139937221452698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9963000

[startup+1.50089 s]
/proc/loadavg: 2.18 1.62 1.57 3/306 5035
/proc/meminfo: memFree=27762512/32872528 swapFree=8828/8828
[pid=5011] ppid=5008 vsize=9963000 CPUtime=1.88 cores=4-7,12-15
/proc/5011/stat : 5011 (java) S 5008 5011 26963 0 -1 4202496 8716 0 1 0 186 2 0 0 20 0 24 0 12635049 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 140733777048848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5011/statm: 2490750 9218 2249 9 0 2481427 0
[pid=5011/tid=5012] ppid=5008 vsize=9963000 CPUtime=1.48 cores=4-7,12-15
/proc/5011/task/5012/stat : 5012 (java) R 5008 5011 26963 0 -1 4202560 2499 0 1 0 146 2 0 0 20 0 24 0 12635050 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937281326800 139937221501484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5014] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5014/stat : 5014 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937220065960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5015] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5015/stat : 5015 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937219013416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5016] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5016/stat : 5016 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937217960872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5017] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5017/stat : 5017 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937216908328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5018] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5018/stat : 5018 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937120467112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5019] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5019/stat : 5019 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937119414568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5020] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5020/stat : 5020 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937118362024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5021] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5021/stat : 5021 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937117309480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5022] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5022/stat : 5022 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937116256936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5023] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5023/stat : 5023 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937115204392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=5011/tid=5024] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5024/stat : 5024 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937114151848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=5011/tid=5025] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5025/stat : 5025 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937113099304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5026] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5026/stat : 5026 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937112045736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5011/tid=5027] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5027/stat : 5027 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937094584552 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5028] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5028/stat : 5028 (java) S 5008 5011 26963 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937093530872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5029] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5029/stat : 5029 (java) S 5008 5011 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937092478216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5030] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5030/stat : 5030 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937091426960 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5031] ppid=5008 vsize=9963000 CPUtime=0.18 cores=4-7,12-15
/proc/5011/task/5031/stat : 5031 (java) S 5008 5011 26963 0 -1 4202560 2834 0 0 0 18 0 0 0 20 0 24 0 12635054 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937090374328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5032] ppid=5008 vsize=9963000 CPUtime=0.18 cores=4-7,12-15
/proc/5011/task/5032/stat : 5032 (java) S 5008 5011 26963 0 -1 4202560 2099 0 0 0 18 0 0 0 20 0 24 0 12635054 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937089321784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5033] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5033/stat : 5033 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937088269432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5034] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5034/stat : 5034 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937087216072 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5035] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5035/stat : 5035 (java) S 5008 5011 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12635064 10202112000 9218 33554432000 1073741824 1073778376 140733777057712 139937086063528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9963000

[startup+3.10091 s]
/proc/loadavg: 2.18 1.62 1.57 3/306 5035
/proc/meminfo: memFree=27757588/32872528 swapFree=8828/8828
[pid=5011] ppid=5008 vsize=9963000 CPUtime=3.48 cores=4-7,12-15
/proc/5011/stat : 5011 (java) S 5008 5011 26963 0 -1 4202496 8718 0 1 0 346 2 0 0 20 0 24 0 12635049 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 140733777048848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5011/statm: 2490750 10242 2249 9 0 2481427 0
[pid=5011/tid=5012] ppid=5008 vsize=9963000 CPUtime=3.08 cores=4-7,12-15
/proc/5011/task/5012/stat : 5012 (java) R 5008 5011 26963 0 -1 4202560 2501 0 1 0 306 2 0 0 20 0 24 0 12635050 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937281326784 139937221501571 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5014] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5014/stat : 5014 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937220065960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5015] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5015/stat : 5015 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937219013416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5016] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5016/stat : 5016 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937217960872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5017] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5017/stat : 5017 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937216908328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5018] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5018/stat : 5018 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937120467112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5019] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5019/stat : 5019 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937119414568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5020] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5020/stat : 5020 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937118362024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5021] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5021/stat : 5021 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937117309480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5022] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5022/stat : 5022 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937116256936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5023] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5023/stat : 5023 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937115204392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=5011/tid=5024] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5024/stat : 5024 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937114151848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=5011/tid=5025] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5025/stat : 5025 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937113099304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5026] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5026/stat : 5026 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937112045736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5011/tid=5027] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5027/stat : 5027 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937094584552 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5028] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5028/stat : 5028 (java) S 5008 5011 26963 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937093530872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5029] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5029/stat : 5029 (java) S 5008 5011 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937092478216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5030] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5030/stat : 5030 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937091426960 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5031] ppid=5008 vsize=9963000 CPUtime=0.18 cores=4-7,12-15
/proc/5011/task/5031/stat : 5031 (java) S 5008 5011 26963 0 -1 4202560 2834 0 0 0 18 0 0 0 20 0 24 0 12635054 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937090374328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5032] ppid=5008 vsize=9963000 CPUtime=0.18 cores=4-7,12-15
/proc/5011/task/5032/stat : 5032 (java) S 5008 5011 26963 0 -1 4202560 2099 0 0 0 18 0 0 0 20 0 24 0 12635054 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937089321784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5033] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5033/stat : 5033 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937088269432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5034] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5034/stat : 5034 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937087216072 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5035] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5035/stat : 5035 (java) S 5008 5011 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12635064 10202112000 10242 33554432000 1073741824 1073778376 140733777057712 139937086063528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9963000

[startup+6.30091 s]
/proc/loadavg: 2.17 1.63 1.57 3/306 5035
/proc/meminfo: memFree=27753864/32872528 swapFree=8828/8828
[pid=5011] ppid=5008 vsize=9963000 CPUtime=6.68 cores=4-7,12-15
/proc/5011/stat : 5011 (java) S 5008 5011 26963 0 -1 4202496 8722 0 1 0 666 2 0 0 20 0 24 0 12635049 10202112000 11153 33554432000 1073741824 1073778376 140733777057712 140733777048848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5011/statm: 2490750 11153 2250 9 0 2481427 0
[pid=5011/tid=5012] ppid=5008 vsize=9963000 CPUtime=6.27 cores=4-7,12-15
/proc/5011/task/5012/stat : 5012 (java) R 5008 5011 26963 0 -1 4202560 2504 0 1 0 625 2 0 0 20 0 24 0 12635050 10202112000 11153 33554432000 1073741824 1073778376 140733777057712 139937281326784 139937221452800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5014] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5014/stat : 5014 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 11153 33554432000 1073741824 1073778376 140733777057712 139937220065960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5015] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5015/stat : 5015 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 11153 33554432000 1073741824 1073778376 140733777057712 139937219013416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5016] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5016/stat : 5016 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 11153 33554432000 1073741824 1073778376 140733777057712 139937217960872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5017] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15

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

/proc/5011/task/5015/stat : 5015 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937219013416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5016] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5016/stat : 5016 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937217960872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5017] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5017/stat : 5017 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937216908328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5018] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5018/stat : 5018 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937120467112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5019] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5019/stat : 5019 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937119414568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5020] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5020/stat : 5020 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937118362024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5021] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5021/stat : 5021 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937117309480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5022] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5022/stat : 5022 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937116256936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5023] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5023/stat : 5023 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937115204392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=5011/tid=5024] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5024/stat : 5024 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937114151848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=5011/tid=5025] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5025/stat : 5025 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937113099304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5026] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5026/stat : 5026 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937112045736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5011/tid=5027] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5027/stat : 5027 (java) S 5008 5011 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937094584552 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5028] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5028/stat : 5028 (java) S 5008 5011 26963 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937093530872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5029] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5029/stat : 5029 (java) S 5008 5011 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937092478216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5030] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5030/stat : 5030 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937091426960 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5031] ppid=5008 vsize=9963000 CPUtime=0.19 cores=4-7,12-15
/proc/5011/task/5031/stat : 5031 (java) S 5008 5011 26963 0 -1 4202560 2849 0 0 0 19 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937090374328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5032] ppid=5008 vsize=9963000 CPUtime=0.7 cores=4-7,12-15
/proc/5011/task/5032/stat : 5032 (java) S 5008 5011 26963 0 -1 4202560 9341 0 0 0 68 2 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937089321784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5011/tid=5033] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5033/stat : 5033 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937088269432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5034] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5034/stat : 5034 (java) S 5008 5011 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937087216072 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5035] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5035/stat : 5035 (java) S 5008 5011 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12635064 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937086063528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 97.72
Current children cumulated vsize (KiB) 9963000

[startup+97.0009 s]
/proc/loadavg: 2.06 1.74 1.61 3/306 5058
/proc/meminfo: memFree=27658448/32872528 swapFree=8828/8828
[pid=5011] ppid=5008 vsize=9963000 CPUtime=97.91 cores=4-7,12-15
/proc/5011/stat : 5011 (java) S 5008 5011 26963 0 -1 4202496 16028 0 1 0 9785 6 0 0 20 0 24 0 12635049 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 140733777048848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5011/statm: 2490750 26001 2258 9 0 2481427 0
[pid=5011/tid=5012] ppid=5008 vsize=9963000 CPUtime=96.73 cores=4-7,12-15
/proc/5011/task/5012/stat : 5012 (java) R 5008 5011 26963 0 -1 4202560 2546 0 1 0 9670 3 0 0 20 0 24 0 12635050 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937281333696 139937221692528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5014] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5014/stat : 5014 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937220065960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5015] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5015/stat : 5015 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937219013416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5016] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5016/stat : 5016 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937217960872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5017] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5017/stat : 5017 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937216908328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5018] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5018/stat : 5018 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937120467112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5019] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5019/stat : 5019 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937119414568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5020] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5020/stat : 5020 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937118362024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5021] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5021/stat : 5021 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937117309480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5022] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5022/stat : 5022 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937116256936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5023] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5023/stat : 5023 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937115204392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=5011/tid=5024] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5024/stat : 5024 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937114151848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=5011/tid=5025] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5025/stat : 5025 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937113099304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5026] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5026/stat : 5026 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937112045736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5011/tid=5027] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5027/stat : 5027 (java) S 5008 5011 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937094584552 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5028] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5028/stat : 5028 (java) S 5008 5011 26963 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937093530872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5029] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5029/stat : 5029 (java) S 5008 5011 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937092478216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5030] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5030/stat : 5030 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937091426960 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5031] ppid=5008 vsize=9963000 CPUtime=0.19 cores=4-7,12-15
/proc/5011/task/5031/stat : 5031 (java) S 5008 5011 26963 0 -1 4202560 2849 0 0 0 19 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937090374328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5032] ppid=5008 vsize=9963000 CPUtime=0.7 cores=4-7,12-15
/proc/5011/task/5032/stat : 5032 (java) S 5008 5011 26963 0 -1 4202560 9341 0 0 0 68 2 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937089321784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5011/tid=5033] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5033/stat : 5033 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937088269432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5034] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5034/stat : 5034 (java) S 5008 5011 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937087216072 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5035] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5035/stat : 5035 (java) S 5008 5011 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12635064 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937086063528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 97.91
Current children cumulated vsize (KiB) 9963000

[startup+97.101 s]
/proc/loadavg: 2.06 1.74 1.61 3/306 5058
/proc/meminfo: memFree=27658448/32872528 swapFree=8828/8828
[pid=5011] ppid=5008 vsize=9963000 CPUtime=98.01 cores=4-7,12-15
/proc/5011/stat : 5011 (java) S 5008 5011 26963 0 -1 4202496 16028 0 1 0 9795 6 0 0 20 0 24 0 12635049 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 140733777048848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5011/statm: 2490750 26001 2258 9 0 2481427 0
[pid=5011/tid=5012] ppid=5008 vsize=9963000 CPUtime=96.83 cores=4-7,12-15
/proc/5011/task/5012/stat : 5012 (java) R 5008 5011 26963 0 -1 4202560 2546 0 1 0 9680 3 0 0 20 0 24 0 12635050 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937281333696 139937221692620 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5014] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5014/stat : 5014 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937220065960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5015] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5015/stat : 5015 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937219013416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5016] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5016/stat : 5016 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937217960872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5017] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5017/stat : 5017 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937216908328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5018] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5018/stat : 5018 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937120467112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5019] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5019/stat : 5019 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937119414568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5020] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5020/stat : 5020 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937118362024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5021] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5021/stat : 5021 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937117309480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5022] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5022/stat : 5022 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937116256936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5023] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5023/stat : 5023 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937115204392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=5011/tid=5024] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5024/stat : 5024 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937114151848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=5011/tid=5025] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5025/stat : 5025 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937113099304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5026] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5026/stat : 5026 (java) S 5008 5011 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 12635051 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937112045736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5011/tid=5027] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5027/stat : 5027 (java) S 5008 5011 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937094584552 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5028] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5028/stat : 5028 (java) S 5008 5011 26963 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937093530872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5029] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5029/stat : 5029 (java) S 5008 5011 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12635052 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937092478216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5030] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5030/stat : 5030 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937091426960 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=5011/tid=5031] ppid=5008 vsize=9963000 CPUtime=0.19 cores=4-7,12-15
/proc/5011/task/5031/stat : 5031 (java) S 5008 5011 26963 0 -1 4202560 2849 0 0 0 19 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937090374328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5032] ppid=5008 vsize=9963000 CPUtime=0.7 cores=4-7,12-15
/proc/5011/task/5032/stat : 5032 (java) S 5008 5011 26963 0 -1 4202560 9341 0 0 0 68 2 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937089321784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5011/tid=5033] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5033/stat : 5033 (java) S 5008 5011 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937088269432 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=5011/tid=5034] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5034/stat : 5034 (java) S 5008 5011 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 12635054 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937087216072 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5011/tid=5035] ppid=5008 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/5011/task/5035/stat : 5035 (java) S 5008 5011 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 12635064 10202112000 26001 33554432000 1073741824 1073778376 140733777057712 139937086063528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 98.01
Current children cumulated vsize (KiB) 9963000

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5011 and gives
#  childrusage.ru_utime.tv_sec=97
#  childrusage.ru_utime.tv_usec=776135
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=102984
# CPU time returned by wait4() is 97.8791
# while last known CPU time is 98.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 97.1777
CPU time (s): 98.01
CPU user time (s): 97.95
CPU system time (s): 0.06
CPU usage (%): 100.856
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.7761
system time used= 0.102984
maximum resident set size= 106184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16068
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2327
involuntary context switches= 151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.805877 second user time and 1.03484 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 22:00:23
IDJOB=4122422
IDBENCH=111106
IDSOLVER=2546
FILE ID=node132/4122422-1467316823
RUNJOBID= node132-1467316625-4533
PBS_JOBID= 20005257
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n28-d4-i3.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122422-1467316823/watcher-4122422-1467316823 -o /tmp/evaluation-result-4122422-1467316823/solver-4122422-1467316823 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467316625-4533 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122422-1467316823.opb

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

MD5SUM BENCH= dd0a723f0529a9febed7b21b6e862229
RANDOM SEED=871416999

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		: 2667.012
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	: 5334.02
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		: 2667.012
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		: 2667.012
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		: 2667.012
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		: 2667.012
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		: 2667.012
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		: 2667.012
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		: 2667.012
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.55
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		: 2667.012
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.54
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		: 2667.012
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		: 2667.012
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		: 2667.012
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		: 2667.012
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		: 2667.012
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		: 2667.012
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		: 2667.012
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:        27791352 kB
Buffers:          169036 kB
Cached:          3988400 kB
SwapCached:            0 kB
Active:           365852 kB
Inactive:        3927524 kB
Active(anon):     138524 kB
Inactive(anon):        0 kB
Active(file):     227328 kB
Inactive(file):  3927524 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1072 kB
Writeback:             0 kB
AnonPages:        176156 kB
Mapped:            22112 kB
Shmem:               216 kB
Slab:             636588 kB
SReclaimable:      77172 kB
SUnreclaim:       559416 kB
KernelStack:        2568 kB
PageTables:         4668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     710264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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= 71536 MiB
End job on node132 at 2016-06-30 22:02:00