Trace number 4289854

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11OPT47 42.2645 34.1392

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

8.80/3.13	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
8.80/3.13	c This is free software under the dual EPL/GNU LGPL licenses.
8.80/3.13	c See www.sat4j.org for details.
8.80/3.13	c That software uses the Rhino library from the Mozilla project.
8.80/3.13	c version 2.3.6-SNAPSHOT
8.80/3.13	c java.runtime.name	Java(TM) SE Runtime Environment
8.80/3.13	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
8.80/3.13	c java.vm.version	25.131-b11
8.80/3.13	c java.vm.vendor	Oracle Corporation
8.80/3.13	c sun.arch.data.model	64
8.80/3.13	c java.version		1.8.0_131
8.80/3.13	c os.name		Linux
8.80/3.13	c os.version		3.10.0-514.16.1.el7.x86_64
8.80/3.13	c os.arch		amd64
8.80/3.13	c Free memory 		499604488
8.80/3.13	c Max memory 		7247757312
8.80/3.13	c Total memory 		504889344
8.80/3.13	c Number of processors 	4
8.80/3.13	c c --- Begin Solver configuration ---
8.80/3.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
8.80/3.13	c Learn all clauses as in MiniSAT
8.80/3.13	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
8.80/3.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
8.80/3.13	c No reason simplification
8.80/3.13	c Glucose 2.1 dynamic restart strategy
8.80/3.13	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.80/3.13	c timeout=2147483s
8.80/3.13	c DB Simplification allowed=false
8.80/3.13	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
8.80/3.13	c --- End Solver configuration ---
8.80/3.13	c constraints type 
8.80/3.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 62
8.80/3.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1935981
8.80/3.13	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
8.80/3.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1002866
8.80/3.13	c org.sat4j.specs.Constr$1 => 1
8.80/3.13	c org.sat4j.minisat.constraints.cnf.UnitClause => 1286
8.80/3.13	c 2940197 constraints processed.
10.73/4.27	o 140
11.83/5.06	o 138
12.41/5.55	o 137
13.30/6.32	o 136
13.71/6.80	o 125
14.63/7.68	o 124
15.76/8.66	o 123
16.31/9.17	o 122
17.23/9.91	o 121
18.13/10.52	o 120
19.59/11.95	o 119
20.49/12.77	o 118
20.99/13.25	o 116
21.60/13.85	o 114
22.30/14.56	o 113
22.91/15.19	o 112
23.51/15.70	o 111
24.11/16.30	o 110
24.44/16.70	o 109
25.04/17.28	o 108
25.44/17.68	o 107
26.14/18.29	o 106
26.54/18.67	o 102
27.93/19.89	o 100
28.53/20.49	o 99
29.24/21.11	o 96
30.54/22.47	o 84
32.34/24.21	o 83
32.94/24.88	o 82
33.44/25.30	o 80
33.97/25.86	o 76
34.57/26.45	o 70
35.77/27.64	o 69
36.37/28.22	o 68
36.97/28.89	o 67
37.96/29.82	o 66
38.88/30.65	o 65
39.78/31.59	o 64
40.50/32.21	o 63
41.10/32.86	o 49
42.00/33.77	o 47
42.24/34.12	c starts		: 316
42.24/34.12	c conflicts		: 50989
42.24/34.12	c decisions		: 37506540
42.24/34.12	c propagations		: 101380352
42.24/34.12	c inspects		: 177328266
42.24/34.12	c shortcuts		: 0
42.24/34.12	c learnt literals	: 607
42.24/34.12	c learnt binary clauses	: 5578
42.24/34.12	c learnt ternary clauses	: 372
42.24/34.12	c learnt constraints	: 50381
42.24/34.12	c ignored constraints	: 0
42.24/34.12	c root simplifications	: 0
42.24/34.12	c removed literals (reason simplification)	: 0
42.24/34.12	c reason swapping (by a shorter reason)	: 0
42.24/34.12	c Calls to reduceDB	: 6
42.24/34.12	c Number of update (reduction) of LBD	: 47752
42.24/34.12	c Imported unit clauses	: 0
42.24/34.12	c number of reductions to clauses (during analyze)	: 0
42.24/34.12	c number of learned constraints concerned by reduction	: 0
42.24/34.12	c number of learning phase by resolution	: 0
42.24/34.12	c number of learning phase by cutting planes	: 0
42.24/34.12	c number of rounding to 1 operations	: 0
42.24/34.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
42.24/34.12	c number of reductions of the coefficients by power 2 	: 0
42.24/34.12	c number of right shift for reduction by power 2 	: 0
42.24/34.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
42.24/34.12	c number of ending skipping 	: 0
42.24/34.12	c number of internal skipping 	: 0
42.24/34.12	c number of derivation steps 	: 0
42.24/34.12	c number of skipped derivation steps 	: 0
42.24/34.12	c number of remaining unassigned 	: 0
42.24/34.12	c number of remaining assigned 	: 0
42.24/34.12	c speed (assignments/second)	: 3277629.303934564
42.24/34.12	c non guided choices	: 35583244
42.24/34.12	s OPTIMUM FOUND
42.24/34.12	v <instantiation type="optimum" cost="47">
42.24/34.12	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>
42.24/34.12	v 	<values> 0 6 0 0 1 9 1 9 5 21 13 11 25 14 12 28 21 19 19 7 29 36 26 23 38 43 27 28 45 45 37 47 </values>
42.24/34.12	v </instantiation>
42.24/34.12	

