Trace number 4099705

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 Res+CP PB16? (TO) 1800.11 885.451

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ih1arity.ucl.opb
MD5SUM63ec6637b1b124456335cf99c2a6c3dd
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark55.6235
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables201731
Total number of constraints592525
Number of constraints which are clauses579429
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13096
Minimum length of a constraint1
Maximum length of a constraint15
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 131
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 513
Number of bits of the biggest sum of numbers10
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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4099705-1466206129.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
7.39/3.78	c ... done. Wall clock time 3.67s.
7.39/3.78	c declared #vars     201731
7.39/3.78	c #constraints  592525
7.39/3.78	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
7.39/3.78	c constraints type 
7.39/3.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 191074
7.39/3.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
7.39/3.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 388354
7.39/3.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13096
7.39/3.78	c 592525 constraints processed.
7.39/3.78	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
7.39/3.78	c constraints type 
7.39/3.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 388354
7.39/3.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 191074
7.39/3.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13096
7.39/3.78	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
7.39/3.78	c 592525 constraints processed.
41.47/19.13	c cleaning 2491 clauses out of 5000 with flag 16750/5001
107.43/51.46	c cleaning 4242 clauses out of 8507 with flag 48703/11000
171.24/82.98	c cleaning 5623 clauses out of 11266 with flag 85061/18001
171.84/83.24	c cleaning 0 clauses out of 4991 with flag 0/5001
240.15/116.85	c cleaning 6814 clauses out of 13640 with flag 129481/26000
344.20/171.69	c cleaning 7906 clauses out of 15827 with flag 179807/35002
455.69/229.05	c cleaning 8946 clauses out of 17919 with flag 248827/45000
581.00/287.99	c cleaning 9983 clauses out of 19978 with flag 319038/56005
610.66/301.98	c cleaning 0 clauses out of 10985 with flag 0/11001
716.87/351.82	c cleaning 10986 clauses out of 21990 with flag 396642/68000
910.91/448.66	c cleaning 11994 clauses out of 24006 with flag 505975/81002
1082.61/533.42	c cleaning 13001 clauses out of 26009 with flag 615898/95000
1236.98/609.06	c cleaning 13997 clauses out of 28008 with flag 720075/110000
1404.13/691.22	c cleaning 14994 clauses out of 30012 with flag 840126/126001
1606.35/790.41	c cleaning 16010 clauses out of 32019 with flag 979353/143002
1689.62/831.25	c cleaning 0 clauses out of 17980 with flag 0/18000
1782.07/876.54	c cleaning 16998 clauses out of 34007 with flag 1117929/161000
1800.11/885.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/885.40	c starts		: 586
1800.11/885.40	c conflicts		: 163330
1800.11/885.40	c decisions		: 330819
1800.11/885.40	c propagations		: 1940329623
1800.11/885.40	c inspects		: 4201261057
1800.11/885.40	c shortcuts		: 0
1800.11/885.40	c learnt literals	: 6
1800.11/885.40	c learnt binary clauses	: 168
1800.11/885.40	c learnt ternary clauses	: 277
1800.11/885.40	c learnt constraints	: 163324
1800.11/885.40	c ignored constraints	: 0
1800.11/885.40	c root simplifications	: 0
1800.11/885.40	c removed literals (reason simplification)	: 1939799
1800.11/885.40	c reason swapping (by a shorter reason)	: 0
1800.11/885.41	c Calls to reduceDB	: 14
1800.11/885.41	c Number of update (reduction) of LBD	: 62289
1800.11/885.41	c Imported unit clauses	: 0
1800.11/885.41	c number of reductions to clauses (during analyze)	: 0
1800.11/885.41	c number of learned constraints concerned by reduction	: 0
1800.11/885.41	c number of learning phase by resolution	: 0
1800.11/885.41	c number of learning phase by cutting planes	: 0
1800.11/885.41	c speed (assignments/second)	: 2201014.9042268153
1800.11/885.41	c non guided choices	18724
1800.11/885.41	c learnt constraints type 
1800.11/885.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 168
1800.11/885.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19172
1800.11/885.41	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/885.41	c starts		: 44
1800.11/885.41	c conflicts		: 18657
1800.11/885.41	c decisions		: 57683
1800.11/885.41	c propagations		: 205212159
1800.11/885.41	c inspects		: 1290229689
1800.11/885.41	c shortcuts		: 0
1800.11/885.41	c learnt literals	: 21
1800.11/885.41	c learnt binary clauses	: 156
1800.11/885.41	c learnt ternary clauses	: 138
1800.11/885.41	c learnt constraints	: 18636
1800.11/885.41	c ignored constraints	: 0
1800.11/885.41	c root simplifications	: 0
1800.11/885.41	c removed literals (reason simplification)	: 0
1800.11/885.41	c reason swapping (by a shorter reason)	: 0
1800.11/885.41	c Calls to reduceDB	: 3
1800.11/885.41	c Number of update (reduction) of LBD	: 0
1800.11/885.41	c Imported unit clauses	: 0
1800.11/885.41	c number of reductions to clauses (during analyze)	: 0
1800.11/885.42	c number of learned constraints concerned by reduction	: 0
1800.11/885.42	c number of learning phase by resolution	: 0
1800.11/885.42	c number of learning phase by cutting planes	: 0
1800.11/885.42	c speed (assignments/second)	: 232779.80584682815
1800.11/885.42	c non guided choices	13159
1800.11/885.42	c learnt constraints type 
1800.11/885.42	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1567
1800.11/885.42	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 156
1800.11/885.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16913
1800.11/885.42	s UNKNOWN
1800.11/885.42	c Total wall clock time (in seconds): 885.315

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

