Trace number 4102458

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-4.opb
MD5SUM172d8bfe30610a29dfe3bb9d98ed3f4c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13489
Number of constraints which are clauses13489
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 constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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-4102458-1466217874.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.05/0.51	c ... done. Wall clock time 0.399s.
1.05/0.51	c declared #vars     6352
1.05/0.51	c #constraints  13489
1.05/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.05/0.51	c constraints type 
1.05/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7054
1.05/0.51	c org.sat4j.specs.Constr$1 => 132
1.05/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6021
1.05/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
1.05/0.51	c 13489 constraints processed.
1.05/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.05/0.51	c constraints type 
1.05/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6021
1.05/0.51	c org.sat4j.specs.Constr$1 => 132
1.05/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7054
1.05/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 282
1.05/0.51	c 13489 constraints processed.
1.05/0.51	c objective function length is 6352 literals
10.76/4.45	c cleaning 2500 clauses out of 5000 with flag 11125/5000
19.58/8.64	c cleaning 4250 clauses out of 8501 with flag 25235/11001
21.61/9.65	c cleaning 0 clauses out of 5000 with flag 0/5000
30.05/13.73	c cleaning 5624 clauses out of 11250 with flag 42426/18000
38.49/17.81	c cleaning 0 clauses out of 11000 with flag 0/11000
42.33/19.78	c cleaning 6814 clauses out of 13627 with flag 62937/26001
56.47/26.71	c cleaning 7907 clauses out of 15813 with flag 86716/35001
59.47/28.27	c cleaning 0 clauses out of 18000 with flag 0/18000
68.72/32.83	c cleaning 8949 clauses out of 17906 with flag 115365/45001
80.55/38.71	c cleaning 9977 clauses out of 19956 with flag 144960/56000
84.77/40.89	c cleaning 0 clauses out of 26001 with flag 0/26001
91.60/44.20	c cleaning 10988 clauses out of 21979 with flag 176823/68000
103.86/50.37	c cleaning 11993 clauses out of 23991 with flag 207585/81000
114.58/55.68	c cleaning 0 clauses out of 35000 with flag 0/35000
118.18/57.44	c cleaning 12998 clauses out of 25998 with flag 239899/95000
134.30/65.43	c cleaning 13997 clauses out of 28001 with flag 274986/110001
148.35/72.46	c cleaning 0 clauses out of 45003 with flag 0/45003
152.19/74.32	c cleaning 14999 clauses out of 30004 with flag 312550/126001
171.89/84.18	c cleaning 16003 clauses out of 32005 with flag 352585/143001
187.62/91.92	c cleaning 0 clauses out of 56001 with flag 0/56001
193.44/94.84	c cleaning 16998 clauses out of 34002 with flag 394404/161001
217.83/106.95	c cleaning 17999 clauses out of 36004 with flag 439754/180001
231.20/113.59	c cleaning 0 clauses out of 68000 with flag 0/68000
244.79/120.25	c cleaning 19002 clauses out of 38006 with flag 487725/200002
274.24/134.72	c cleaning 19996 clauses out of 40002 with flag 538857/221000
282.23/138.62	c cleaning 0 clauses out of 81000 with flag 0/81000
305.40/150.07	c cleaning 21001 clauses out of 42007 with flag 593136/243001
338.04/166.04	c cleaning 0 clauses out of 95001 with flag 0/95001
339.24/166.69	c cleaning 22000 clauses out of 44006 with flag 649758/266001
377.98/185.62	c cleaning 22998 clauses out of 46006 with flag 710269/290001
396.50/194.80	c cleaning 0 clauses out of 110000 with flag 0/110000
419.68/206.14	c cleaning 24001 clauses out of 48008 with flag 774713/315001
454.14/223.03	c cleaning 0 clauses out of 126002 with flag 0/126002
465.14/228.46	c cleaning 25003 clauses out of 50007 with flag 842524/341001
512.27/251.65	c cleaning 0 clauses out of 143004 with flag 0/143004
513.27/252.11	c cleaning 26000 clauses out of 52003 with flag 911803/368000
565.26/277.78	c cleaning 27000 clauses out of 54004 with flag 984792/396001
567.96/279.05	c cleaning 0 clauses out of 161001 with flag 0/161001
621.18/305.11	c cleaning 27998 clauses out of 56003 with flag 1059649/425000
630.47/309.74	c cleaning 0 clauses out of 180001 with flag 0/180001
679.86/334.02	c cleaning 28998 clauses out of 58005 with flag 1136938/455000
695.37/341.67	c cleaning 0 clauses out of 200000 with flag 0/200000
741.99/364.52	c cleaning 30003 clauses out of 60008 with flag 1216967/486001
763.95/375.36	c cleaning 0 clauses out of 221002 with flag 0/221002
808.90/397.48	c cleaning 30996 clauses out of 62004 with flag 1298824/518000
836.86/411.12	c cleaning 0 clauses out of 243000 with flag 0/243000
881.13/432.89	c cleaning 32003 clauses out of 64008 with flag 1382169/551000
916.12/449.92	c cleaning 0 clauses out of 266000 with flag 0/266000
960.54/471.75	c cleaning 32997 clauses out of 66006 with flag 1470793/585001
999.85/491.02	c cleaning 0 clauses out of 290001 with flag 0/290001
1044.78/513.06	c cleaning 34001 clauses out of 68009 with flag 1561168/620001
1087.39/533.98	c cleaning 0 clauses out of 315000 with flag 0/315000
1135.14/557.39	c cleaning 34999 clauses out of 70007 with flag 1652448/656000
1180.79/579.78	c cleaning 0 clauses out of 341001 with flag 0/341001
1230.74/604.20	c cleaning 36003 clauses out of 72008 with flag 1750613/693000
1275.45/626.10	c cleaning 0 clauses out of 368000 with flag 0/368000
1330.99/653.39	c cleaning 37000 clauses out of 74006 with flag 1849985/731001
1376.31/675.58	c cleaning 0 clauses out of 396000 with flag 0/396000
1435.42/704.54	c cleaning 37998 clauses out of 76005 with flag 1952123/770000
1482.20/727.63	c cleaning 0 clauses out of 425003 with flag 0/425003
1540.42/756.22	c cleaning 39002 clauses out of 78008 with flag 2057417/810001
1593.23/782.20	c cleaning 0 clauses out of 455000 with flag 0/455000
1650.88/810.41	c cleaning 40003 clauses out of 80006 with flag 2163249/851001
1707.67/838.32	c cleaning 0 clauses out of 486000 with flag 0/486000
1763.71/865.81	c cleaning 40998 clauses out of 82003 with flag 2272070/893001
1800.09/883.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/883.70	c starts		: 9
1800.09/883.70	c conflicts		: 909184
1800.09/883.70	c decisions		: 963232
1800.09/883.70	c propagations		: 1123994310
1800.09/883.70	c inspects		: 10341828652
1800.09/883.70	c shortcuts		: 0
1800.09/883.70	c learnt literals	: 0
1800.09/883.70	c learnt binary clauses	: 84
1800.09/883.70	c learnt ternary clauses	: 34
1800.09/883.70	c learnt constraints	: 909184
1800.09/883.70	c ignored constraints	: 0
1800.09/883.70	c root simplifications	: 0
1800.09/883.70	c removed literals (reason simplification)	: 11678912
1800.09/883.70	c reason swapping (by a shorter reason)	: 0
1800.09/883.70	c Calls to reduceDB	: 38
1800.09/883.70	c Number of update (reduction) of LBD	: 59884
1800.09/883.70	c Imported unit clauses	: 0
1800.09/883.70	c number of reductions to clauses (during analyze)	: 0
1800.09/883.70	c number of learned constraints concerned by reduction	: 0
1800.09/883.70	c number of learning phase by resolution	: 0
1800.09/883.70	c number of learning phase by cutting planes	: 0
1800.09/883.70	c speed (assignments/second)	: 1272727.9009622505
1800.09/883.70	c non guided choices	0
1800.09/883.73	c learnt constraints type 
1800.09/883.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84
1800.09/883.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57104
1800.09/883.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/883.73	c starts		: 152
1800.09/883.73	c conflicts		: 511386
1800.09/883.73	c decisions		: 634187
1800.09/883.73	c propagations		: 571737633
1800.09/883.73	c inspects		: 2609840868
1800.09/883.73	c shortcuts		: 0
1800.09/883.73	c learnt literals	: 0
1800.09/883.73	c learnt binary clauses	: 76
1800.09/883.73	c learnt ternary clauses	: 15
1800.09/883.73	c learnt constraints	: 511385
1800.09/883.73	c ignored constraints	: 0
1800.09/883.73	c root simplifications	: 0
1800.09/883.73	c removed literals (reason simplification)	: 0
1800.09/883.73	c reason swapping (by a shorter reason)	: 0
1800.09/883.73	c Calls to reduceDB	: 27
1800.09/883.73	c Number of update (reduction) of LBD	: 0
1800.09/883.73	c Imported unit clauses	: 0
1800.09/883.73	c number of reductions to clauses (during analyze)	: 0
1800.09/883.73	c number of learned constraints concerned by reduction	: 0
1800.09/883.73	c number of learning phase by resolution	: 0
1800.09/883.73	c number of learning phase by cutting planes	: 0
1800.09/883.73	c speed (assignments/second)	: 647374.9840063499
1800.09/883.73	c non guided choices	0
1800.09/883.80	c learnt constraints type 
1800.09/883.80	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 511309
1800.09/883.80	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 76
1800.09/883.80	s UNKNOWN
1800.09/883.80	c Total wall clock time (in seconds): 883.691

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

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

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