Verifier Data

OK	47

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289854-1532219747/watcher-4289854-1532219747 -o /tmp/evaluation-result-4289854-1532219747/solver-4289854-1532219747 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27715 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289854-1532219747.xml 

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

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=29391, runsolver pid=29388
Current StackSize limit: 8192 KiB


[startup+0.101447 s]*
/proc/loadavg: 1.99 2.04 2.10 2/216 29406
/proc/meminfo: memFree=24736080/32770624 swapFree=67108852/67108860
[pid=29391] ppid=29388 vsize=10659012 memory=30688 CPUtime=0.12 cores=1,3,5,7
/proc/29391/stat : 29391 (java) S 29388 29391 24602 0 -1 1077944320 6726 0 0 0 11 1 0 0 20 0 15 0 39537857 10914828288 7672 33554432000 4194304 4196468 140733145419840 140733145402384 140234113322743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
/proc/29391/statm: 2664753 7672 2841 1 0 2627263 0
[pid=29391/tid=29393] ppid=29388 vsize=10659012 memory=-8773748148830243965 CPUtime=0.08 cores=1,3,5,7
/proc/29391/task/29393/stat : 29393 (java) R 29388 29391 24602 0 -1 4202560 4567 0 0 0 8 0 0 0 20 0 15 0 39537857 10914828288 7672 33554432000 4194304 4196468 140733145419840 140234117544512 140234093967410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29394] ppid=29388 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29394/stat : 29394 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537858 10914828288 7672 33554432000 4194304 4196468 140733145419840 140234039396624 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29395] ppid=29388 vsize=10659012 memory=140587726993024 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29395/stat : 29395 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537858 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233718884752 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29396] ppid=29388 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29396/stat : 29396 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537858 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233717832208 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29397] ppid=29388 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29397/stat : 29397 (java) S 29388 29391 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39537858 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233716779664 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29398] ppid=29388 vsize=10659012 memory=140587726993024 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29398/stat : 29398 (java) S 29388 29391 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39537860 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233149446640 140234113333890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29399] ppid=29388 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29399/stat : 29399 (java) S 29388 29391 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39537860 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233148392864 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29400] ppid=29388 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29400/stat : 29400 (java) S 29388 29391 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39537860 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233147340272 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29401] ppid=29388 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29401/stat : 29401 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39537863 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233146288848 140234113341339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29402] ppid=29388 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29402/stat : 29402 (java) S 29388 29391 24602 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 39537863 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233145235440 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29403] ppid=29388 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29403/stat : 29403 (java) S 29388 29391 24602 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 15 0 39537863 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233144182896 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29404] ppid=29388 vsize=10659012 memory=140587726993024 CPUtime=0.02 cores=1,3,5,7
/proc/29391/task/29404/stat : 29404 (java) R 29388 29391 24602 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 39537863 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233143130352 140234092457241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29405] ppid=29388 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29405/stat : 29405 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39537863 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233142078048 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29406] ppid=29388 vsize=10659012 memory=140587726993024 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29406/stat : 29406 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537863 10914828288 7672 33554432000 4194304 4196468 140733145419840 140233141025584 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30688 KiB

[startup+0.210336 s]*
/proc/loadavg: 1.99 2.04 2.10 5/216 29406
/proc/meminfo: memFree=24725824/32770624 swapFree=67108852/67108860
[pid=29391] ppid=29388 vsize=10659012 memory=41884 CPUtime=0.31 cores=1,3,5,7
/proc/29391/stat : 29391 (java) S 29388 29391 24602 0 -1 1077944320 8065 0 0 0 30 1 0 0 20 0 15 0 39537857 10914828288 10471 33554432000 4194304 4196468 140733145419840 140733145402384 140234113322743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
/proc/29391/statm: 2664753 10471 3008 1 0 2627263 0
[pid=29391/tid=29393] ppid=29388 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29391/task/29393/stat : 29393 (java) R 29388 29391 24602 0 -1 4202560 5015 0 0 0 19 1 0 0 20 0 15 0 39537857 10914828288 10471 33554432000 4194304 4196468 140733145419840 140234117547600 140234097366373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29394] ppid=29388 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29394/stat : 29394 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537858 10914828288 10471 33554432000 4194304 4196468 140733145419840 140234039396624 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29395] ppid=29388 vsize=10659012 memory=140587727203069 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29395/stat : 29395 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537858 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233718884752 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29396] ppid=29388 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29396/stat : 29396 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537858 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233717832208 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29397] ppid=29388 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29397/stat : 29397 (java) S 29388 29391 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39537858 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233716779664 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29398] ppid=29388 vsize=10659012 memory=140587726993024 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29398/stat : 29398 (java) S 29388 29391 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39537860 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233149446640 140234113333890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29399] ppid=29388 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29399/stat : 29399 (java) S 29388 29391 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39537860 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233148392864 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29400] ppid=29388 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29400/stat : 29400 (java) S 29388 29391 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39537860 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233147340272 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29401] ppid=29388 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29401/stat : 29401 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39537863 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233146288848 140234113341339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29402] ppid=29388 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29391/task/29402/stat : 29402 (java) S 29388 29391 24602 0 -1 1077944384 551 0 0 0 1 0 0 0 20 0 15 0 39537863 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233145235440 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29403] ppid=29388 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29391/task/29403/stat : 29403 (java) S 29388 29391 24602 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 15 0 39537863 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233144182896 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29404] ppid=29388 vsize=10659012 memory=140587726993024 CPUtime=0.07 cores=1,3,5,7
/proc/29391/task/29404/stat : 29404 (java) R 29388 29391 24602 0 -1 4202560 633 0 0 0 7 0 0 0 20 0 15 0 39537863 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233143130352 140234091907265 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29405] ppid=29388 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29405/stat : 29405 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39537863 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233142078048 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29406] ppid=29388 vsize=10659012 memory=140587726993024 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29406/stat : 29406 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537863 10914828288 10471 33554432000 4194304 4196468 140733145419840 140233141025584 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41884 KiB

