Trace number 4100602

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 PB16UNSAT 140.923 68.655

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-stair.opb
MD5SUM98b9ab286036da69f2015d2ff2a12818
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.10168
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables11454
Total number of constraints362
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints362
Minimum length of a constraint13
Maximum length of a constraint810
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524930
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4100602-1466210586.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.23/0.60	c ... done. Wall clock time 0.493s.
1.23/0.60	c declared #vars     11454
1.23/0.60	c #constraints  571
1.23/0.60	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.23/0.60	c constraints type 
1.23/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
1.23/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 570
1.23/0.60	c 571 constraints processed.
1.23/0.60	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.23/0.60	c constraints type 
1.23/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.23/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 570
1.23/0.60	c 571 constraints processed.
1.23/0.60	c objective function length is 30 literals
4.07/1.53	c cleaning 2490 clauses out of 4992 with flag 13523/5000
6.68/2.67	c cleaning 4248 clauses out of 8502 with flag 29341/11000
9.74/3.93	c cleaning 5626 clauses out of 11254 with flag 47550/18000
12.51/5.14	c cleaning 6803 clauses out of 13626 with flag 72300/26000
17.07/7.21	c cleaning 7904 clauses out of 15824 with flag 92569/35001
21.94/9.51	c cleaning 8960 clauses out of 17920 with flag 118606/45001
26.15/11.61	c cleaning 9980 clauses out of 19959 with flag 143058/56000
31.16/14.19	c cleaning 10985 clauses out of 21980 with flag 169885/68001
37.27/16.94	c cleaning 11987 clauses out of 23996 with flag 204337/81002
43.91/20.28	c cleaning 12998 clauses out of 26009 with flag 244514/95002
52.75/24.52	c cleaning 13989 clauses out of 28010 with flag 291831/110001
59.76/28.08	c cleaning 15001 clauses out of 30020 with flag 338837/126000
64.75/30.56	c cleaning 16006 clauses out of 32023 with flag 389813/143004
70.16/33.24	c cleaning 16991 clauses out of 34013 with flag 436248/161000
76.77/36.38	c cleaning 18010 clauses out of 36022 with flag 482133/180001
83.75/39.80	c cleaning 19009 clauses out of 38017 with flag 529308/200008
92.37/44.19	c cleaning 19989 clauses out of 39999 with flag 578971/221001
101.77/48.67	c cleaning 20998 clauses out of 42013 with flag 637513/243004
110.77/53.12	c cleaning 22009 clauses out of 44017 with flag 691788/266006
120.17/57.84	c cleaning 22987 clauses out of 46002 with flag 748909/290000
129.37/62.49	c cleaning 24009 clauses out of 48017 with flag 807761/315002
139.00/67.28	c cleaning 25001 clauses out of 50006 with flag 866993/341000
140.77/68.13	c And the winner is solver1
140.77/68.62	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
140.77/68.62	c starts		: 421
140.77/68.62	c conflicts		: 347256
140.77/68.62	c decisions		: 713883
140.77/68.62	c propagations		: 12687614
140.77/68.62	c inspects		: 557906295
140.77/68.62	c shortcuts		: 0
140.77/68.62	c learnt literals	: 15
140.77/68.62	c learnt binary clauses	: 62
140.77/68.62	c learnt ternary clauses	: 72
140.77/68.62	c learnt constraints	: 347241
140.77/68.62	c ignored constraints	: 0
140.77/68.62	c root simplifications	: 0
140.77/68.62	c removed literals (reason simplification)	: 927022
140.77/68.62	c reason swapping (by a shorter reason)	: 0
140.77/68.62	c Calls to reduceDB	: 22
140.77/68.62	c Number of update (reduction) of LBD	: 74323
140.77/68.62	c Imported unit clauses	: 0
140.77/68.62	c number of reductions to clauses (during analyze)	: 0
140.77/68.62	c number of learned constraints concerned by reduction	: 0
140.77/68.62	c number of learning phase by resolution	: 0
140.77/68.62	c number of learning phase by cutting planes	: 0
140.77/68.62	c speed (assignments/second)	: 186626.4709343375
140.77/68.62	c non guided choices	41
140.77/68.63	c learnt constraints type 
140.77/68.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62
140.77/68.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31199
140.77/68.63	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
140.77/68.63	c starts		: 1
140.77/68.63	c conflicts		: 445
140.77/68.63	c decisions		: 2724
140.77/68.63	c propagations		: 81073
140.77/68.63	c inspects		: 537792
140.77/68.63	c shortcuts		: 0
140.77/68.63	c learnt literals	: 0
140.77/68.63	c learnt binary clauses	: 0
140.77/68.63	c learnt ternary clauses	: 0
140.77/68.63	c learnt constraints	: 444
140.77/68.63	c ignored constraints	: 0
140.77/68.63	c root simplifications	: 0
140.77/68.63	c removed literals (reason simplification)	: 0
140.77/68.63	c reason swapping (by a shorter reason)	: 0
140.77/68.63	c Calls to reduceDB	: 0
140.77/68.63	c Number of update (reduction) of LBD	: 0
140.77/68.63	c Imported unit clauses	: 0
140.77/68.63	c number of reductions to clauses (during analyze)	: 0
140.77/68.63	c number of learned constraints concerned by reduction	: 0
140.77/68.63	c number of learning phase by resolution	: 0
140.77/68.63	c number of learning phase by cutting planes	: 0
140.77/68.63	c speed (assignments/second)	: 1192.7235814220353
140.77/68.63	c non guided choices	0
140.77/68.63	c learnt constraints type 
140.77/68.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 444
140.77/68.63	s UNSATISFIABLE
140.77/68.63	c Total wall clock time (in seconds): 68.526

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

