Trace number 4301895

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 50.3681 41.6625

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.29328
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

9.02/3.32	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
9.02/3.32	c This is free software under the dual EPL/GNU LGPL licenses.
9.02/3.32	c See www.sat4j.org for details.
9.02/3.32	c That software uses the Rhino library from the Mozilla project.
9.02/3.32	c version 2.3.6-SNAPSHOT
9.02/3.32	c java.runtime.name	Java(TM) SE Runtime Environment
9.02/3.32	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
9.02/3.32	c java.vm.version	25.131-b11
9.02/3.32	c java.vm.vendor	Oracle Corporation
9.02/3.32	c sun.arch.data.model	64
9.02/3.32	c java.version		1.8.0_131
9.02/3.32	c os.name		Linux
9.02/3.32	c os.version		3.10.0-514.16.1.el7.x86_64
9.02/3.32	c os.arch		amd64
9.02/3.32	c Free memory 		499604488
9.02/3.32	c Max memory 		7247757312
9.02/3.32	c Total memory 		504889344
9.02/3.32	c Number of processors 	4
9.02/3.32	c c --- Begin Solver configuration ---
9.02/3.32	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
9.02/3.32	c Learn all clauses as in MiniSAT
9.02/3.32	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
9.02/3.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
9.02/3.32	c No reason simplification
9.02/3.32	c Glucose 2.1 dynamic restart strategy
9.02/3.32	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.02/3.32	c timeout=2147483s
9.02/3.32	c DB Simplification allowed=false
9.02/3.32	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
9.02/3.32	c --- End Solver configuration ---
9.02/3.32	c constraints type 
9.02/3.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 62
9.02/3.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2404102
9.02/3.32	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
9.02/3.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1315422
9.02/3.32	c org.sat4j.specs.Constr$1 => 1
9.02/3.32	c org.sat4j.minisat.constraints.cnf.UnitClause => 1410
9.02/3.32	c 3720998 constraints processed.
11.78/5.11	o 157
12.63/5.85	o 156
13.66/6.71	o 155
14.44/7.46	o 154
15.80/8.21	o 153
17.25/9.62	o 152
17.89/10.28	o 145
18.75/11.05	o 142
20.18/12.21	o 141
20.99/13.05	o 128
21.79/13.81	o 127
22.65/14.67	o 126
23.66/15.41	o 125
24.46/16.24	o 124
26.03/17.71	o 123
26.83/18.57	o 118
27.53/19.22	o 117
28.34/20.05	o 116
28.93/20.67	o 115
29.83/21.50	o 114
30.84/22.56	o 113
31.56/23.26	o 112
32.87/24.51	o 111
34.21/25.74	o 110
34.89/26.36	o 109
36.31/27.78	o 108
37.45/28.80	o 107
38.55/29.91	o 100
39.45/30.85	o 99
40.25/31.69	o 98
41.25/32.62	o 97
41.85/33.28	o 96
42.66/34.08	o 95
43.76/35.12	o 85
44.36/35.78	o 84
45.99/37.20	o 83
46.78/37.92	o 82
47.58/38.71	o 77
48.19/39.30	o 76
49.00/40.19	o 75
50.29/41.41	o 43
50.35/41.64	c starts		: 299
50.35/41.64	c conflicts		: 36223
50.35/41.64	c decisions		: 56143566
50.35/41.64	c propagations		: 125080470
50.35/41.64	c inspects		: 209599663
50.35/41.64	c shortcuts		: 0
50.35/41.64	c learnt literals	: 701
50.35/41.64	c learnt binary clauses	: 3997
50.35/41.64	c learnt ternary clauses	: 297
50.35/41.64	c learnt constraints	: 35522
50.35/41.64	c ignored constraints	: 0
50.35/41.64	c root simplifications	: 0
50.35/41.64	c removed literals (reason simplification)	: 0
50.35/41.64	c reason swapping (by a shorter reason)	: 0
50.35/41.64	c Calls to reduceDB	: 3
50.35/41.64	c Number of update (reduction) of LBD	: 33399
50.35/41.64	c Imported unit clauses	: 0
50.35/41.64	c number of reductions to clauses (during analyze)	: 0
50.35/41.64	c number of learned constraints concerned by reduction	: 0
50.35/41.64	c number of learning phase by resolution	: 0
50.35/41.64	c number of learning phase by cutting planes	: 0
50.35/41.64	c number of rounding to 1 operations	: 0
50.35/41.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
50.35/41.64	c number of reductions of the coefficients by power 2 	: 0
50.35/41.64	c number of right shift for reduction by power 2 	: 0
50.35/41.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
50.35/41.64	c number of ending skipping 	: 0
50.35/41.64	c number of internal skipping 	: 0
50.35/41.64	c number of derivation steps 	: 0
50.35/41.65	c number of skipped derivation steps 	: 0
50.35/41.65	c number of remaining unassigned 	: 0
50.35/41.65	c number of remaining assigned 	: 0
50.35/41.65	c speed (assignments/second)	: 3269052.062098165
50.35/41.65	c non guided choices	: 54326313
50.35/41.65	s OPTIMUM FOUND
50.35/41.65	v <instantiation type="optimum" cost="43">
50.35/41.65	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>
50.35/41.65	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>
50.35/41.65	v </instantiation>
50.35/41.65	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301895-1532885465/watcher-4301895-1532885465 -o /tmp/evaluation-result-4301895-1532885465/solver-4301895-1532885465 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301895-1532885465.xml 

