Trace number 4301910

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-CSP 2018-07-11OPT47 44.2693 35.6307

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-03_c18.xml
MD5SUM8a13baf19e90b4c1b4d6531a9d16222f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.33774
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size141
Distribution of domain sizes[{"size":1,"count":1},{"size":141,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":11},{"degree":4,"count":11},{"degree":5,"count":10}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":48},{"arity":6,"count":1},{"arity":8,"count":3}]
Number of extensional constraints0
Number of intensional constraints48
Distribution of constraint types[{"type":"intension","count":48},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

9.15/3.21	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
9.15/3.21	c This is free software under the dual EPL/GNU LGPL licenses.
9.15/3.21	c See www.sat4j.org for details.
9.15/3.21	c That software uses the Rhino library from the Mozilla project.
9.15/3.21	c version 2.3.6-SNAPSHOT
9.15/3.21	c java.runtime.name	Java(TM) SE Runtime Environment
9.15/3.21	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
9.15/3.21	c java.vm.version	25.131-b11
9.15/3.21	c java.vm.vendor	Oracle Corporation
9.15/3.21	c sun.arch.data.model	64
9.15/3.21	c java.version		1.8.0_131
9.15/3.21	c os.name		Linux
9.15/3.21	c os.version		3.10.0-514.16.1.el7.x86_64
9.15/3.21	c os.arch		amd64
9.15/3.21	c Free memory 		499604488
9.15/3.21	c Max memory 		7247757312
9.15/3.21	c Total memory 		504889344
9.15/3.21	c Number of processors 	4
9.15/3.21	c c --- Begin Solver configuration ---
9.15/3.21	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
9.15/3.21	c Learn all clauses as in MiniSAT
9.15/3.21	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
9.15/3.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
9.15/3.21	c No reason simplification
9.15/3.21	c Glucose 2.1 dynamic restart strategy
9.15/3.21	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
9.15/3.21	c timeout=2147483s
9.15/3.21	c DB Simplification allowed=false
9.15/3.21	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
9.15/3.21	c --- End Solver configuration ---
9.15/3.21	c constraints type 
9.15/3.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 62
9.15/3.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1935981
9.15/3.21	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
9.15/3.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1002866
9.15/3.21	c org.sat4j.specs.Constr$1 => 1
9.15/3.21	c org.sat4j.minisat.constraints.cnf.UnitClause => 1286
9.15/3.21	c 2940197 constraints processed.
11.38/4.48	o 140
12.59/5.34	o 138
13.18/5.85	o 137
14.05/6.66	o 136
14.58/7.18	o 125
15.59/8.12	o 124
16.72/9.16	o 123
17.36/9.70	o 122
18.29/10.50	o 121
19.18/11.14	o 120
20.76/12.64	o 119
21.67/13.48	o 118
22.17/13.97	o 116
22.78/14.59	o 114
23.59/15.33	o 113
24.19/15.98	o 112
24.79/16.50	o 111
25.40/17.11	o 110
25.81/17.54	o 109
26.43/18.16	o 108
26.82/18.56	o 107
27.64/19.21	o 106
27.94/19.59	o 102
29.43/20.90	o 100
30.13/21.51	o 99
30.74/22.15	o 96
32.13/23.59	o 84
33.93/25.39	o 83
34.75/26.11	o 82
35.14/26.54	o 80
35.68/27.10	o 76
36.37/27.72	o 70
37.57/28.95	o 69
38.17/29.55	o 68
38.87/30.24	o 67
39.77/31.19	o 66
40.81/32.04	o 65
41.71/33.00	o 64
42.42/33.65	o 63
43.02/34.29	o 49
44.02/35.25	o 47
44.24/35.61	c starts		: 316
44.24/35.61	c conflicts		: 50989
44.24/35.61	c decisions		: 37506540
44.24/35.61	c propagations		: 101380352
44.24/35.61	c inspects		: 177328266
44.24/35.61	c shortcuts		: 0
44.24/35.61	c learnt literals	: 607
44.24/35.61	c learnt binary clauses	: 5578
44.24/35.61	c learnt ternary clauses	: 372
44.24/35.61	c learnt constraints	: 50381
44.24/35.61	c ignored constraints	: 0
44.24/35.61	c root simplifications	: 0
44.24/35.61	c removed literals (reason simplification)	: 0
44.24/35.61	c reason swapping (by a shorter reason)	: 0
44.24/35.61	c Calls to reduceDB	: 6
44.24/35.61	c Number of update (reduction) of LBD	: 47752
44.24/35.61	c Imported unit clauses	: 0
44.24/35.61	c number of reductions to clauses (during analyze)	: 0
44.24/35.61	c number of learned constraints concerned by reduction	: 0
44.24/35.61	c number of learning phase by resolution	: 0
44.24/35.61	c number of learning phase by cutting planes	: 0
44.24/35.61	c number of rounding to 1 operations	: 0
44.24/35.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
44.24/35.61	c number of reductions of the coefficients by power 2 	: 0
44.24/35.61	c number of right shift for reduction by power 2 	: 0
44.24/35.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
44.24/35.61	c number of ending skipping 	: 0
44.24/35.61	c number of internal skipping 	: 0
44.24/35.61	c number of derivation steps 	: 0
44.24/35.61	c number of skipped derivation steps 	: 0
44.24/35.61	c number of remaining unassigned 	: 0
44.24/35.61	c number of remaining assigned 	: 0
44.24/35.61	c speed (assignments/second)	: 3134343.85530994
44.24/35.61	c non guided choices	: 35583244
44.24/35.61	s OPTIMUM FOUND
44.24/35.61	v <instantiation type="optimum" cost="47">
44.24/35.61	v 	<list> s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
44.24/35.61	v 	<values> 0 6 0 0 1 9 1 9 5 21 13 11 25 14 12 28 21 19 19 7 29 36 26 23 38 43 27 28 45 45 37 47 </values>
44.24/35.61	v </instantiation>
44.24/35.61	

Verifier Data

OK	47

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14383 MiB free)
  memory of node 1: 16384 MiB (13075 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301910-1532885673/watcher-4301910-1532885673 -o /tmp/evaluation-result-4301910-1532885673/solver-4301910-1532885673 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301910-1532885673.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30237, runsolver pid=30234

[startup+0.100121 s]*
/proc/loadavg: 2.10 2.25 2.49 3/216 30252
/proc/meminfo: memFree=28099612/32770624 swapFree=67108860/67108860
[pid=30237] ppid=30234 vsize=10659012 memory=30332 CPUtime=0.13 cores=0,2,4,6
/proc/30237/stat : 30237 (java) S 30234 30237 22004 0 -1 1077944320 6649 0 0 0 12 1 0 0 20 0 15 0 106130453 10914828288 7583 33554432000 4194304 4196468 140726073653248 140726073635792 140472970047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
/proc/30237/statm: 2664753 7583 2845 1 0 2627263 0
[pid=30237/tid=30239] ppid=30234 vsize=10659012 memory=-8773748148829983360 CPUtime=0.09 cores=0,2,4,6
/proc/30237/task/30239/stat : 30239 (java) R 30234 30237 22004 0 -1 4202560 4490 0 0 0 8 1 0 0 20 0 15 0 106130453 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472974251888 140472954127710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30240] ppid=30234 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30240/stat : 30240 (java) S 30234 30237 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106130454 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472896121360 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30241] ppid=30234 vsize=10659012 memory=139882202044032 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30241/stat : 30241 (java) S 30234 30237 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106130454 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472895068816 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30242] ppid=30234 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30242/stat : 30242 (java) S 30234 30237 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106130454 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472894015760 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30243] ppid=30234 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30243/stat : 30243 (java) S 30234 30237 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106130454 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472892963216 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30244] ppid=30234 vsize=10659012 memory=139882202044032 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30244/stat : 30244 (java) S 30234 30237 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106130455 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472461761264 140472970058370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30245] ppid=30234 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30245/stat : 30245 (java) S 30234 30237 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106130456 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472460707488 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30246] ppid=30234 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30246/stat : 30246 (java) S 30234 30237 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106130456 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472459654384 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30247] ppid=30234 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30247/stat : 30247 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106130458 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472458602960 140472970065819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30248] ppid=30234 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30248/stat : 30248 (java) S 30234 30237 22004 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 106130458 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472457550064 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30249] ppid=30234 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30249/stat : 30249 (java) S 30234 30237 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 106130458 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472456497520 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30250] ppid=30234 vsize=10659012 memory=139882202044032 CPUtime=0.02 cores=0,2,4,6
/proc/30237/task/30250/stat : 30250 (java) S 30234 30237 22004 0 -1 1077944384 341 0 0 0 2 0 0 0 20 0 15 0 106130458 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472455444464 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30251] ppid=30234 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30251/stat : 30251 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106130458 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472454392160 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30252] ppid=30234 vsize=10659012 memory=139882202044032 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30252/stat : 30252 (java) S 30234 30237 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106130459 10914828288 7583 33554432000 4194304 4196468 140726073653248 140472453340208 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30332 KiB