[startup+0 s]
/proc/loadavg: 4.30 4.16 4.11 3/284 22881
/proc/meminfo: memFree=29820056/32872528 swapFree=7804/7804
[pid=22881] ppid=22878 vsize=152584 CPUtime=0 cores=4-7,12-15
/proc/22881/stat : 22881 (java) S 22878 22881 15292 0 -1 4202496 1526 0 1 0 0 0 0 0 20 0 2 0 23831985 156246016 1129 33554432000 1073741824 1073778376 140735213772400 140735213763536 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22881/statm: 38146 1129 864 9 0 29255 0
[pid=22881/tid=22882] ppid=22878 vsize=152584 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22882/stat : 22882 (java) R 22878 22881 15292 0 -1 4202560 333 0 1 0 0 0 0 0 20 0 2 0 23831986 156246016 1671 33554432000 1073741824 1073778376 140735213772400 139737078798640 139737086816251 0 4 0 16784584 0 0 0 -1 6 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.30 4.16 4.11 3/284 22881
/proc/meminfo: memFree=29820056/32872528 swapFree=7804/7804
[pid=22881] ppid=22878 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/22881/stat : 22881 (java) S 22878 22881 15292 0 -1 4202496 4490 0 1 0 10 1 0 0 20 0 23 0 23831985 10133950464 6123 33554432000 1073741824 1073778376 140735213772400 140735213763536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22881/statm: 2474109 6123 2156 9 0 2464786 0
[pid=22881/tid=22882] ppid=22878 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/22881/task/22882/stat : 22882 (java) R 22878 22881 15292 0 -1 4202560 2416 0 1 0 7 0 0 0 20 0 23 0 23831986 10133950464 6123 33554432000 1073741824 1073778376 140735213772400 139737078795168 139736912047311 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.200266 s]
/proc/loadavg: 4.30 4.16 4.11 3/284 22881
/proc/meminfo: memFree=29820056/32872528 swapFree=7804/7804
[pid=22881] ppid=22878 vsize=9896436 CPUtime=0.29 cores=4-7,12-15
/proc/22881/stat : 22881 (java) S 22878 22881 15292 0 -1 4202496 5021 0 1 0 28 1 0 0 20 0 23 0 23831985 10133950464 7028 33554432000 1073741824 1073778376 140735213772400 140735213763536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22881/statm: 2474109 7028 2223 9 0 2464786 0
[pid=22881/tid=22882] ppid=22878 vsize=9896436 CPUtime=0.17 cores=4-7,12-15
/proc/22881/task/22882/stat : 22882 (java) R 22878 22881 15292 0 -1 4202560 2431 0 1 0 16 1 0 0 20 0 23 0 23831986 10133950464 7028 33554432000 1073741824 1073778376 140735213772400 139737078795168 139737086224560 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9896436

