Trace number 4121619

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 PB16UNSAT 40.8468 19.2495

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n80-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUMd63c048ea9e10a072fe4e32e2291f3f6
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.6196
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints320
Number of constraints which are clauses320
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4121619-1467309547.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.17	c ... done. Wall clock time 0.054s.
0.10/0.17	c declared #vars     120
0.10/0.17	c #constraints  320
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.10/0.17	c 320 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.10/0.17	c 320 constraints processed.
1.45/0.59	c cleaning 2496 clauses out of 5001 with flag 23608/5001
2.24/0.77	c cleaning 0 clauses out of 5002 with flag 0/5002
3.00/0.90	c cleaning 4249 clauses out of 8505 with flag 54770/11001
3.29/1.03	c cleaning 0 clauses out of 11001 with flag 0/11001
3.95/1.26	c cleaning 5621 clauses out of 11256 with flag 89949/18001
4.24/1.32	c cleaning 0 clauses out of 18001 with flag 0/18001
5.20/1.72	c cleaning 0 clauses out of 26000 with flag 0/26000
5.20/1.78	c cleaning 6813 clauses out of 13634 with flag 130994/26000
6.38/2.13	c cleaning 0 clauses out of 35000 with flag 0/35000
6.99/2.45	c cleaning 7903 clauses out of 15821 with flag 177975/35000
7.49/2.69	c cleaning 0 clauses out of 45001 with flag 0/45001
8.91/3.31	c cleaning 0 clauses out of 56000 with flag 0/56000
8.91/3.39	c cleaning 8954 clauses out of 17918 with flag 231910/45000
10.21/3.95	c cleaning 0 clauses out of 68001 with flag 0/68001
11.42/4.52	c cleaning 9981 clauses out of 19965 with flag 289649/56001
12.00/4.82	c cleaning 0 clauses out of 81001 with flag 0/81001
14.00/5.84	c cleaning 10989 clauses out of 21984 with flag 347685/68001
14.00/5.85	c cleaning 0 clauses out of 95001 with flag 0/95001
16.60/7.11	c cleaning 0 clauses out of 110001 with flag 0/110001
16.80/7.29	c cleaning 11990 clauses out of 23995 with flag 409632/81001
19.98/8.80	c cleaning 0 clauses out of 126001 with flag 0/126001
20.20/8.89	c cleaning 13001 clauses out of 26005 with flag 475733/95001
23.78/10.62	c cleaning 0 clauses out of 143001 with flag 0/143001
23.78/10.68	c cleaning 13996 clauses out of 28004 with flag 545323/110001
27.57/12.60	c cleaning 15001 clauses out of 30007 with flag 623534/126000
27.97/12.72	c cleaning 0 clauses out of 161001 with flag 0/161001
31.44/14.31	c cleaning 15996 clauses out of 32006 with flag 710614/143000
34.18/15.65	c cleaning 0 clauses out of 180000 with flag 0/180000
34.60/15.85	c cleaning 16997 clauses out of 34011 with flag 798501/161001
39.22/18.10	c cleaning 18002 clauses out of 36013 with flag 894249/180000
39.64/18.37	c cleaning 0 clauses out of 199999 with flag 0/200000
40.66/18.83	c And the winner is solver1
40.66/19.18	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
40.66/19.18	c starts		: 196
40.66/19.18	c conflicts		: 189169
40.66/19.18	c decisions		: 260093
40.66/19.18	c propagations		: 1826331
40.66/19.18	c inspects		: 453893997
40.66/19.18	c shortcuts		: 0
40.66/19.18	c learnt literals	: 0
40.66/19.18	c learnt binary clauses	: 0
40.66/19.18	c learnt ternary clauses	: 4
40.66/19.18	c learnt constraints	: 189169
40.66/19.18	c ignored constraints	: 0
40.66/19.18	c root simplifications	: 0
40.66/19.18	c removed literals (reason simplification)	: 359390
40.66/19.18	c reason swapping (by a shorter reason)	: 0
40.66/19.18	c Calls to reduceDB	: 15
40.66/19.18	c Number of update (reduction) of LBD	: 36732
40.66/19.18	c Imported unit clauses	: 0
40.66/19.18	c number of reductions to clauses (during analyze)	: 0
40.66/19.18	c number of learned constraints concerned by reduction	: 0
40.66/19.18	c number of learning phase by resolution	: 0
40.66/19.18	c number of learning phase by cutting planes	: 0
40.66/19.18	c speed (assignments/second)	: 96112.56709820019
40.66/19.18	c non guided choices	108
40.66/19.19	c learnt constraints type 
40.66/19.19	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27180
40.66/19.19	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
40.66/19.19	c starts		: 117
40.66/19.19	c conflicts		: 204089
40.66/19.19	c decisions		: 253492
40.66/19.19	c propagations		: 1480828
40.66/19.19	c inspects		: 184352894
40.66/19.19	c shortcuts		: 0
40.66/19.19	c learnt literals	: 1
40.66/19.19	c learnt binary clauses	: 2
40.66/19.19	c learnt ternary clauses	: 10
40.66/19.19	c learnt constraints	: 204087
40.66/19.19	c ignored constraints	: 0
40.66/19.19	c root simplifications	: 0
40.66/19.19	c removed literals (reason simplification)	: 0
40.66/19.19	c reason swapping (by a shorter reason)	: 0
40.66/19.19	c Calls to reduceDB	: 16
40.66/19.19	c Number of update (reduction) of LBD	: 0
40.66/19.19	c Imported unit clauses	: 0
40.66/19.19	c number of reductions to clauses (during analyze)	: 0
40.66/19.19	c number of learned constraints concerned by reduction	: 0
40.66/19.19	c number of learning phase by resolution	: 0
40.66/19.19	c number of learning phase by cutting planes	: 0
40.66/19.19	c speed (assignments/second)	: 77872.7387463189
40.66/19.19	c non guided choices	169
40.69/19.24	c learnt constraints type 
40.69/19.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 204085
40.69/19.24	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 2
40.69/19.24	s UNSATISFIABLE
40.69/19.24	c Total wall clock time (in seconds): 19.123

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

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

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