[startup+0.210616 s]*
/proc/loadavg: 2.10 2.25 2.49 3/216 30252
/proc/meminfo: memFree=28092220/32770624 swapFree=67108860/67108860
[pid=30237] ppid=30234 vsize=10659012 memory=41088 CPUtime=0.33 cores=0,2,4,6
/proc/30237/stat : 30237 (java) S 30234 30237 22004 0 -1 1077944320 7860 0 0 0 31 2 0 0 20 0 15 0 106130453 10914828288 10272 33554432000 4194304 4196468 140726073653248 140726073635792 140472970047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
/proc/30237/statm: 2664753 10272 2997 1 0 2627263 0
[pid=30237/tid=30239] ppid=30234 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30237/task/30239/stat : 30239 (java) R 30234 30237 22004 0 -1 4202560 5035 0 0 0 19 1 0 0 20 0 15 0 106130453 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472974283504 140472970059158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30240] ppid=30234 vsize=10659012 memory=365 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30240/stat : 30240 (java) S 30234 30237 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106130454 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472896121360 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30241] ppid=30234 vsize=10659012 memory=139882202682397 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30241/stat : 30241 (java) S 30234 30237 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106130454 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472895068816 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30242] ppid=30234 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30242/stat : 30242 (java) S 30234 30237 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106130454 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472894015760 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30243] ppid=30234 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30243/stat : 30243 (java) S 30234 30237 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106130454 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472892963216 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30244] ppid=30234 vsize=10659012 memory=139882202044032 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30244/stat : 30244 (java) S 30234 30237 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106130455 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472461761264 140472970058370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30245] ppid=30234 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30245/stat : 30245 (java) S 30234 30237 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106130456 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472460707488 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30246] ppid=30234 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30246/stat : 30246 (java) S 30234 30237 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106130456 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472459654384 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30247] ppid=30234 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30247/stat : 30247 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106130458 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472458602960 140472970065819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30248] ppid=30234 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30237/task/30248/stat : 30248 (java) S 30234 30237 22004 0 -1 1077944384 532 0 0 0 2 0 0 0 20 0 15 0 106130458 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472457550064 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30249] ppid=30234 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30237/task/30249/stat : 30249 (java) S 30234 30237 22004 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 106130458 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472456497520 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30250] ppid=30234 vsize=10659012 memory=139882202044032 CPUtime=0.07 cores=0,2,4,6
/proc/30237/task/30250/stat : 30250 (java) R 30234 30237 22004 0 -1 4202560 670 0 0 0 7 0 0 0 20 0 15 0 106130458 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472455444464 140472949016686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30251] ppid=30234 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30251/stat : 30251 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106130458 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472454392160 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30252] ppid=30234 vsize=10659012 memory=139882202044032 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30252/stat : 30252 (java) S 30234 30237 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106130459 10914828288 10272 33554432000 4194304 4196468 140726073653248 140472453340208 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41088 KiB