pid=19285
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: 3.76 4.01 4.01 5/284 19288
/proc/meminfo: memFree=31080680/32872528 swapFree=7804/7804
[pid=19288] ppid=19285 vsize=8471396 CPUtime=0 cores=4-7,12-15
/proc/19288/stat : 19288 (java) S 19285 19288 15292 0 -1 4202496 1588 0 1 0 0 0 0 0 20 0 2 0 23103162 8674709504 1703 33554432000 1073741824 1073778376 140733995940944 140733995932080 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19288/statm: 2117849 1710 930 9 0 2108958 0
[pid=19288/tid=19289] ppid=19285 vsize=8471396 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19289/stat : 19289 (java) R 19285 19288 15292 0 -1 4202560 460 0 1 0 0 0 0 0 20 0 2 0 23103163 8674709504 1798 33554432000 1073741824 1073778376 140733995940944 139939000334640 139939007501072 0 4 0 16784584 0 0 0 -1 6 0 0 0 0 0

[startup+0.100064 s]
/proc/loadavg: 3.76 4.01 4.01 5/284 19288
/proc/meminfo: memFree=31080680/32872528 swapFree=7804/7804
[pid=19288] ppid=19285 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/19288/stat : 19288 (java) S 19285 19288 15292 0 -1 4202496 4501 0 1 0 10 1 0 0 20 0 23 0 23103162 10133950464 6141 33554432000 1073741824 1073778376 140733995940944 140733995932080 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19288/statm: 2474109 6141 2156 9 0 2464786 0
[pid=19288/tid=19289] ppid=19285 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/19288/task/19289/stat : 19289 (java) R 19285 19288 15292 0 -1 4202560 2424 0 1 0 7 0 0 0 20 0 23 0 23103163 10133950464 6141 33554432000 1073741824 1073778376 140733995940944 139939000331168 139938990394783 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.20042 s]
/proc/loadavg: 3.76 4.01 4.01 5/284 19288
/proc/meminfo: memFree=31080680/32872528 swapFree=7804/7804
[pid=19288] ppid=19285 vsize=9896436 CPUtime=0.29 cores=4-7,12-15
/proc/19288/stat : 19288 (java) S 19285 19288 15292 0 -1 4202496 5067 0 1 0 28 1 0 0 20 0 23 0 23103162 10133950464 7577 33554432000 1073741824 1073778376 140733995940944 140733995932080 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19288/statm: 2474109 7577 2218 9 0 2464786 0
[pid=19288/tid=19289] ppid=19285 vsize=9896436 CPUtime=0.17 cores=4-7,12-15
/proc/19288/task/19289/stat : 19289 (java) R 19285 19288 15292 0 -1 4202560 2439 0 1 0 16 1 0 0 20 0 23 0 23103163 10133950464 7577 33554432000 1073741824 1073778376 140733995940944 139939000332280 139938842622056 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.300374 s]
/proc/loadavg: 3.76 4.01 4.01 5/284 19288
/proc/meminfo: memFree=31080680/32872528 swapFree=7804/7804
[pid=19288] ppid=19285 vsize=9896436 CPUtime=0.59 cores=4-7,12-15
/proc/19288/stat : 19288 (java) S 19285 19288 15292 0 -1 4202496 13018 0 1 0 56 3 0 0 20 0 23 0 23103162 10133950464 13892 33554432000 1073741824 1073778376 140733995940944 140733995932080 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19288/statm: 2474109 13892 2224 9 0 2464786 0
[pid=19288/tid=19289] ppid=19285 vsize=9896436 CPUtime=0.27 cores=4-7,12-15
/proc/19288/task/19289/stat : 19289 (java) R 19285 19288 15292 0 -1 4202560 2443 0 1 0 26 1 0 0 20 0 23 0 23103163 10133950464 13892 33554432000 1073741824 1073778376 140733995940944 139939000332280 139938842619297 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9896436