[startup+0.310478 s]*
/proc/loadavg: 1.99 2.04 2.10 4/216 29406
/proc/meminfo: memFree=24718256/32770624 swapFree=67108852/67108860
[pid=29391] ppid=29388 vsize=10659088 memory=47228 CPUtime=0.5 cores=1,3,5,7
/proc/29391/stat : 29391 (java) S 29388 29391 24602 0 -1 1077944320 9033 0 0 0 48 2 0 0 20 0 15 0 39537857 10914906112 11807 33554432000 4194304 4196468 140733145419840 140733145402384 140234113322743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
/proc/29391/statm: 2664772 11807 3059 1 0 2627263 0
[pid=29391/tid=29393] ppid=29388 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/29391/task/29393/stat : 29393 (java) S 29388 29391 24602 0 -1 1077944384 5801 0 0 0 28 1 0 0 20 0 15 0 39537857 10914906112 11807 33554432000 4194304 4196468 140733145419840 140234117558832 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29394] ppid=29388 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29394/stat : 29394 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537858 10914906112 11807 33554432000 4194304 4196468 140733145419840 140234039396624 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29395] ppid=29388 vsize=10659088 memory=140587727178883 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29395/stat : 29395 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537858 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233718884752 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29396] ppid=29388 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29396/stat : 29396 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537858 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233717832208 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29397] ppid=29388 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29397/stat : 29397 (java) S 29388 29391 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39537858 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233716779664 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29398] ppid=29388 vsize=10659088 memory=140587726993024 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29398/stat : 29398 (java) S 29388 29391 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39537860 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233149446640 140234113333890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29399] ppid=29388 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29399/stat : 29399 (java) S 29388 29391 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39537860 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233148392864 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29400] ppid=29388 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29400/stat : 29400 (java) S 29388 29391 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39537860 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233147340272 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29401] ppid=29388 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29401/stat : 29401 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39537863 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233146288848 140234113341339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29402] ppid=29388 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/29391/task/29402/stat : 29402 (java) S 29388 29391 24602 0 -1 1077944384 651 0 0 0 3 0 0 0 20 0 15 0 39537863 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233145235440 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29403] ppid=29388 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29391/task/29403/stat : 29403 (java) S 29388 29391 24602 0 -1 1077944384 532 0 0 0 4 0 0 0 20 0 15 0 39537863 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233144182896 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29404] ppid=29388 vsize=10659088 memory=140587726993024 CPUtime=0.11 cores=1,3,5,7
/proc/29391/task/29404/stat : 29404 (java) R 29388 29391 24602 0 -1 4202560 684 0 0 0 11 0 0 0 20 0 15 0 39537863 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233143130352 140234113334678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29405] ppid=29388 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29405/stat : 29405 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39537863 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233142078048 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29406] ppid=29388 vsize=10659088 memory=140587726993024 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29406/stat : 29406 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537863 10914906112 11807 33554432000 4194304 4196468 140733145419840 140233141025584 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47228 KiB