[startup+0.3104 s]*
/proc/loadavg: 2.10 2.25 2.49 4/216 30252
/proc/meminfo: memFree=28084280/32770624 swapFree=67108860/67108860
[pid=30237] ppid=30234 vsize=10659088 memory=46316 CPUtime=0.52 cores=0,2,4,6
/proc/30237/stat : 30237 (java) S 30234 30237 22004 0 -1 1077944320 8827 0 0 0 49 3 0 0 20 0 15 0 106130453 10914906112 11579 33554432000 4194304 4196468 140726073653248 140726073635792 140472970047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
/proc/30237/statm: 2664772 11579 3051 1 0 2627263 0
[pid=30237/tid=30239] ppid=30234 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/30237/task/30239/stat : 30239 (java) R 30234 30237 22004 0 -1 4202560 5828 0 0 0 28 2 0 0 20 0 15 0 106130453 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472974281024 140472970059158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30240] ppid=30234 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30240/stat : 30240 (java) S 30234 30237 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106130454 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472896121360 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30241] ppid=30234 vsize=10659088 memory=139882202682396 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30241/stat : 30241 (java) S 30234 30237 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106130454 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472895068816 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30242] ppid=30234 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30242/stat : 30242 (java) S 30234 30237 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106130454 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472894015760 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30243] ppid=30234 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30243/stat : 30243 (java) S 30234 30237 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106130454 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472892963216 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30244] ppid=30234 vsize=10659088 memory=139882202044032 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30244/stat : 30244 (java) S 30234 30237 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106130455 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472461761264 140472970058370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30245] ppid=30234 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30245/stat : 30245 (java) S 30234 30237 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106130456 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472460707488 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30246] ppid=30234 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30246/stat : 30246 (java) S 30234 30237 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106130456 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472459654384 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30247] ppid=30234 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30247/stat : 30247 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106130458 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472458602960 140472970065819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30248] ppid=30234 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30237/task/30248/stat : 30248 (java) R 30234 30237 22004 0 -1 4202560 538 0 0 0 4 0 0 0 20 0 15 0 106130458 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472457550064 140472970068570 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30249] ppid=30234 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/30237/task/30249/stat : 30249 (java) R 30234 30237 22004 0 -1 4202560 371 0 0 0 4 0 0 0 20 0 15 0 106130458 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472456497520 140472954321978 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30250] ppid=30234 vsize=10659088 memory=139882202044032 CPUtime=0.11 cores=0,2,4,6
/proc/30237/task/30250/stat : 30250 (java) R 30234 30237 22004 0 -1 4202560 723 0 0 0 11 0 0 0 20 0 15 0 106130458 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472455444464 140472970068570 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30251] ppid=30234 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30251/stat : 30251 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106130458 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472454392160 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30252] ppid=30234 vsize=10659088 memory=139882202044032 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30252/stat : 30252 (java) S 30234 30237 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106130459 10914906112 11579 33554432000 4194304 4196468 140726073653248 140472453340208 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46316 KiB