[startup+0.700263 s]
/proc/loadavg: 3.76 4.01 4.01 5/284 19288
/proc/meminfo: memFree=31080680/32872528 swapFree=7804/7804
[pid=19288] ppid=19285 vsize=10162692 CPUtime=1.59 cores=4-7,12-15
/proc/19288/stat : 19288 (java) S 19285 19288 15292 0 -1 4202496 13862 0 1 0 154 5 0 0 20 0 27 0 23103162 10406596608 39169 33554432000 1073741824 1073778376 140733995940944 140733995932080 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19288/statm: 2540673 39169 2259 9 0 2531350 0
[pid=19288/tid=19289] ppid=19285 vsize=10162692 CPUtime=0.58 cores=4-7,12-15
/proc/19288/task/19289/stat : 19289 (java) S 19285 19288 15292 0 -1 4202560 2507 0 1 0 56 2 0 0 20 0 27 0 23103163 10406596608 39169 33554432000 1073741824 1073778376 140733995940944 139939000333176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 10162692

[startup+1.50105 s]
/proc/loadavg: 3.76 4.01 4.01 6/311 19315
/proc/meminfo: memFree=30616236/32872528 swapFree=7804/7804
[pid=19288] ppid=19285 vsize=10162692 CPUtime=4.07 cores=4-7,12-15
/proc/19288/stat : 19288 (java) S 19285 19288 15292 0 -1 4202496 14996 0 1 0 389 18 0 0 20 0 27 0 23103162 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 140733995932080 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19288/statm: 2540673 51098 2279 9 0 2531350 0
[pid=19288/tid=19289] ppid=19285 vsize=10162692 CPUtime=0.58 cores=4-7,12-15
/proc/19288/task/19289/stat : 19289 (java) S 19285 19288 15292 0 -1 4202560 2507 0 1 0 56 2 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139939000333176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19291] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19291/stat : 19291 (java) S 19285 19288 15292 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938961824808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19292] ppid=19285 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/19288/task/19292/stat : 19292 (java) S 19285 19288 15292 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938842536872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19293] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19293/stat : 19293 (java) S 19285 19288 15292 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938841484072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19294] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19294/stat : 19294 (java) S 19285 19288 15292 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938840431272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19295] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19295/stat : 19295 (java) S 19285 19288 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938839378472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19296] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19296/stat : 19296 (java) S 19285 19288 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938838325672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19288/tid=19297] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19297/stat : 19297 (java) S 19285 19288 15292 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938837272872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19298] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19298/stat : 19298 (java) S 19285 19288 15292 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938836220072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19288/tid=19299] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19299/stat : 19299 (java) S 19285 19288 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938835168296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19300] ppid=19285 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/19288/task/19300/stat : 19300 (java) S 19285 19288 15292 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938834115496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19288/tid=19301] ppid=19285 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/19288/task/19301/stat : 19301 (java) S 19285 19288 15292 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938833062696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19288/tid=19302] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19302/stat : 19302 (java) S 19285 19288 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938832009896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19303] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19303/stat : 19303 (java) S 19285 19288 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 23103163 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139938830957096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19288/tid=19304] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19304/stat : 19304 (java) S 19285 19288 15292 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 23103164 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937940711784 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19305] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19305/stat : 19305 (java) S 19285 19288 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23103165 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937939657848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19288/tid=19306] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19306/stat : 19306 (java) S 19285 19288 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 23103165 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937938604936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19307] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19307/stat : 19307 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23103167 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937937554448 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19308] ppid=19285 vsize=10162692 CPUtime=0.77 cores=4-7,12-15
/proc/19288/task/19308/stat : 19308 (java) S 19285 19288 15292 0 -1 4202560 4615 0 0 0 77 0 0 0 20 0 27 0 23103167 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937936501560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19309] ppid=19285 vsize=10162692 CPUtime=0.72 cores=4-7,12-15
/proc/19288/task/19309/stat : 19309 (java) S 19285 19288 15292 0 -1 4202560 6331 0 0 0 71 1 0 0 20 0 27 0 23103167 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937935448760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19310] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19310/stat : 19310 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23103167 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937934396152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19311] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19311/stat : 19311 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23103167 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937933343560 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19312] ppid=19285 vsize=10162692 CPUtime=0.84 cores=4-7,12-15
/proc/19288/task/19312/stat : 19312 (java) R 19285 19288 15292 0 -1 4202560 20 0 0 0 84 0 0 0 20 0 27 0 23103223 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937932287400 139938843415638 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19313] ppid=19285 vsize=10162692 CPUtime=0.83 cores=4-7,12-15
/proc/19288/task/19313/stat : 19313 (java) R 19285 19288 15292 0 -1 4202560 35 0 0 0 83 0 0 0 20 0 27 0 23103223 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937931235840 139938843403159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19288/tid=19314] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19314/stat : 19314 (java) S 19285 19288 15292 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 27 0 23103226 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937930183464 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19288/tid=19315] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19315/stat : 19315 (java) S 19285 19288 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23103228 10406596608 51098 33554432000 1073741824 1073778376 140733995940944 139937929131688 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 10162692