pid=17803
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: 1.75 0.57 0.20 2/252 17806
/proc/meminfo: memFree=32023116/32872528 swapFree=7804/7804
[pid=17806] ppid=17803 vsize=152584 CPUtime=0 cores=4-7,12-15
/proc/17806/stat : 17806 (java) S 17803 17806 15292 0 -1 4202496 1526 0 1 0 0 0 0 0 20 0 2 0 22657664 156246016 1128 33554432000 1073741824 1073778376 140735537897824 140735537888960 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17806/statm: 38146 1128 864 9 0 29255 0
[pid=17806/tid=17807] ppid=17803 vsize=152584 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17807/stat : 17807 (java) R 17803 17806 15292 0 -1 4202560 311 0 1 0 0 0 0 0 20 0 2 0 22657664 156246016 1649 33554432000 1073741824 1073778376 140735537897824 139762154264880 139762156473888 0 4 0 16784584 0 0 0 -1 6 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 1.75 0.57 0.20 2/252 17806
/proc/meminfo: memFree=32023116/32872528 swapFree=7804/7804
[pid=17806] ppid=17803 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/17806/stat : 17806 (java) S 17803 17806 15292 0 -1 4202496 4530 0 1 0 10 1 0 0 20 0 23 0 22657664 10133950464 6149 33554432000 1073741824 1073778376 140735537897824 140735537888960 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17806/statm: 2474109 6149 2155 9 0 2464786 0
[pid=17806/tid=17807] ppid=17803 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/17806/task/17807/stat : 17807 (java) R 17803 17806 15292 0 -1 4202560 2422 0 1 0 6 1 0 0 20 0 23 0 22657664 10133950464 6149 33554432000 1073741824 1073778376 140735537897824 139762154261408 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.200281 s]
/proc/loadavg: 1.75 0.57 0.20 2/252 17806
/proc/meminfo: memFree=32023116/32872528 swapFree=7804/7804
[pid=17806] ppid=17803 vsize=9896436 CPUtime=0.27 cores=4-7,12-15
/proc/17806/stat : 17806 (java) S 17803 17806 15292 0 -1 4202496 4763 0 1 0 25 2 0 0 20 0 23 0 22657664 10133950464 8889 33554432000 1073741824 1073778376 140735537897824 140735537888960 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17806/statm: 2474109 8889 2214 9 0 2464786 0
[pid=17806/tid=17807] ppid=17803 vsize=9896436 CPUtime=0.17 cores=4-7,12-15
/proc/17806/task/17807/stat : 17807 (java) R 17803 17806 15292 0 -1 4202560 2444 0 1 0 16 1 0 0 20 0 23 0 22657664 10133950464 8889 33554432000 1073741824 1073778376 140735537897824 139762154261408 216812010552 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9896436

[startup+0.300346 s]
/proc/loadavg: 1.75 0.57 0.20 2/252 17806
/proc/meminfo: memFree=32023116/32872528 swapFree=7804/7804
[pid=17806] ppid=17803 vsize=9896436 CPUtime=0.49 cores=4-7,12-15
/proc/17806/stat : 17806 (java) S 17803 17806 15292 0 -1 4202496 5732 0 1 0 47 2 0 0 20 0 23 0 22657664 10133950464 11078 33554432000 1073741824 1073778376 140735537897824 140735537888960 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17806/statm: 2474109 11088 2233 9 0 2464786 0
[pid=17806/tid=17807] ppid=17803 vsize=9896436 CPUtime=0.27 cores=4-7,12-15
/proc/17806/task/17807/stat : 17807 (java) R 17803 17806 15292 0 -1 4202560 2447 0 1 0 26 1 0 0 20 0 23 0 22657664 10133950464 11088 33554432000 1073741824 1073778376 140735537897824 139762154261408 139762010799380 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9896436

[startup+0.700249 s]
/proc/loadavg: 1.75 0.57 0.20 2/252 17806
/proc/meminfo: memFree=32023116/32872528 swapFree=7804/7804
[pid=17806] ppid=17803 vsize=9896436 CPUtime=1.67 cores=4-7,12-15
/proc/17806/stat : 17806 (java) S 17803 17806 15292 0 -1 4202496 20651 0 1 0 160 7 0 0 20 0 23 0 22657664 10133950464 50018 33554432000 1073741824 1073778376 140735537897824 140735537888960 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17806/statm: 2474109 50018 2255 9 0 2464786 0
[pid=17806/tid=17807] ppid=17803 vsize=9896436 CPUtime=0.67 cores=4-7,12-15
/proc/17806/task/17807/stat : 17807 (java) S 17803 17806 15292 0 -1 4202560 2504 0 1 0 63 4 0 0 20 0 23 0 22657664 10133950464 50018 33554432000 1073741824 1073778376 140735537897824 139762154261384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9896436