[startup+0.701611 s]
/proc/loadavg: 2.10 2.25 2.49 5/216 30252
/proc/meminfo: memFree=28041840/32770624 swapFree=67108860/67108860
[pid=30237] ppid=30234 vsize=10659088 memory=219176 CPUtime=1.69 cores=0,2,4,6
/proc/30237/stat : 30237 (java) S 30234 30237 22004 0 -1 1077944320 11687 0 0 0 158 11 0 0 20 0 15 0 106130453 10914906112 54282 33554432000 4194304 4196468 140726073653248 140726073635792 140472970047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
/proc/30237/statm: 2664772 54794 3102 1 0 2627263 0
[pid=30237/tid=30239] ppid=30234 vsize=10659088 memory=1840 CPUtime=0.63 cores=0,2,4,6
/proc/30237/task/30239/stat : 30239 (java) S 30234 30237 22004 0 -1 1077944384 6057 0 0 0 59 4 0 0 20 0 15 0 106130453 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472974284064 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30240] ppid=30234 vsize=10659088 memory=1004 CPUtime=0.04 cores=0,2,4,6
/proc/30237/task/30240/stat : 30240 (java) R 30234 30237 22004 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 15 0 106130454 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472896121560 140472955075097 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30241] ppid=30234 vsize=10659088 memory=12060 CPUtime=0.03 cores=0,2,4,6
/proc/30237/task/30241/stat : 30241 (java) R 30234 30237 22004 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 15 0 106130454 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472895068816 140472955075097 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30242] ppid=30234 vsize=10659088 memory=5788 CPUtime=0.04 cores=0,2,4,6
/proc/30237/task/30242/stat : 30242 (java) R 30234 30237 22004 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 15 0 106130454 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472894015760 140472955075097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30243] ppid=30234 vsize=10659088 memory=792 CPUtime=0.04 cores=0,2,4,6
/proc/30237/task/30243/stat : 30243 (java) R 30234 30237 22004 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 15 0 106130454 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472892963416 140472955064763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30244] ppid=30234 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30244/stat : 30244 (java) S 30234 30237 22004 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 106130455 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472461759776 140472970057429 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30245] ppid=30234 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30245/stat : 30245 (java) S 30234 30237 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106130456 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472460707488 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30246] ppid=30234 vsize=10659088 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30246/stat : 30246 (java) S 30234 30237 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106130456 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472459654384 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30247] ppid=30234 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30247/stat : 30247 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106130458 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472458602960 140472970065819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30248] ppid=30234 vsize=10659088 memory=7590935255203861604 CPUtime=0.31 cores=0,2,4,6
/proc/30237/task/30248/stat : 30248 (java) S 30234 30237 22004 0 -1 1077944384 1530 0 0 0 31 0 0 0 20 0 15 0 106130458 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472457550064 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30249] ppid=30234 vsize=10659088 memory=6293050847276651881 CPUtime=0.31 cores=0,2,4,6
/proc/30237/task/30249/stat : 30249 (java) S 30234 30237 22004 0 -1 1077944384 1168 0 0 0 31 0 0 0 20 0 15 0 106130458 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472456497520 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30250] ppid=30234 vsize=10659088 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/30237/task/30250/stat : 30250 (java) S 30234 30237 22004 0 -1 1077944384 1450 0 0 0 23 0 0 0 20 0 15 0 106130458 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472455444464 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30251] ppid=30234 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30251/stat : 30251 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106130458 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472454392160 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30252] ppid=30234 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30252/stat : 30252 (java) S 30234 30237 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106130459 10914906112 54794 33554432000 4194304 4196468 140726073653248 140472453340208 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 219176 KiB

[startup+1.50219 s]
/proc/loadavg: 2.10 2.25 2.49 6/216 30252
/proc/meminfo: memFree=27837168/32770624 swapFree=67108860/67108860
[pid=30237] ppid=30234 vsize=10659088 memory=563368 CPUtime=4.26 cores=0,2,4,6
/proc/30237/stat : 30237 (java) S 30234 30237 22004 0 -1 1077944320 18290 0 0 0 399 27 0 0 20 0 15 0 106130453 10914906112 140842 33554432000 4194304 4196468 140726073653248 140726073635792 140472970047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
/proc/30237/statm: 2664772 140842 3144 1 0 2627263 0
[pid=30237/tid=30239] ppid=30234 vsize=10659088 memory=6791534058613427641 CPUtime=1.16 cores=0,2,4,6
/proc/30237/task/30239/stat : 30239 (java) S 30234 30237 22004 0 -1 1077944384 6134 0 0 0 111 5 0 0 20 0 15 0 106130453 10914906112 140842 33554432000 4194304 4196468 140726073653248 140472974284448 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30240] ppid=30234 vsize=10659088 memory=-6951259422114956437 CPUtime=0.23 cores=0,2,4,6
/proc/30237/task/30240/stat : 30240 (java) D 30234 30237 22004 0 -1 4202560 360 0 0 0 19 4 0 0 20 0 15 0 106130454 10914906112 140842 33554432000 4194304 4196468 140726073653248 140472896121248 140472955075088 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30241] ppid=30234 vsize=10659088 memory=-6509546260019855295 CPUtime=0.29 cores=0,2,4,6
/proc/30237/task/30241/stat : 30241 (java) D 30234 30237 22004 0 -1 4202560 193 0 0 0 24 5 0 0 20 0 15 0 106130454 10914906112 140842 33554432000 4194304 4196468 140726073653248 140472895069016 140472955075088 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30242] ppid=30234 vsize=10659088 memory=-7390251449858225344 CPUtime=0.26 cores=0,2,4,6
/proc/30237/task/30242/stat : 30242 (java) D 30234 30237 22004 0 -1 4202560 196 0 0 0 22 4 0 0 20 0 15 0 106130454 10914906112 140842 33554432000 4194304 4196468 140726073653248 140472894015960 140472955075088 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30243] ppid=30234 vsize=10659088 memory=4134692831991786133 CPUtime=0.24 cores=0,2,4,6
/proc/30237/task/30243/stat : 30243 (java) D 30234 30237 22004 0 -1 4202560 204 0 0 0 20 4 0 0 20 0 15 0 106130454 10914906112 140842 33554432000 4194304 4196468 140726073653248 140472892963416 140472955075088 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30244] ppid=30234 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30244/stat : 30244 (java) S 30234 30237 22004 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 106130455 10914906112 140842 33554432000 4194304 4196468 140726073653248 140472461759776 140472970057429 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0

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