running on 4 cores: 1,3,5,7

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=12343, runsolver pid=12340

[startup+0.100093 s]*
/proc/loadavg: 2.05 2.24 2.44 3/217 12358
/proc/meminfo: memFree=26568852/32770624 swapFree=67028788/67108860
[pid=12343] ppid=12340 vsize=10659012 memory=30100 CPUtime=0.12 cores=1,3,5,7
/proc/12343/stat : 12343 (java) S 12340 12343 10029 0 -1 1077944320 6612 0 0 0 11 1 0 0 20 0 15 0 106109633 10914828288 7525 33554432000 4194304 4196468 140724938902784 140724938885328 140713719623415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
/proc/12343/statm: 2664753 7525 2817 1 0 2627263 0
[pid=12343/tid=12345] ppid=12340 vsize=10659012 memory=-8773748148830115202 CPUtime=0.09 cores=1,3,5,7
/proc/12343/task/12345/stat : 12345 (java) R 12340 12343 10029 0 -1 4202560 4433 0 0 0 8 1 0 0 20 0 15 0 106109633 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713723852816 140713703703902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12346] ppid=12340 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12346/stat : 12346 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109634 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713672243472 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12347] ppid=12340 vsize=10659012 memory=140029792409216 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12347/stat : 12347 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109634 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713671190928 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12348] ppid=12340 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12348/stat : 12348 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109634 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713670138384 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12349] ppid=12340 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12349/stat : 12349 (java) S 12340 12343 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106109634 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713669085840 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12350] ppid=12340 vsize=10659012 memory=140029792409216 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12350/stat : 12350 (java) S 12340 12343 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106109635 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713279285744 140713719634562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12351] ppid=12340 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12351/stat : 12351 (java) S 12340 12343 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106109636 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713278231968 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12352] ppid=12340 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12352/stat : 12352 (java) S 12340 12343 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106109636 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713277179376 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12353] ppid=12340 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12353/stat : 12353 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109638 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713276127952 140713719642011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12354] ppid=12340 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12354/stat : 12354 (java) S 12340 12343 10029 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 106109638 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713275074544 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12355] ppid=12340 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12355/stat : 12355 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109638 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713274022000 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12356] ppid=12340 vsize=10659012 memory=140029792409216 CPUtime=0.02 cores=1,3,5,7
/proc/12343/task/12356/stat : 12356 (java) S 12340 12343 10029 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 15 0 106109638 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713272969456 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12357] ppid=12340 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12357/stat : 12357 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109638 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713271917152 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12358] ppid=12340 vsize=10659012 memory=140029792409216 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12358/stat : 12358 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109639 10914828288 7525 33554432000 4194304 4196468 140724938902784 140713270864688 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30100 KiB

[startup+0.211781 s]*
/proc/loadavg: 2.05 2.24 2.44 3/217 12358
/proc/meminfo: memFree=26555616/32770624 swapFree=67028788/67108860
[pid=12343] ppid=12340 vsize=10659012 memory=41804 CPUtime=0.33 cores=1,3,5,7
/proc/12343/stat : 12343 (java) S 12340 12343 10029 0 -1 1077944320 8090 0 0 0 31 2 0 0 20 0 15 0 106109633 10914828288 10451 33554432000 4194304 4196468 140724938902784 140724938885328 140713719623415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
/proc/12343/statm: 2664753 10451 3001 1 0 2627263 0
[pid=12343/tid=12345] ppid=12340 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/12343/task/12345/stat : 12345 (java) R 12340 12343 10029 0 -1 4202560 5028 0 0 0 18 1 0 0 20 0 15 0 106109633 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713723857040 140713703703902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12346] ppid=12340 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12346/stat : 12346 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109634 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713672243472 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12347] ppid=12340 vsize=10659012 memory=288370405944120960 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12347/stat : 12347 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109634 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713671190928 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12348] ppid=12340 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12348/stat : 12348 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109634 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713670138384 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12349] ppid=12340 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12349/stat : 12349 (java) S 12340 12343 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106109634 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713669085840 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12350] ppid=12340 vsize=10659012 memory=140029792409216 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12350/stat : 12350 (java) S 12340 12343 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106109635 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713279285744 140713719634562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12351] ppid=12340 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12351/stat : 12351 (java) S 12340 12343 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106109636 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713278231968 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12352] ppid=12340 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12352/stat : 12352 (java) S 12340 12343 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106109636 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713277179376 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12353] ppid=12340 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12353/stat : 12353 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109638 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713276127952 140713719642011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12354] ppid=12340 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12343/task/12354/stat : 12354 (java) S 12340 12343 10029 0 -1 1077944384 786 0 0 0 2 0 0 0 20 0 15 0 106109638 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713275074544 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12355] ppid=12340 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12343/task/12355/stat : 12355 (java) S 12340 12343 10029 0 -1 1077944384 209 0 0 0 2 0 0 0 20 0 15 0 106109638 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713274022000 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12356] ppid=12340 vsize=10659012 memory=140029792409216 CPUtime=0.07 cores=1,3,5,7
/proc/12343/task/12356/stat : 12356 (java) R 12340 12343 10029 0 -1 4202560 703 0 0 0 7 0 0 0 20 0 15 0 106109638 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713272969456 140713703703902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12357] ppid=12340 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12357/stat : 12357 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109638 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713271917152 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12358] ppid=12340 vsize=10659012 memory=140029792409216 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12358/stat : 12358 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109639 10914828288 10451 33554432000 4194304 4196468 140724938902784 140713270864688 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41804 KiB