[startup+0.700839 s]
/proc/loadavg: 2.15 2.07 2.11 5/216 29406
/proc/meminfo: memFree=24675692/32770624 swapFree=67108852/67108860
[pid=29391] ppid=29388 vsize=10659088 memory=225508 CPUtime=1.62 cores=1,3,5,7
/proc/29391/stat : 29391 (java) S 29388 29391 24602 0 -1 1077944320 11741 0 0 0 150 12 0 0 20 0 15 0 39537857 10914906112 56377 33554432000 4194304 4196468 140733145419840 140733145402384 140234113322743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
/proc/29391/statm: 2664772 56377 3100 1 0 2627263 0
[pid=29391/tid=29393] ppid=29388 vsize=10659088 memory=1732 CPUtime=0.62 cores=1,3,5,7
/proc/29391/task/29393/stat : 29393 (java) S 29388 29391 24602 0 -1 1077944384 6053 0 0 0 59 3 0 0 20 0 15 0 39537857 10914906112 56377 33554432000 4194304 4196468 140733145419840 140234117559664 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29394] ppid=29388 vsize=10659088 memory=1704 CPUtime=0.04 cores=1,3,5,7
/proc/29391/task/29394/stat : 29394 (java) R 29388 29391 24602 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 15 0 39537858 10914906112 56377 33554432000 4194304 4196468 140733145419840 140234039396624 140234098349829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29395] ppid=29388 vsize=10659088 memory=796 CPUtime=0.04 cores=1,3,5,7
/proc/29391/task/29395/stat : 29395 (java) R 29388 29391 24602 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 15 0 39537858 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233718884640 140234098350080 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29396] ppid=29388 vsize=10659088 memory=10936 CPUtime=0.04 cores=1,3,5,7
/proc/29391/task/29396/stat : 29396 (java) R 29388 29391 24602 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 15 0 39537858 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233717832408 140234098349929 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29397] ppid=29388 vsize=10659088 memory=1008 CPUtime=0.04 cores=1,3,5,7
/proc/29391/task/29397/stat : 29397 (java) R 29388 29391 24602 0 -1 4202560 38 0 0 0 3 1 0 0 20 0 15 0 39537858 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233716779664 140234098350617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29398] ppid=29388 vsize=10659088 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29398/stat : 29398 (java) S 29388 29391 24602 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39537860 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233149445152 140234113332949 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29399] ppid=29388 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29399/stat : 29399 (java) S 29388 29391 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39537860 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233148392864 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29400] ppid=29388 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29400/stat : 29400 (java) S 29388 29391 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39537860 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233147340272 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29401] ppid=29388 vsize=10659088 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29401/stat : 29401 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39537863 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233146288848 140234113341339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29402] ppid=29388 vsize=10659088 memory=7302135314614015848 CPUtime=0.26 cores=1,3,5,7
/proc/29391/task/29402/stat : 29402 (java) S 29388 29391 24602 0 -1 1077944384 1231 0 0 0 25 1 0 0 20 0 15 0 39537863 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233145235440 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29403] ppid=29388 vsize=10659088 memory=7811323491934034025 CPUtime=0.28 cores=1,3,5,7
/proc/29391/task/29403/stat : 29403 (java) S 29388 29391 24602 0 -1 1077944384 1552 0 0 0 28 0 0 0 20 0 15 0 39537863 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233144182896 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29404] ppid=29388 vsize=10659088 memory=7368003688827211856 CPUtime=0.22 cores=1,3,5,7
/proc/29391/task/29404/stat : 29404 (java) S 29388 29391 24602 0 -1 1077944384 1405 0 0 0 22 0 0 0 20 0 15 0 39537863 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233143130352 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29405] ppid=29388 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29405/stat : 29405 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39537863 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233142078048 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29406] ppid=29388 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29406/stat : 29406 (java) S 29388 29391 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39537863 10914906112 56377 33554432000 4194304 4196468 140733145419840 140233141025584 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 225508 KiB

[startup+1.5008 s]
/proc/loadavg: 2.15 2.07 2.11 6/216 29406
/proc/meminfo: memFree=24463572/32770624 swapFree=67108852/67108860
[pid=29391] ppid=29388 vsize=10661280 memory=572084 CPUtime=4.18 cores=1,3,5,7
/proc/29391/stat : 29391 (java) S 29388 29391 24602 0 -1 1077944320 19018 0 0 0 385 33 0 0 20 0 15 0 39537857 10917150720 143021 33554432000 4194304 4196468 140733145419840 140733145402384 140234113322743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
/proc/29391/statm: 2665320 143021 3144 1 0 2627811 0
[pid=29391/tid=29393] ppid=29388 vsize=10661280 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/29391/task/29393/stat : 29393 (java) S 29388 29391 24602 0 -1 1077944384 6133 0 0 0 112 3 0 0 20 0 15 0 39537857 10917150720 143021 33554432000 4194304 4196468 140733145419840 140234117558368 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29394] ppid=29388 vsize=10661280 memory=-6951259422114956437 CPUtime=0.27 cores=1,3,5,7
/proc/29391/task/29394/stat : 29394 (java) R 29388 29391 24602 0 -1 4202560 228 0 0 0 21 6 0 0 20 0 15 0 39537858 10917150720 143021 33554432000 4194304 4196468 140733145419840 140234039396824 140234098346384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29395] ppid=29388 vsize=10661280 memory=-6509546260019855299 CPUtime=0.27 cores=1,3,5,7
/proc/29391/task/29395/stat : 29395 (java) R 29388 29391 24602 0 -1 4202560 200 0 0 0 21 6 0 0 20 0 15 0 39537858 10917150720 143021 33554432000 4194304 4196468 140733145419840 140233718884640 140234098350162 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29396] ppid=29388 vsize=10661280 memory=-7390251449858225344 CPUtime=0.28 cores=1,3,5,7
/proc/29391/task/29396/stat : 29396 (java) R 29388 29391 24602 0 -1 4202560 191 0 0 0 22 6 0 0 20 0 15 0 39537858 10917150720 143021 33554432000 4194304 4196468 140733145419840 140233717832408 140234098349833 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29397] ppid=29388 vsize=10661280 memory=4134692831991786133 CPUtime=0.25 cores=1,3,5,7
/proc/29391/task/29397/stat : 29397 (java) R 29388 29391 24602 0 -1 4202560 218 0 0 0 20 5 0 0 20 0 15 0 39537858 10917150720 143021 33554432000 4194304 4196468 140733145419840 140233716779864 140234098344864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29398] ppid=29388 vsize=10661280 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29398/stat : 29398 (java) S 29388 29391 24602 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 39537860 10917150720 143021 33554432000 4194304 4196468 140733145419840 140233149445152 140234113332949 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0

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