Current children cumulated memory: 1235144 KiB

[startup+33.6008 s]
/proc/loadavg: 2.20 2.26 2.48 3/216 30331
/proc/meminfo: memFree=26512528/32770624 swapFree=67108860/67108860
[pid=30237] ppid=30234 vsize=10727700 memory=1235220 CPUtime=42.42 cores=0,2,4,6
/proc/30237/stat : 30237 (java) S 30234 30237 22004 0 -1 1077944320 48971 0 0 0 4178 64 0 0 20 0 16 0 106130453 10985164800 308805 33554432000 4194304 4196468 140726073653248 140726073635792 140472970047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
/proc/30237/statm: 2681925 308805 3190 1 0 2644416 0
[pid=30237/tid=30239] ppid=30234 vsize=10727700 memory=1074056 CPUtime=31.71 cores=0,2,4,6
/proc/30237/task/30239/stat : 30239 (java) R 30234 30237 22004 0 -1 4202560 12068 0 0 0 3160 11 0 0 20 0 16 0 106130453 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472974284056 140472564740876 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30240] ppid=30234 vsize=10727700 memory=6791534058613427641 CPUtime=1.26 cores=0,2,4,6
/proc/30237/task/30240/stat : 30240 (java) S 30234 30237 22004 0 -1 1077944384 1080 0 0 0 116 10 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472896121360 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30241] ppid=30234 vsize=10727700 memory=303430244793319739 CPUtime=1.34 cores=0,2,4,6
/proc/30237/task/30241/stat : 30241 (java) S 30234 30237 22004 0 -1 1077944384 871 0 0 0 122 12 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472895068816 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30242] ppid=30234 vsize=10727700 memory=15542903384575324 CPUtime=1.3 cores=0,2,4,6
/proc/30237/task/30242/stat : 30242 (java) S 30234 30237 22004 0 -1 1077944384 1659 0 0 0 120 10 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472894015760 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30243] ppid=30234 vsize=10727700 memory=5938400052147480423 CPUtime=1.27 cores=0,2,4,6
/proc/30237/task/30243/stat : 30243 (java) S 30234 30237 22004 0 -1 1077944384 1085 0 0 0 115 12 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472892963216 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30244] ppid=30234 vsize=10727700 memory=4028 CPUtime=0.49 cores=0,2,4,6
/proc/30237/task/30244/stat : 30244 (java) S 30234 30237 22004 0 -1 1077944384 1773 0 0 0 49 0 0 0 20 0 16 0 106130455 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472461761264 140472970058370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30245] ppid=30234 vsize=10727700 memory=30240 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30245/stat : 30245 (java) S 30234 30237 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106130456 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472460707552 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30246] ppid=30234 vsize=10727700 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30246/stat : 30246 (java) S 30234 30237 22004 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 106130456 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472459654400 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30247] ppid=30234 vsize=10727700 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30247/stat : 30247 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472458602960 140472970065819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30248] ppid=30234 vsize=10727700 memory=1840 CPUtime=2.44 cores=0,2,4,6
/proc/30237/task/30248/stat : 30248 (java) S 30234 30237 22004 0 -1 1077944384 14342 0 0 0 242 2 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472457550064 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30249] ppid=30234 vsize=10727700 memory=6791534058613427641 CPUtime=2.06 cores=0,2,4,6
/proc/30237/task/30249/stat : 30249 (java) S 30234 30237 22004 0 -1 1077944384 10630 0 0 0 205 1 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472456497520 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30250] ppid=30234 vsize=10727700 memory=1004 CPUtime=0.44 cores=0,2,4,6
/proc/30237/task/30250/stat : 30250 (java) S 30234 30237 22004 0 -1 1077944384 2832 0 0 0 44 0 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472455444464 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30251] ppid=30234 vsize=10727700 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30251/stat : 30251 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472454392160 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30252] ppid=30234 vsize=10727700 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30252/stat : 30252 (java) S 30234 30237 22004 0 -1 1077944384 1213 0 0 0 0 0 0 0 20 0 16 0 106130459 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472453340208 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30253] ppid=30234 vsize=10727700 memory=792 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30253/stat : 30253 (java) S 30234 30237 22004 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 106130780 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472452286000 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
Current children cumulated CPU time: 42.42 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1235220 KiB