[startup+0 s]
/proc/loadavg: 4.02 4.15 3.34 4/284 30993
/proc/meminfo: memFree=26112804/32872528 swapFree=8828/8828
[pid=30993] ppid=30990 vsize=101560 CPUtime=0 cores=0-3,8-11
/proc/30993/stat : 30993 (java) S 30990 30993 26963 0 -1 4202496 1467 0 1 0 0 0 0 0 20 0 2 0 11907536 103997440 1070 33554432000 1073741824 1073778376 140736056629152 140736056620288 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30993/statm: 25390 1077 828 9 0 16774 0
[pid=30993/tid=30994] ppid=30990 vsize=101560 CPUtime=0 cores=0-3,8-11
/proc/30993/task/30994/stat : 30994 (java) D 30990 30993 26963 0 -1 4202560 274 0 1 0 0 0 0 0 20 0 2 0 11907537 103997440 1102 33554432000 1073741824 1073778376 140736056629152 139686514945496 216799472935 0 4 0 16784584 18446744072100756772 0 0 -1 0 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 4.02 4.15 3.34 4/284 30993
/proc/meminfo: memFree=26112804/32872528 swapFree=8828/8828
[pid=30993] ppid=30990 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/30993/stat : 30993 (java) S 30990 30993 26963 0 -1 4202496 4444 0 1 0 9 1 0 0 20 0 23 0 11907536 10133950464 6069 33554432000 1073741824 1073778376 140736056629152 140736056620288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30993/statm: 2474109 6069 2126 9 0 2464786 0
[pid=30993/tid=30994] ppid=30990 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/30993/task/30994/stat : 30994 (java) R 30990 30993 26963 0 -1 4202560 2423 0 1 0 6 1 0 0 20 0 23 0 11907537 10133950464 6069 33554432000 1073741824 1073778376 140736056629152 139686514949024 140736057591972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.200325 s]
/proc/loadavg: 4.02 4.15 3.34 4/284 30993
/proc/meminfo: memFree=26112804/32872528 swapFree=8828/8828
[pid=30993] ppid=30990 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/30993/stat : 30993 (java) S 30990 30993 26963 0 -1 4202496 4778 0 1 0 24 1 0 0 20 0 27 0 11907536 10406596608 7888 33554432000 1073741824 1073778376 140736056629152 140736056620288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30993/statm: 2540673 7888 2210 9 0 2531350 0
[pid=30993/tid=30994] ppid=30990 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30993/task/30994/stat : 30994 (java) S 30990 30993 26963 0 -1 4202560 2451 0 1 0 14 1 0 0 20 0 27 0 11907537 10406596608 7888 33554432000 1073741824 1073778376 140736056629152 139686514951032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10162692