[startup+0.300266 s]
/proc/loadavg: 4.30 4.16 4.11 3/284 22881
/proc/meminfo: memFree=29820056/32872528 swapFree=7804/7804
[pid=22881] ppid=22878 vsize=9896436 CPUtime=0.5 cores=4-7,12-15
/proc/22881/stat : 22881 (java) S 22878 22881 15292 0 -1 4202496 5857 0 1 0 48 2 0 0 20 0 23 0 23831985 10133950464 9503 33554432000 1073741824 1073778376 140735213772400 140735213763536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22881/statm: 2474109 9503 2234 9 0 2464786 0
[pid=22881/tid=22882] ppid=22878 vsize=9896436 CPUtime=0.27 cores=4-7,12-15
/proc/22881/task/22882/stat : 22882 (java) R 22878 22881 15292 0 -1 4202560 2438 0 1 0 26 1 0 0 20 0 23 0 23831986 10133950464 9503 33554432000 1073741824 1073778376 140735213772400 139737078795168 139736912047157 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9896436

[startup+0.700234 s]
/proc/loadavg: 4.30 4.16 4.11 3/284 22881
/proc/meminfo: memFree=29820056/32872528 swapFree=7804/7804
[pid=22881] ppid=22878 vsize=10162692 CPUtime=1.83 cores=4-7,12-15
/proc/22881/stat : 22881 (java) S 22878 22881 15292 0 -1 4202496 24038 0 1 0 177 6 0 0 20 0 27 0 23831985 10406596608 30274 33554432000 1073741824 1073778376 140735213772400 140735213763536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22881/statm: 2540673 30274 2256 9 0 2531350 0
[pid=22881/tid=22882] ppid=22878 vsize=10162692 CPUtime=0.49 cores=4-7,12-15
/proc/22881/task/22882/stat : 22882 (java) S 22878 22881 15292 0 -1 4202560 2468 0 1 0 47 2 0 0 20 0 27 0 23831986 10406596608 30274 33554432000 1073741824 1073778376 140735213772400 139737078797176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 10162692