[startup+0.310556 s]*
/proc/loadavg: 2.05 2.24 2.44 4/217 12358
/proc/meminfo: memFree=26550220/32770624 swapFree=67028788/67108860
[pid=12343] ppid=12340 vsize=10659088 memory=47252 CPUtime=0.52 cores=1,3,5,7
/proc/12343/stat : 12343 (java) S 12340 12343 10029 0 -1 1077944320 9061 0 0 0 49 3 0 0 20 0 15 0 106109633 10914906112 11813 33554432000 4194304 4196468 140724938902784 140724938885328 140713719623415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
/proc/12343/statm: 2664772 11813 3056 1 0 2627263 0
[pid=12343/tid=12345] ppid=12340 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/12343/task/12345/stat : 12345 (java) R 12340 12343 10029 0 -1 4202560 5809 0 0 0 27 2 0 0 20 0 15 0 106109633 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713723857216 140713719635350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12346] ppid=12340 vsize=10659088 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12346/stat : 12346 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109634 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713672243472 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12347] ppid=12340 vsize=10659088 memory=288370405944120960 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12347/stat : 12347 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109634 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713671190928 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12348] ppid=12340 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12348/stat : 12348 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109634 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713670138384 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12349] ppid=12340 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12349/stat : 12349 (java) S 12340 12343 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106109634 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713669085840 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12350] ppid=12340 vsize=10659088 memory=140029792409216 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12350/stat : 12350 (java) S 12340 12343 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106109635 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713279285744 140713719634562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12351] ppid=12340 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12351/stat : 12351 (java) S 12340 12343 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106109636 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713278231968 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12352] ppid=12340 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12352/stat : 12352 (java) S 12340 12343 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106109636 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713277179376 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12353] ppid=12340 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12353/stat : 12353 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109638 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713276127952 140713719642011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12354] ppid=12340 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12343/task/12354/stat : 12354 (java) R 12340 12343 10029 0 -1 1077944384 802 0 0 0 4 0 0 0 20 0 15 0 106109638 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713275074544 140713719634562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12355] ppid=12340 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/12343/task/12355/stat : 12355 (java) R 12340 12343 10029 0 -1 4202560 319 0 0 0 4 0 0 0 20 0 15 0 106109638 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713274022000 140713700213261 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12356] ppid=12340 vsize=10659088 memory=140029792409216 CPUtime=0.12 cores=1,3,5,7
/proc/12343/task/12356/stat : 12356 (java) R 12340 12343 10029 0 -1 4202560 765 0 0 0 12 0 0 0 20 0 15 0 106109638 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713272969456 140713719635350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12357] ppid=12340 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12357/stat : 12357 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109638 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713271917152 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12358] ppid=12340 vsize=10659088 memory=140029792409216 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12358/stat : 12358 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109639 10914906112 11813 33554432000 4194304 4196468 140724938902784 140713270864688 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47252 KiB