[startup+0.30027 s]
/proc/loadavg: 4.02 4.15 3.34 4/284 30993
/proc/meminfo: memFree=26112804/32872528 swapFree=8828/8828
[pid=30993] ppid=30990 vsize=10162692 CPUtime=0.65 cores=0-3,8-11
/proc/30993/stat : 30993 (java) S 30990 30993 26963 0 -1 4202496 8334 0 1 0 63 2 0 0 20 0 27 0 11907536 10406596608 10014 33554432000 1073741824 1073778376 140736056629152 140736056620288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30993/statm: 2540673 10014 2240 9 0 2531350 0
[pid=30993/tid=30994] ppid=30990 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30993/task/30994/stat : 30994 (java) S 30990 30993 26963 0 -1 4202560 2451 0 1 0 14 1 0 0 20 0 27 0 11907537 10406596608 10014 33554432000 1073741824 1073778376 140736056629152 139686514951032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 10162692

[startup+0.700291 s]
/proc/loadavg: 4.02 4.15 3.34 4/284 30993
/proc/meminfo: memFree=26112804/32872528 swapFree=8828/8828
[pid=30993] ppid=30990 vsize=10162692 CPUtime=2.24 cores=0-3,8-11
/proc/30993/stat : 30993 (java) S 30990 30993 26963 0 -1 4202496 25403 0 1 0 219 5 0 0 20 0 27 0 11907536 10406596608 33889 33554432000 1073741824 1073778376 140736056629152 140736056620288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30993/statm: 2540673 33889 2260 9 0 2531350 0
[pid=30993/tid=30994] ppid=30990 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30993/task/30994/stat : 30994 (java) S 30990 30993 26963 0 -1 4202560 2451 0 1 0 14 1 0 0 20 0 27 0 11907537 10406596608 33889 33554432000 1073741824 1073778376 140736056629152 139686514951032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10162692