[startup+1.50107 s]
/proc/loadavg: 4.30 4.16 4.11 7/311 22908
/proc/meminfo: memFree=29704888/32872528 swapFree=7804/7804
[pid=22881] ppid=22878 vsize=10162692 CPUtime=4.55 cores=4-7,12-15
/proc/22881/stat : 22881 (java) S 22878 22881 15292 0 -1 4202496 26532 0 1 0 447 8 0 0 20 0 27 0 23831985 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 140735213763536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22881/statm: 2540673 47074 2269 9 0 2531350 0
[pid=22881/tid=22882] ppid=22878 vsize=10162692 CPUtime=0.49 cores=4-7,12-15
/proc/22881/task/22882/stat : 22882 (java) S 22878 22881 15292 0 -1 4202560 2468 0 1 0 47 2 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139737078797176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22884] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22884/stat : 22884 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139737040288680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=22881/tid=22885] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22885/stat : 22885 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139737039236136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22881/tid=22886] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22886/stat : 22886 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139737038183080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22887] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22887/stat : 22887 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139737037130536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22888] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22888/stat : 22888 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139737036077480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22881/tid=22889] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22889/stat : 22889 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139737035024936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22890] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22890/stat : 22890 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139737033971880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22881/tid=22891] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22891/stat : 22891 (java) S 22878 22881 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139737032919336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22892] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22892/stat : 22892 (java) S 22878 22881 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139737031867304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=22881/tid=22893] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22893/stat : 22893 (java) S 22878 22881 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139737030814760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=22881/tid=22894] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22894/stat : 22894 (java) S 22878 22881 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736911964840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=22881/tid=22895] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22895/stat : 22895 (java) S 22878 22881 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736910912296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22896] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22896/stat : 22896 (java) S 22878 22881 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736909859240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22897] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22897/stat : 22897 (java) S 22878 22881 15292 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 23831987 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736019614184 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22898] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22898/stat : 22898 (java) S 22878 22881 15292 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 27 0 23831988 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736018559992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22899] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22899/stat : 22899 (java) S 22878 22881 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23831988 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736017507336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22900] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22900/stat : 22900 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831990 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736016456592 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22901] ppid=22878 vsize=10162692 CPUtime=1.03 cores=4-7,12-15
/proc/22881/task/22901/stat : 22901 (java) S 22878 22881 15292 0 -1 4202560 11900 0 0 0 101 2 0 0 20 0 27 0 23831990 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736015403960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22902] ppid=22878 vsize=10162692 CPUtime=1.02 cores=4-7,12-15
/proc/22881/task/22902/stat : 22902 (java) S 22878 22881 15292 0 -1 4202560 10784 0 0 0 99 3 0 0 20 0 27 0 23831990 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736014350904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=22881/tid=22903] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22903/stat : 22903 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831990 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736013298552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=22881/tid=22904] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22904/stat : 22904 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831990 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736012245704 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22905] ppid=22878 vsize=10162692 CPUtime=0.97 cores=4-7,12-15
/proc/22881/task/22905/stat : 22905 (java) R 22878 22881 15292 0 -1 4202560 17 0 0 0 97 0 0 0 20 0 27 0 23832037 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736011176864 139736912475311 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=22881/tid=22906] ppid=22878 vsize=10162692 CPUtime=0.97 cores=4-7,12-15
/proc/22881/task/22906/stat : 22906 (java) R 22878 22881 15292 0 -1 4202560 70 0 0 0 95 2 0 0 20 0 27 0 23832037 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736010115872 139736912935638 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=22881/tid=22907] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22907/stat : 22907 (java) S 22878 22881 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23832042 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736009085864 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22908] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22908/stat : 22908 (java) S 22878 22881 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23832042 10406596608 47074 33554432000 1073741824 1073778376 140735213772400 139736008033832 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 10162692

