Trace number 4289852

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-11OPT43 51.4427 41.1864

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-01_c18.xml
MD5SUMa355aea041a776e2482d6f32cb7a537a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark1.30559
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":14},{"degree":5,"count":7},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":49},{"arity":8,"count":1},{"arity":10,"count":2}]
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

8.24/3.04	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
8.24/3.04	c This is free software under the dual EPL/GNU LGPL licenses.
8.24/3.04	c See www.sat4j.org for details.
8.24/3.04	c That software uses the Rhino library from the Mozilla project.
8.24/3.04	c version 2.3.6-SNAPSHOT
8.24/3.04	c java.runtime.name	Java(TM) SE Runtime Environment
8.24/3.04	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
8.24/3.04	c java.vm.version	25.131-b11
8.24/3.04	c java.vm.vendor	Oracle Corporation
8.24/3.04	c sun.arch.data.model	64
8.24/3.04	c java.version		1.8.0_131
8.24/3.04	c os.name		Linux
8.24/3.04	c os.version		3.10.0-514.16.1.el7.x86_64
8.24/3.04	c os.arch		amd64
8.24/3.04	c Free memory 		499604488
8.24/3.04	c Max memory 		7247757312
8.24/3.04	c Total memory 		504889344
8.24/3.04	c Number of processors 	4
8.24/3.04	c c --- Begin Solver configuration ---
8.24/3.04	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
8.24/3.04	c Learn all clauses as in MiniSAT
8.24/3.04	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
8.24/3.04	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
8.24/3.04	c No reason simplification
8.24/3.04	c Glucose 2.1 dynamic restart strategy
8.24/3.04	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
8.24/3.04	c timeout=2147483s
8.24/3.04	c DB Simplification allowed=false
8.24/3.04	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
8.24/3.04	c --- End Solver configuration ---
8.24/3.04	c constraints type 
8.24/3.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 62
8.24/3.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2404102
8.24/3.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
8.24/3.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1315422
8.24/3.04	c org.sat4j.specs.Constr$1 => 1
8.24/3.04	c org.sat4j.minisat.constraints.cnf.UnitClause => 1410
8.24/3.04	c 3720998 constraints processed.
10.82/4.79	o 157
11.67/5.49	o 156
12.77/6.36	o 155
17.61/8.46	o 154
18.12/8.99	o 153
19.57/10.32	o 152
20.21/10.98	o 145
21.07/11.71	o 142
22.29/12.82	o 141
23.09/13.60	o 128
23.79/14.35	o 127
24.88/15.20	o 126
25.48/15.86	o 125
26.28/16.67	o 124
27.85/18.11	o 123
28.65/18.95	o 118
29.25/19.57	o 117
30.05/20.36	o 116
30.65/21.01	o 115
31.67/21.81	o 114
32.68/22.86	o 113
33.39/23.55	o 112
34.79/24.80	o 111
35.99/25.92	o 110
36.59/26.54	o 109
38.02/27.93	o 108
39.11/28.93	o 107
40.30/30.01	o 100
41.19/30.91	o 99
41.99/31.74	o 98
42.79/32.57	o 97
43.49/33.20	o 96
44.19/33.96	o 95
45.19/34.95	o 85
45.90/35.61	o 84
47.20/36.91	o 83
48.05/37.65	o 82
48.74/38.36	o 77
49.34/38.92	o 76
50.14/39.76	o 75
51.34/40.93	o 43
51.42/41.17	c starts		: 299
51.42/41.17	c conflicts		: 36223
51.42/41.17	c decisions		: 56143566
51.42/41.17	c propagations		: 125080470
51.42/41.17	c inspects		: 209599663
51.42/41.17	c shortcuts		: 0
51.42/41.17	c learnt literals	: 701
51.42/41.17	c learnt binary clauses	: 3997
51.42/41.17	c learnt ternary clauses	: 297
51.42/41.17	c learnt constraints	: 35522
51.42/41.17	c ignored constraints	: 0
51.42/41.17	c root simplifications	: 0
51.42/41.17	c removed literals (reason simplification)	: 0
51.42/41.17	c reason swapping (by a shorter reason)	: 0
51.42/41.17	c Calls to reduceDB	: 3
51.42/41.17	c Number of update (reduction) of LBD	: 33399
51.42/41.17	c Imported unit clauses	: 0
51.42/41.17	c number of reductions to clauses (during analyze)	: 0
51.42/41.17	c number of learned constraints concerned by reduction	: 0
51.42/41.17	c number of learning phase by resolution	: 0
51.42/41.17	c number of learning phase by cutting planes	: 0
51.42/41.17	c number of rounding to 1 operations	: 0
51.42/41.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
51.42/41.17	c number of reductions of the coefficients by power 2 	: 0
51.42/41.17	c number of right shift for reduction by power 2 	: 0
51.42/41.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
51.42/41.17	c number of ending skipping 	: 0
51.42/41.17	c number of internal skipping 	: 0
51.42/41.17	c number of derivation steps 	: 0
51.42/41.17	c number of skipped derivation steps 	: 0
51.42/41.17	c number of remaining unassigned 	: 0
51.42/41.17	c number of remaining assigned 	: 0
51.42/41.17	c speed (assignments/second)	: 3285797.9352194816
51.42/41.17	c non guided choices	: 54326313
51.42/41.17	s OPTIMUM FOUND
51.42/41.17	v <instantiation type="optimum" cost="43">
51.42/41.17	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>
51.42/41.17	v 	<values> 0 4 0 0 14 31 4 4 11 6 12 15 4 17 26 13 23 10 20 21 29 29 36 38 38 32 15 35 28 41 40 43 </values>
51.42/41.17	v </instantiation>
51.42/41.17	

Verifier Data