[startup+1.51214 s]
/proc/loadavg: 1.75 0.57 0.20 2/275 17829
/proc/meminfo: memFree=31781972/32872528 swapFree=7804/7804
[pid=17806] ppid=17803 vsize=9896436 CPUtime=3.19 cores=4-7,12-15
/proc/17806/stat : 17806 (java) S 17803 17806 15292 0 -1 4202496 21553 0 1 0 281 38 0 0 20 0 23 0 22657664 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 140735537888960 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17806/statm: 2474109 93687 2262 9 0 2464786 0
[pid=17806/tid=17807] ppid=17803 vsize=9896436 CPUtime=1.39 cores=4-7,12-15
/proc/17806/task/17807/stat : 17807 (java) S 17803 17806 15292 0 -1 4202560 2558 0 1 0 134 5 0 0 20 0 23 0 22657664 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139762154262040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17809] ppid=17803 vsize=9896436 CPUtime=0.03 cores=4-7,12-15
/proc/17806/task/17809/stat : 17809 (java) R 17803 17806 15292 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139762132363736 139762158438575 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=17806/tid=17810] ppid=17803 vsize=9896436 CPUtime=0.04 cores=4-7,12-15
/proc/17806/task/17810/stat : 17810 (java) R 17803 17806 15292 0 -1 4202560 78 0 0 0 2 2 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139762131310936 139762158424719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17806/tid=17811] ppid=17803 vsize=9896436 CPUtime=0.03 cores=4-7,12-15
/proc/17806/task/17811/stat : 17811 (java) R 17803 17806 15292 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139762130258472 139762156734195 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=17806/tid=17812] ppid=17803 vsize=9896436 CPUtime=0.04 cores=4-7,12-15
/proc/17806/task/17812/stat : 17812 (java) R 17803 17806 15292 0 -1 4202560 75 0 0 0 2 2 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139762129205848 139762156734145 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17813] ppid=17803 vsize=9896436 CPUtime=0.02 cores=4-7,12-15
/proc/17806/task/17813/stat : 17813 (java) R 17803 17806 15292 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761792576472 139762161160576 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17806/tid=17814] ppid=17803 vsize=9896436 CPUtime=0.03 cores=4-7,12-15
/proc/17806/task/17814/stat : 17814 (java) R 17803 17806 15292 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761791523496 139762156734145 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17806/tid=17815] ppid=17803 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/17806/task/17815/stat : 17815 (java) R 17803 17806 15292 0 -1 4202560 90 0 0 0 3 4 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761790471208 139762156734145 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17816] ppid=17803 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/17806/task/17816/stat : 17816 (java) R 17803 17806 15292 0 -1 4202560 75 0 0 0 3 3 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761789418584 139762156734145 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17817] ppid=17803 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/17806/task/17817/stat : 17817 (java) R 17803 17806 15292 0 -1 4202560 76 0 0 0 3 3 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761788365272 139762161161762 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=17806/tid=17818] ppid=17803 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/17806/task/17818/stat : 17818 (java) R 17803 17806 15292 0 -1 4202560 71 0 0 0 2 3 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761787312296 139762158438575 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=17806/tid=17819] ppid=17803 vsize=9896436 CPUtime=0.03 cores=4-7,12-15
/proc/17806/task/17819/stat : 17819 (java) R 17803 17806 15292 0 -1 4202560 67 0 0 0 0 3 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761786260184 139762156734104 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=17806/tid=17820] ppid=17803 vsize=9896436 CPUtime=0.01 cores=4-7,12-15
/proc/17806/task/17820/stat : 17820 (java) R 17803 17806 15292 0 -1 4202560 59 0 0 0 0 1 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761785207208 139762158424901 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17806/tid=17821] ppid=17803 vsize=9896436 CPUtime=0.01 cores=4-7,12-15
/proc/17806/task/17821/stat : 17821 (java) R 17803 17806 15292 0 -1 4202560 20 0 0 0 0 1 0 0 20 0 23 0 22657665 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761784155096 139762161160643 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17822] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17822/stat : 17822 (java) S 17803 17806 15292 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 23 0 22657666 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761766479368 216812008508 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17823] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17823/stat : 17823 (java) S 17803 17806 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22657667 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761765427064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17824] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17824/stat : 17824 (java) S 17803 17806 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22657667 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761764374152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17825] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17825/stat : 17825 (java) S 17803 17806 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22657669 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761763322128 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17826] ppid=17803 vsize=9896436 CPUtime=0.53 cores=4-7,12-15
/proc/17806/task/17826/stat : 17826 (java) S 17803 17806 15292 0 -1 4202560 9059 0 0 0 51 2 0 0 20 0 23 0 22657669 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761762269240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17827] ppid=17803 vsize=9896436 CPUtime=0.55 cores=4-7,12-15
/proc/17806/task/17827/stat : 17827 (java) S 17803 17806 15292 0 -1 4202560 7917 0 0 0 54 1 0 0 20 0 23 0 22657669 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761761216952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17806/tid=17828] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17828/stat : 17828 (java) S 17803 17806 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22657669 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761760164344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17806/tid=17829] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17829/stat : 17829 (java) S 17803 17806 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22657669 10133950464 93687 33554432000 1073741824 1073778376 140735537897824 139761759112264 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 9896436