[startup+0.700911 s]
/proc/loadavg: 2.05 2.24 2.44 6/217 12358
/proc/meminfo: memFree=26504552/32770624 swapFree=67028788/67108860
[pid=12343] ppid=12340 vsize=10659088 memory=225132 CPUtime=1.67 cores=1,3,5,7
/proc/12343/stat : 12343 (java) S 12340 12343 10029 0 -1 1077944320 11663 0 0 0 153 14 0 0 20 0 15 0 106109633 10914906112 56283 33554432000 4194304 4196468 140724938902784 140724938885328 140713719623415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
/proc/12343/statm: 2664772 56283 3100 1 0 2627263 0
[pid=12343/tid=12345] ppid=12340 vsize=10659088 memory=193072537289629 CPUtime=0.62 cores=1,3,5,7
/proc/12343/task/12345/stat : 12345 (java) S 12340 12343 10029 0 -1 1077944384 6034 0 0 0 58 4 0 0 20 0 15 0 106109633 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713723860272 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12346] ppid=12340 vsize=10659088 memory=616836 CPUtime=0.04 cores=1,3,5,7
/proc/12343/task/12346/stat : 12346 (java) R 12340 12343 10029 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 15 0 106109634 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713672243472 140713704651289 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12347] ppid=12340 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/12343/task/12347/stat : 12347 (java) R 12340 12343 10029 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 15 0 106109634 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713671190816 140713704651289 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12348] ppid=12340 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12343/task/12348/stat : 12348 (java) R 12340 12343 10029 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 15 0 106109634 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713670138384 140713704651289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12349] ppid=12340 vsize=10659088 memory=7809523229951467572 CPUtime=0.05 cores=1,3,5,7
/proc/12343/task/12349/stat : 12349 (java) R 12340 12343 10029 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 15 0 106109634 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713669085840 140713704651289 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12350] ppid=12340 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12350/stat : 12350 (java) S 12340 12343 10029 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 106109635 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713279284256 140713719633621 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12351] ppid=12340 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12351/stat : 12351 (java) S 12340 12343 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106109636 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713278231968 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12352] ppid=12340 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12352/stat : 12352 (java) S 12340 12343 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106109636 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713277179376 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12353] ppid=12340 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12353/stat : 12353 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109638 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713276127952 140713719642011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12354] ppid=12340 vsize=10659088 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/12343/task/12354/stat : 12354 (java) S 12340 12343 10029 0 -1 1077944384 1559 0 0 0 29 0 0 0 20 0 15 0 106109638 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713275074544 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12355] ppid=12340 vsize=10659088 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/12343/task/12355/stat : 12355 (java) S 12340 12343 10029 0 -1 1077944384 1087 0 0 0 30 0 0 0 20 0 15 0 106109638 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713274022000 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12356] ppid=12340 vsize=10659088 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/12343/task/12356/stat : 12356 (java) S 12340 12343 10029 0 -1 1077944384 1485 0 0 0 22 0 0 0 20 0 15 0 106109638 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713272969456 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12357] ppid=12340 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12357/stat : 12357 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106109638 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713271917152 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12358] ppid=12340 vsize=10659088 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12358/stat : 12358 (java) S 12340 12343 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106109639 10914906112 56283 33554432000 4194304 4196468 140724938902784 140713270864688 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 225132 KiB

[startup+1.50291 s]
/proc/loadavg: 2.12 2.25 2.45 6/217 12358
/proc/meminfo: memFree=26292060/32770624 swapFree=67028788/67108860
[pid=12343] ppid=12340 vsize=10659088 memory=565536 CPUtime=4.18 cores=1,3,5,7
/proc/12343/stat : 12343 (java) S 12340 12343 10029 0 -1 1077944320 17922 0 0 0 388 30 0 0 20 0 15 0 106109633 10914906112 141384 33554432000 4194304 4196468 140724938902784 140724938885328 140713719623415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
/proc/12343/statm: 2664772 141384 3144 1 0 2627263 0
[pid=12343/tid=12345] ppid=12340 vsize=10659088 memory=9169 CPUtime=1.16 cores=1,3,5,7
/proc/12343/task/12345/stat : 12345 (java) S 12340 12343 10029 0 -1 1077944384 6123 0 0 0 110 6 0 0 20 0 15 0 106109633 10914906112 141384 33554432000 4194304 4196468 140724938902784 140713723857344 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12346] ppid=12340 vsize=10659088 memory=6791534058613427641 CPUtime=0.22 cores=1,3,5,7
/proc/12343/task/12346/stat : 12346 (java) R 12340 12343 10029 0 -1 4202560 324 0 0 0 18 4 0 0 20 0 15 0 106109634 10914906112 141384 33554432000 4194304 4196468 140724938902784 140713672243672 140713704651289 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12347] ppid=12340 vsize=10659088 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/12343/task/12347/stat : 12347 (java) R 12340 12343 10029 0 -1 4202560 301 0 0 0 23 6 0 0 20 0 15 0 106109634 10914906112 141384 33554432000 4194304 4196468 140724938902784 140713671191128 140713704651289 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12348] ppid=12340 vsize=10659088 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/12343/task/12348/stat : 12348 (java) R 12340 12343 10029 0 -1 4202560 183 0 0 0 21 5 0 0 20 0 15 0 106109634 10914906112 141384 33554432000 4194304 4196468 140724938902784 140713670138584 140713704651280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12349] ppid=12340 vsize=10659088 memory=6943526294502006880 CPUtime=0.26 cores=1,3,5,7
/proc/12343/task/12349/stat : 12349 (java) R 12340 12343 10029 0 -1 4202560 183 0 0 0 21 5 0 0 20 0 15 0 106109634 10914906112 141384 33554432000 4194304 4196468 140724938902784 140713669085728 140713704651280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12350] ppid=12340 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12350/stat : 12350 (java) S 12340 12343 10029 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 106109635 10914906112 141384 33554432000 4194304 4196468 140724938902784 140713279284256 140713719633621 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0

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