OK	43

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 (11020 MiB free)
  memory of node 1: 16384 MiB (7818 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289852-1532219633/watcher-4289852-1532219633 -o /tmp/evaluation-result-4289852-1532219633/solver-4289852-1532219633 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26948 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289852-1532219633.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
solver pid=28374, runsolver pid=28371
Current StackSize limit: 8192 KiB


[startup+0.100583 s]*
/proc/loadavg: 1.94 2.01 2.09 3/217 28389
/proc/meminfo: memFree=19276056/32770624 swapFree=67108860/67108860
[pid=28374] ppid=28371 vsize=10659012 memory=30668 CPUtime=0.12 cores=0,2,4,6
/proc/28374/stat : 28374 (java) S 28371 28374 24561 0 -1 1077944320 6720 0 0 0 10 2 0 0 20 0 15 0 39526475 10914828288 7667 33554432000 4194304 4196468 140723817665872 140723817648416 140462126382839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
/proc/28374/statm: 2664753 7667 2819 1 0 2627263 0
[pid=28374/tid=28376] ppid=28371 vsize=10659012 memory=-8773748148830244477 CPUtime=0.09 cores=0,2,4,6
/proc/28374/task/28376/stat : 28376 (java) R 28371 28374 24561 0 -1 4202560 4556 0 0 0 8 1 0 0 20 0 15 0 39526475 10914828288 7667 33554432000 4194304 4196468 140723817665872 140462130587504 140462110463326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28377] ppid=28371 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28377/stat : 28377 (java) S 28371 28374 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39526476 10914828288 7667 33554432000 4194304 4196468 140723817665872 140462079003024 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28378] ppid=28371 vsize=10659012 memory=140486810728064 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28378/stat : 28378 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526476 10914828288 7667 33554432000 4194304 4196468 140723817665872 140462077950224 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28379] ppid=28371 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28379/stat : 28379 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526476 10914828288 7667 33554432000 4194304 4196468 140723817665872 140462076897936 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28380] ppid=28371 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28380/stat : 28380 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526476 10914828288 7667 33554432000 4194304 4196468 140723817665872 140462075845136 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28381] ppid=28371 vsize=10659012 memory=140486810728064 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28381/stat : 28381 (java) S 28371 28374 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39526477 10914828288 7667 33554432000 4194304 4196468 140723817665872 140461162105456 140462126393986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28382] ppid=28371 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28382/stat : 28382 (java) S 28371 28374 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39526478 10914828288 7667 33554432000 4194304 4196468 140723817665872 140461161051424 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28383] ppid=28371 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28383/stat : 28383 (java) S 28371 28374 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39526478 10914828288 7667 33554432000 4194304 4196468 140723817665872 140461159999088 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28384] ppid=28371 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28384/stat : 28384 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39526480 10914828288 7667 33554432000 4194304 4196468 140723817665872 140461158947408 140462126401435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28385] ppid=28371 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28385/stat : 28385 (java) S 28371 28374 24561 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 39526480 10914828288 7667 33554432000 4194304 4196468 140723817665872 140461157894256 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28386] ppid=28371 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28386/stat : 28386 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39526480 10914828288 7667 33554432000 4194304 4196468 140723817665872 140461156841456 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28387] ppid=28371 vsize=10659012 memory=140486810728064 CPUtime=0.01 cores=0,2,4,6
/proc/28374/task/28387/stat : 28387 (java) R 28371 28374 24561 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 15 0 39526480 10914828288 7667 33554432000 4194304 4196468 140723817665872 140461155789168 140462107637575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28388] ppid=28371 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28388/stat : 28388 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39526480 10914828288 7667 33554432000 4194304 4196468 140723817665872 140461154736608 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28389] ppid=28371 vsize=10659012 memory=140486810728064 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28389/stat : 28389 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526481 10914828288 7667 33554432000 4194304 4196468 140723817665872 140461153684400 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30668 KiB

[startup+0.210374 s]*
/proc/loadavg: 1.94 2.01 2.09 5/217 28389
/proc/meminfo: memFree=19265444/32770624 swapFree=67108860/67108860
[pid=28374] ppid=28371 vsize=10659012 memory=41620 CPUtime=0.32 cores=0,2,4,6
/proc/28374/stat : 28374 (java) S 28371 28374 24561 0 -1 1077944320 8166 0 0 0 30 2 0 0 20 0 15 0 39526475 10914828288 10405 33554432000 4194304 4196468 140723817665872 140723817648416 140462126382839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
/proc/28374/statm: 2664753 10405 2998 1 0 2627263 0
[pid=28374/tid=28376] ppid=28371 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28374/task/28376/stat : 28376 (java) R 28371 28374 24561 0 -1 4202560 5133 0 0 0 18 1 0 0 20 0 15 0 39526475 10914828288 10405 33554432000 4194304 4196468 140723817665872 140462130619120 140461754946820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28377] ppid=28371 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28377/stat : 28377 (java) S 28371 28374 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39526476 10914828288 10405 33554432000 4194304 4196468 140723817665872 140462079003024 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28378] ppid=28371 vsize=10659012 memory=288370862962439808 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28378/stat : 28378 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526476 10914828288 10405 33554432000 4194304 4196468 140723817665872 140462077950224 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28379] ppid=28371 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28379/stat : 28379 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526476 10914828288 10405 33554432000 4194304 4196468 140723817665872 140462076897936 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28380] ppid=28371 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28380/stat : 28380 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526476 10914828288 10405 33554432000 4194304 4196468 140723817665872 140462075845136 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28381] ppid=28371 vsize=10659012 memory=140486810728064 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28381/stat : 28381 (java) S 28371 28374 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39526477 10914828288 10405 33554432000 4194304 4196468 140723817665872 140461162105456 140462126393986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28382] ppid=28371 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28382/stat : 28382 (java) S 28371 28374 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39526478 10914828288 10405 33554432000 4194304 4196468 140723817665872 140461161051424 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28383] ppid=28371 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28383/stat : 28383 (java) S 28371 28374 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39526478 10914828288 10405 33554432000 4194304 4196468 140723817665872 140461159999088 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28384] ppid=28371 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28384/stat : 28384 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39526480 10914828288 10405 33554432000 4194304 4196468 140723817665872 140461158947408 140462126401435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28385] ppid=28371 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28374/task/28385/stat : 28385 (java) S 28371 28374 24561 0 -1 1077944384 718 0 0 0 2 0 0 0 20 0 15 0 39526480 10914828288 10405 33554432000 4194304 4196468 140723817665872 140461157894256 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28386] ppid=28371 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28374/task/28386/stat : 28386 (java) R 28371 28374 24561 0 -1 1077944384 257 0 0 0 2 0 0 0 20 0 15 0 39526480 10914828288 10405 33554432000 4194304 4196468 140723817665872 140461156841456 140462126393986 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28387] ppid=28371 vsize=10659012 memory=140486810728064 CPUtime=0.07 cores=0,2,4,6
/proc/28374/task/28387/stat : 28387 (java) S 28371 28374 24561 0 -1 1077944384 692 0 0 0 7 0 0 0 20 0 15 0 39526480 10914828288 10405 33554432000 4194304 4196468 140723817665872 140461155789168 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28388] ppid=28371 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28388/stat : 28388 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39526480 10914828288 10405 33554432000 4194304 4196468 140723817665872 140461154736608 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28389] ppid=28371 vsize=10659012 memory=140486810728064 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28389/stat : 28389 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526481 10914828288 10405 33554432000 4194304 4196468 140723817665872 140461153684400 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41620 KiB