[startup+3.10112 s]
/proc/loadavg: 4.30 4.16 4.11 5/311 22908
/proc/meminfo: memFree=29612124/32872528 swapFree=7804/7804
[pid=22881] ppid=22878 vsize=10162692 CPUtime=7.94 cores=4-7,12-15
/proc/22881/stat : 22881 (java) S 22878 22881 15292 0 -1 4202496 26663 0 1 0 782 12 0 0 20 0 27 0 23831985 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 140735213763536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22881/statm: 2540673 53817 2281 9 0 2531350 0
[pid=22881/tid=22882] ppid=22878 vsize=10162692 CPUtime=0.49 cores=4-7,12-15
/proc/22881/task/22882/stat : 22882 (java) S 22878 22881 15292 0 -1 4202560 2468 0 1 0 47 2 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139737078797176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22884] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22884/stat : 22884 (java) S 22878 22881 15292 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139737040288680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22885] ppid=22878 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/22881/task/22885/stat : 22885 (java) S 22878 22881 15292 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139737039236136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=22881/tid=22886] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22886/stat : 22886 (java) S 22878 22881 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139737038183080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22887] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22887/stat : 22887 (java) S 22878 22881 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139737037130536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22888] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22888/stat : 22888 (java) S 22878 22881 15292 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139737036077480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=22881/tid=22889] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22889/stat : 22889 (java) S 22878 22881 15292 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139737035024936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22890] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22890/stat : 22890 (java) S 22878 22881 15292 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139737033971880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22891] ppid=22878 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/22881/task/22891/stat : 22891 (java) S 22878 22881 15292 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139737032919336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=22881/tid=22892] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22892/stat : 22892 (java) S 22878 22881 15292 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139737031867304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22893] ppid=22878 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/22881/task/22893/stat : 22893 (java) S 22878 22881 15292 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139737030814760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22881/tid=22894] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22894/stat : 22894 (java) S 22878 22881 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736911964840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22895] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22895/stat : 22895 (java) S 22878 22881 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736910912296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22896] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22896/stat : 22896 (java) S 22878 22881 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23831986 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736909859240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22897] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22897/stat : 22897 (java) S 22878 22881 15292 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 27 0 23831987 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736019614184 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22898] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22898/stat : 22898 (java) S 22878 22881 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23831988 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736018559992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22899] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22899/stat : 22899 (java) S 22878 22881 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23831988 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736017507336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22900] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22900/stat : 22900 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831990 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736016456592 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22901] ppid=22878 vsize=10162692 CPUtime=1.07 cores=4-7,12-15
/proc/22881/task/22901/stat : 22901 (java) S 22878 22881 15292 0 -1 4202560 11900 0 0 0 104 3 0 0 20 0 27 0 23831990 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736015403960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22902] ppid=22878 vsize=10162692 CPUtime=1.03 cores=4-7,12-15
/proc/22881/task/22902/stat : 22902 (java) S 22878 22881 15292 0 -1 4202560 10784 0 0 0 100 3 0 0 20 0 27 0 23831990 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736014350904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22881/tid=22903] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22903/stat : 22903 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831990 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736013298552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=22881/tid=22904] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22904/stat : 22904 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831990 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736012245704 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22905] ppid=22878 vsize=10162692 CPUtime=2.52 cores=4-7,12-15
/proc/22881/task/22905/stat : 22905 (java) R 22878 22881 15292 0 -1 4202560 19 0 0 0 252 0 0 0 20 0 27 0 23832037 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736011190568 139736912834892 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22906] ppid=22878 vsize=10162692 CPUtime=2.54 cores=4-7,12-15
/proc/22881/task/22906/stat : 22906 (java) R 22878 22881 15292 0 -1 4202560 80 0 0 0 252 2 0 0 20 0 27 0 23832037 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736010136744 139736912935573 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=22881/tid=22907] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22907/stat : 22907 (java) S 22878 22881 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23832042 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736009085864 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22908] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22908/stat : 22908 (java) S 22878 22881 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23832042 10406596608 53817 33554432000 1073741824 1073778376 140735213772400 139736008033832 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 10162692

[startup+6.30111 s]
/proc/loadavg: 4.68 4.24 4.14 5/311 22908
/proc/meminfo: memFree=29485840/32872528 swapFree=7804/7804

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