[startup+32.8008 s]
/proc/loadavg: 2.32 2.12 2.13 3/217 29407
/proc/meminfo: memFree=23529048/32770624 swapFree=67108852/67108860
[pid=29391] ppid=29388 vsize=10727700 memory=1234772 CPUtime=41.1 cores=1,3,5,7
/proc/29391/stat : 29391 (java) S 29388 29391 24602 0 -1 1077944320 49427 0 0 0 4045 65 0 0 20 0 16 0 39537857 10985164800 308693 33554432000 4194304 4196468 140733145419840 140733145402384 140234113322743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
/proc/29391/statm: 2681925 308693 3190 1 0 2644416 0
[pid=29391/tid=29393] ppid=29388 vsize=10727700 memory=6791534058613427641 CPUtime=31.01 cores=1,3,5,7
/proc/29391/task/29393/stat : 29393 (java) R 29388 29391 24602 0 -1 4202560 12058 0 0 0 3092 9 0 0 20 0 16 0 39537857 10985164800 308693 33554432000 4194304 4196468 140733145419840 140234117559656 140233724182162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29394] ppid=29388 vsize=10727700 memory=281175135125040 CPUtime=1.22 cores=1,3,5,7
/proc/29391/task/29394/stat : 29394 (java) S 29388 29391 24602 0 -1 1077944384 749 0 0 0 110 12 0 0 20 0 16 0 39537858 10985164800 308693 33554432000 4194304 4196468 140733145419840 140234039396624 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29395] ppid=29388 vsize=10727700 memory=6944656575208382560 CPUtime=1.21 cores=1,3,5,7
/proc/29391/task/29395/stat : 29395 (java) S 29388 29391 24602 0 -1 1077944384 725 0 0 0 109 12 0 0 20 0 16 0 39537858 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233718884752 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29396] ppid=29388 vsize=10727700 memory=6944652177228980320 CPUtime=1.2 cores=1,3,5,7
/proc/29391/task/29396/stat : 29396 (java) S 29388 29391 24602 0 -1 1077944384 913 0 0 0 108 12 0 0 20 0 16 0 39537858 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233717832208 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29397] ppid=29388 vsize=10727700 memory=1234772 CPUtime=1.19 cores=1,3,5,7
/proc/29391/task/29397/stat : 29397 (java) S 29388 29391 24602 0 -1 1077944384 1682 0 0 0 108 11 0 0 20 0 16 0 39537858 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233716779664 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29398] ppid=29388 vsize=10727700 memory=4124 CPUtime=0.49 cores=1,3,5,7
/proc/29391/task/29398/stat : 29398 (java) S 29388 29391 24602 0 -1 1077944384 1787 0 0 0 49 0 0 0 20 0 16 0 39537860 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233149446640 140234113333890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29399] ppid=29388 vsize=10727700 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29399/stat : 29399 (java) S 29388 29391 24602 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39537860 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233148392928 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29400] ppid=29388 vsize=10727700 memory=7284 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29400/stat : 29400 (java) S 29388 29391 24602 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39537860 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233147340288 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29401] ppid=29388 vsize=10727700 memory=844 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29401/stat : 29401 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233146288848 140234113341339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29402] ppid=29388 vsize=10727700 memory=1800 CPUtime=2.1 cores=1,3,5,7
/proc/29391/task/29402/stat : 29402 (java) S 29388 29391 24602 0 -1 1077944384 13075 0 0 0 207 3 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233145235440 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29403] ppid=29388 vsize=10727700 memory=1200 CPUtime=2.16 cores=1,3,5,7
/proc/29391/task/29403/stat : 29403 (java) S 29388 29391 24602 0 -1 1077944384 12985 0 0 0 215 1 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233144182896 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29404] ppid=29388 vsize=10727700 memory=15876 CPUtime=0.43 cores=1,3,5,7
/proc/29391/task/29404/stat : 29404 (java) S 29388 29391 24602 0 -1 1077944384 3222 0 0 0 43 0 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233143130352 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29405] ppid=29388 vsize=10727700 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29405/stat : 29405 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233142078048 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29406] ppid=29388 vsize=10727700 memory=8680 CPUtime=0.01 cores=1,3,5,7
/proc/29391/task/29406/stat : 29406 (java) S 29388 29391 24602 0 -1 1077944384 806 0 0 0 1 0 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233141025584 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29407] ppid=29388 vsize=10727700 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29407/stat : 29407 (java) S 29388 29391 24602 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 39538176 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233139971376 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
Current children cumulated CPU time: 41.1 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1234772 KiB