[startup+0.314626 s]*
/proc/loadavg: 1.94 2.01 2.09 4/217 28389
/proc/meminfo: memFree=19258332/32770624 swapFree=67108860/67108860
[pid=28374] ppid=28371 vsize=10659088 memory=47340 CPUtime=0.52 cores=0,2,4,6
/proc/28374/stat : 28374 (java) S 28371 28374 24561 0 -1 1077944320 9020 0 0 0 49 3 0 0 20 0 15 0 39526475 10914906112 11835 33554432000 4194304 4196468 140723817665872 140723817648416 140462126382839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
/proc/28374/statm: 2664772 11835 3059 1 0 2627263 0
[pid=28374/tid=28376] ppid=28371 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/28374/task/28376/stat : 28376 (java) R 28371 28374 24561 0 -1 4202560 5782 0 0 0 28 1 0 0 20 0 15 0 39526475 10914906112 11835 33554432000 4194304 4196468 140723817665872 140462130616640 140461754887310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28377] ppid=28371 vsize=10659088 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28377/stat : 28377 (java) S 28371 28374 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39526476 10914906112 11835 33554432000 4194304 4196468 140723817665872 140462079003024 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28378] ppid=28371 vsize=10659088 memory=288370862962439808 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28378/stat : 28378 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526476 10914906112 11835 33554432000 4194304 4196468 140723817665872 140462077950224 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28379] ppid=28371 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28379/stat : 28379 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526476 10914906112 11835 33554432000 4194304 4196468 140723817665872 140462076897936 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28380] ppid=28371 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28380/stat : 28380 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526476 10914906112 11835 33554432000 4194304 4196468 140723817665872 140462075845136 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28381] ppid=28371 vsize=10659088 memory=140486810728064 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28381/stat : 28381 (java) S 28371 28374 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39526477 10914906112 11835 33554432000 4194304 4196468 140723817665872 140461162105456 140462126393986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28382] ppid=28371 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28382/stat : 28382 (java) S 28371 28374 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39526478 10914906112 11835 33554432000 4194304 4196468 140723817665872 140461161051424 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28383] ppid=28371 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28383/stat : 28383 (java) S 28371 28374 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39526478 10914906112 11835 33554432000 4194304 4196468 140723817665872 140461159999088 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28384] ppid=28371 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28384/stat : 28384 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39526480 10914906112 11835 33554432000 4194304 4196468 140723817665872 140461158947408 140462126401435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28385] ppid=28371 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28374/task/28385/stat : 28385 (java) S 28371 28374 24561 0 -1 1077944384 735 0 0 0 3 0 0 0 20 0 15 0 39526480 10914906112 11835 33554432000 4194304 4196468 140723817665872 140461157894256 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28386] ppid=28371 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/28374/task/28386/stat : 28386 (java) S 28371 28374 24561 0 -1 1077944384 380 0 0 0 4 0 0 0 20 0 15 0 39526480 10914906112 11835 33554432000 4194304 4196468 140723817665872 140461156841456 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28387] ppid=28371 vsize=10659088 memory=140486810728064 CPUtime=0.11 cores=0,2,4,6
/proc/28374/task/28387/stat : 28387 (java) R 28371 28374 24561 0 -1 4202560 757 0 0 0 11 0 0 0 20 0 15 0 39526480 10914906112 11835 33554432000 4194304 4196468 140723817665872 140461155789168 140462126404186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28388] ppid=28371 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28388/stat : 28388 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39526480 10914906112 11835 33554432000 4194304 4196468 140723817665872 140461154736608 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28389] ppid=28371 vsize=10659088 memory=140486810728064 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28389/stat : 28389 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526481 10914906112 11835 33554432000 4194304 4196468 140723817665872 140461153684400 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47340 KiB