Current children cumulated memory: 1466108 KiB

[startup+40.0007 s]*
/proc/loadavg: 2.05 2.22 2.43 3/218 12359
/proc/meminfo: memFree=25106696/32770624 swapFree=67028788/67108860
[pid=12343] ppid=12340 vsize=10727700 memory=1466108 CPUtime=48.9 cores=1,3,5,7
/proc/12343/stat : 12343 (java) S 12340 12343 10029 0 -1 1077944320 47921 0 0 0 4809 81 0 0 20 0 16 0 106109633 10985164800 366527 33554432000 4194304 4196468 140724938902784 140724938885328 140713719623415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
/proc/12343/statm: 2681925 366527 3191 1 0 2644416 0
[pid=12343/tid=12345] ppid=12340 vsize=10727700 memory=2812 CPUtime=37.97 cores=1,3,5,7
/proc/12343/task/12345/stat : 12345 (java) R 12340 12343 10029 0 -1 4202560 13316 0 0 0 3786 11 0 0 20 0 16 0 106109633 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713723854992 140713351215446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12346] ppid=12340 vsize=10727700 memory=4872558044660077418 CPUtime=1.4 cores=1,3,5,7
/proc/12343/task/12346/stat : 12346 (java) S 12340 12343 10029 0 -1 1077944384 1605 0 0 0 126 14 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713672243472 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12347] ppid=12340 vsize=10727700 memory=1466108 CPUtime=1.49 cores=1,3,5,7
/proc/12343/task/12347/stat : 12347 (java) S 12340 12343 10029 0 -1 1077944384 1231 0 0 0 132 17 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713671190928 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12348] ppid=12340 vsize=10727700 memory=1466108 CPUtime=1.44 cores=1,3,5,7
/proc/12343/task/12348/stat : 12348 (java) S 12340 12343 10029 0 -1 1077944384 1848 0 0 0 129 15 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713670138384 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12349] ppid=12340 vsize=10727700 memory=1466108 CPUtime=1.46 cores=1,3,5,7
/proc/12343/task/12349/stat : 12349 (java) S 12340 12343 10029 0 -1 1077944384 1841 0 0 0 131 15 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713669085840 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12350] ppid=12340 vsize=10727700 memory=303 CPUtime=0.49 cores=1,3,5,7
/proc/12343/task/12350/stat : 12350 (java) S 12340 12343 10029 0 -1 1077944384 1879 0 0 0 49 0 0 0 20 0 16 0 106109635 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713279285744 140713719634562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12351] ppid=12340 vsize=10727700 memory=13852953979127113 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12351/stat : 12351 (java) S 12340 12343 10029 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 106109636 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713278232032 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12352] ppid=12340 vsize=10727700 memory=140029691898614 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12352/stat : 12352 (java) S 12340 12343 10029 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106109636 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713277179392 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12353] ppid=12340 vsize=10727700 memory=280059382994112 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12353/stat : 12353 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713276127952 140713719642011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12354] ppid=12340 vsize=10727700 memory=-7025994870846939764 CPUtime=2.09 cores=1,3,5,7
/proc/12343/task/12354/stat : 12354 (java) S 12340 12343 10029 0 -1 1077944384 11021 0 0 0 207 2 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713275074544 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12355] ppid=12340 vsize=10727700 memory=17860 CPUtime=2.01 cores=1,3,5,7
/proc/12343/task/12355/stat : 12355 (java) S 12340 12343 10029 0 -1 1077944384 10016 0 0 0 200 1 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713274022000 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12356] ppid=12340 vsize=10727700 memory=7011348500221410642 CPUtime=0.44 cores=1,3,5,7
/proc/12343/task/12356/stat : 12356 (java) S 12340 12343 10029 0 -1 1077944384 3088 0 0 0 44 0 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713272969456 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12357] ppid=12340 vsize=10727700 memory=-6511747116046298254 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12357/stat : 12357 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713271917152 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12358] ppid=12340 vsize=10727700 memory=-3472574513799858007 CPUtime=0.02 cores=1,3,5,7
/proc/12343/task/12358/stat : 12358 (java) S 12340 12343 10029 0 -1 1077944384 690 0 0 0 1 1 0 0 20 0 16 0 106109639 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713270864688 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12359] ppid=12340 vsize=10727700 memory=-3395018516360285983 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12359/stat : 12359 (java) S 12340 12343 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106109972 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713269810480 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
Current children cumulated CPU time: 48.9 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1466108 KiB