[startup+3.10114 s]
/proc/loadavg: 3.76 4.01 4.01 18/311 19315
/proc/meminfo: memFree=30564604/32872528 swapFree=7804/7804
[pid=19288] ppid=19285 vsize=10162692 CPUtime=8.03 cores=4-7,12-15
/proc/19288/stat : 19288 (java) S 19285 19288 15292 0 -1 4202496 19292 0 1 0 774 29 0 0 20 0 27 0 23103162 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 140733995932080 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19288/statm: 2540673 58459 2284 9 0 2531350 0
[pid=19288/tid=19289] ppid=19285 vsize=10162692 CPUtime=0.58 cores=4-7,12-15
/proc/19288/task/19289/stat : 19289 (java) S 19285 19288 15292 0 -1 4202560 2507 0 1 0 56 2 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139939000333176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19291] ppid=19285 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/19288/task/19291/stat : 19291 (java) S 19285 19288 15292 0 -1 4202560 17 0 0 0 0 2 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938961824808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19292] ppid=19285 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/19288/task/19292/stat : 19292 (java) S 19285 19288 15292 0 -1 4202560 52 0 0 0 2 2 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938842536872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19293] ppid=19285 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/19288/task/19293/stat : 19293 (java) S 19285 19288 15292 0 -1 4202560 58 0 0 0 0 2 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938841484072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19294] ppid=19285 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/19288/task/19294/stat : 19294 (java) S 19285 19288 15292 0 -1 4202560 69 0 0 0 4 0 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938840431272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19295] ppid=19285 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/19288/task/19295/stat : 19295 (java) S 19285 19288 15292 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938839378472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19296] ppid=19285 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/19288/task/19296/stat : 19296 (java) S 19285 19288 15292 0 -1 4202560 45 0 0 0 0 1 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938838325672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19297] ppid=19285 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/19288/task/19297/stat : 19297 (java) S 19285 19288 15292 0 -1 4202560 50 0 0 0 1 1 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938837272872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19298] ppid=19285 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/19288/task/19298/stat : 19298 (java) S 19285 19288 15292 0 -1 4202560 118 0 0 0 1 3 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938836220072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19299] ppid=19285 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/19288/task/19299/stat : 19299 (java) S 19285 19288 15292 0 -1 4202560 17 0 0 0 0 2 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938835168296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19300] ppid=19285 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/19288/task/19300/stat : 19300 (java) S 19285 19288 15292 0 -1 4202560 62 0 0 0 0 2 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938834115496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19288/tid=19301] ppid=19285 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/19288/task/19301/stat : 19301 (java) S 19285 19288 15292 0 -1 4202560 60 0 0 0 2 3 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938833062696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19288/tid=19302] ppid=19285 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/19288/task/19302/stat : 19302 (java) S 19285 19288 15292 0 -1 4202560 18 0 0 0 0 2 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938832009896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19303] ppid=19285 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/19288/task/19303/stat : 19303 (java) S 19285 19288 15292 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 27 0 23103163 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139938830957096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19288/tid=19304] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19304/stat : 19304 (java) S 19285 19288 15292 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 23103164 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937940711784 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19305] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19305/stat : 19305 (java) S 19285 19288 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23103165 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937939657848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19288/tid=19306] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19306/stat : 19306 (java) S 19285 19288 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 23103165 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937938604936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19307] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19307/stat : 19307 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23103167 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937937554448 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19308] ppid=19285 vsize=10162692 CPUtime=1.13 cores=4-7,12-15
/proc/19288/task/19308/stat : 19308 (java) S 19285 19288 15292 0 -1 4202560 8451 0 0 0 112 1 0 0 20 0 27 0 23103167 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937936501560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19309] ppid=19285 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/19288/task/19309/stat : 19309 (java) S 19285 19288 15292 0 -1 4202560 6336 0 0 0 92 1 0 0 20 0 27 0 23103167 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937935448760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19310] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19310/stat : 19310 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23103167 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937934396152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19311] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19311/stat : 19311 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23103167 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937933343560 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19312] ppid=19285 vsize=10162692 CPUtime=2.39 cores=4-7,12-15
/proc/19288/task/19312/stat : 19312 (java) R 19285 19288 15292 0 -1 4202560 26 0 0 0 239 0 0 0 20 0 27 0 23103223 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937932279712 139938843309629 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19313] ppid=19285 vsize=10162692 CPUtime=2.39 cores=4-7,12-15
/proc/19288/task/19313/stat : 19313 (java) R 19285 19288 15292 0 -1 4202560 35 0 0 0 239 0 0 0 20 0 27 0 23103223 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937931234840 139938843379234 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19288/tid=19314] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19314/stat : 19314 (java) S 19285 19288 15292 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 27 0 23103226 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937930183464 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19288/tid=19315] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19315/stat : 19315 (java) S 19285 19288 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23103228 10406596608 58459 33554432000 1073741824 1073778376 140733995940944 139937929131688 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 10162692