[startup+0.701303 s]
/proc/loadavg: 1.94 2.01 2.09 5/217 28389
/proc/meminfo: memFree=19216528/32770624 swapFree=67108860/67108860
[pid=28374] ppid=28371 vsize=10659088 memory=201164 CPUtime=1.64 cores=0,2,4,6
/proc/28374/stat : 28374 (java) S 28371 28374 24561 0 -1 1077944320 12289 0 0 0 155 9 0 0 20 0 15 0 39526475 10914906112 50291 33554432000 4194304 4196468 140723817665872 140723817648416 140462126382839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
/proc/28374/statm: 2664772 50291 3102 1 0 2627263 0
[pid=28374/tid=28376] ppid=28371 vsize=10659088 memory=1728 CPUtime=0.64 cores=0,2,4,6
/proc/28374/task/28376/stat : 28376 (java) S 28371 28374 24561 0 -1 1077944384 6047 0 0 0 61 3 0 0 20 0 15 0 39526475 10914906112 50291 33554432000 4194304 4196468 140723817665872 140462130619664 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28377] ppid=28371 vsize=10659088 memory=1004 CPUtime=0.02 cores=0,2,4,6
/proc/28374/task/28377/stat : 28377 (java) R 28371 28374 24561 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 15 0 39526476 10914906112 50291 33554432000 4194304 4196468 140723817665872 140462079003024 140462111410258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28378] ppid=28371 vsize=10659088 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28378/stat : 28378 (java) R 28371 28374 24561 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 15 0 39526476 10914906112 50291 33554432000 4194304 4196468 140723817665872 140462077950112 140462111410258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28379] ppid=28371 vsize=10659088 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28379/stat : 28379 (java) R 28371 28374 24561 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 39526476 10914906112 50291 33554432000 4194304 4196468 140723817665872 140462076898136 140462111404960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28380] ppid=28371 vsize=10659088 memory=792 CPUtime=0.01 cores=0,2,4,6
/proc/28374/task/28380/stat : 28380 (java) R 28371 28374 24561 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 15 0 39526476 10914906112 50291 33554432000 4194304 4196468 140723817665872 140462075845336 140462111410252 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28381] ppid=28371 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28381/stat : 28381 (java) S 28371 28374 24561 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39526477 10914906112 50291 33554432000 4194304 4196468 140723817665872 140461162103968 140462126393045 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28382] ppid=28371 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28382/stat : 28382 (java) S 28371 28374 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39526478 10914906112 50291 33554432000 4194304 4196468 140723817665872 140461161051424 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28383] ppid=28371 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28383/stat : 28383 (java) S 28371 28374 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39526478 10914906112 50291 33554432000 4194304 4196468 140723817665872 140461159999088 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28384] ppid=28371 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28384/stat : 28384 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39526480 10914906112 50291 33554432000 4194304 4196468 140723817665872 140461158947408 140462126401435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28385] ppid=28371 vsize=10659088 memory=7163631965283378496 CPUtime=0.29 cores=0,2,4,6
/proc/28374/task/28385/stat : 28385 (java) S 28371 28374 24561 0 -1 1077944384 2209 0 0 0 29 0 0 0 20 0 15 0 39526480 10914906112 50291 33554432000 4194304 4196468 140723817665872 140461157894256 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28386] ppid=28371 vsize=10659088 memory=6083353102074538087 CPUtime=0.36 cores=0,2,4,6
/proc/28374/task/28386/stat : 28386 (java) R 28371 28374 24561 0 -1 4202560 1481 0 0 0 36 0 0 0 20 0 15 0 39526480 10914906112 50291 33554432000 4194304 4196468 140723817665872 140461156827480 140462105626692 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28387] ppid=28371 vsize=10659088 memory=7440061282865139792 CPUtime=0.21 cores=0,2,4,6
/proc/28374/task/28387/stat : 28387 (java) S 28371 28374 24561 0 -1 1077944384 1107 0 0 0 21 0 0 0 20 0 15 0 39526480 10914906112 50291 33554432000 4194304 4196468 140723817665872 140461155789168 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28388] ppid=28371 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28388/stat : 28388 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39526480 10914906112 50291 33554432000 4194304 4196468 140723817665872 140461154736608 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28389] ppid=28371 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28389/stat : 28389 (java) S 28371 28374 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39526481 10914906112 50291 33554432000 4194304 4196468 140723817665872 140461153684400 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 201164 KiB

[startup+1.50228 s]
/proc/loadavg: 1.94 2.01 2.09 6/217 28389
/proc/meminfo: memFree=19035260/32770624 swapFree=67108860/67108860
[pid=28374] ppid=28371 vsize=10659088 memory=507008 CPUtime=4.14 cores=0,2,4,6
/proc/28374/stat : 28374 (java) S 28371 28374 24561 0 -1 1077944320 17475 0 0 0 388 26 0 0 20 0 15 0 39526475 10914906112 126752 33554432000 4194304 4196468 140723817665872 140723817648416 140462126382839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
/proc/28374/statm: 2664772 126752 3144 1 0 2627263 0
[pid=28374/tid=28376] ppid=28371 vsize=10659088 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/28374/task/28376/stat : 28376 (java) S 28371 28374 24561 0 -1 1077944384 6139 0 0 0 119 5 0 0 20 0 15 0 39526475 10914906112 126752 33554432000 4194304 4196468 140723817665872 140462130617888 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28377] ppid=28371 vsize=10659088 memory=-6951259422114956437 CPUtime=0.21 cores=0,2,4,6
/proc/28374/task/28377/stat : 28377 (java) R 28371 28374 24561 0 -1 4202560 205 0 0 0 17 4 0 0 20 0 15 0 39526476 10914906112 126752 33554432000 4194304 4196468 140723817665872 140462079003224 140462111410713 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28378] ppid=28371 vsize=10659088 memory=-6509546260019855295 CPUtime=0.16 cores=0,2,4,6
/proc/28374/task/28378/stat : 28378 (java) R 28371 28374 24561 0 -1 4202560 146 0 0 0 13 3 0 0 20 0 15 0 39526476 10914906112 126752 33554432000 4194304 4196468 140723817665872 140462077950424 140462111410713 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28379] ppid=28371 vsize=10659088 memory=-7390251449858225344 CPUtime=0.19 cores=0,2,4,6
/proc/28374/task/28379/stat : 28379 (java) R 28371 28374 24561 0 -1 4202560 140 0 0 0 15 4 0 0 20 0 15 0 39526476 10914906112 126752 33554432000 4194304 4196468 140723817665872 140462076897824 140462119482539 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28380] ppid=28371 vsize=10659088 memory=4134692831991786133 CPUtime=0.23 cores=0,2,4,6
/proc/28374/task/28380/stat : 28380 (java) R 28371 28374 24561 0 -1 4202560 186 0 0 0 18 5 0 0 20 0 15 0 39526476 10914906112 126752 33554432000 4194304 4196468 140723817665872 140462075845336 140462111410722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28381] ppid=28371 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28381/stat : 28381 (java) S 28371 28374 24561 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39526477 10914906112 126752 33554432000 4194304 4196468 140723817665872 140461162103968 140462126393045 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0

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