[startup+1.50106 s]
/proc/loadavg: 4.02 4.15 3.34 6/311 31020
/proc/meminfo: memFree=25925908/32872528 swapFree=8828/8828
[pid=30993] ppid=30990 vsize=10162692 CPUtime=4.79 cores=0-3,8-11
/proc/30993/stat : 30993 (java) S 30990 30993 26963 0 -1 4202496 30778 0 1 0 469 10 0 0 20 0 27 0 11907536 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 140736056620288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30993/statm: 2540673 48964 2275 9 0 2531350 0
[pid=30993/tid=30994] ppid=30990 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30993/task/30994/stat : 30994 (java) S 30990 30993 26963 0 -1 4202560 2451 0 1 0 14 1 0 0 20 0 27 0 11907537 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686514951032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30993/tid=30996] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/30996/stat : 30996 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686504012712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=30997] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/30997/stat : 30997 (java) S 30990 30993 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686502960168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30998] ppid=30990 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30993/task/30998/stat : 30998 (java) S 30990 30993 26963 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686501907112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30993/tid=30999] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/30999/stat : 30999 (java) S 30990 30993 26963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686500854568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31000] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31000/stat : 31000 (java) S 30990 30993 26963 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686499801512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=31001] ppid=30990 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30993/task/31001/stat : 31001 (java) S 30990 30993 26963 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686498748968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31002] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31002/stat : 31002 (java) S 30990 30993 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686497695912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31003] ppid=30990 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30993/task/31003/stat : 31003 (java) S 30990 30993 26963 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686351419688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31004] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31004/stat : 31004 (java) S 30990 30993 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686350367656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31005] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31005/stat : 31005 (java) S 30990 30993 26963 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686349315112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30993/tid=31006] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31006/stat : 31006 (java) S 30990 30993 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686348262056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30993/tid=31007] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31007/stat : 31007 (java) S 30990 30993 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686347209512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30993/tid=31008] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31008/stat : 31008 (java) S 30990 30993 26963 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686346156456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31009] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31009/stat : 31009 (java) S 30990 30993 26963 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 11907539 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686328695272 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31010] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31010/stat : 31010 (java) S 30990 30993 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11907539 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686327641080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31011] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31011/stat : 31011 (java) S 30990 30993 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11907540 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686326588424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31012] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31012/stat : 31012 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686325537680 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31013] ppid=30990 vsize=10162692 CPUtime=0.73 cores=0-3,8-11
/proc/30993/task/31013/stat : 31013 (java) S 30990 30993 26963 0 -1 4202560 9955 0 0 0 73 0 0 0 20 0 27 0 11907542 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686324485048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31014] ppid=30990 vsize=10162692 CPUtime=1.1 cores=0-3,8-11
/proc/30993/task/31014/stat : 31014 (java) S 30990 30993 26963 0 -1 4202560 16853 0 0 0 107 3 0 0 20 0 27 0 11907542 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686323431992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31015] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31015/stat : 31015 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686322379640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31016] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31016/stat : 31016 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686321326792 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31017] ppid=30990 vsize=10162692 CPUtime=1.27 cores=0-3,8-11
/proc/30993/task/31017/stat : 31017 (java) R 30990 30993 26963 0 -1 4202560 22 0 0 0 127 0 0 0 20 0 27 0 11907554 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686320171912 139686379440825 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31018] ppid=30990 vsize=10162692 CPUtime=1.28 cores=0-3,8-11
/proc/30993/task/31018/stat : 31018 (java) R 30990 30993 26963 0 -1 4202560 96 0 0 0 126 2 0 0 20 0 27 0 11907554 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686319119072 139686379544992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31019] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31019/stat : 31019 (java) S 30990 30993 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11907555 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686318068648 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=31020] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31020/stat : 31020 (java) S 30990 30993 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11907555 10406596608 48964 33554432000 1073741824 1073778376 140736056629152 139686317016616 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 10162692

[startup+3.10112 s]
/proc/loadavg: 4.02 4.15 3.34 5/311 31020
/proc/meminfo: memFree=25868932/32872528 swapFree=8828/8828
[pid=30993] ppid=30990 vsize=10162692 CPUtime=8.49 cores=0-3,8-11
/proc/30993/stat : 30993 (java) S 30990 30993 26963 0 -1 4202496 35263 0 1 0 833 16 0 0 20 0 27 0 11907536 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 140736056620288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30993/statm: 2540673 82883 2275 9 0 2531350 0
[pid=30993/tid=30994] ppid=30990 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30993/task/30994/stat : 30994 (java) S 30990 30993 26963 0 -1 4202560 2451 0 1 0 14 1 0 0 20 0 27 0 11907537 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686514951032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30993/tid=30996] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/30996/stat : 30996 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686504012712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30997] ppid=30990 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30993/task/30997/stat : 30997 (java) S 30990 30993 26963 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686502960168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30998] ppid=30990 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/30993/task/30998/stat : 30998 (java) S 30990 30993 26963 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686501907112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30999] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/30999/stat : 30999 (java) S 30990 30993 26963 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686500854568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31000] ppid=30990 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30993/task/31000/stat : 31000 (java) S 30990 30993 26963 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686499801512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=31001] ppid=30990 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/30993/task/31001/stat : 31001 (java) S 30990 30993 26963 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686498748968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31002] ppid=30990 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30993/task/31002/stat : 31002 (java) S 30990 30993 26963 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686497695912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31003] ppid=30990 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/30993/task/31003/stat : 31003 (java) S 30990 30993 26963 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686351419688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31004] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31004/stat : 31004 (java) S 30990 30993 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686350367656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31005] ppid=30990 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30993/task/31005/stat : 31005 (java) S 30990 30993 26963 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686349315112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30993/tid=31006] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31006/stat : 31006 (java) S 30990 30993 26963 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686348262056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=30993/tid=31007] ppid=30990 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30993/task/31007/stat : 31007 (java) S 30990 30993 26963 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686347209512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31008] ppid=30990 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/30993/task/31008/stat : 31008 (java) S 30990 30993 26963 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 11907538 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686346156456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31009] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31009/stat : 31009 (java) S 30990 30993 26963 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 11907539 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686328695272 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31010] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31010/stat : 31010 (java) S 30990 30993 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11907539 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686327641080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31011] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31011/stat : 31011 (java) S 30990 30993 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11907540 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686326588424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31012] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31012/stat : 31012 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686325537680 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31013] ppid=30990 vsize=10162692 CPUtime=0.79 cores=0-3,8-11
/proc/30993/task/31013/stat : 31013 (java) S 30990 30993 26963 0 -1 4202560 9955 0 0 0 79 0 0 0 20 0 27 0 11907542 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686324485048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31014] ppid=30990 vsize=10162692 CPUtime=1.45 cores=0-3,8-11
/proc/30993/task/31014/stat : 31014 (java) S 30990 30993 26963 0 -1 4202560 21114 0 0 0 141 4 0 0 20 0 27 0 11907542 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686323431992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31015] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31015/stat : 31015 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686322379640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31016] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31016/stat : 31016 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686321326792 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31017] ppid=30990 vsize=10162692 CPUtime=2.85 cores=0-3,8-11
/proc/30993/task/31017/stat : 31017 (java) R 30990 30993 26963 0 -1 4202560 23 0 0 0 285 0 0 0 20 0 27 0 11907554 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686320171792 139686379435789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30993/tid=31018] ppid=30990 vsize=10162692 CPUtime=2.85 cores=0-3,8-11
/proc/30993/task/31018/stat : 31018 (java) R 30990 30993 26963 0 -1 4202560 157 0 0 0 282 3 0 0 20 0 27 0 11907554 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686319111792 139686379624335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31019] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31019/stat : 31019 (java) S 30990 30993 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11907555 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686318068648 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=31020] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31020/stat : 31020 (java) S 30990 30993 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11907555 10406596608 82883 33554432000 1073741824 1073778376 140736056629152 139686317016616 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 10162692