[startup+6.30112 s]
/proc/loadavg: 3.78 4.00 4.00 6/311 19315
/proc/meminfo: memFree=29474860/32872528 swapFree=7804/7804

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

[pid=19288/tid=19293] ppid=19285 vsize=10162692 CPUtime=0.27 cores=4-7,12-15
/proc/19288/task/19293/stat : 19293 (java) S 19285 19288 15292 0 -1 4202560 212 0 0 0 14 13 0 0 20 0 27 0 23103163 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139938841484072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19294] ppid=19285 vsize=10162692 CPUtime=0.19 cores=4-7,12-15
/proc/19288/task/19294/stat : 19294 (java) S 19285 19288 15292 0 -1 4202560 182 0 0 0 10 9 0 0 20 0 27 0 23103163 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139938840431272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19295] ppid=19285 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/19288/task/19295/stat : 19295 (java) S 19285 19288 15292 0 -1 4202560 155 0 0 0 9 9 0 0 20 0 27 0 23103163 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139938839378472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19296] ppid=19285 vsize=10162692 CPUtime=0.27 cores=4-7,12-15
/proc/19288/task/19296/stat : 19296 (java) S 19285 19288 15292 0 -1 4202560 258 0 0 0 16 11 0 0 20 0 27 0 23103163 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139938838325672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19297] ppid=19285 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/19288/task/19297/stat : 19297 (java) S 19285 19288 15292 0 -1 4202560 164 0 0 0 8 7 0 0 20 0 27 0 23103163 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139938837272872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19298] ppid=19285 vsize=10162692 CPUtime=0.21 cores=4-7,12-15
/proc/19288/task/19298/stat : 19298 (java) S 19285 19288 15292 0 -1 4202560 263 0 0 0 11 10 0 0 20 0 27 0 23103163 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139938836220072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19299] ppid=19285 vsize=10162692 CPUtime=0.19 cores=4-7,12-15
/proc/19288/task/19299/stat : 19299 (java) S 19285 19288 15292 0 -1 4202560 183 0 0 0 9 10 0 0 20 0 27 0 23103163 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139938835168296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19300] ppid=19285 vsize=10162692 CPUtime=0.23 cores=4-7,12-15
/proc/19288/task/19300/stat : 19300 (java) S 19285 19288 15292 0 -1 4202560 192 0 0 0 13 10 0 0 20 0 27 0 23103163 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139938834115496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19288/tid=19301] ppid=19285 vsize=10162692 CPUtime=0.26 cores=4-7,12-15
/proc/19288/task/19301/stat : 19301 (java) S 19285 19288 15292 0 -1 4202560 146 0 0 0 14 12 0 0 20 0 27 0 23103163 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139938833062696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19288/tid=19302] ppid=19285 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/19288/task/19302/stat : 19302 (java) S 19285 19288 15292 0 -1 4202560 133 0 0 0 8 8 0 0 20 0 27 0 23103163 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139938832009896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19303] ppid=19285 vsize=10162692 CPUtime=0.24 cores=4-7,12-15
/proc/19288/task/19303/stat : 19303 (java) S 19285 19288 15292 0 -1 4202560 167 0 0 0 13 11 0 0 20 0 27 0 23103163 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139938830957096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19304] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19304/stat : 19304 (java) S 19285 19288 15292 0 -1 4202560 981 0 0 0 0 0 0 0 20 0 27 0 23103164 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937940711784 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19305] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19305/stat : 19305 (java) S 19285 19288 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23103165 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937939657848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19288/tid=19306] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19306/stat : 19306 (java) S 19285 19288 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 23103165 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937938604936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19307] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19307/stat : 19307 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23103167 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937937554448 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19308] ppid=19285 vsize=10162692 CPUtime=1.62 cores=4-7,12-15
/proc/19288/task/19308/stat : 19308 (java) S 19285 19288 15292 0 -1 4202560 11044 0 0 0 160 2 0 0 20 0 27 0 23103167 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937936501560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19309] ppid=19285 vsize=10162692 CPUtime=1.43 cores=4-7,12-15
/proc/19288/task/19309/stat : 19309 (java) S 19285 19288 15292 0 -1 4202560 6337 0 0 0 142 1 0 0 20 0 27 0 23103167 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937935448760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19310] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19310/stat : 19310 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23103167 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937934396152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19311] ppid=19285 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/19288/task/19311/stat : 19311 (java) S 19285 19288 15292 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 27 0 23103167 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937933343560 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19312] ppid=19285 vsize=10162692 CPUtime=66.81 cores=4-7,12-15
/proc/19288/task/19312/stat : 19312 (java) R 19285 19288 15292 0 -1 4202560 147 0 0 0 6677 4 0 0 20 0 27 0 23103223 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937932279696 139938843288689 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=19288/tid=19313] ppid=19285 vsize=10162692 CPUtime=66.8 cores=4-7,12-15
/proc/19288/task/19313/stat : 19313 (java) R 19285 19288 15292 0 -1 4202560 1015 0 0 0 6670 10 0 0 20 0 27 0 23103223 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937931235224 139938843379123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19288/tid=19314] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19314/stat : 19314 (java) S 19285 19288 15292 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 27 0 23103226 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937930183464 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19288/tid=19315] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19315/stat : 19315 (java) S 19285 19288 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23103228 10406596608 324091 33554432000 1073741824 1073778376 140733995940944 139937929131688 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 140.57
Current children cumulated vsize (KiB) 10162692