/proc/22881/task/22889/stat : 22889 (java) S 22878 22881 15292 0 -1 4202560 145 0 0 0 320 8 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737035024936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=22881/tid=22890] ppid=22878 vsize=10162692 CPUtime=3.34 cores=4-7,12-15
/proc/22881/task/22890/stat : 22890 (java) S 22878 22881 15292 0 -1 4202560 122 0 0 0 328 6 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737033971880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=22881/tid=22891] ppid=22878 vsize=10162692 CPUtime=3.5 cores=4-7,12-15
/proc/22881/task/22891/stat : 22891 (java) S 22878 22881 15292 0 -1 4202560 131 0 0 0 342 8 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737032919336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=22881/tid=22892] ppid=22878 vsize=10162692 CPUtime=3.27 cores=4-7,12-15
/proc/22881/task/22892/stat : 22892 (java) S 22878 22881 15292 0 -1 4202560 125 0 0 0 320 7 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737031867304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22893] ppid=22878 vsize=10162692 CPUtime=3.43 cores=4-7,12-15
/proc/22881/task/22893/stat : 22893 (java) S 22878 22881 15292 0 -1 4202560 131 0 0 0 334 9 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737030814760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22894] ppid=22878 vsize=10162692 CPUtime=3.36 cores=4-7,12-15
/proc/22881/task/22894/stat : 22894 (java) S 22878 22881 15292 0 -1 4202560 153 0 0 0 327 9 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736911964840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22895] ppid=22878 vsize=10162692 CPUtime=3.38 cores=4-7,12-15
/proc/22881/task/22895/stat : 22895 (java) S 22878 22881 15292 0 -1 4202560 142 0 0 0 330 8 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736910912296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=22881/tid=22896] ppid=22878 vsize=10162692 CPUtime=3.27 cores=4-7,12-15
/proc/22881/task/22896/stat : 22896 (java) S 22878 22881 15292 0 -1 4202560 139 0 0 0 321 6 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736909859240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22897] ppid=22878 vsize=10162692 CPUtime=0.5 cores=4-7,12-15
/proc/22881/task/22897/stat : 22897 (java) S 22878 22881 15292 0 -1 4202560 515 0 0 0 38 12 0 0 20 0 27 0 23831987 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736019614184 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22898] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22898/stat : 22898 (java) S 22878 22881 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23831988 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736018559992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22899] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22899/stat : 22899 (java) S 22878 22881 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23831988 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736017507336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22900] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22900/stat : 22900 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831990 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736016456592 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22901] ppid=22878 vsize=10162692 CPUtime=1.8 cores=4-7,12-15
/proc/22881/task/22901/stat : 22901 (java) S 22878 22881 15292 0 -1 4202560 11985 0 0 0 177 3 0 0 20 0 27 0 23831990 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736015403960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22902] ppid=22878 vsize=10162692 CPUtime=1.17 cores=4-7,12-15
/proc/22881/task/22902/stat : 22902 (java) S 22878 22881 15292 0 -1 4202560 10791 0 0 0 114 3 0 0 20 0 27 0 23831990 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736014350904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22903] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22903/stat : 22903 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831990 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736013298552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=22881/tid=22904] ppid=22878 vsize=10162692 CPUtime=0.41 cores=4-7,12-15
/proc/22881/task/22904/stat : 22904 (java) S 22878 22881 15292 0 -1 4202560 50 0 0 0 20 21 0 0 20 0 27 0 23831990 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736012245704 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22905] ppid=22878 vsize=10162692 CPUtime=873.5 cores=4-7,12-15
/proc/22881/task/22905/stat : 22905 (java) R 22878 22881 15292 0 -1 4202560 519 0 0 0 87336 14 0 0 20 0 27 0 23832037 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736011189776 139736912834892 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22906] ppid=22878 vsize=10162692 CPUtime=873.55 cores=4-7,12-15
/proc/22881/task/22906/stat : 22906 (java) R 22878 22881 15292 0 -1 4202560 1073 0 0 0 87326 29 0 0 20 0 27 0 23832037 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736010135744 139736912981710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22907] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22907/stat : 22907 (java) S 22878 22881 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23832042 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736009085864 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22908] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22908/stat : 22908 (java) S 22878 22881 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23832042 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736008033832 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10162692

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (1795.67 s) is less than in the last sample (1800.09 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.42004 s) to the 'lost time'.