[startup+34.4007 s]
/proc/loadavg: 2.20 2.26 2.48 3/216 30331
/proc/meminfo: memFree=26337856/32770624 swapFree=67108860/67108860
[pid=30237] ppid=30234 vsize=10727700 memory=1235220 CPUtime=43.22 cores=0,2,4,6
/proc/30237/stat : 30237 (java) S 30234 30237 22004 0 -1 1077944320 49027 0 0 0 4258 64 0 0 20 0 16 0 106130453 10985164800 308805 33554432000 4194304 4196468 140726073653248 140726073635792 140472970047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
/proc/30237/statm: 2681925 308805 3190 1 0 2644416 0
[pid=30237/tid=30239] ppid=30234 vsize=10727700 memory=15542903384575324 CPUtime=32.51 cores=0,2,4,6
/proc/30237/task/30239/stat : 30239 (java) R 30234 30237 22004 0 -1 4202560 12114 0 0 0 3240 11 0 0 20 0 16 0 106130453 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472974284072 140472564001484 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30240] ppid=30234 vsize=10727700 memory=5864621747879755875 CPUtime=1.26 cores=0,2,4,6
/proc/30237/task/30240/stat : 30240 (java) S 30234 30237 22004 0 -1 1077944384 1080 0 0 0 116 10 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472896121360 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30241] ppid=30234 vsize=10727700 memory=5864343579943780450 CPUtime=1.34 cores=0,2,4,6
/proc/30237/task/30241/stat : 30241 (java) S 30234 30237 22004 0 -1 1077944384 871 0 0 0 122 12 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472895068816 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30242] ppid=30234 vsize=10727700 memory=5866308411517583460 CPUtime=1.3 cores=0,2,4,6
/proc/30237/task/30242/stat : 30242 (java) S 30234 30237 22004 0 -1 1077944384 1659 0 0 0 120 10 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472894015760 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30243] ppid=30234 vsize=10727700 memory=6791534058613427641 CPUtime=1.27 cores=0,2,4,6
/proc/30237/task/30243/stat : 30243 (java) S 30234 30237 22004 0 -1 1077944384 1085 0 0 0 115 12 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472892963216 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30244] ppid=30234 vsize=10727700 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/30237/task/30244/stat : 30244 (java) S 30234 30237 22004 0 -1 1077944384 1773 0 0 0 49 0 0 0 20 0 16 0 106130455 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472461761264 140472970058370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30245] ppid=30234 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30245/stat : 30245 (java) S 30234 30237 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106130456 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472460707552 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30246] ppid=30234 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30246/stat : 30246 (java) S 30234 30237 22004 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 106130456 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472459654400 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30247] ppid=30234 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30247/stat : 30247 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472458602960 140472970065819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30248] ppid=30234 vsize=10727700 memory=0 CPUtime=2.44 cores=0,2,4,6
/proc/30237/task/30248/stat : 30248 (java) S 30234 30237 22004 0 -1 1077944384 14347 0 0 0 242 2 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472457550064 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30249] ppid=30234 vsize=10727700 memory=1235220 CPUtime=2.06 cores=0,2,4,6
/proc/30237/task/30249/stat : 30249 (java) S 30234 30237 22004 0 -1 1077944384 10633 0 0 0 205 1 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472456497520 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30250] ppid=30234 vsize=10727700 memory=18020 CPUtime=0.45 cores=0,2,4,6
/proc/30237/task/30250/stat : 30250 (java) S 30234 30237 22004 0 -1 1077944384 2834 0 0 0 44 1 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472455444464 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30251] ppid=30234 vsize=10727700 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30251/stat : 30251 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472454392160 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30252] ppid=30234 vsize=10727700 memory=18248 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30252/stat : 30252 (java) S 30234 30237 22004 0 -1 1077944384 1213 0 0 0 0 0 0 0 20 0 16 0 106130459 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472453340208 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30253] ppid=30234 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30253/stat : 30253 (java) S 30234 30237 22004 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 106130780 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472452286000 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
Current children cumulated CPU time: 43.22 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1235220 KiB