[startup+68.4009 s]
/proc/loadavg: 3.97 4.02 4.00 4/308 19316
/proc/meminfo: memFree=27935760/32872528 swapFree=7804/7804
[pid=19288] ppid=19285 vsize=10162692 CPUtime=140.52 cores=4-7,12-15
/proc/19288/stat : 19288 (java) S 19285 19288 15292 0 -1 4202496 25704 0 1 0 13905 147 0 0 20 0 24 0 23103162 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 140733995932080 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19288/statm: 2540673 326125 2285 9 0 2531350 0
[pid=19288/tid=19289] ppid=19285 vsize=10162692 CPUtime=0.58 cores=4-7,12-15
/proc/19288/task/19289/stat : 19289 (java) S 19285 19288 15292 0 -1 4202560 2507 0 1 0 56 2 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139939000333176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19291] ppid=19285 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/19288/task/19291/stat : 19291 (java) S 19285 19288 15292 0 -1 4202560 154 0 0 0 9 9 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938961824808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19292] ppid=19285 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/19288/task/19292/stat : 19292 (java) S 19285 19288 15292 0 -1 4202560 183 0 0 0 12 8 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938842536872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19293] ppid=19285 vsize=10162692 CPUtime=0.27 cores=4-7,12-15
/proc/19288/task/19293/stat : 19293 (java) S 19285 19288 15292 0 -1 4202560 212 0 0 0 14 13 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938841484072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19294] ppid=19285 vsize=10162692 CPUtime=0.19 cores=4-7,12-15
/proc/19288/task/19294/stat : 19294 (java) S 19285 19288 15292 0 -1 4202560 182 0 0 0 10 9 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938840431272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19295] ppid=19285 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/19288/task/19295/stat : 19295 (java) S 19285 19288 15292 0 -1 4202560 155 0 0 0 9 9 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938839378472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19296] ppid=19285 vsize=10162692 CPUtime=0.27 cores=4-7,12-15
/proc/19288/task/19296/stat : 19296 (java) S 19285 19288 15292 0 -1 4202560 258 0 0 0 16 11 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938838325672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19297] ppid=19285 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/19288/task/19297/stat : 19297 (java) S 19285 19288 15292 0 -1 4202560 164 0 0 0 8 7 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938837272872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19298] ppid=19285 vsize=10162692 CPUtime=0.21 cores=4-7,12-15
/proc/19288/task/19298/stat : 19298 (java) S 19285 19288 15292 0 -1 4202560 263 0 0 0 11 10 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938836220072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19299] ppid=19285 vsize=10162692 CPUtime=0.19 cores=4-7,12-15
/proc/19288/task/19299/stat : 19299 (java) S 19285 19288 15292 0 -1 4202560 183 0 0 0 9 10 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938835168296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19300] ppid=19285 vsize=10162692 CPUtime=0.23 cores=4-7,12-15
/proc/19288/task/19300/stat : 19300 (java) S 19285 19288 15292 0 -1 4202560 192 0 0 0 13 10 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938834115496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19288/tid=19301] ppid=19285 vsize=10162692 CPUtime=0.26 cores=4-7,12-15
/proc/19288/task/19301/stat : 19301 (java) S 19285 19288 15292 0 -1 4202560 146 0 0 0 14 12 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938833062696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19288/tid=19302] ppid=19285 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/19288/task/19302/stat : 19302 (java) S 19285 19288 15292 0 -1 4202560 133 0 0 0 8 8 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938832009896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19303] ppid=19285 vsize=10162692 CPUtime=0.24 cores=4-7,12-15
/proc/19288/task/19303/stat : 19303 (java) S 19285 19288 15292 0 -1 4202560 167 0 0 0 13 11 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938830957096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19304] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19304/stat : 19304 (java) S 19285 19288 15292 0 -1 4202560 981 0 0 0 0 0 0 0 20 0 24 0 23103164 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937940711784 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19305] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19305/stat : 19305 (java) S 19285 19288 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 23103165 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937939657848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19288/tid=19306] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19306/stat : 19306 (java) S 19285 19288 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 23103165 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937938604936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19307] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19307/stat : 19307 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 23103167 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937937554448 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19308] ppid=19285 vsize=10162692 CPUtime=1.62 cores=4-7,12-15
/proc/19288/task/19308/stat : 19308 (java) S 19285 19288 15292 0 -1 4202560 11044 0 0 0 160 2 0 0 20 0 24 0 23103167 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937936501560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19309] ppid=19285 vsize=10162692 CPUtime=1.43 cores=4-7,12-15
/proc/19288/task/19309/stat : 19309 (java) S 19285 19288 15292 0 -1 4202560 6337 0 0 0 142 1 0 0 20 0 24 0 23103167 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937935448760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19310] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19310/stat : 19310 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 23103167 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937934396152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19311] ppid=19285 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/19288/task/19311/stat : 19311 (java) S 19285 19288 15292 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 24 0 23103167 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937933343560 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19315] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19315/stat : 19315 (java) S 19285 19288 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 23103228 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937929131688 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 140.52
Current children cumulated vsize (KiB) 10162692