[startup+40.8007 s]
/proc/loadavg: 2.05 2.22 2.43 3/218 12359
/proc/meminfo: memFree=25106696/32770624 swapFree=67028788/67108860
[pid=12343] ppid=12340 vsize=10727700 memory=1466108 CPUtime=49.69 cores=1,3,5,7
/proc/12343/stat : 12343 (java) S 12340 12343 10029 0 -1 1077944320 49056 0 0 0 4888 81 0 0 20 0 16 0 106109633 10985164800 366527 33554432000 4194304 4196468 140724938902784 140724938885328 140713719623415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
/proc/12343/statm: 2681925 366527 3191 1 0 2644416 0
[pid=12343/tid=12345] ppid=12340 vsize=10727700 memory=288230613264367967 CPUtime=38.76 cores=1,3,5,7
/proc/12343/task/12345/stat : 12345 (java) R 12340 12343 10029 0 -1 4202560 14260 0 0 0 3865 11 0 0 20 0 16 0 106109633 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713723854992 140713350746714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12346] ppid=12340 vsize=10727700 memory=6944656591801720471 CPUtime=1.4 cores=1,3,5,7
/proc/12343/task/12346/stat : 12346 (java) S 12340 12343 10029 0 -1 1077944384 1605 0 0 0 126 14 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713672243472 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12347] ppid=12340 vsize=10727700 memory=6791534058613427641 CPUtime=1.49 cores=1,3,5,7
/proc/12343/task/12347/stat : 12347 (java) S 12340 12343 10029 0 -1 1077944384 1231 0 0 0 132 17 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713671190928 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12348] ppid=12340 vsize=10727700 memory=288230621803970871 CPUtime=1.44 cores=1,3,5,7
/proc/12343/task/12348/stat : 12348 (java) S 12340 12343 10029 0 -1 1077944384 1848 0 0 0 129 15 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713670138384 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12349] ppid=12340 vsize=10727700 memory=14412609709410693 CPUtime=1.46 cores=1,3,5,7
/proc/12343/task/12349/stat : 12349 (java) S 12340 12343 10029 0 -1 1077944384 1841 0 0 0 131 15 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713669085840 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12350] ppid=12340 vsize=10727700 memory=776 CPUtime=0.49 cores=1,3,5,7
/proc/12343/task/12350/stat : 12350 (java) S 12340 12343 10029 0 -1 1077944384 1879 0 0 0 49 0 0 0 20 0 16 0 106109635 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713279285744 140713719634562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12351] ppid=12340 vsize=10727700 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12351/stat : 12351 (java) S 12340 12343 10029 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 106109636 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713278232032 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12352] ppid=12340 vsize=10727700 memory=1664 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12352/stat : 12352 (java) S 12340 12343 10029 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106109636 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713277179392 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12353] ppid=12340 vsize=10727700 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12353/stat : 12353 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713276127952 140713719642011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12354] ppid=12340 vsize=10727700 memory=800 CPUtime=2.09 cores=1,3,5,7
/proc/12343/task/12354/stat : 12354 (java) S 12340 12343 10029 0 -1 1077944384 11024 0 0 0 207 2 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713275074544 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12355] ppid=12340 vsize=10727700 memory=5220 CPUtime=2.01 cores=1,3,5,7
/proc/12343/task/12355/stat : 12355 (java) S 12340 12343 10029 0 -1 1077944384 10019 0 0 0 200 1 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713274022000 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12356] ppid=12340 vsize=10727700 memory=1828 CPUtime=0.44 cores=1,3,5,7
/proc/12343/task/12356/stat : 12356 (java) S 12340 12343 10029 0 -1 1077944384 3221 0 0 0 44 0 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713272969456 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12357] ppid=12340 vsize=10727700 memory=800 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12357/stat : 12357 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713271917152 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12358] ppid=12340 vsize=10727700 memory=5220 CPUtime=0.02 cores=1,3,5,7
/proc/12343/task/12358/stat : 12358 (java) S 12340 12343 10029 0 -1 1077944384 742 0 0 0 1 1 0 0 20 0 16 0 106109639 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713270864688 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12359] ppid=12340 vsize=10727700 memory=12772 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12359/stat : 12359 (java) S 12340 12343 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106109972 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713269810480 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
Current children cumulated CPU time: 49.69 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1466108 KiB