[startup+40.0008 s]*
/proc/loadavg: 1.84 1.97 2.08 3/218 28390
/proc/meminfo: memFree=17950164/32770624 swapFree=67108860/67108860
[pid=28374] ppid=28371 vsize=10727700 memory=1352940 CPUtime=50.45 cores=0,2,4,6
/proc/28374/stat : 28374 (java) S 28371 28374 24561 0 -1 1077944320 54072 0 0 0 4968 77 0 0 20 0 16 0 39526475 10985164800 338235 33554432000 4194304 4196468 140723817665872 140723817648416 140462126382839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
/proc/28374/statm: 2681925 338235 3190 1 0 2644416 0
[pid=28374/tid=28376] ppid=28371 vsize=10727700 memory=6791534058613427641 CPUtime=37.13 cores=0,2,4,6
/proc/28374/task/28376/stat : 28376 (java) R 28371 28374 24561 0 -1 4202560 13873 0 0 0 3704 9 0 0 20 0 16 0 39526475 10985164800 338235 33554432000 4194304 4196468 140723817665872 140462130621608 140461760685232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28377] ppid=28371 vsize=10727700 memory=6944656592387989600 CPUtime=1.94 cores=0,2,4,6
/proc/28374/task/28377/stat : 28377 (java) S 28371 28374 24561 0 -1 1077944384 1517 0 0 0 179 15 0 0 20 0 16 0 39526476 10985164800 338235 33554432000 4194304 4196468 140723817665872 140462079003024 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28378] ppid=28371 vsize=10727700 memory=6656426216303648864 CPUtime=1.82 cores=0,2,4,6
/proc/28374/task/28378/stat : 28378 (java) S 28371 28374 24561 0 -1 1077944384 1424 0 0 0 170 12 0 0 20 0 16 0 39526476 10985164800 338235 33554432000 4194304 4196468 140723817665872 140462077950224 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28379] ppid=28371 vsize=10727700 memory=6944652177228980320 CPUtime=1.88 cores=0,2,4,6
/proc/28374/task/28379/stat : 28379 (java) S 28371 28374 24561 0 -1 1077944384 2206 0 0 0 174 14 0 0 20 0 16 0 39526476 10985164800 338235 33554432000 4194304 4196468 140723817665872 140462076897936 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28380] ppid=28371 vsize=10727700 memory=6655300316396806240 CPUtime=1.98 cores=0,2,4,6
/proc/28374/task/28380/stat : 28380 (java) S 28371 28374 24561 0 -1 1077944384 1717 0 0 0 183 15 0 0 20 0 16 0 39526476 10985164800 338235 33554432000 4194304 4196468 140723817665872 140462075845136 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28381] ppid=28371 vsize=10727700 memory=6944656592455097440 CPUtime=0.78 cores=0,2,4,6
/proc/28374/task/28381/stat : 28381 (java) S 28371 28374 24561 0 -1 1077944384 3796 0 0 0 78 0 0 0 20 0 16 0 39526477 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461162105456 140462126393986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28382] ppid=28371 vsize=10727700 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28382/stat : 28382 (java) S 28371 28374 24561 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39526478 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461161051488 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28383] ppid=28371 vsize=10727700 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28383/stat : 28383 (java) S 28371 28374 24561 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39526478 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461159999104 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28384] ppid=28371 vsize=10727700 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28384/stat : 28384 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39526480 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461158947408 140462126401435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28385] ppid=28371 vsize=10727700 memory=6656426216303648864 CPUtime=2.1 cores=0,2,4,6
/proc/28374/task/28385/stat : 28385 (java) S 28371 28374 24561 0 -1 1077944384 13790 0 0 0 207 3 0 0 20 0 16 0 39526480 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461157894256 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28386] ppid=28371 vsize=10727700 memory=6944656592455360604 CPUtime=2.26 cores=0,2,4,6
/proc/28374/task/28386/stat : 28386 (java) S 28371 28374 24561 0 -1 1077944384 10451 0 0 0 224 2 0 0 20 0 16 0 39526480 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461156841456 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28387] ppid=28371 vsize=10727700 memory=-6509546260019855295 CPUtime=0.44 cores=0,2,4,6
/proc/28374/task/28387/stat : 28387 (java) S 28371 28374 24561 0 -1 1077944384 2968 0 0 0 43 1 0 0 20 0 16 0 39526480 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461155789168 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28388] ppid=28371 vsize=10727700 memory=-8851153767425282410 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28388/stat : 28388 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39526480 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461154736608 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28389] ppid=28371 vsize=10727700 memory=-6160033262581300882 CPUtime=0.01 cores=0,2,4,6
/proc/28374/task/28389/stat : 28389 (java) S 28371 28374 24561 0 -1 1077944384 920 0 0 0 1 0 0 0 20 0 16 0 39526481 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461153684400 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28390] ppid=28371 vsize=10727700 memory=-6160033262581300882 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28390/stat : 28390 (java) S 28371 28374 24561 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 39526785 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461150532784 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
Current children cumulated CPU time: 50.45 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1352940 KiB