[startup+35.2008 s]
/proc/loadavg: 2.20 2.26 2.48 6/216 30331
/proc/meminfo: memFree=26001884/32770624 swapFree=67108860/67108860
[pid=30237] ppid=30234 vsize=10727700 memory=1235220 CPUtime=44.02 cores=0,2,4,6
/proc/30237/stat : 30237 (java) S 30234 30237 22004 0 -1 1077944320 49046 0 0 0 4338 64 0 0 20 0 16 0 106130453 10985164800 308805 33554432000 4194304 4196468 140726073653248 140726073635792 140472970047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
/proc/30237/statm: 2681925 308805 3190 1 0 2644416 0
[pid=30237/tid=30239] ppid=30234 vsize=10727700 memory=1235220 CPUtime=33.31 cores=0,2,4,6
/proc/30237/task/30239/stat : 30239 (java) R 30234 30237 22004 0 -1 4202560 12132 0 0 0 3320 11 0 0 20 0 16 0 106130453 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472974278800 140472956115328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30240] ppid=30234 vsize=10727700 memory=1235220 CPUtime=1.26 cores=0,2,4,6
/proc/30237/task/30240/stat : 30240 (java) S 30234 30237 22004 0 -1 1077944384 1080 0 0 0 116 10 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472896121360 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30241] ppid=30234 vsize=10727700 memory=30240 CPUtime=1.34 cores=0,2,4,6
/proc/30237/task/30241/stat : 30241 (java) S 30234 30237 22004 0 -1 1077944384 871 0 0 0 122 12 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472895068816 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30242] ppid=30234 vsize=10727700 memory=6791534058613427641 CPUtime=1.3 cores=0,2,4,6
/proc/30237/task/30242/stat : 30242 (java) S 30234 30237 22004 0 -1 1077944384 1659 0 0 0 120 10 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472894015760 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30243] ppid=30234 vsize=10727700 memory=640 CPUtime=1.27 cores=0,2,4,6
/proc/30237/task/30243/stat : 30243 (java) S 30234 30237 22004 0 -1 1077944384 1085 0 0 0 115 12 0 0 20 0 16 0 106130454 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472892963216 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30244] ppid=30234 vsize=10727700 memory=1784 CPUtime=0.49 cores=0,2,4,6
/proc/30237/task/30244/stat : 30244 (java) S 30234 30237 22004 0 -1 1077944384 1773 0 0 0 49 0 0 0 20 0 16 0 106130455 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472461761264 140472970058370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30245] ppid=30234 vsize=10727700 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30245/stat : 30245 (java) S 30234 30237 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106130456 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472460707552 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30246] ppid=30234 vsize=10727700 memory=1148824 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30246/stat : 30246 (java) S 30234 30237 22004 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 106130456 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472459654400 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30247] ppid=30234 vsize=10727700 memory=130 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30247/stat : 30247 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472458602960 140472970065819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30248] ppid=30234 vsize=10727700 memory=0 CPUtime=2.44 cores=0,2,4,6
/proc/30237/task/30248/stat : 30248 (java) S 30234 30237 22004 0 -1 1077944384 14347 0 0 0 242 2 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472457550064 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30249] ppid=30234 vsize=10727700 memory=296 CPUtime=2.06 cores=0,2,4,6
/proc/30237/task/30249/stat : 30249 (java) S 30234 30237 22004 0 -1 1077944384 10633 0 0 0 205 1 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472456497520 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30250] ppid=30234 vsize=10727700 memory=3 CPUtime=0.45 cores=0,2,4,6
/proc/30237/task/30250/stat : 30250 (java) S 30234 30237 22004 0 -1 1077944384 2834 0 0 0 44 1 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472455444464 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30251] ppid=30234 vsize=10727700 memory=792 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30251/stat : 30251 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106130458 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472454392160 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30252] ppid=30234 vsize=10727700 memory=1228 CPUtime=0.01 cores=0,2,4,6
/proc/30237/task/30252/stat : 30252 (java) S 30234 30237 22004 0 -1 1077944384 1214 0 0 0 0 1 0 0 20 0 16 0 106130459 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472453340208 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30253] ppid=30234 vsize=10727700 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30253/stat : 30253 (java) S 30234 30237 22004 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 106130780 10985164800 308805 33554432000 4194304 4196468 140726073653248 140472452286000 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
Current children cumulated CPU time: 44.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1235220 KiB