[startup+3.10098 s]
/proc/loadavg: 1.75 0.57 0.20 2/275 17829
/proc/meminfo: memFree=31579060/32872528 swapFree=7804/7804
[pid=17806] ppid=17803 vsize=9896436 CPUtime=5.65 cores=4-7,12-15
/proc/17806/stat : 17806 (java) S 17803 17806 15292 0 -1 4202496 22417 0 1 0 485 80 0 0 20 0 23 0 22657664 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 140735537888960 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17806/statm: 2474109 164814 2262 9 0 2464786 0
[pid=17806/tid=17807] ppid=17803 vsize=9896436 CPUtime=2.84 cores=4-7,12-15
/proc/17806/task/17807/stat : 17807 (java) R 17803 17806 15292 0 -1 4202560 2843 0 1 0 275 9 0 0 20 0 23 0 22657664 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139762154254352 139762010953312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17809] ppid=17803 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/17806/task/17809/stat : 17809 (java) S 17803 17806 15292 0 -1 4202560 46 0 0 0 5 5 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139762132363560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17810] ppid=17803 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/17806/task/17810/stat : 17810 (java) S 17803 17806 15292 0 -1 4202560 101 0 0 0 5 6 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139762131310760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17806/tid=17811] ppid=17803 vsize=9896436 CPUtime=0.13 cores=4-7,12-15
/proc/17806/task/17811/stat : 17811 (java) S 17803 17806 15292 0 -1 4202560 137 0 0 0 8 5 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139762130258472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17806/tid=17812] ppid=17803 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/17806/task/17812/stat : 17812 (java) S 17803 17806 15292 0 -1 4202560 101 0 0 0 6 5 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139762129205672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17806/tid=17813] ppid=17803 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/17806/task/17813/stat : 17813 (java) S 17803 17806 15292 0 -1 4202560 47 0 0 0 4 5 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761792576296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17814] ppid=17803 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/17806/task/17814/stat : 17814 (java) S 17803 17806 15292 0 -1 4202560 42 0 0 0 4 5 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761791523496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17806/tid=17815] ppid=17803 vsize=9896436 CPUtime=0.15 cores=4-7,12-15
/proc/17806/task/17815/stat : 17815 (java) S 17803 17806 15292 0 -1 4202560 121 0 0 0 8 7 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761790471208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17816] ppid=17803 vsize=9896436 CPUtime=0.15 cores=4-7,12-15
/proc/17806/task/17816/stat : 17816 (java) S 17803 17806 15292 0 -1 4202560 102 0 0 0 8 7 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761789418408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17817] ppid=17803 vsize=9896436 CPUtime=0.14 cores=4-7,12-15
/proc/17806/task/17817/stat : 17817 (java) S 17803 17806 15292 0 -1 4202560 112 0 0 0 8 6 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761788365096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17806/tid=17818] ppid=17803 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/17806/task/17818/stat : 17818 (java) S 17803 17806 15292 0 -1 4202560 94 0 0 0 6 5 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761787312296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17806/tid=17819] ppid=17803 vsize=9896436 CPUtime=0.13 cores=4-7,12-15
/proc/17806/task/17819/stat : 17819 (java) S 17803 17806 15292 0 -1 4202560 106 0 0 0 8 5 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761786260008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17820] ppid=17803 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/17806/task/17820/stat : 17820 (java) S 17803 17806 15292 0 -1 4202560 81 0 0 0 4 4 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761785207208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17821] ppid=17803 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/17806/task/17821/stat : 17821 (java) S 17803 17806 15292 0 -1 4202560 60 0 0 0 6 5 0 0 20 0 23 0 22657665 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761784154920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17822] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17822/stat : 17822 (java) S 17803 17806 15292 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 23 0 22657666 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761766480488 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17823] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17823/stat : 17823 (java) S 17803 17806 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22657667 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761765427064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17824] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17824/stat : 17824 (java) S 17803 17806 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22657667 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761764374152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17825] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17825/stat : 17825 (java) S 17803 17806 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22657669 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761763322128 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17826] ppid=17803 vsize=9896436 CPUtime=0.53 cores=4-7,12-15
/proc/17806/task/17826/stat : 17826 (java) S 17803 17806 15292 0 -1 4202560 9059 0 0 0 51 2 0 0 20 0 23 0 22657669 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761762269240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17827] ppid=17803 vsize=9896436 CPUtime=0.55 cores=4-7,12-15
/proc/17806/task/17827/stat : 17827 (java) S 17803 17806 15292 0 -1 4202560 7917 0 0 0 54 1 0 0 20 0 23 0 22657669 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761761216952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17806/tid=17828] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17828/stat : 17828 (java) S 17803 17806 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22657669 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761760164344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17806/tid=17829] ppid=17803 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17829/stat : 17829 (java) S 17803 17806 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22657669 10133950464 164814 33554432000 1073741824 1073778376 140735537897824 139761759112264 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 9896436