[startup+40.8008 s]
/proc/loadavg: 1.84 1.97 2.08 3/218 28390
/proc/meminfo: memFree=17950164/32770624 swapFree=67108860/67108860
[pid=28374] ppid=28371 vsize=10727700 memory=1352940 CPUtime=51.24 cores=0,2,4,6
/proc/28374/stat : 28374 (java) S 28371 28374 24561 0 -1 1077944320 54076 0 0 0 5047 77 0 0 20 0 16 0 39526475 10985164800 338235 33554432000 4194304 4196468 140723817665872 140723817648416 140462126382839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
/proc/28374/statm: 2681925 338235 3190 1 0 2644416 0
[pid=28374/tid=28376] ppid=28371 vsize=10727700 memory=1352940 CPUtime=37.92 cores=0,2,4,6
/proc/28374/task/28376/stat : 28376 (java) R 28371 28374 24561 0 -1 4202560 13874 0 0 0 3783 9 0 0 20 0 16 0 39526475 10985164800 338235 33554432000 4194304 4196468 140723817665872 140462130621608 140461760683599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28377] ppid=28371 vsize=10727700 memory=6791534058613427641 CPUtime=1.94 cores=0,2,4,6
/proc/28374/task/28377/stat : 28377 (java) S 28371 28374 24561 0 -1 1077944384 1517 0 0 0 179 15 0 0 20 0 16 0 39526476 10985164800 338235 33554432000 4194304 4196468 140723817665872 140462079003024 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28378] ppid=28371 vsize=10727700 memory=928 CPUtime=1.82 cores=0,2,4,6
/proc/28374/task/28378/stat : 28378 (java) S 28371 28374 24561 0 -1 1077944384 1424 0 0 0 170 12 0 0 20 0 16 0 39526476 10985164800 338235 33554432000 4194304 4196468 140723817665872 140462077950224 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28379] ppid=28371 vsize=10727700 memory=1572 CPUtime=1.88 cores=0,2,4,6
/proc/28374/task/28379/stat : 28379 (java) S 28371 28374 24561 0 -1 1077944384 2206 0 0 0 174 14 0 0 20 0 16 0 39526476 10985164800 338235 33554432000 4194304 4196468 140723817665872 140462076897936 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28380] ppid=28371 vsize=10727700 memory=2244 CPUtime=1.98 cores=0,2,4,6
/proc/28374/task/28380/stat : 28380 (java) S 28371 28374 24561 0 -1 1077944384 1717 0 0 0 183 15 0 0 20 0 16 0 39526476 10985164800 338235 33554432000 4194304 4196468 140723817665872 140462075845136 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28381] ppid=28371 vsize=10727700 memory=4124 CPUtime=0.78 cores=0,2,4,6
/proc/28374/task/28381/stat : 28381 (java) S 28371 28374 24561 0 -1 1077944384 3796 0 0 0 78 0 0 0 20 0 16 0 39526477 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461162105456 140462126393986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28382] ppid=28371 vsize=10727700 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28382/stat : 28382 (java) S 28371 28374 24561 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39526478 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461161051488 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28383] ppid=28371 vsize=10727700 memory=1352940 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28383/stat : 28383 (java) S 28371 28374 24561 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39526478 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461159999104 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28384] ppid=28371 vsize=10727700 memory=1352940 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28384/stat : 28384 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39526480 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461158947408 140462126401435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28385] ppid=28371 vsize=10727700 memory=13932 CPUtime=2.1 cores=0,2,4,6
/proc/28374/task/28385/stat : 28385 (java) S 28371 28374 24561 0 -1 1077944384 13790 0 0 0 207 3 0 0 20 0 16 0 39526480 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461157894256 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28386] ppid=28371 vsize=10727700 memory=1296 CPUtime=2.26 cores=0,2,4,6
/proc/28374/task/28386/stat : 28386 (java) S 28371 28374 24561 0 -1 1077944384 10451 0 0 0 224 2 0 0 20 0 16 0 39526480 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461156841456 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28387] ppid=28371 vsize=10727700 memory=2428 CPUtime=0.44 cores=0,2,4,6
/proc/28374/task/28387/stat : 28387 (java) S 28371 28374 24561 0 -1 1077944384 2968 0 0 0 43 1 0 0 20 0 16 0 39526480 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461155789168 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28388] ppid=28371 vsize=10727700 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28388/stat : 28388 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39526480 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461154736608 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28389] ppid=28371 vsize=10727700 memory=1004 CPUtime=0.01 cores=0,2,4,6
/proc/28374/task/28389/stat : 28389 (java) S 28371 28374 24561 0 -1 1077944384 923 0 0 0 1 0 0 0 20 0 16 0 39526481 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461153684400 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28390] ppid=28371 vsize=10727700 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28390/stat : 28390 (java) S 28371 28374 24561 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 39526785 10985164800 338235 33554432000 4194304 4196468 140723817665872 140461150532784 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
Current children cumulated CPU time: 51.24 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1352940 KiB