[startup+35.6007 s]
/proc/loadavg: 2.20 2.26 2.48 6/216 30331
/proc/meminfo: memFree=26001884/32770624 swapFree=67108860/67108860
[pid=30237] ppid=30234 vsize=10795292 memory=1235276 CPUtime=44.24 cores=0,2,4,6
/proc/30237/stat : 30237 (java) S 30234 30237 22004 0 -1 1077944320 49531 0 0 0 4360 64 0 0 20 0 16 0 106130453 11054379008 308819 33554432000 4194304 4196468 140726073653248 140726073635792 140472970047223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
/proc/30237/statm: 2698823 308819 3192 1 0 2661314 0
[pid=30237/tid=30239] ppid=30234 vsize=10795292 memory=7682744562830902035 CPUtime=33.53 cores=0,2,4,6
/proc/30237/task/30239/stat : 30239 (java) S 30234 30237 22004 0 -1 1077944384 12459 0 0 0 3342 11 0 0 20 0 16 0 106130453 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472974287904 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30240] ppid=30234 vsize=10795292 memory=-7384994778349281184 CPUtime=1.26 cores=0,2,4,6
/proc/30237/task/30240/stat : 30240 (java) S 30234 30237 22004 0 -1 1077944384 1080 0 0 0 116 10 0 0 20 0 16 0 106130454 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472896121360 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30241] ppid=30234 vsize=10795292 memory=4028 CPUtime=1.34 cores=0,2,4,6
/proc/30237/task/30241/stat : 30241 (java) S 30234 30237 22004 0 -1 1077944384 871 0 0 0 122 12 0 0 20 0 16 0 106130454 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472895068816 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30242] ppid=30234 vsize=10795292 memory=30240 CPUtime=1.3 cores=0,2,4,6
/proc/30237/task/30242/stat : 30242 (java) S 30234 30237 22004 0 -1 1077944384 1659 0 0 0 120 10 0 0 20 0 16 0 106130454 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472894015760 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30243] ppid=30234 vsize=10795292 memory=1296 CPUtime=1.27 cores=0,2,4,6
/proc/30237/task/30243/stat : 30243 (java) S 30234 30237 22004 0 -1 1077944384 1085 0 0 0 115 12 0 0 20 0 16 0 106130454 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472892963216 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30244] ppid=30234 vsize=10795292 memory=2424 CPUtime=0.49 cores=0,2,4,6
/proc/30237/task/30244/stat : 30244 (java) S 30234 30237 22004 0 -1 1077944384 1773 0 0 0 49 0 0 0 20 0 16 0 106130455 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472461761264 140472970058370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30245] ppid=30234 vsize=10795292 memory=1840 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30245/stat : 30245 (java) S 30234 30237 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106130456 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472460707552 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30246] ppid=30234 vsize=10795292 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30246/stat : 30246 (java) S 30234 30237 22004 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 106130456 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472459654400 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30247] ppid=30234 vsize=10795292 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30247/stat : 30247 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106130458 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472458602960 140472970065819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30248] ppid=30234 vsize=10795292 memory=5788 CPUtime=2.44 cores=0,2,4,6
/proc/30237/task/30248/stat : 30248 (java) S 30234 30237 22004 0 -1 1077944384 14354 0 0 0 242 2 0 0 20 0 16 0 106130458 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472457550064 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30249] ppid=30234 vsize=10795292 memory=792 CPUtime=2.06 cores=0,2,4,6
/proc/30237/task/30249/stat : 30249 (java) S 30234 30237 22004 0 -1 1077944384 10636 0 0 0 205 1 0 0 20 0 16 0 106130458 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472456497520 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30250] ppid=30234 vsize=10795292 memory=1228 CPUtime=0.45 cores=0,2,4,6
/proc/30237/task/30250/stat : 30250 (java) S 30234 30237 22004 0 -1 1077944384 2869 0 0 0 44 1 0 0 20 0 16 0 106130458 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472455444464 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30251] ppid=30234 vsize=10795292 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/30237/task/30251/stat : 30251 (java) S 30234 30237 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106130458 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472454392160 140472970057429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
[pid=30237/tid=30252] ppid=30234 vsize=10795292 memory=1416 CPUtime=0.01 cores=0,2,4,6
/proc/30237/task/30252/stat : 30252 (java) S 30234 30237 22004 0 -1 1077944384 1214 0 0 0 0 1 0 0 20 0 16 0 106130459 11054379008 308819 33554432000 4194304 4196468 140726073653248 140472453340208 140472970058370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15060992 140726073656438 140726073656590 140726073656590 140726073659343 0
Current children cumulated CPU time: 44.24 s
Current children cumulated vsize: 10795292 KiB
Current children cumulated memory: 1235276 KiB

Child status: 0
Real time (s): 35.6307
CPU time (s): 44.2693
CPU user time (s): 43.6143
CPU system time (s): 0.654995
CPU usage (%): 124.245
Max. virtual memory (cumulated for all children) (KiB): 10795292
Max. memory (cumulated for all children) (KiB): 1235276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.6143
system time used= 0.654995
maximum resident set size= 1235536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50027
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3430
involuntary context switches= 170


# summary of solver processes directly reported to runsolver:
#   pid: 30237
#   total CPU time (s): 44.2693
#   total CPU user time (s): 43.6143
#   total CPU system time (s): 0.654995

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.260021 second user time and 0.362124 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:34:33
IDJOB=4301910
IDBENCH=141470
IDSOLVER=2773
FILE ID=node151/4301910-1532885673
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-03_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301910-1532885673/watcher-4301910-1532885673 -o /tmp/evaluation-result-4301910-1532885673/solver-4301910-1532885673 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301910-1532885673.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8a13baf19e90b4c1b4d6531a9d16222f
RANDOM SEED=763331405

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
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
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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 sep 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 nopl 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 dtherm 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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
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
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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 sep 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 nopl 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 dtherm 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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
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
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
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
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        28119124 kB
MemAvailable:   31770572 kB
Buffers:          212792 kB
Cached:          3713148 kB
SwapCached:            0 kB
Active:          1556228 kB
Inactive:        2626780 kB
Active(anon):     207348 kB
Inactive(anon):    78188 kB
Active(file):    1348880 kB
Inactive(file):  2548592 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2376 kB
Writeback:             0 kB
AnonPages:        358892 kB
Mapped:            56032 kB
Shmem:             25224 kB
Slab:             167692 kB
SReclaimable:     139620 kB
SUnreclaim:        28072 kB
KernelStack:        3840 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1182576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node151 at 2018-07-29 19:35:08