[startup+6.30113 s]
/proc/loadavg: 4.02 4.15 3.34 5/311 31020
/proc/meminfo: memFree=25769988/32872528 swapFree=8828/8828

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

[pid=30993/tid=31000] ppid=30990 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30993/task/31000/stat : 31000 (java) S 30990 30993 26963 0 -1 4202560 58 0 0 0 4 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686499801512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31001] ppid=30990 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/30993/task/31001/stat : 31001 (java) S 30990 30993 26963 0 -1 4202560 23 0 0 0 5 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686498748968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=31002] ppid=30990 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/30993/task/31002/stat : 31002 (java) S 30990 30993 26963 0 -1 4202560 16 0 0 0 2 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686497695912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31003] ppid=30990 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30993/task/31003/stat : 31003 (java) S 30990 30993 26963 0 -1 4202560 19 0 0 0 4 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686351419688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31004] ppid=30990 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30993/task/31004/stat : 31004 (java) S 30990 30993 26963 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686350367656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31005] ppid=30990 vsize=10162692 CPUtime=0.11 cores=0-3,8-11
/proc/30993/task/31005/stat : 31005 (java) S 30990 30993 26963 0 -1 4202560 79 0 0 0 6 5 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686349315112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31006] ppid=30990 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/30993/task/31006/stat : 31006 (java) S 30990 30993 26963 0 -1 4202560 143 0 0 0 5 4 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686348262056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30993/tid=31007] ppid=30990 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/30993/task/31007/stat : 31007 (java) S 30990 30993 26963 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686347209512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31008] ppid=30990 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/30993/task/31008/stat : 31008 (java) S 30990 30993 26963 0 -1 4202560 96 0 0 0 4 4 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686346156456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31009] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31009/stat : 31009 (java) S 30990 30993 26963 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 27 0 11907539 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686328695272 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31010] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31010/stat : 31010 (java) S 30990 30993 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11907539 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686327641080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31011] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31011/stat : 31011 (java) S 30990 30993 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11907540 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686326588424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31012] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31012/stat : 31012 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686325537680 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31013] ppid=30990 vsize=10162692 CPUtime=0.97 cores=0-3,8-11
/proc/30993/task/31013/stat : 31013 (java) S 30990 30993 26963 0 -1 4202560 10031 0 0 0 97 0 0 0 20 0 27 0 11907542 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686324485048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31014] ppid=30990 vsize=10162692 CPUtime=1.48 cores=0-3,8-11
/proc/30993/task/31014/stat : 31014 (java) S 30990 30993 26963 0 -1 4202560 21114 0 0 0 144 4 0 0 20 0 27 0 11907542 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686323431992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31015] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31015/stat : 31015 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686322379640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31016] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31016/stat : 31016 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686321326792 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31017] ppid=30990 vsize=10162692 CPUtime=17.98 cores=0-3,8-11
/proc/30993/task/31017/stat : 31017 (java) R 30990 30993 26963 0 -1 4202560 26 0 0 0 1798 0 0 0 20 0 27 0 11907554 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686320164848 139686379440788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31018] ppid=30990 vsize=10162692 CPUtime=17.98 cores=0-3,8-11
/proc/30993/task/31018/stat : 31018 (java) R 30990 30993 26963 0 -1 4202560 281 0 0 0 1792 6 0 0 20 0 27 0 11907554 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686319111824 139686379440825 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=30993/tid=31019] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31019/stat : 31019 (java) S 30990 30993 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11907555 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686318068648 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=31020] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31020/stat : 31020 (java) S 30990 30993 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11907555 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686317016616 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 39.84
Current children cumulated vsize (KiB) 10162692