[startup+41.0008 s]*
/proc/loadavg: 1.84 1.97 2.08 2/218 28392
/proc/meminfo: memFree=17950148/32770624 swapFree=67108860/67108860
[pid=28374] ppid=28371 vsize=10860828 memory=1352996 CPUtime=51.42 cores=0,2,4,6
/proc/28374/stat : 28374 (java) S 28371 28374 24561 0 -1 1077944320 54743 0 0 0 5065 77 0 0 20 0 16 0 39526475 11121487872 338249 33554432000 4194304 4196468 140723817665872 140723817648416 140462126382839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
/proc/28374/statm: 2715207 338249 3192 1 0 2677698 0
[pid=28374/tid=28376] ppid=28371 vsize=10860828 memory=7022364594140610616 CPUtime=38.09 cores=0,2,4,6
/proc/28374/task/28376/stat : 28376 (java) S 28371 28374 24561 0 -1 1077944384 14298 0 0 0 3800 9 0 0 20 0 16 0 39526475 11121487872 338249 33554432000 4194304 4196468 140723817665872 140462130623520 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28377] ppid=28371 vsize=10860828 memory=343 CPUtime=1.94 cores=0,2,4,6
/proc/28374/task/28377/stat : 28377 (java) S 28371 28374 24561 0 -1 1077944384 1517 0 0 0 179 15 0 0 20 0 16 0 39526476 11121487872 338249 33554432000 4194304 4196468 140723817665872 140462079003024 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28378] ppid=28371 vsize=10860828 memory=304189752425523840 CPUtime=1.82 cores=0,2,4,6
/proc/28374/task/28378/stat : 28378 (java) S 28371 28374 24561 0 -1 1077944384 1424 0 0 0 170 12 0 0 20 0 16 0 39526476 11121487872 338249 33554432000 4194304 4196468 140723817665872 140462077950224 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28379] ppid=28371 vsize=10860828 memory=5867459592088611432 CPUtime=1.88 cores=0,2,4,6
/proc/28374/task/28379/stat : 28379 (java) S 28371 28374 24561 0 -1 1077944384 2206 0 0 0 174 14 0 0 20 0 16 0 39526476 11121487872 338249 33554432000 4194304 4196468 140723817665872 140462076897936 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28380] ppid=28371 vsize=10860828 memory=2320534916371657269 CPUtime=1.98 cores=0,2,4,6
/proc/28374/task/28380/stat : 28380 (java) S 28371 28374 24561 0 -1 1077944384 1717 0 0 0 183 15 0 0 20 0 16 0 39526476 11121487872 338249 33554432000 4194304 4196468 140723817665872 140462075845136 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28381] ppid=28371 vsize=10860828 memory=3546781484132281009 CPUtime=0.78 cores=0,2,4,6
/proc/28374/task/28381/stat : 28381 (java) S 28371 28374 24561 0 -1 1077944384 3796 0 0 0 78 0 0 0 20 0 16 0 39526477 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461162105456 140462126393986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28382] ppid=28371 vsize=10860828 memory=3618114759191573304 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28382/stat : 28382 (java) S 28371 28374 24561 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39526478 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461161051488 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28383] ppid=28371 vsize=10860828 memory=7597685178576760167 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28383/stat : 28383 (java) S 28371 28374 24561 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39526478 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461159999104 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28384] ppid=28371 vsize=10860828 memory=7597685178576760167 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28384/stat : 28384 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39526480 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461158947408 140462126401435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28385] ppid=28371 vsize=10860828 memory=0 CPUtime=2.11 cores=0,2,4,6
/proc/28374/task/28385/stat : 28385 (java) S 28371 28374 24561 0 -1 1077944384 13808 0 0 0 208 3 0 0 20 0 16 0 39526480 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461157894256 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28386] ppid=28371 vsize=10860828 memory=2320534916371657269 CPUtime=2.26 cores=0,2,4,6
/proc/28374/task/28386/stat : 28386 (java) S 28371 28374 24561 0 -1 1077944384 10517 0 0 0 224 2 0 0 20 0 16 0 39526480 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461156841456 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28387] ppid=28371 vsize=10860828 memory=3546781484132281009 CPUtime=0.45 cores=0,2,4,6
/proc/28374/task/28387/stat : 28387 (java) S 28371 28374 24561 0 -1 1077944384 3013 0 0 0 44 1 0 0 20 0 16 0 39526480 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461155789168 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28388] ppid=28371 vsize=10860828 memory=3618114759191573304 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28388/stat : 28388 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39526480 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461154736608 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28389] ppid=28371 vsize=10860828 memory=4123248850669021112 CPUtime=0.01 cores=0,2,4,6
/proc/28374/task/28389/stat : 28389 (java) S 28371 28374 24561 0 -1 1077944384 923 0 0 0 1 0 0 0 20 0 16 0 39526481 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461153684400 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28391] ppid=28371 vsize=10860828 memory=3539882221918887983 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28391/stat : 28391 (java) S 28371 28374 24561 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 39530572 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461149480720 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
Current children cumulated CPU time: 51.42 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 1352996 KiB