[startup+41.2007 s]
/proc/loadavg: 2.05 2.22 2.43 3/218 12359
/proc/meminfo: memFree=25106696/32770624 swapFree=67028788/67108860
[pid=12343] ppid=12340 vsize=10727700 memory=1466108 CPUtime=50.09 cores=1,3,5,7
/proc/12343/stat : 12343 (java) S 12340 12343 10029 0 -1 1077944320 49065 0 0 0 4928 81 0 0 20 0 16 0 106109633 10985164800 366527 33554432000 4194304 4196468 140724938902784 140724938885328 140713719623415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
/proc/12343/statm: 2681925 366527 3191 1 0 2644416 0
[pid=12343/tid=12345] ppid=12340 vsize=10727700 memory=6944652177228980320 CPUtime=39.16 cores=1,3,5,7
/proc/12343/task/12345/stat : 12345 (java) R 12340 12343 10029 0 -1 4202560 14265 0 0 0 3905 11 0 0 20 0 16 0 106109633 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713723854992 140713350746714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12346] ppid=12340 vsize=10727700 memory=4206186544037388384 CPUtime=1.4 cores=1,3,5,7
/proc/12343/task/12346/stat : 12346 (java) S 12340 12343 10029 0 -1 1077944384 1605 0 0 0 126 14 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713672243472 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12347] ppid=12340 vsize=10727700 memory=6943526294502006880 CPUtime=1.49 cores=1,3,5,7
/proc/12343/task/12347/stat : 12347 (java) S 12340 12343 10029 0 -1 1077944384 1231 0 0 0 132 17 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713671190928 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12348] ppid=12340 vsize=10727700 memory=6944656592455359580 CPUtime=1.44 cores=1,3,5,7
/proc/12343/task/12348/stat : 12348 (java) S 12340 12343 10029 0 -1 1077944384 1848 0 0 0 129 15 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713670138384 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12349] ppid=12340 vsize=10727700 memory=175 CPUtime=1.46 cores=1,3,5,7
/proc/12343/task/12349/stat : 12349 (java) S 12340 12343 10029 0 -1 1077944384 1841 0 0 0 131 15 0 0 20 0 16 0 106109634 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713669085840 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12350] ppid=12340 vsize=10727700 memory=117 CPUtime=0.49 cores=1,3,5,7
/proc/12343/task/12350/stat : 12350 (java) S 12340 12343 10029 0 -1 1077944384 1883 0 0 0 49 0 0 0 20 0 16 0 106109635 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713279285744 140713719634562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12351] ppid=12340 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12351/stat : 12351 (java) S 12340 12343 10029 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 106109636 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713278232032 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12352] ppid=12340 vsize=10727700 memory=182 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12352/stat : 12352 (java) S 12340 12343 10029 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106109636 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713277179392 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12353] ppid=12340 vsize=10727700 memory=12114 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12353/stat : 12353 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713276127952 140713719642011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12354] ppid=12340 vsize=10727700 memory=0 CPUtime=2.09 cores=1,3,5,7
/proc/12343/task/12354/stat : 12354 (java) S 12340 12343 10029 0 -1 1077944384 11024 0 0 0 207 2 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713275074544 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12355] ppid=12340 vsize=10727700 memory=67 CPUtime=2.01 cores=1,3,5,7
/proc/12343/task/12355/stat : 12355 (java) S 12340 12343 10029 0 -1 1077944384 10019 0 0 0 200 1 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713274022000 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12356] ppid=12340 vsize=10727700 memory=4789 CPUtime=0.44 cores=1,3,5,7
/proc/12343/task/12356/stat : 12356 (java) S 12340 12343 10029 0 -1 1077944384 3221 0 0 0 44 0 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713272969456 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12357] ppid=12340 vsize=10727700 memory=3697 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12357/stat : 12357 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106109638 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713271917152 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12358] ppid=12340 vsize=10727700 memory=140 CPUtime=0.02 cores=1,3,5,7
/proc/12343/task/12358/stat : 12358 (java) S 12340 12343 10029 0 -1 1077944384 742 0 0 0 1 1 0 0 20 0 16 0 106109639 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713270864688 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12359] ppid=12340 vsize=10727700 memory=149 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12359/stat : 12359 (java) S 12340 12343 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106109972 10985164800 366527 33554432000 4194304 4196468 140724938902784 140713269810480 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
Current children cumulated CPU time: 50.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1466108 KiB