[startup+33.6008 s]
/proc/loadavg: 2.32 2.12 2.13 3/217 29407
/proc/meminfo: memFree=23529048/32770624 swapFree=67108852/67108860
[pid=29391] ppid=29388 vsize=10727700 memory=1234772 CPUtime=41.9 cores=1,3,5,7
/proc/29391/stat : 29391 (java) S 29388 29391 24602 0 -1 1077944320 49450 0 0 0 4125 65 0 0 20 0 16 0 39537857 10985164800 308693 33554432000 4194304 4196468 140733145419840 140733145402384 140234113322743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
/proc/29391/statm: 2681925 308693 3190 1 0 2644416 0
[pid=29391/tid=29393] ppid=29388 vsize=10727700 memory=4012 CPUtime=31.81 cores=1,3,5,7
/proc/29391/task/29393/stat : 29393 (java) R 29388 29391 24602 0 -1 4202560 12079 0 0 0 3172 9 0 0 20 0 16 0 39537857 10985164800 308693 33554432000 4194304 4196468 140733145419840 140234117554320 140233723637758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29394] ppid=29388 vsize=10727700 memory=13968 CPUtime=1.22 cores=1,3,5,7
/proc/29391/task/29394/stat : 29394 (java) S 29388 29391 24602 0 -1 1077944384 749 0 0 0 110 12 0 0 20 0 16 0 39537858 10985164800 308693 33554432000 4194304 4196468 140733145419840 140234039396624 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29395] ppid=29388 vsize=10727700 memory=6791534058613427641 CPUtime=1.21 cores=1,3,5,7
/proc/29391/task/29395/stat : 29395 (java) S 29388 29391 24602 0 -1 1077944384 725 0 0 0 109 12 0 0 20 0 16 0 39537858 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233718884752 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29396] ppid=29388 vsize=10727700 memory=0 CPUtime=1.2 cores=1,3,5,7
/proc/29391/task/29396/stat : 29396 (java) S 29388 29391 24602 0 -1 1077944384 913 0 0 0 108 12 0 0 20 0 16 0 39537858 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233717832208 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29397] ppid=29388 vsize=10727700 memory=1 CPUtime=1.19 cores=1,3,5,7
/proc/29391/task/29397/stat : 29397 (java) S 29388 29391 24602 0 -1 1077944384 1682 0 0 0 108 11 0 0 20 0 16 0 39537858 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233716779664 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29398] ppid=29388 vsize=10727700 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/29391/task/29398/stat : 29398 (java) S 29388 29391 24602 0 -1 1077944384 1787 0 0 0 49 0 0 0 20 0 16 0 39537860 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233149446640 140234113333890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29399] ppid=29388 vsize=10727700 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29399/stat : 29399 (java) S 29388 29391 24602 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39537860 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233148392928 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29400] ppid=29388 vsize=10727700 memory=13968 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29400/stat : 29400 (java) S 29388 29391 24602 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39537860 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233147340288 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29401] ppid=29388 vsize=10727700 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29401/stat : 29401 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233146288848 140234113341339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29402] ppid=29388 vsize=10727700 memory=1300 CPUtime=2.1 cores=1,3,5,7
/proc/29391/task/29402/stat : 29402 (java) S 29388 29391 24602 0 -1 1077944384 13075 0 0 0 207 3 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233145235440 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29403] ppid=29388 vsize=10727700 memory=1732 CPUtime=2.16 cores=1,3,5,7
/proc/29391/task/29403/stat : 29403 (java) S 29388 29391 24602 0 -1 1077944384 12985 0 0 0 215 1 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233144182896 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29404] ppid=29388 vsize=10727700 memory=1234772 CPUtime=0.43 cores=1,3,5,7
/proc/29391/task/29404/stat : 29404 (java) S 29388 29391 24602 0 -1 1077944384 3222 0 0 0 43 0 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233143130352 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29405] ppid=29388 vsize=10727700 memory=928 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29405/stat : 29405 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233142078048 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29406] ppid=29388 vsize=10727700 memory=2244 CPUtime=0.01 cores=1,3,5,7
/proc/29391/task/29406/stat : 29406 (java) S 29388 29391 24602 0 -1 1077944384 808 0 0 0 1 0 0 0 20 0 16 0 39537863 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233141025584 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29407] ppid=29388 vsize=10727700 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29407/stat : 29407 (java) S 29388 29391 24602 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 39538176 10985164800 308693 33554432000 4194304 4196468 140733145419840 140233139971376 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
Current children cumulated CPU time: 41.9 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1234772 KiB