[startup+883.701 s]
/proc/loadavg: 4.04 4.11 4.12 5/311 23035
/proc/meminfo: memFree=30218312/32872528 swapFree=7804/7804
[pid=22881] ppid=22878 vsize=10162692 CPUtime=1800.09 cores=4-7,12-15
/proc/22881/stat : 22881 (java) S 22878 22881 15292 0 -1 4202496 30549 0 1 0 179843 166 0 0 20 0 27 0 23831985 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 140735213763536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22881/statm: 2540673 250306 2298 9 0 2531350 0
[pid=22881/tid=22882] ppid=22878 vsize=10162692 CPUtime=0.54 cores=4-7,12-15
/proc/22881/task/22882/stat : 22882 (java) S 22878 22881 15292 0 -1 4202560 2483 0 1 0 51 3 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737078797176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22881/tid=22884] ppid=22878 vsize=10162692 CPUtime=3.41 cores=4-7,12-15
/proc/22881/task/22884/stat : 22884 (java) S 22878 22881 15292 0 -1 4202560 144 0 0 0 334 7 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737040288680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=22881/tid=22885] ppid=22878 vsize=10162692 CPUtime=3.42 cores=4-7,12-15
/proc/22881/task/22885/stat : 22885 (java) S 22878 22881 15292 0 -1 4202560 146 0 0 0 333 9 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737039236136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22881/tid=22886] ppid=22878 vsize=10162692 CPUtime=3.32 cores=4-7,12-15
/proc/22881/task/22886/stat : 22886 (java) S 22878 22881 15292 0 -1 4202560 162 0 0 0 324 8 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737038183080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=22881/tid=22887] ppid=22878 vsize=10162692 CPUtime=3.32 cores=4-7,12-15
/proc/22881/task/22887/stat : 22887 (java) S 22878 22881 15292 0 -1 4202560 185 0 0 0 323 9 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737037130536 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=22881/tid=22888] ppid=22878 vsize=10162692 CPUtime=3.31 cores=4-7,12-15
/proc/22881/task/22888/stat : 22888 (java) S 22878 22881 15292 0 -1 4202560 143 0 0 0 324 7 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737036077480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22889] ppid=22878 vsize=10162692 CPUtime=3.28 cores=4-7,12-15
/proc/22881/task/22889/stat : 22889 (java) S 22878 22881 15292 0 -1 4202560 145 0 0 0 320 8 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737035024936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=22881/tid=22890] ppid=22878 vsize=10162692 CPUtime=3.34 cores=4-7,12-15
/proc/22881/task/22890/stat : 22890 (java) S 22878 22881 15292 0 -1 4202560 122 0 0 0 328 6 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737033971880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=22881/tid=22891] ppid=22878 vsize=10162692 CPUtime=3.5 cores=4-7,12-15
/proc/22881/task/22891/stat : 22891 (java) S 22878 22881 15292 0 -1 4202560 131 0 0 0 342 8 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737032919336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=22881/tid=22892] ppid=22878 vsize=10162692 CPUtime=3.27 cores=4-7,12-15
/proc/22881/task/22892/stat : 22892 (java) S 22878 22881 15292 0 -1 4202560 125 0 0 0 320 7 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737031867304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22893] ppid=22878 vsize=10162692 CPUtime=3.43 cores=4-7,12-15
/proc/22881/task/22893/stat : 22893 (java) S 22878 22881 15292 0 -1 4202560 131 0 0 0 334 9 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139737030814760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22894] ppid=22878 vsize=10162692 CPUtime=3.36 cores=4-7,12-15
/proc/22881/task/22894/stat : 22894 (java) S 22878 22881 15292 0 -1 4202560 153 0 0 0 327 9 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736911964840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22895] ppid=22878 vsize=10162692 CPUtime=3.38 cores=4-7,12-15
/proc/22881/task/22895/stat : 22895 (java) S 22878 22881 15292 0 -1 4202560 142 0 0 0 330 8 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736910912296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=22881/tid=22896] ppid=22878 vsize=10162692 CPUtime=3.27 cores=4-7,12-15
/proc/22881/task/22896/stat : 22896 (java) S 22878 22881 15292 0 -1 4202560 139 0 0 0 321 6 0 0 20 0 27 0 23831986 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736909859240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22897] ppid=22878 vsize=10162692 CPUtime=0.5 cores=4-7,12-15
/proc/22881/task/22897/stat : 22897 (java) S 22878 22881 15292 0 -1 4202560 515 0 0 0 38 12 0 0 20 0 27 0 23831987 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736019614184 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22898] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22898/stat : 22898 (java) S 22878 22881 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23831988 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736018559992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22899] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22899/stat : 22899 (java) S 22878 22881 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23831988 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736017507336 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22900] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22900/stat : 22900 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831990 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736016456592 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=22881/tid=22901] ppid=22878 vsize=10162692 CPUtime=1.8 cores=4-7,12-15
/proc/22881/task/22901/stat : 22901 (java) S 22878 22881 15292 0 -1 4202560 11985 0 0 0 177 3 0 0 20 0 27 0 23831990 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736015403960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22902] ppid=22878 vsize=10162692 CPUtime=1.17 cores=4-7,12-15
/proc/22881/task/22902/stat : 22902 (java) S 22878 22881 15292 0 -1 4202560 10791 0 0 0 114 3 0 0 20 0 27 0 23831990 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736014350904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22903] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22903/stat : 22903 (java) S 22878 22881 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23831990 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736013298552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=22881/tid=22904] ppid=22878 vsize=10162692 CPUtime=0.41 cores=4-7,12-15
/proc/22881/task/22904/stat : 22904 (java) S 22878 22881 15292 0 -1 4202560 50 0 0 0 20 21 0 0 20 0 27 0 23831990 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736012245704 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22881/tid=22905] ppid=22878 vsize=10162692 CPUtime=873.5 cores=4-7,12-15
/proc/22881/task/22905/stat : 22905 (java) R 22878 22881 15292 0 -1 4202560 519 0 0 0 87336 14 0 0 20 0 27 0 23832037 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736011189776 139736912834892 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22906] ppid=22878 vsize=10162692 CPUtime=873.55 cores=4-7,12-15
/proc/22881/task/22906/stat : 22906 (java) R 22878 22881 15292 0 -1 4202560 1073 0 0 0 87326 29 0 0 20 0 27 0 23832037 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736010135744 139736912981710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22881/tid=22907] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22907/stat : 22907 (java) S 22878 22881 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23832042 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736009085864 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22881/tid=22908] ppid=22878 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/22881/task/22908/stat : 22908 (java) S 22878 22881 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23832042 10406596608 250306 33554432000 1073741824 1073778376 140735213772400 139736008033832 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10162692