[startup+68.6009 s]
/proc/loadavg: 3.97 4.02 4.00 4/308 19316
/proc/meminfo: memFree=27935760/32872528 swapFree=7804/7804
[pid=19288] ppid=19285 vsize=10162692 CPUtime=140.52 cores=4-7,12-15
/proc/19288/stat : 19288 (java) S 19285 19288 15292 0 -1 4202496 25704 0 1 0 13905 147 0 0 20 0 24 0 23103162 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 140733995932080 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19288/statm: 2540673 326125 2285 9 0 2531350 0
[pid=19288/tid=19289] ppid=19285 vsize=10162692 CPUtime=0.58 cores=4-7,12-15
/proc/19288/task/19289/stat : 19289 (java) S 19285 19288 15292 0 -1 4202560 2507 0 1 0 56 2 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139939000333176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19291] ppid=19285 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/19288/task/19291/stat : 19291 (java) S 19285 19288 15292 0 -1 4202560 154 0 0 0 9 9 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938961824808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19292] ppid=19285 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/19288/task/19292/stat : 19292 (java) S 19285 19288 15292 0 -1 4202560 183 0 0 0 12 8 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938842536872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19293] ppid=19285 vsize=10162692 CPUtime=0.27 cores=4-7,12-15
/proc/19288/task/19293/stat : 19293 (java) S 19285 19288 15292 0 -1 4202560 212 0 0 0 14 13 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938841484072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19294] ppid=19285 vsize=10162692 CPUtime=0.19 cores=4-7,12-15
/proc/19288/task/19294/stat : 19294 (java) S 19285 19288 15292 0 -1 4202560 182 0 0 0 10 9 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938840431272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19295] ppid=19285 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/19288/task/19295/stat : 19295 (java) S 19285 19288 15292 0 -1 4202560 155 0 0 0 9 9 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938839378472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19296] ppid=19285 vsize=10162692 CPUtime=0.27 cores=4-7,12-15
/proc/19288/task/19296/stat : 19296 (java) S 19285 19288 15292 0 -1 4202560 258 0 0 0 16 11 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938838325672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19297] ppid=19285 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/19288/task/19297/stat : 19297 (java) S 19285 19288 15292 0 -1 4202560 164 0 0 0 8 7 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938837272872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19298] ppid=19285 vsize=10162692 CPUtime=0.21 cores=4-7,12-15
/proc/19288/task/19298/stat : 19298 (java) S 19285 19288 15292 0 -1 4202560 263 0 0 0 11 10 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938836220072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19288/tid=19299] ppid=19285 vsize=10162692 CPUtime=0.19 cores=4-7,12-15
/proc/19288/task/19299/stat : 19299 (java) S 19285 19288 15292 0 -1 4202560 183 0 0 0 9 10 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938835168296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19300] ppid=19285 vsize=10162692 CPUtime=0.23 cores=4-7,12-15
/proc/19288/task/19300/stat : 19300 (java) S 19285 19288 15292 0 -1 4202560 192 0 0 0 13 10 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938834115496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19288/tid=19301] ppid=19285 vsize=10162692 CPUtime=0.26 cores=4-7,12-15
/proc/19288/task/19301/stat : 19301 (java) S 19285 19288 15292 0 -1 4202560 146 0 0 0 14 12 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938833062696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19288/tid=19302] ppid=19285 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/19288/task/19302/stat : 19302 (java) S 19285 19288 15292 0 -1 4202560 133 0 0 0 8 8 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938832009896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19303] ppid=19285 vsize=10162692 CPUtime=0.24 cores=4-7,12-15
/proc/19288/task/19303/stat : 19303 (java) S 19285 19288 15292 0 -1 4202560 167 0 0 0 13 11 0 0 20 0 24 0 23103163 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139938830957096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19304] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19304/stat : 19304 (java) S 19285 19288 15292 0 -1 4202560 981 0 0 0 0 0 0 0 20 0 24 0 23103164 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937940711784 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19305] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19305/stat : 19305 (java) S 19285 19288 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 23103165 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937939657848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19288/tid=19306] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19306/stat : 19306 (java) S 19285 19288 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 23103165 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937938604936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19307] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19307/stat : 19307 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 23103167 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937937554448 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19288/tid=19308] ppid=19285 vsize=10162692 CPUtime=1.62 cores=4-7,12-15
/proc/19288/task/19308/stat : 19308 (java) S 19285 19288 15292 0 -1 4202560 11044 0 0 0 160 2 0 0 20 0 24 0 23103167 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937936501560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19288/tid=19309] ppid=19285 vsize=10162692 CPUtime=1.43 cores=4-7,12-15
/proc/19288/task/19309/stat : 19309 (java) S 19285 19288 15292 0 -1 4202560 6337 0 0 0 142 1 0 0 20 0 24 0 23103167 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937935448760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19310] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19310/stat : 19310 (java) S 19285 19288 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 23103167 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937934396152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19288/tid=19311] ppid=19285 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/19288/task/19311/stat : 19311 (java) S 19285 19288 15292 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 24 0 23103167 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937933343560 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19288/tid=19315] ppid=19285 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19288/task/19315/stat : 19315 (java) S 19285 19288 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 23103228 10406596608 326125 33554432000 1073741824 1073778376 140733995940944 139937929131688 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 140.52
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.25
#  lost CPU user time (s): 0.270004
#  lost CPU system time (s): -0.02