[startup+34.0008 s]*
/proc/loadavg: 2.32 2.12 2.13 2/217 29409
/proc/meminfo: memFree=23529056/32770624 swapFree=67108852/67108860
[pid=29391] ppid=29388 vsize=10860828 memory=1234876 CPUtime=42.24 cores=1,3,5,7
/proc/29391/stat : 29391 (java) S 29388 29391 24602 0 -1 1077944320 49919 0 0 0 4159 65 0 0 20 0 16 0 39537857 11121487872 308719 33554432000 4194304 4196468 140733145419840 140733145402384 140234113322743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
/proc/29391/statm: 2715207 308719 3192 1 0 2677698 0
[pid=29391/tid=29393] ppid=29388 vsize=10860828 memory=6791534058613427641 CPUtime=32.13 cores=1,3,5,7
/proc/29391/task/29393/stat : 29393 (java) S 29388 29391 24602 0 -1 1077944384 12404 0 0 0 3204 9 0 0 20 0 16 0 39537857 11121487872 308719 33554432000 4194304 4196468 140733145419840 140234117563424 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29394] ppid=29388 vsize=10860828 memory=6791534058613427641 CPUtime=1.22 cores=1,3,5,7
/proc/29391/task/29394/stat : 29394 (java) S 29388 29391 24602 0 -1 1077944384 749 0 0 0 110 12 0 0 20 0 16 0 39537858 11121487872 308719 33554432000 4194304 4196468 140733145419840 140234039396624 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29395] ppid=29388 vsize=10860828 memory=288230621787202346 CPUtime=1.21 cores=1,3,5,7
/proc/29391/task/29395/stat : 29395 (java) S 29388 29391 24602 0 -1 1077944384 725 0 0 0 109 12 0 0 20 0 16 0 39537858 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233718884752 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29396] ppid=29388 vsize=10860828 memory=13572587103995626 CPUtime=1.2 cores=1,3,5,7
/proc/29391/task/29396/stat : 29396 (java) S 29388 29391 24602 0 -1 1077944384 913 0 0 0 108 12 0 0 20 0 16 0 39537858 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233717832208 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29397] ppid=29388 vsize=10860828 memory=-7880843606118635149 CPUtime=1.19 cores=1,3,5,7
/proc/29391/task/29397/stat : 29397 (java) S 29388 29391 24602 0 -1 1077944384 1682 0 0 0 108 11 0 0 20 0 16 0 39537858 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233716779664 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29398] ppid=29388 vsize=10860828 memory=6944656592455360604 CPUtime=0.49 cores=1,3,5,7
/proc/29391/task/29398/stat : 29398 (java) S 29388 29391 24602 0 -1 1077944384 1787 0 0 0 49 0 0 0 20 0 16 0 39537860 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233149446640 140234113333890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29399] ppid=29388 vsize=10860828 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29399/stat : 29399 (java) S 29388 29391 24602 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39537860 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233148392928 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29400] ppid=29388 vsize=10860828 memory=6944656592385698452 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29400/stat : 29400 (java) S 29388 29391 24602 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39537860 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233147340288 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29401] ppid=29388 vsize=10860828 memory=8292148123324084331 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29401/stat : 29401 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233146288848 140234113341339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29402] ppid=29388 vsize=10860828 memory=7018692238027155028 CPUtime=2.1 cores=1,3,5,7
/proc/29391/task/29402/stat : 29402 (java) S 29388 29391 24602 0 -1 1077944384 13077 0 0 0 207 3 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233145235440 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29403] ppid=29388 vsize=10860828 memory=7451021318120100969 CPUtime=2.17 cores=1,3,5,7
/proc/29391/task/29403/stat : 29403 (java) S 29388 29391 24602 0 -1 1077944384 12991 0 0 0 216 1 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233144182896 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29404] ppid=29388 vsize=10860828 memory=2319553984738039456 CPUtime=0.43 cores=1,3,5,7
/proc/29391/task/29404/stat : 29404 (java) S 29388 29391 24602 0 -1 1077944384 3254 0 0 0 43 0 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233143130352 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29405] ppid=29388 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29405/stat : 29405 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233142078048 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29406] ppid=29388 vsize=10860828 memory=2276 CPUtime=0.01 cores=1,3,5,7
/proc/29391/task/29406/stat : 29406 (java) S 29388 29391 24602 0 -1 1077944384 808 0 0 0 1 0 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233141025584 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29408] ppid=29388 vsize=10860828 memory=7165625504436344937 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29408/stat : 29408 (java) S 29388 29391 24602 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 39541249 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233136821904 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
Current children cumulated CPU time: 42.24 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 1234876 KiB