[startup+41.1099 s]
/proc/loadavg: 1.84 1.97 2.08 2/218 28392
/proc/meminfo: memFree=17950148/32770624 swapFree=67108860/67108860
[pid=28374] ppid=28371 vsize=10860828 memory=1352996 CPUtime=51.42 cores=0,2,4,6
/proc/28374/stat : 28374 (java) S 28371 28374 24561 0 -1 1077944320 54743 0 0 0 5065 77 0 0 20 0 16 0 39526475 11121487872 338249 33554432000 4194304 4196468 140723817665872 140723817648416 140462126382839 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
/proc/28374/statm: 2715207 338249 3192 1 0 2677698 0
[pid=28374/tid=28376] ppid=28371 vsize=10860828 memory=1352940 CPUtime=38.09 cores=0,2,4,6
/proc/28374/task/28376/stat : 28376 (java) S 28371 28374 24561 0 -1 1077944384 14298 0 0 0 3800 9 0 0 20 0 16 0 39526475 11121487872 338249 33554432000 4194304 4196468 140723817665872 140462130623520 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28377] ppid=28371 vsize=10860828 memory=1352940 CPUtime=1.94 cores=0,2,4,6
/proc/28374/task/28377/stat : 28377 (java) S 28371 28374 24561 0 -1 1077944384 1517 0 0 0 179 15 0 0 20 0 16 0 39526476 11121487872 338249 33554432000 4194304 4196468 140723817665872 140462079003024 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28378] ppid=28371 vsize=10860828 memory=1352940 CPUtime=1.82 cores=0,2,4,6
/proc/28374/task/28378/stat : 28378 (java) S 28371 28374 24561 0 -1 1077944384 1424 0 0 0 170 12 0 0 20 0 16 0 39526476 11121487872 338249 33554432000 4194304 4196468 140723817665872 140462077950224 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28379] ppid=28371 vsize=10860828 memory=1352940 CPUtime=1.88 cores=0,2,4,6
/proc/28374/task/28379/stat : 28379 (java) S 28371 28374 24561 0 -1 1077944384 2206 0 0 0 174 14 0 0 20 0 16 0 39526476 11121487872 338249 33554432000 4194304 4196468 140723817665872 140462076897936 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28380] ppid=28371 vsize=10860828 memory=56 CPUtime=1.98 cores=0,2,4,6
/proc/28374/task/28380/stat : 28380 (java) S 28371 28374 24561 0 -1 1077944384 1717 0 0 0 183 15 0 0 20 0 16 0 39526476 11121487872 338249 33554432000 4194304 4196468 140723817665872 140462075845136 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28381] ppid=28371 vsize=10860828 memory=164 CPUtime=0.78 cores=0,2,4,6
/proc/28374/task/28381/stat : 28381 (java) S 28371 28374 24561 0 -1 1077944384 3796 0 0 0 78 0 0 0 20 0 16 0 39526477 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461162105456 140462126393986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28382] ppid=28371 vsize=10860828 memory=1278164 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28382/stat : 28382 (java) S 28371 28374 24561 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39526478 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461161051488 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28383] ppid=28371 vsize=10860828 memory=140486702948744 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28383/stat : 28383 (java) S 28371 28374 24561 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39526478 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461159999104 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28384] ppid=28371 vsize=10860828 memory=280973406041872 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28384/stat : 28384 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39526480 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461158947408 140462126401435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28385] ppid=28371 vsize=10860828 memory=6791534058613427641 CPUtime=2.11 cores=0,2,4,6
/proc/28374/task/28385/stat : 28385 (java) S 28371 28374 24561 0 -1 1077944384 13808 0 0 0 208 3 0 0 20 0 16 0 39526480 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461157894256 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28386] ppid=28371 vsize=10860828 memory=4052 CPUtime=2.26 cores=0,2,4,6
/proc/28374/task/28386/stat : 28386 (java) S 28371 28374 24561 0 -1 1077944384 10517 0 0 0 224 2 0 0 20 0 16 0 39526480 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461156841456 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28387] ppid=28371 vsize=10860828 memory=288230574492221466 CPUtime=0.45 cores=0,2,4,6
/proc/28374/task/28387/stat : 28387 (java) S 28371 28374 24561 0 -1 1077944384 3013 0 0 0 44 1 0 0 20 0 16 0 39526480 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461155789168 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28388] ppid=28371 vsize=10860828 memory=3908391469142861165 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28388/stat : 28388 (java) S 28371 28374 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39526480 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461154736608 140462126393045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28389] ppid=28371 vsize=10860828 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28374/task/28389/stat : 28389 (java) S 28371 28374 24561 0 -1 1077944384 923 0 0 0 1 0 0 0 20 0 16 0 39526481 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461153684400 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
[pid=28374/tid=28391] ppid=28371 vsize=10860828 memory=2 CPUtime=0 cores=0,2,4,6
/proc/28374/task/28391/stat : 28391 (java) S 28371 28374 24561 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 39530572 11121487872 338249 33554432000 4194304 4196468 140723817665872 140461149480720 140462126393986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8818688 140723817669745 140723817669897 140723817669897 140723817672655 0
Current children cumulated CPU time: 51.42 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 1352996 KiB

Child status: 0
Real time (s): 41.1864
CPU time (s): 51.4427
CPU user time (s): 50.6576
CPU system time (s): 0.785125
CPU usage (%): 124.902
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 1352996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.6576
system time used= 0.785125
maximum resident set size= 1353408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55395
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= 3899
involuntary context switches= 1616


# summary of solver processes directly reported to runsolver:
#   pid: 28374
#   total CPU time (s): 51.4427
#   total CPU user time (s): 50.6576
#   total CPU system time (s): 0.785125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.317899 second user time and 0.400946 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 02:33:53
IDJOB=4289852
IDBENCH=141465
IDSOLVER=2742
FILE ID=node151/4289852-1532219633
RUNJOBID= node151-1532209720-26948
PBS_JOBID= 21018924
Free space on /tmp= 55076 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-01_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289852-1532219633/watcher-4289852-1532219633 -o /tmp/evaluation-result-4289852-1532219633/solver-4289852-1532219633 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26948 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289852-1532219633.xml

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

MD5SUM BENCH= a355aea041a776e2482d6f32cb7a537a
RANDOM SEED=469446757

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:        19292472 kB
MemAvailable:   30511524 kB
Buffers:          225084 kB
Cached:         11146392 kB
SwapCached:            0 kB
Active:          2356104 kB
Inactive:       10494908 kB
Active(anon):    1482552 kB
Inactive(anon):    16976 kB
Active(file):     873552 kB
Inactive(file): 10477932 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2296 kB
Writeback:            24 kB
AnonPages:       1481904 kB
Mapped:            46740 kB
Shmem:             17032 kB
Slab:             323312 kB
SReclaimable:     296028 kB
SUnreclaim:        27284 kB
KernelStack:        3872 kB
PageTables:         8144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3201120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1216512 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= 55072 MiB
End job on node151 at 2018-07-22 02:34:34