[startup+883.806 s]
/proc/loadavg: 4.04 4.11 4.12 5/311 23035
/proc/meminfo: memFree=30218312/32872528 swapFree=7804/7804
[pid=22881] ppid=22878 vsize=0 CPUtime=1795.67 cores=4-7,12-15
/proc/22881/stat : 22881 (java) Z 22878 22881 15292 0 -1 4203532 30583 0 1 0 179361 206 0 0 20 0 2 0 23831985 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22881/statm: 0 0 0 0 0 0 0
[pid=22881/tid=22891] ppid=22878 vsize=0 CPUtime=3.5 cores=4-7,12-15
/proc/22881/task/22891/stat : 22891 (java) R 22878 22881 15292 0 -1 4203588 131 0 0 0 342 8 0 0 20 0 2 0 23831986 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (KiB) 0
#
############


Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22881 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+883.806 s]
/proc/loadavg: 4.04 4.11 4.12 5/311 23035
/proc/meminfo: memFree=30218312/32872528 swapFree=7804/7804
[pid=22881] ppid=22878 vsize=0 CPUtime=1795.67 cores=4-7,12-15
/proc/22881/stat : 22881 (java) Z 22878 22881 15292 0 -1 4203532 30583 0 1 0 179361 206 0 0 20 0 2 0 23831985 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22881/statm: 0 0 0 0 0 0 0
[pid=22881/tid=22891] ppid=22878 vsize=0 CPUtime=3.5 cores=4-7,12-15
/proc/22881/task/22891/stat : 22891 (java) R 22878 22881 15292 0 -1 4203588 131 0 0 0 342 8 0 0 20 0 2 0 23831986 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22881 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=569336
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=70685
# CPU time returned by wait4() is 1795.64
# while last known CPU time is 1795.67
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.42004
#  lost CPU user time (s): 4.82007
#  lost CPU system time (s): -0.4

Real time (s): 883.81
CPU time (s): 1800.09
CPU user time (s): 1798.43
CPU system time (s): 1.66
CPU usage (%): 203.674
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.57
system time used= 2.07069
maximum resident set size= 1118164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30583
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55071
involuntary context switches= 75064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.07192 second user time and 10.3774 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 04:44:34
IDJOB=4102458
IDBENCH=2122
IDSOLVER=2543
FILE ID=node132/4102458-1466217874
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102458-1466217874/watcher-4102458-1466217874 -o /tmp/evaluation-result-4102458-1466217874/solver-4102458-1466217874 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4102458-1466217874.opb

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

MD5SUM BENCH= 172d8bfe30610a29dfe3bb9d98ed3f4c
RANDOM SEED=915775797

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:        29819684 kB
Buffers:           83828 kB
Cached:           119656 kB
SwapCached:         1776 kB
Active:          2076784 kB
Inactive:         143980 kB
Active(anon):    2019108 kB
Inactive(anon):     1060 kB
Active(file):      57676 kB
Inactive(file):   142920 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              1656 kB
Writeback:            20 kB
AnonPages:       2112460 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             606960 kB
SReclaimable:      45068 kB
SUnreclaim:       561892 kB
KernelStack:        2400 kB
PageTables:         8368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2266820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2048000 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= 71736 MiB
End job on node132 at 2016-06-18 04:59:18