[startup+18.8117 s]
/proc/loadavg: 4.01 4.14 3.35 5/311 31020
/proc/meminfo: memFree=25477036/32872528 swapFree=8832/8832
[pid=30993] ppid=30990 vsize=10162692 CPUtime=40.66 cores=0-3,8-11
/proc/30993/stat : 30993 (java) S 30990 30993 26963 0 -1 4202496 36408 0 1 0 4016 50 0 0 20 0 27 0 11907536 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 140736056620288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30993/statm: 2540673 160873 2275 9 0 2531350 0
[pid=30993/tid=30994] ppid=30990 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30993/task/30994/stat : 30994 (java) S 30990 30993 26963 0 -1 4202560 2451 0 1 0 14 1 0 0 20 0 27 0 11907537 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686514951032 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30993/tid=30996] ppid=30990 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/30993/task/30996/stat : 30996 (java) S 30990 30993 26963 0 -1 4202560 83 0 0 0 3 1 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686504012712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=30997] ppid=30990 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/30993/task/30997/stat : 30997 (java) S 30990 30993 26963 0 -1 4202560 83 0 0 0 4 3 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686502960168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=30998] ppid=30990 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30993/task/30998/stat : 30998 (java) S 30990 30993 26963 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686501907112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30999] ppid=30990 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/30993/task/30999/stat : 30999 (java) S 30990 30993 26963 0 -1 4202560 77 0 0 0 6 3 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686500854568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31000] ppid=30990 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30993/task/31000/stat : 31000 (java) S 30990 30993 26963 0 -1 4202560 58 0 0 0 4 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686499801512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31001] ppid=30990 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/30993/task/31001/stat : 31001 (java) S 30990 30993 26963 0 -1 4202560 23 0 0 0 5 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686498748968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=31002] ppid=30990 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/30993/task/31002/stat : 31002 (java) S 30990 30993 26963 0 -1 4202560 16 0 0 0 2 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686497695912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31003] ppid=30990 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30993/task/31003/stat : 31003 (java) S 30990 30993 26963 0 -1 4202560 19 0 0 0 4 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686351419688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31004] ppid=30990 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30993/task/31004/stat : 31004 (java) S 30990 30993 26963 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686350367656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31005] ppid=30990 vsize=10162692 CPUtime=0.11 cores=0-3,8-11
/proc/30993/task/31005/stat : 31005 (java) S 30990 30993 26963 0 -1 4202560 79 0 0 0 6 5 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686349315112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31006] ppid=30990 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/30993/task/31006/stat : 31006 (java) S 30990 30993 26963 0 -1 4202560 143 0 0 0 5 4 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686348262056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30993/tid=31007] ppid=30990 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/30993/task/31007/stat : 31007 (java) S 30990 30993 26963 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686347209512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31008] ppid=30990 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/30993/task/31008/stat : 31008 (java) S 30990 30993 26963 0 -1 4202560 96 0 0 0 4 4 0 0 20 0 27 0 11907538 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686346156456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31009] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31009/stat : 31009 (java) S 30990 30993 26963 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 27 0 11907539 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686328695272 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31010] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31010/stat : 31010 (java) S 30990 30993 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 11907539 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686327641080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31011] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31011/stat : 31011 (java) S 30990 30993 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 11907540 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686326588424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31012] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31012/stat : 31012 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686325537680 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31013] ppid=30990 vsize=10162692 CPUtime=0.97 cores=0-3,8-11
/proc/30993/task/31013/stat : 31013 (java) S 30990 30993 26963 0 -1 4202560 10031 0 0 0 97 0 0 0 20 0 27 0 11907542 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686324485048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31014] ppid=30990 vsize=10162692 CPUtime=1.48 cores=0-3,8-11
/proc/30993/task/31014/stat : 31014 (java) S 30990 30993 26963 0 -1 4202560 21114 0 0 0 144 4 0 0 20 0 27 0 11907542 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686323431992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31015] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31015/stat : 31015 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686322379640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31016] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31016/stat : 31016 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 11907542 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686321326792 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31017] ppid=30990 vsize=10162692 CPUtime=18.39 cores=0-3,8-11
/proc/30993/task/31017/stat : 31017 (java) R 30990 30993 26963 0 -1 4202560 27 0 0 0 1839 0 0 0 20 0 27 0 11907554 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686320173992 139686379440766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31018] ppid=30990 vsize=10162692 CPUtime=18.39 cores=0-3,8-11
/proc/30993/task/31018/stat : 31018 (java) R 30990 30993 26963 0 -1 4202560 281 0 0 0 1833 6 0 0 20 0 27 0 11907554 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686319118856 139686379544904 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=30993/tid=31019] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31019/stat : 31019 (java) S 30990 30993 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11907555 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686318068648 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=31020] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31020/stat : 31020 (java) S 30990 30993 26963 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 11907555 10406596608 160873 33554432000 1073741824 1073778376 140736056629152 139686317016616 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 40.66
Current children cumulated vsize (KiB) 10162692