[startup+6.30161 s]
/proc/loadavg: 1.69 0.58 0.20 6/307 17870
/proc/meminfo: memFree=31193896/32872528 swapFree=7804/7804
[pid=17806] ppid=17803 vsize=10162692 CPUtime=14.39 cores=4-7,12-15
/proc/17806/stat : 17806 (java) S 17803 17806 15292 0 -1 4202496 24447 0 1 0 1298 141 0 0 20 0 27 0 22657664 10406596608 202977 33554432000 1073741824 1073778376 140735537897824 140735537888960 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17806/statm: 2540673 202977 2285 9 0 2531350 0
[pid=17806/tid=17807] ppid=17803 vsize=10162692 CPUtime=3.38 cores=4-7,12-15
/proc/17806/task/17807/stat : 17807 (java) S 17803 17806 15292 0 -1 4202560 2865 0 1 0 328 10 0 0 20 0 27 0 22657664 10406596608 202977 33554432000 1073741824 1073778376 140735537897824 139762154263416 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17809] ppid=17803 vsize=10162692 CPUtime=0.24 cores=4-7,12-15
/proc/17806/task/17809/stat : 17809 (java) S 17803 17806 15292 0 -1 4202560 87 0 0 0 15 9 0 0 20 0 27 0 22657665 10406596608 202977 33554432000 1073741824 1073778376 140735537897824 139762132363560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17810] ppid=17803 vsize=10162692 CPUtime=0.19 cores=4-7,12-15
/proc/17806/task/17810/stat : 17810 (java) S 17803 17806 15292 0 -1 4202560 129 0 0 0 10 9 0 0 20 0 27 0 22657665 10406596608 202977 33554432000 1073741824 1073778376 140735537897824 139762131310760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17806/tid=17811] ppid=17803 vsize=10162692 CPUtime=0.37 cores=4-7,12-15
/proc/17806/task/17811/stat : 17811 (java) S 17803 17806 15292 0 -1 4202560 203 0 0 0 25 12 0 0 20 0 27 0 22657665 10406596608 202977 33554432000 1073741824 1073778376 140735537897824 139762130258472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17806/tid=17812] ppid=17803 vsize=10162692 CPUtime=0.28 cores=4-7,12-15
/proc/17806/task/17812/stat : 17812 (java) S 17803 17806 15292 0 -1 4202560 368 0 0 0 18 10 0 0 20 0 27 0 22657665 10406596608 202977 33554432000 1073741824 1073778376 140735537897824 139762129205672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17813] ppid=17803 vsize=10162692 CPUtime=0.22 cores=4-7,12-15
/proc/17806/task/17813/stat : 17813 (java) S 17803 17806 15292 0 -1 4202560 83 0 0 0 13 9 0 0 20 0 27 0 22657665 10406596608 202977 33554432000 1073741824 1073778376 140735537897824 139761792576296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17806/tid=17814] ppid=17803 vsize=10162692 CPUtime=0.18 cores=4-7,12-15

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