Real time (s): 68.655
CPU time (s): 140.923
CPU user time (s): 139.271
CPU system time (s): 1.65174
CPU usage (%): 205.262
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.001
system time used= 1.67175
maximum resident set size= 1308636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25724
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2417
involuntary context switches= 1128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.58691 second user time and 0.797878 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 02:43:06
IDJOB=4100602
IDBENCH=1638
IDSOLVER=2543
FILE ID=node132/4100602-1466210586
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-stair.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100602-1466210586/watcher-4100602-1466210586 -o /tmp/evaluation-result-4100602-1466210586/solver-4100602-1466210586 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100602-1466210586.opb

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

MD5SUM BENCH= 98b9ab286036da69f2015d2ff2a12818
RANDOM SEED=1597350128

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:        31099640 kB
Buffers:           39000 kB
Cached:            89480 kB
SwapCached:         1804 kB
Active:           944076 kB
Inactive:          79240 kB
Active(anon):     896688 kB
Inactive(anon):     1028 kB
Active(file):      47388 kB
Inactive(file):    78212 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:              4832 kB
Writeback:             0 kB
AnonPages:        888228 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             576836 kB
SReclaimable:      16164 kB
SUnreclaim:       560672 kB
KernelStack:        2608 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1672876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node132 at 2016-06-18 02:44:14