[startup+19.2009 s]
/proc/loadavg: 4.01 4.14 3.35 5/311 31020
/proc/meminfo: memFree=25477036/32872528 swapFree=8832/8832
[pid=30993] ppid=30990 vsize=10162692 CPUtime=40.64 cores=0-3,8-11
/proc/30993/stat : 30993 (java) S 30990 30993 26963 0 -1 4202496 36422 0 1 0 4013 51 0 0 20 0 24 0 11907536 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 140736056620288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30993/statm: 2540673 160870 2284 9 0 2531350 0
[pid=30993/tid=30994] ppid=30990 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/30993/task/30994/stat : 30994 (java) S 30990 30993 26963 0 -1 4202560 2451 0 1 0 14 1 0 0 20 0 24 0 11907537 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686514950872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30993/tid=30996] ppid=30990 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/30993/task/30996/stat : 30996 (java) S 30990 30993 26963 0 -1 4202560 83 0 0 0 3 1 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686504012712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=30997] ppid=30990 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/30993/task/30997/stat : 30997 (java) S 30990 30993 26963 0 -1 4202560 83 0 0 0 4 3 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686502960168 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=30998] ppid=30990 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30993/task/30998/stat : 30998 (java) S 30990 30993 26963 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686501907112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30999] ppid=30990 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/30993/task/30999/stat : 30999 (java) S 30990 30993 26963 0 -1 4202560 77 0 0 0 6 3 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686500854568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31000] ppid=30990 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30993/task/31000/stat : 31000 (java) S 30990 30993 26963 0 -1 4202560 58 0 0 0 4 2 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686499801512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31001] ppid=30990 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/30993/task/31001/stat : 31001 (java) S 30990 30993 26963 0 -1 4202560 23 0 0 0 5 2 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686498748968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=30993/tid=31002] ppid=30990 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/30993/task/31002/stat : 31002 (java) S 30990 30993 26963 0 -1 4202560 16 0 0 0 2 2 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686497695912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31003] ppid=30990 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30993/task/31003/stat : 31003 (java) S 30990 30993 26963 0 -1 4202560 19 0 0 0 4 2 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686351419688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31004] ppid=30990 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/30993/task/31004/stat : 31004 (java) S 30990 30993 26963 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686350367656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31005] ppid=30990 vsize=10162692 CPUtime=0.11 cores=0-3,8-11
/proc/30993/task/31005/stat : 31005 (java) S 30990 30993 26963 0 -1 4202560 79 0 0 0 6 5 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686349315112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31006] ppid=30990 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/30993/task/31006/stat : 31006 (java) S 30990 30993 26963 0 -1 4202560 143 0 0 0 5 4 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686348262056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30993/tid=31007] ppid=30990 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/30993/task/31007/stat : 31007 (java) S 30990 30993 26963 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686347209512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31008] ppid=30990 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/30993/task/31008/stat : 31008 (java) S 30990 30993 26963 0 -1 4202560 96 0 0 0 4 4 0 0 20 0 24 0 11907538 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686346156456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31009] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31009/stat : 31009 (java) S 30990 30993 26963 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 24 0 11907539 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686328695272 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31010] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31010/stat : 31010 (java) S 30990 30993 26963 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 11907539 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686327641080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31011] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31011/stat : 31011 (java) S 30990 30993 26963 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 11907540 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686326588424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31012] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31012/stat : 31012 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11907542 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686325537680 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=30993/tid=31013] ppid=30990 vsize=10162692 CPUtime=0.98 cores=0-3,8-11
/proc/30993/task/31013/stat : 31013 (java) R 30990 30993 26963 0 -1 4202560 10034 0 0 0 98 0 0 0 20 0 24 0 11907542 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686324485048 139686520943937 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30993/tid=31014] ppid=30990 vsize=10162692 CPUtime=1.49 cores=0-3,8-11
/proc/30993/task/31014/stat : 31014 (java) R 30990 30993 26963 0 -1 4202560 21119 0 0 0 145 4 0 0 20 0 24 0 11907542 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686323431992 139686522713840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31015] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31015/stat : 31015 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11907542 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686322379640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=30993/tid=31016] ppid=30990 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/30993/task/31016/stat : 31016 (java) S 30990 30993 26963 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 11907542 10406596608 160870 33554432000 1073741824 1073778376 140736056629152 139686321326792 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 40.64
Current children cumulated vsize (KiB) 10162692