/proc/17806/task/17826/stat : 17826 (java) S 17803 17806 15292 0 -1 4202560 9214 0 0 0 180 2 0 0 20 0 27 0 22657669 10406596608 748960 33554432000 1073741824 1073778376 140735537897824 139761762269240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17827] ppid=17803 vsize=10162692 CPUtime=1.87 cores=4-7,12-15
/proc/17806/task/17827/stat : 17827 (java) S 17803 17806 15292 0 -1 4202560 10170 0 0 0 185 2 0 0 20 0 27 0 22657669 10406596608 748960 33554432000 1073741824 1073778376 140735537897824 139761761216952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17828] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17828/stat : 17828 (java) S 17803 17806 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22657669 10406596608 748960 33554432000 1073741824 1073778376 140735537897824 139761760164344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17806/tid=17829] ppid=17803 vsize=10162692 CPUtime=0.28 cores=4-7,12-15
/proc/17806/task/17829/stat : 17829 (java) S 17803 17806 15292 0 -1 4202560 46 0 0 0 11 17 0 0 20 0 27 0 22657669 10406596608 748960 33554432000 1073741824 1073778376 140735537897824 139761759112264 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17806/tid=17830] ppid=17803 vsize=10162692 CPUtime=868.71 cores=4-7,12-15
/proc/17806/task/17830/stat : 17830 (java) R 17803 17806 15292 0 -1 4202560 56 0 0 0 86856 15 0 0 20 0 27 0 22658042 10406596608 748960 33554432000 1073741824 1073778376 140735537897824 139761757957744 139762011809664 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17831] ppid=17803 vsize=10162692 CPUtime=868.77 cores=4-7,12-15
/proc/17806/task/17831/stat : 17831 (java) R 17803 17806 15292 0 -1 4202560 2563 0 0 0 86825 52 0 0 20 0 27 0 22658042 10406596608 748960 33554432000 1073741824 1073778376 140735537897824 139761756906576 139762011439008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17806/tid=17832] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17832/stat : 17832 (java) S 17803 17806 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22658048 10406596608 748960 33554432000 1073741824 1073778376 140735537897824 139761755854376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17806/tid=17833] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17833/stat : 17833 (java) S 17803 17806 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22658049 10406596608 748960 33554432000 1073741824 1073778376 140735537897824 139761754801064 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1793.84
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+885.401 s]
/proc/loadavg: 4.20 3.78 2.38 5/311 17899
/proc/meminfo: memFree=25274600/32872528 swapFree=7804/7804
[pid=17806] ppid=17803 vsize=10162692 CPUtime=1800.11 cores=4-7,12-15
/proc/17806/stat : 17806 (java) S 17803 17806 15292 0 -1 4202496 42779 0 1 0 179667 344 0 0 20 0 27 0 22657664 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 140735537888960 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17806/statm: 2540673 748546 2299 9 0 2531350 0
[pid=17806/tid=17807] ppid=17803 vsize=10162692 CPUtime=3.43 cores=4-7,12-15
/proc/17806/task/17807/stat : 17807 (java) S 17803 17806 15292 0 -1 4202560 2877 0 1 0 331 12 0 0 20 0 27 0 22657664 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139762154263416 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17806/tid=17809] ppid=17803 vsize=10162692 CPUtime=3.26 cores=4-7,12-15
/proc/17806/task/17809/stat : 17809 (java) S 17803 17806 15292 0 -1 4202560 603 0 0 0 305 21 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139762132363560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17806/tid=17810] ppid=17803 vsize=10162692 CPUtime=3.22 cores=4-7,12-15
/proc/17806/task/17810/stat : 17810 (java) S 17803 17806 15292 0 -1 4202560 562 0 0 0 306 16 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139762131310760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17811] ppid=17803 vsize=10162692 CPUtime=3.23 cores=4-7,12-15
/proc/17806/task/17811/stat : 17811 (java) S 17803 17806 15292 0 -1 4202560 641 0 0 0 302 21 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139762130258472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17806/tid=17812] ppid=17803 vsize=10162692 CPUtime=3.21 cores=4-7,12-15
/proc/17806/task/17812/stat : 17812 (java) S 17803 17806 15292 0 -1 4202560 487 0 0 0 301 20 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139762129205672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17806/tid=17813] ppid=17803 vsize=10162692 CPUtime=3.34 cores=4-7,12-15
/proc/17806/task/17813/stat : 17813 (java) S 17803 17806 15292 0 -1 4202560 538 0 0 0 318 16 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761792576296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17806/tid=17814] ppid=17803 vsize=10162692 CPUtime=3.15 cores=4-7,12-15
/proc/17806/task/17814/stat : 17814 (java) S 17803 17806 15292 0 -1 4202560 405 0 0 0 301 14 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761791523496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17815] ppid=17803 vsize=10162692 CPUtime=3.67 cores=4-7,12-15
/proc/17806/task/17815/stat : 17815 (java) S 17803 17806 15292 0 -1 4202560 551 0 0 0 342 25 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761790471208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17806/tid=17816] ppid=17803 vsize=10162692 CPUtime=3.25 cores=4-7,12-15
/proc/17806/task/17816/stat : 17816 (java) S 17803 17806 15292 0 -1 4202560 889 0 0 0 306 19 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761789418408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17806/tid=17817] ppid=17803 vsize=10162692 CPUtime=3.35 cores=4-7,12-15
/proc/17806/task/17817/stat : 17817 (java) S 17803 17806 15292 0 -1 4202560 479 0 0 0 317 18 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761788365096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17818] ppid=17803 vsize=10162692 CPUtime=3.34 cores=4-7,12-15
/proc/17806/task/17818/stat : 17818 (java) S 17803 17806 15292 0 -1 4202560 615 0 0 0 318 16 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761787312296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17806/tid=17819] ppid=17803 vsize=10162692 CPUtime=3.28 cores=4-7,12-15
/proc/17806/task/17819/stat : 17819 (java) S 17803 17806 15292 0 -1 4202560 515 0 0 0 309 19 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761786260008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17820] ppid=17803 vsize=10162692 CPUtime=3.51 cores=4-7,12-15
/proc/17806/task/17820/stat : 17820 (java) S 17803 17806 15292 0 -1 4202560 535 0 0 0 329 22 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761785207208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17821] ppid=17803 vsize=10162692 CPUtime=3.37 cores=4-7,12-15
/proc/17806/task/17821/stat : 17821 (java) S 17803 17806 15292 0 -1 4202560 482 0 0 0 317 20 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761784154920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17822] ppid=17803 vsize=10162692 CPUtime=1.12 cores=4-7,12-15
/proc/17806/task/17822/stat : 17822 (java) S 17803 17806 15292 0 -1 4202560 9285 0 0 0 94 18 0 0 20 0 27 0 22657666 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761766480488 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17806/tid=17823] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17823/stat : 17823 (java) S 17803 17806 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22657667 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761765427064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17824] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17824/stat : 17824 (java) S 17803 17806 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 22657667 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761764374152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17825] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17825/stat : 17825 (java) S 17803 17806 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22657669 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761763322128 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17826] ppid=17803 vsize=10162692 CPUtime=1.82 cores=4-7,12-15
/proc/17806/task/17826/stat : 17826 (java) S 17803 17806 15292 0 -1 4202560 9214 0 0 0 180 2 0 0 20 0 27 0 22657669 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761762269240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17827] ppid=17803 vsize=10162692 CPUtime=1.87 cores=4-7,12-15
/proc/17806/task/17827/stat : 17827 (java) S 17803 17806 15292 0 -1 4202560 10170 0 0 0 185 2 0 0 20 0 27 0 22657669 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761761216952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17828] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17828/stat : 17828 (java) S 17803 17806 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22657669 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761760164344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17806/tid=17829] ppid=17803 vsize=10162692 CPUtime=0.28 cores=4-7,12-15
/proc/17806/task/17829/stat : 17829 (java) S 17803 17806 15292 0 -1 4202560 46 0 0 0 11 17 0 0 20 0 27 0 22657669 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761759112264 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17806/tid=17830] ppid=17803 vsize=10162692 CPUtime=871.78 cores=4-7,12-15
/proc/17806/task/17830/stat : 17830 (java) R 17803 17806 15292 0 -1 4202560 56 0 0 0 87163 15 0 0 20 0 27 0 22658042 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761757957744 139762011802621 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17831] ppid=17803 vsize=10162692 CPUtime=871.84 cores=4-7,12-15
/proc/17806/task/17831/stat : 17831 (java) R 17803 17806 15292 0 -1 4202560 2564 0 0 0 87132 52 0 0 20 0 27 0 22658042 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761756906672 139762011367981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17806/tid=17832] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17832/stat : 17832 (java) S 17803 17806 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22658048 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761755854376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17806/tid=17833] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17833/stat : 17833 (java) S 17803 17806 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22658049 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761754801064 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 17806 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+885.401 s]
/proc/loadavg: 4.20 3.78 2.38 5/311 17899
/proc/meminfo: memFree=25274600/32872528 swapFree=7804/7804
[pid=17806] ppid=17803 vsize=10162692 CPUtime=1800.11 cores=4-7,12-15
/proc/17806/stat : 17806 (java) S 17803 17806 15292 0 -1 4202496 42779 0 1 0 179667 344 0 0 20 0 27 0 22657664 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 140735537888960 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17806/statm: 2540673 748546 2299 9 0 2531350 0
[pid=17806/tid=17807] ppid=17803 vsize=10162692 CPUtime=3.43 cores=4-7,12-15
/proc/17806/task/17807/stat : 17807 (java) S 17803 17806 15292 0 -1 4202560 2877 0 1 0 331 12 0 0 20 0 27 0 22657664 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139762154263416 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17806/tid=17809] ppid=17803 vsize=10162692 CPUtime=3.26 cores=4-7,12-15
/proc/17806/task/17809/stat : 17809 (java) S 17803 17806 15292 0 -1 4202560 603 0 0 0 305 21 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139762132363560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17806/tid=17810] ppid=17803 vsize=10162692 CPUtime=3.22 cores=4-7,12-15
/proc/17806/task/17810/stat : 17810 (java) S 17803 17806 15292 0 -1 4202560 562 0 0 0 306 16 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139762131310760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17811] ppid=17803 vsize=10162692 CPUtime=3.23 cores=4-7,12-15
/proc/17806/task/17811/stat : 17811 (java) S 17803 17806 15292 0 -1 4202560 641 0 0 0 302 21 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139762130258472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17806/tid=17812] ppid=17803 vsize=10162692 CPUtime=3.21 cores=4-7,12-15
/proc/17806/task/17812/stat : 17812 (java) S 17803 17806 15292 0 -1 4202560 487 0 0 0 301 20 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139762129205672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17806/tid=17813] ppid=17803 vsize=10162692 CPUtime=3.34 cores=4-7,12-15
/proc/17806/task/17813/stat : 17813 (java) S 17803 17806 15292 0 -1 4202560 538 0 0 0 318 16 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761792576296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17806/tid=17814] ppid=17803 vsize=10162692 CPUtime=3.15 cores=4-7,12-15
/proc/17806/task/17814/stat : 17814 (java) S 17803 17806 15292 0 -1 4202560 405 0 0 0 301 14 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761791523496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17815] ppid=17803 vsize=10162692 CPUtime=3.67 cores=4-7,12-15
/proc/17806/task/17815/stat : 17815 (java) S 17803 17806 15292 0 -1 4202560 551 0 0 0 342 25 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761790471208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17806/tid=17816] ppid=17803 vsize=10162692 CPUtime=3.25 cores=4-7,12-15
/proc/17806/task/17816/stat : 17816 (java) S 17803 17806 15292 0 -1 4202560 889 0 0 0 306 19 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761789418408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17806/tid=17817] ppid=17803 vsize=10162692 CPUtime=3.35 cores=4-7,12-15
/proc/17806/task/17817/stat : 17817 (java) S 17803 17806 15292 0 -1 4202560 479 0 0 0 317 18 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761788365096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17818] ppid=17803 vsize=10162692 CPUtime=3.34 cores=4-7,12-15
/proc/17806/task/17818/stat : 17818 (java) S 17803 17806 15292 0 -1 4202560 615 0 0 0 318 16 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761787312296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17806/tid=17819] ppid=17803 vsize=10162692 CPUtime=3.28 cores=4-7,12-15
/proc/17806/task/17819/stat : 17819 (java) S 17803 17806 15292 0 -1 4202560 515 0 0 0 309 19 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761786260008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17820] ppid=17803 vsize=10162692 CPUtime=3.51 cores=4-7,12-15
/proc/17806/task/17820/stat : 17820 (java) S 17803 17806 15292 0 -1 4202560 535 0 0 0 329 22 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761785207208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17821] ppid=17803 vsize=10162692 CPUtime=3.37 cores=4-7,12-15
/proc/17806/task/17821/stat : 17821 (java) S 17803 17806 15292 0 -1 4202560 482 0 0 0 317 20 0 0 20 0 27 0 22657665 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761784154920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17822] ppid=17803 vsize=10162692 CPUtime=1.12 cores=4-7,12-15
/proc/17806/task/17822/stat : 17822 (java) S 17803 17806 15292 0 -1 4202560 9285 0 0 0 94 18 0 0 20 0 27 0 22657666 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761766480488 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17806/tid=17823] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17823/stat : 17823 (java) S 17803 17806 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22657667 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761765427064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17824] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17824/stat : 17824 (java) S 17803 17806 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 22657667 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761764374152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17825] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17825/stat : 17825 (java) S 17803 17806 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22657669 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761763322128 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17806/tid=17826] ppid=17803 vsize=10162692 CPUtime=1.82 cores=4-7,12-15
/proc/17806/task/17826/stat : 17826 (java) S 17803 17806 15292 0 -1 4202560 9214 0 0 0 180 2 0 0 20 0 27 0 22657669 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761762269240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17806/tid=17827] ppid=17803 vsize=10162692 CPUtime=1.87 cores=4-7,12-15
/proc/17806/task/17827/stat : 17827 (java) S 17803 17806 15292 0 -1 4202560 10170 0 0 0 185 2 0 0 20 0 27 0 22657669 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761761216952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17828] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17828/stat : 17828 (java) S 17803 17806 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22657669 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761760164344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17806/tid=17829] ppid=17803 vsize=10162692 CPUtime=0.28 cores=4-7,12-15
/proc/17806/task/17829/stat : 17829 (java) S 17803 17806 15292 0 -1 4202560 46 0 0 0 11 17 0 0 20 0 27 0 22657669 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761759112264 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17806/tid=17830] ppid=17803 vsize=10162692 CPUtime=871.78 cores=4-7,12-15
/proc/17806/task/17830/stat : 17830 (java) R 17803 17806 15292 0 -1 4202560 56 0 0 0 87163 15 0 0 20 0 27 0 22658042 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761757957744 139762011802621 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17806/tid=17831] ppid=17803 vsize=10162692 CPUtime=871.84 cores=4-7,12-15
/proc/17806/task/17831/stat : 17831 (java) R 17803 17806 15292 0 -1 4202560 2564 0 0 0 87132 52 0 0 20 0 27 0 22658042 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761756906672 139762011367981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17806/tid=17832] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17832/stat : 17832 (java) S 17803 17806 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22658048 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761755854376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17806/tid=17833] ppid=17803 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17806/task/17833/stat : 17833 (java) S 17803 17806 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22658049 10406596608 748546 33554432000 1073741824 1073778376 140735537897824 139761754801064 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10162692

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17806 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=929585
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=871411
# CPU time returned by wait4() is 1795.8
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 885.451
CPU time (s): 1800.11
CPU user time (s): 1796.67
CPU system time (s): 3.44
CPU usage (%): 203.299
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.93
system time used= 3.87141
maximum resident set size= 3148144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42814
page faults= 1
swaps= 0
block input operations= 8
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23725
involuntary context switches= 39142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.39503 second user time and 5.9181 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 01:28:51
IDJOB=4099705
IDBENCH=1487
IDSOLVER=2543
FILE ID=node132/4099705-1466206129
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ih1arity.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099705-1466206129/watcher-4099705-1466206129 -o /tmp/evaluation-result-4099705-1466206129/solver-4099705-1466206129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099705-1466206129.opb

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

MD5SUM BENCH= 63ec6637b1b124456335cf99c2a6c3dd
RANDOM SEED=1847311849

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:        32023496 kB
Buffers:           33472 kB
Cached:            87948 kB
SwapCached:         1804 kB
Active:            67536 kB
Inactive:          57896 kB
Active(anon):       5140 kB
Inactive(anon):     1028 kB
Active(file):      62396 kB
Inactive(file):    56868 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:             20448 kB
Writeback:             0 kB
AnonPages:         11228 kB
Mapped:             7168 kB
Shmem:                 0 kB
Slab:             577996 kB
SReclaimable:      16356 kB
SUnreclaim:       561640 kB
KernelStack:        2248 kB
PageTables:         3872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     103048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71716 MiB
End job on node132 at 2016-06-18 01:43:36