[startup+34.11 s]
/proc/loadavg: 2.32 2.12 2.13 2/217 29409
/proc/meminfo: memFree=23529056/32770624 swapFree=67108852/67108860
[pid=29391] ppid=29388 vsize=10860828 memory=1234876 CPUtime=42.24 cores=1,3,5,7
/proc/29391/stat : 29391 (java) S 29388 29391 24602 0 -1 1077944320 49919 0 0 0 4159 65 0 0 20 0 16 0 39537857 11121487872 308719 33554432000 4194304 4196468 140733145419840 140733145402384 140234113322743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
/proc/29391/statm: 2715207 308719 3192 1 0 2677698 0
[pid=29391/tid=29393] ppid=29388 vsize=10860828 memory=1234772 CPUtime=32.13 cores=1,3,5,7
/proc/29391/task/29393/stat : 29393 (java) S 29388 29391 24602 0 -1 1077944384 12404 0 0 0 3204 9 0 0 20 0 16 0 39537857 11121487872 308719 33554432000 4194304 4196468 140733145419840 140234117563424 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29394] ppid=29388 vsize=10860828 memory=1234772 CPUtime=1.22 cores=1,3,5,7
/proc/29391/task/29394/stat : 29394 (java) S 29388 29391 24602 0 -1 1077944384 749 0 0 0 110 12 0 0 20 0 16 0 39537858 11121487872 308719 33554432000 4194304 4196468 140733145419840 140234039396624 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29395] ppid=29388 vsize=10860828 memory=1234772 CPUtime=1.21 cores=1,3,5,7
/proc/29391/task/29395/stat : 29395 (java) S 29388 29391 24602 0 -1 1077944384 725 0 0 0 109 12 0 0 20 0 16 0 39537858 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233718884752 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29396] ppid=29388 vsize=10860828 memory=1234772 CPUtime=1.2 cores=1,3,5,7
/proc/29391/task/29396/stat : 29396 (java) S 29388 29391 24602 0 -1 1077944384 913 0 0 0 108 12 0 0 20 0 16 0 39537858 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233717832208 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29397] ppid=29388 vsize=10860828 memory=1234772 CPUtime=1.19 cores=1,3,5,7
/proc/29391/task/29397/stat : 29397 (java) S 29388 29391 24602 0 -1 1077944384 1682 0 0 0 108 11 0 0 20 0 16 0 39537858 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233716779664 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29398] ppid=29388 vsize=10860828 memory=1234772 CPUtime=0.49 cores=1,3,5,7
/proc/29391/task/29398/stat : 29398 (java) S 29388 29391 24602 0 -1 1077944384 1787 0 0 0 49 0 0 0 20 0 16 0 39537860 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233149446640 140234113333890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29399] ppid=29388 vsize=10860828 memory=1234772 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29399/stat : 29399 (java) S 29388 29391 24602 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39537860 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233148392928 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29400] ppid=29388 vsize=10860828 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29400/stat : 29400 (java) S 29388 29391 24602 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39537860 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233147340288 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29401] ppid=29388 vsize=10860828 memory=320600244125696311 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29401/stat : 29401 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233146288848 140234113341339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29402] ppid=29388 vsize=10860828 memory=1075684 CPUtime=2.1 cores=1,3,5,7
/proc/29391/task/29402/stat : 29402 (java) S 29388 29391 24602 0 -1 1077944384 13077 0 0 0 207 3 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233145235440 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29403] ppid=29388 vsize=10860828 memory=4012 CPUtime=2.17 cores=1,3,5,7
/proc/29391/task/29403/stat : 29403 (java) S 29388 29391 24602 0 -1 1077944384 12991 0 0 0 216 1 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233144182896 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29404] ppid=29388 vsize=10860828 memory=1075776 CPUtime=0.43 cores=1,3,5,7
/proc/29391/task/29404/stat : 29404 (java) S 29388 29391 24602 0 -1 1077944384 3254 0 0 0 43 0 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233143130352 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29405] ppid=29388 vsize=10860828 memory=1234772 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29405/stat : 29405 (java) S 29388 29391 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233142078048 140234113332949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29406] ppid=29388 vsize=10860828 memory=1200 CPUtime=0.01 cores=1,3,5,7
/proc/29391/task/29406/stat : 29406 (java) S 29388 29391 24602 0 -1 1077944384 808 0 0 0 1 0 0 0 20 0 16 0 39537863 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233141025584 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
[pid=29391/tid=29408] ppid=29388 vsize=10860828 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/29391/task/29408/stat : 29408 (java) S 29388 29391 24602 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 39541249 11121487872 308719 33554432000 4194304 4196468 140733145419840 140233136821904 140234113333890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140733145420913 140733145421065 140733145421065 140733145423823 0
Current children cumulated CPU time: 42.24 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 1234876 KiB

Child status: 0
Real time (s): 34.1392
CPU time (s): 42.2645
CPU user time (s): 41.5957
CPU system time (s): 0.668831
CPU usage (%): 123.801
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 1234876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.5957
system time used= 0.668831
maximum resident set size= 1235184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50403
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= 3525
involuntary context switches= 93


# summary of solver processes directly reported to runsolver:
#   pid: 29391
#   total CPU time (s): 42.2645
#   total CPU user time (s): 41.5957
#   total CPU system time (s): 0.668831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.343363 second user time and 0.26296 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-22 02:35:47
IDJOB=4289854
IDBENCH=141470
IDSOLVER=2742
FILE ID=node148/4289854-1532219747
RUNJOBID= node148-1532209983-27715
PBS_JOBID= 21018927
Free space on /tmp= 51992 MiB

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

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

MD5SUM BENCH= 8a13baf19e90b4c1b4d6531a9d16222f
RANDOM SEED=1003220098

node148.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.50
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.50
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.50
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.50
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:        24754216 kB
MemAvailable:   31404872 kB
Buffers:          122236 kB
Cached:          6716000 kB
SwapCached:            8 kB
Active:          1624428 kB
Inactive:        5802456 kB
Active(anon):     540704 kB
Inactive(anon):    67276 kB
Active(file):    1083724 kB
Inactive(file):  5735180 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:              2376 kB
Writeback:             0 kB
AnonPages:        683112 kB
Mapped:            47012 kB
Shmem:             17024 kB
Slab:             287684 kB
SReclaimable:     260212 kB
SUnreclaim:        27472 kB
KernelStack:        3840 kB
PageTables:         6464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1158704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 51992 MiB
End job on node148 at 2018-07-22 02:36:21