Child status: 20

# 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): 0.0500031
#  lost CPU user time (s): 0.0600014
#  lost CPU system time (s): -0.00999999

Real time (s): 19.2495
CPU time (s): 40.8468
CPU user time (s): 40.1949
CPU system time (s): 0.651899
CPU usage (%): 212.197
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.1349
system time used= 0.661899
maximum resident set size= 643504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36432
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1139
involuntary context switches= 1046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.212967 second user time and 0.162975 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 19:59:07
IDJOB=4121619
IDBENCH=110570
IDSOLVER=2543
FILE ID=node132/4121619-1467309547
RUNJOBID= node132-1467308448-26979
PBS_JOBID= 20005257
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n80-d3-i1-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121619-1467309547/watcher-4121619-1467309547 -o /tmp/evaluation-result-4121619-1467309547/solver-4121619-1467309547 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467308448-26979 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121619-1467309547.opb

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

MD5SUM BENCH= d63c048ea9e10a072fe4e32e2291f3f6
RANDOM SEED=1115382589

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.02
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26112468 kB
Buffers:          163088 kB
Cached:          3979736 kB
SwapCached:            0 kB
Active:          2048216 kB
Inactive:        3920872 kB
Active(anon):    1829156 kB
Inactive(anon):        0 kB
Active(file):     219060 kB
Inactive(file):  3920872 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1176 kB
Writeback:             0 kB
AnonPages:       1844080 kB
Mapped:            21944 kB
Shmem:               216 kB
Slab:             635780 kB
SReclaimable:      76016 kB
SUnreclaim:       559764 kB
KernelStack:        2456 kB
PageTables:         7752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2119156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1769472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node132 at 2016-06-30 19:59:27