[startup+41.6007 s]
/proc/loadavg: 2.05 2.22 2.43 3/218 12359
/proc/meminfo: memFree=25106696/32770624 swapFree=67028788/67108860
[pid=12343] ppid=12340 vsize=10860828 memory=1466208 CPUtime=50.35 cores=1,3,5,7
/proc/12343/stat : 12343 (java) S 12340 12343 10029 0 -1 1077944320 49911 0 0 0 4954 81 0 0 20 0 16 0 106109633 11121487872 366552 33554432000 4194304 4196468 140724938902784 140724938885328 140713719623415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
/proc/12343/statm: 2715207 366552 3193 1 0 2677698 0
[pid=12343/tid=12345] ppid=12340 vsize=10860828 memory=6791534058613427641 CPUtime=39.41 cores=1,3,5,7
/proc/12343/task/12345/stat : 12345 (java) S 12340 12343 10029 0 -1 1077944384 14765 0 0 0 3930 11 0 0 20 0 16 0 106109633 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713723864096 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12346] ppid=12340 vsize=10860828 memory=1332 CPUtime=1.4 cores=1,3,5,7
/proc/12343/task/12346/stat : 12346 (java) S 12340 12343 10029 0 -1 1077944384 1605 0 0 0 126 14 0 0 20 0 16 0 106109634 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713672243472 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12347] ppid=12340 vsize=10860828 memory=1508 CPUtime=1.49 cores=1,3,5,7
/proc/12343/task/12347/stat : 12347 (java) S 12340 12343 10029 0 -1 1077944384 1231 0 0 0 132 17 0 0 20 0 16 0 106109634 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713671190928 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12348] ppid=12340 vsize=10860828 memory=3328 CPUtime=1.44 cores=1,3,5,7
/proc/12343/task/12348/stat : 12348 (java) S 12340 12343 10029 0 -1 1077944384 1848 0 0 0 129 15 0 0 20 0 16 0 106109634 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713670138384 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12349] ppid=12340 vsize=10860828 memory=3008 CPUtime=1.46 cores=1,3,5,7
/proc/12343/task/12349/stat : 12349 (java) S 12340 12343 10029 0 -1 1077944384 1841 0 0 0 131 15 0 0 20 0 16 0 106109634 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713669085840 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12350] ppid=12340 vsize=10860828 memory=1394424 CPUtime=0.49 cores=1,3,5,7
/proc/12343/task/12350/stat : 12350 (java) S 12340 12343 10029 0 -1 1077944384 1883 0 0 0 49 0 0 0 20 0 16 0 106109635 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713279285744 140713719634562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12351] ppid=12340 vsize=10860828 memory=7316803075424543371 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12351/stat : 12351 (java) S 12340 12343 10029 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 106109636 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713278232032 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12352] ppid=12340 vsize=10860828 memory=-8823246064971903881 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12352/stat : 12352 (java) S 12340 12343 10029 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106109636 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713277179392 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12353] ppid=12340 vsize=10860828 memory=7956010499115057218 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12353/stat : 12353 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106109638 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713276127952 140713719642011 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12354] ppid=12340 vsize=10860828 memory=6944656592455359580 CPUtime=2.09 cores=1,3,5,7
/proc/12343/task/12354/stat : 12354 (java) S 12340 12343 10029 0 -1 1077944384 11073 0 0 0 207 2 0 0 20 0 16 0 106109638 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713275074544 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12355] ppid=12340 vsize=10860828 memory=0 CPUtime=2.02 cores=1,3,5,7
/proc/12343/task/12355/stat : 12355 (java) S 12340 12343 10029 0 -1 1077944384 10120 0 0 0 201 1 0 0 20 0 16 0 106109638 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713274022000 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12356] ppid=12340 vsize=10860828 memory=6655300316396806240 CPUtime=0.44 cores=1,3,5,7
/proc/12343/task/12356/stat : 12356 (java) S 12340 12343 10029 0 -1 1077944384 3279 0 0 0 44 0 0 0 20 0 16 0 106109638 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713272969456 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12357] ppid=12340 vsize=10860828 memory=-8316900901535099443 CPUtime=0 cores=1,3,5,7
/proc/12343/task/12357/stat : 12357 (java) S 12340 12343 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106109638 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713271917152 140713719633621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
[pid=12343/tid=12358] ppid=12340 vsize=10860828 memory=5864906529897201764 CPUtime=0.02 cores=1,3,5,7
/proc/12343/task/12358/stat : 12358 (java) S 12340 12343 10029 0 -1 1077944384 742 0 0 0 1 1 0 0 20 0 16 0 106109639 11121487872 366552 33554432000 4194304 4196468 140724938902784 140713270864688 140713719634562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15011840 140724938904694 140724938904846 140724938904846 140724938907599 0
Current children cumulated CPU time: 50.35 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 1466208 KiB

Child status: 0
Real time (s): 41.6625
CPU time (s): 50.3681
CPU user time (s): 49.5434
CPU system time (s): 0.824704
CPU usage (%): 120.896
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 1466208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.5434
system time used= 0.824704
maximum resident set size= 1466432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50533
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3524
involuntary context switches= 124


# summary of solver processes directly reported to runsolver:
#   pid: 12343
#   total CPU time (s): 50.3681
#   total CPU user time (s): 49.5434
#   total CPU system time (s): 0.824704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.202062 second user time and 0.524813 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:31:05
IDJOB=4301895
IDBENCH=141465
IDSOLVER=2773
FILE ID=node102/4301895-1532885465
RUNJOBID= node102-1532883454-10061
PBS_JOBID= 21022526
Free space on /tmp= 52976 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-4301895-1532885465/watcher-4301895-1532885465 -o /tmp/evaluation-result-4301895-1532885465/solver-4301895-1532885465 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301895-1532885465.xml

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

MD5SUM BENCH= a355aea041a776e2482d6f32cb7a537a
RANDOM SEED=565032165

node102.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.51
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
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.51
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.51
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:        26586236 kB
MemAvailable:   31759992 kB
Buffers:          230788 kB
Cached:          5187348 kB
SwapCached:        53064 kB
Active:          1340708 kB
Inactive:        4321400 kB
Active(anon):     170044 kB
Inactive(anon):    99168 kB
Active(file):    1170664 kB
Inactive(file):  4222232 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028788 kB
Dirty:              2340 kB
Writeback:             0 kB
AnonPages:        198180 kB
Mapped:            49500 kB
Shmem:             22552 kB
Slab:             222208 kB
SReclaimable:     193388 kB
SUnreclaim:        28820 kB
KernelStack:        3552 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1181304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52976 MiB
End job on node102 at 2018-07-29 19:31:46