Trace number 4263155

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 2017-07-05SAT (TO)56 2520.1899 2515.22

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-09-12.xml
MD5SUMa81896bc222770b6aa27c18215a8955e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables216
Number of constraints250
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":108},{"size":9,"count":108}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":108},{"degree":7,"count":4},{"degree":8,"count":34},{"degree":10,"count":70}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":108},{"arity":3,"count":34},{"arity":4,"count":4},{"arity":6,"count":34},{"arity":9,"count":70}]
Number of extensional constraints142
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":142},{"type":"sum","count":108}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

1.05/0.66	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.05/0.66	c This is free software under the dual EPL/GNU LGPL licenses.
1.05/0.66	c See www.sat4j.org for details.
1.05/0.66	c That software uses the Rhino library from the Mozilla project.
1.05/0.66	c version CUSTOM.v20170705
1.05/0.66	c java.runtime.name	Java(TM) SE Runtime Environment
1.05/0.66	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.05/0.66	c java.vm.version	25.131-b11
1.05/0.66	c java.vm.vendor	Oracle Corporation
1.05/0.66	c sun.arch.data.model	64
1.05/0.66	c java.version		1.8.0_131
1.05/0.66	c os.name		Linux
1.05/0.66	c os.version		3.10.0-514.16.1.el7.x86_64
1.05/0.66	c os.arch		amd64
1.05/0.66	c Free memory 		499604488
1.05/0.66	c Max memory 		7247757312
1.05/0.66	c Total memory 		504889344
1.05/0.66	c Number of processors 	4
1.05/0.66	c c --- Begin Solver configuration ---
1.05/0.66	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.05/0.66	c Learn all clauses as in MiniSAT
1.05/0.66	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.05/0.66	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.05/0.66	c No reason simplification
1.05/0.66	c Glucose 2.1 dynamic restart strategy
1.05/0.66	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
1.05/0.66	c timeout=2147483s
1.05/0.66	c DB Simplification allowed=false
1.05/0.66	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.05/0.66	c --- End Solver configuration ---
1.05/0.66	c constraints type 
1.05/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 432
1.05/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11880
1.05/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21784
1.05/0.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 432
1.05/0.66	c 34528 constraints processed.
2.18/1.08	o 31
2.53/1.23	o 35
4.09/2.31	o 36
4.09/2.34	o 46
4.25/2.43	o 47
4.25/2.48	o 48
4.40/2.52	o 49
4.40/2.59	o 51
4.54/2.65	o 52
4.54/2.66	o 53
6.51/4.54	o 54
86.05/83.94	o 55
613.87/611.13	o 56
2520.18/2515.21	c starts		: 14261
2520.18/2515.21	c conflicts		: 5945975
2520.18/2515.21	c decisions		: 7331733
2520.18/2515.21	c propagations		: 3601552173
2520.18/2515.21	c inspects		: 34687433816
2520.18/2515.21	c shortcuts		: 0
2520.18/2515.21	c learnt literals	: 2
2520.18/2515.21	c learnt binary clauses	: 692
2520.18/2515.21	c learnt ternary clauses	: 2294
2520.18/2515.21	c learnt constraints	: 5945973
2520.18/2515.21	c ignored constraints	: 0
2520.18/2515.21	c root simplifications	: 0
2520.18/2515.21	c removed literals (reason simplification)	: 0
2520.18/2515.21	c reason swapping (by a shorter reason)	: 0
2520.18/2515.21	c Calls to reduceDB	: 161
2520.18/2515.21	c Number of update (reduction) of LBD	: 839695
2520.18/2515.21	c Imported unit clauses	: 0
2520.18/2515.21	c number of reductions to clauses (during analyze)	: 0
2520.18/2515.21	c number of learned constraints concerned by reduction	: 0
2520.18/2515.21	c number of learning phase by resolution	: 0
2520.18/2515.21	c number of learning phase by cutting planes	: 0
2520.18/2515.21	c number of rounding to 1 operations	: 0
2520.18/2515.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.18/2515.21	c number of reductions of the coefficients by power 2 	: 0
2520.18/2515.21	c number of right shift for reduction by power 2 	: 0
2520.18/2515.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.18/2515.21	c speed (assignments/second)	: 1432289.5274765743
2520.18/2515.21	c non guided choices	23807
2520.18/2515.21	c learnt constraints type 
2520.18/2515.21	s SATISFIABLE
2520.18/2515.21	v <instantiation type="solution">
2520.18/2515.21	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[6][10] s[6][11] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[7][10] s[7][11] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[8][10] s[8][11] </list>
2520.18/2515.21	v 	<values> 1 1 0 0 1 1 0 1 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 1 0 1 0 0 1 0 1 1 1 1 0 0 0 1 0 1 1 0 1 0 0 0 1 1 0 1 0 0 1 0 1 0 1 1 1 1 0 1 1 0 0 1 1 0 1 1 2 2 2 2 3 2 4 2 2 2 2 2 3 5 4 2 5 3 6 3 5 4 5 3 2 3 3 4 5 3 6 2 5 2 3 2 2 5 3 5 3 3 5 2 5 2 4 2 2 5 3 5 3 4 4 3 5 4 5 2 2 3 4 3 4 4 3 5 3 3 3 2 4 4 5 2 4 3 3 6 3 6 5 4 3 3 5 3 5 4 3 6 3 5 3 3 3 3 4 2 2 2 2 3 2 4 3 3 </values>
2520.18/2515.21	v </instantiation>
2520.18/2515.21	

Verifier Data

OK	56

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263155-1502609035/watcher-4263155-1502609035 -o /tmp/evaluation-result-4263155-1502609035/solver-4263155-1502609035 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263155-1502609035.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=15856, runsolver pid=15853

[startup+0.107469 s]*
/proc/loadavg: 1.93 1.98 2.04 3/206 15865
/proc/meminfo: memFree=30996772/32770624 swapFree=67108860/67108860
[pid=15856] ppid=15853 vsize=10151672 memory=20228 CPUtime=0.04 cores=1,3,5,7
/proc/15856/stat : 15856 (java) S 15853 15856 7968 0 -1 1077944320 3925 0 0 0 3 1 0 0 20 0 9 0 14786211 10395312128 5057 18446744073709551615 4194304 4196468 140729895025904 140729895008448 140646157930231 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
/proc/15856/statm: 2537918 5057 2156 1 0 2527415 0
[pid=15856/tid=15858] ppid=15853 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/15856/task/15858/stat : 15858 (java) R 15853 15856 7968 0 -1 4202560 2564 0 0 0 3 0 0 0 20 0 9 0 14786218 10395312128 5057 18446744073709551615 4194304 4196468 140729895025904 140646162165624 140646157952157 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15859] ppid=15853 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15859/stat : 15859 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 14786219 10395312128 5057 18446744073709551615 4194304 4196468 140729895025904 140646088350864 140646157940437 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15860] ppid=15853 vsize=10151672 memory=140612781495936 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15860/stat : 15860 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 14786219 10395312128 5057 18446744073709551615 4194304 4196468 140729895025904 140646087298064 140646157940437 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15861] ppid=15853 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15861/stat : 15861 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 14786219 10395312128 5057 18446744073709551615 4194304 4196468 140729895025904 140645767310224 140646157940437 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15862] ppid=15853 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15862/stat : 15862 (java) S 15853 15856 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 14786219 10395312128 5057 18446744073709551615 4194304 4196468 140729895025904 140645766257424 140646157940437 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15863] ppid=15853 vsize=10151672 memory=140612781495936 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15863/stat : 15863 (java) S 15853 15856 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 14786221 10395312128 5057 18446744073709551615 4194304 4196468 140729895025904 140645654866288 140646157941378 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15864] ppid=15853 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15864/stat : 15864 (java) S 15853 15856 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 14786221 10395312128 5057 18446744073709551615 4194304 4196468 140729895025904 140645653812256 140646157940437 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15865] ppid=15853 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15865/stat : 15865 (java) S 15853 15856 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 14786221 10395312128 5057 18446744073709551615 4194304 4196468 140729895025904 140645652759408 140646157940437 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20228 KiB

[startup+0.210933 s]*
/proc/loadavg: 1.93 1.98 2.04 3/212 15871
/proc/meminfo: memFree=30988392/32770624 swapFree=67108860/67108860
[pid=15856] ppid=15853 vsize=10551156 memory=29808 CPUtime=0.12 cores=1,3,5,7
/proc/15856/stat : 15856 (java) S 15853 15856 7968 0 -1 1077944320 7584 0 0 0 10 2 0 0 20 0 15 0 14786211 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140729895008448 140646157930231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
/proc/15856/statm: 2637789 7452 2798 1 0 2627261 0
[pid=15856/tid=15858] ppid=15853 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/15856/task/15858/stat : 15858 (java) R 15853 15856 7968 0 -1 4202560 5423 0 0 0 8 2 0 0 20 0 15 0 14786218 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140646162142320 140646144179432 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15859] ppid=15853 vsize=10551156 memory=326 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15859/stat : 15859 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14786219 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140646088350864 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15860] ppid=15853 vsize=10551156 memory=140612781613461 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15860/stat : 15860 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14786219 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140646087298064 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15861] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15861/stat : 15861 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14786219 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140645767310224 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15862] ppid=15853 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15862/stat : 15862 (java) S 15853 15856 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14786219 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140645766257424 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15863] ppid=15853 vsize=10551156 memory=140612781495936 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15863/stat : 15863 (java) S 15853 15856 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14786221 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140645654866288 140646157941378 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15864] ppid=15853 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15864/stat : 15864 (java) S 15853 15856 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14786221 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140645653812256 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15865] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15865/stat : 15865 (java) S 15853 15856 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14786221 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140645652759408 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15866] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15866/stat : 15866 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14786224 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140645651707728 140646157948827 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15867] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15867/stat : 15867 (java) S 15853 15856 7968 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 14786224 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140645650656112 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15868] ppid=15853 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15868/stat : 15868 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14786224 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140645649603312 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15869] ppid=15853 vsize=10551156 memory=140612781495936 CPUtime=0.01 cores=1,3,5,7
/proc/15856/task/15869/stat : 15869 (java) S 15853 15856 7968 0 -1 1077944384 367 0 0 0 1 0 0 0 20 0 15 0 14786224 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140645648550512 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15870] ppid=15853 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15870/stat : 15870 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14786224 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140645647497952 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15871] ppid=15853 vsize=10551156 memory=140612781495936 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15871/stat : 15871 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14786228 10804383744 7452 18446744073709551615 4194304 4196468 140729895025904 140645646445232 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29808 KiB

[startup+0.31041 s]*
/proc/loadavg: 1.93 1.98 2.04 4/212 15871
/proc/meminfo: memFree=30981832/32770624 swapFree=67108860/67108860
[pid=15856] ppid=15853 vsize=10551156 memory=39384 CPUtime=0.3 cores=1,3,5,7
/proc/15856/stat : 15856 (java) S 15853 15856 7968 0 -1 1077944320 9053 0 0 0 27 3 0 0 20 0 15 0 14786211 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140729895008448 140646157930231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
/proc/15856/statm: 2637789 9846 2914 1 0 2627261 0
[pid=15856/tid=15858] ppid=15853 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/15856/task/15858/stat : 15858 (java) R 15853 15856 7968 0 -1 4202560 6160 0 0 0 17 2 0 0 20 0 15 0 14786218 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140646162166544 140646142010718 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15859] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15859/stat : 15859 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14786219 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140646088350864 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15860] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15860/stat : 15860 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14786219 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140646087298064 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15861] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15861/stat : 15861 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14786219 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140645767310224 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15862] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15862/stat : 15862 (java) S 15853 15856 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14786219 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140645766257424 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15863] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15863/stat : 15863 (java) S 15853 15856 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14786221 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140645654866288 140646157941378 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15864] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15864/stat : 15864 (java) S 15853 15856 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14786221 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140645653812256 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15865] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15865/stat : 15865 (java) S 15853 15856 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14786221 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140645652759408 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15866] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15866/stat : 15866 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14786224 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140645651707728 140646157948827 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15867] ppid=15853 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15856/task/15867/stat : 15867 (java) S 15853 15856 7968 0 -1 1077944384 488 0 0 0 1 0 0 0 20 0 15 0 14786224 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140645650656112 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15868] ppid=15853 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15856/task/15868/stat : 15868 (java) S 15853 15856 7968 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 14786224 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140645649603312 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15869] ppid=15853 vsize=10551156 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/15856/task/15869/stat : 15869 (java) R 15853 15856 7968 0 -1 4202560 770 0 0 0 5 0 0 0 20 0 15 0 14786224 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140645648546424 140646142456460 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15870] ppid=15853 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15870/stat : 15870 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14786224 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140645647497952 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15871] ppid=15853 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15871/stat : 15871 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14786228 10804383744 9846 18446744073709551615 4194304 4196468 140729895025904 140645646445232 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39384 KiB

[startup+0.701501 s]
/proc/loadavg: 1.93 1.98 2.04 4/212 15871
/proc/meminfo: memFree=30967748/32770624 swapFree=67108860/67108860
[pid=15856] ppid=15853 vsize=10617796 memory=91644 CPUtime=1.36 cores=1,3,5,7
/proc/15856/stat : 15856 (java) S 15853 15856 7968 0 -1 1077944320 13084 0 0 0 131 5 0 0 20 0 16 0 14786211 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140729895008448 140646157930231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
/proc/15856/statm: 2654449 22911 3056 1 0 2643902 0
[pid=15856/tid=15858] ppid=15853 vsize=10617796 memory=214 CPUtime=0.56 cores=1,3,5,7
/proc/15856/task/15858/stat : 15858 (java) R 15853 15856 7968 0 -1 4202560 7505 0 0 0 53 3 0 0 20 0 16 0 14786218 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140646162168784 140646157942166 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15859] ppid=15853 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15859/stat : 15859 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14786219 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140646088350864 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15860] ppid=15853 vsize=10617796 memory=5 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15860/stat : 15860 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14786219 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140646087298064 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15861] ppid=15853 vsize=10617796 memory=17 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15861/stat : 15861 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14786219 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140645767310224 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15862] ppid=15853 vsize=10617796 memory=66 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15862/stat : 15862 (java) S 15853 15856 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14786219 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140645766257424 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15863] ppid=15853 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15863/stat : 15863 (java) S 15853 15856 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140645654866288 140646157941378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15864] ppid=15853 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15864/stat : 15864 (java) S 15853 15856 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140645653812256 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15865] ppid=15853 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15865/stat : 15865 (java) S 15853 15856 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140645652759408 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15866] ppid=15853 vsize=10617796 memory=4 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15866/stat : 15866 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14786224 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140645651707728 140646157948827 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15867] ppid=15853 vsize=10617796 memory=30 CPUtime=0.22 cores=1,3,5,7
/proc/15856/task/15867/stat : 15867 (java) R 15853 15856 7968 0 -1 4202560 1403 0 0 0 22 0 0 0 20 0 16 0 14786224 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140645650636352 140646138630528 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15868] ppid=15853 vsize=10617796 memory=2 CPUtime=0.25 cores=1,3,5,7
/proc/15856/task/15868/stat : 15868 (java) R 15853 15856 7968 0 -1 4202560 1238 0 0 0 25 0 0 0 20 0 16 0 14786224 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140645649586672 140646137163613 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15869] ppid=15853 vsize=10617796 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/15856/task/15869/stat : 15869 (java) R 15853 15856 7968 0 -1 4202560 1553 0 0 0 29 0 0 0 20 0 16 0 14786224 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140645648550512 140646157951578 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15870] ppid=15853 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15870/stat : 15870 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14786224 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140645647497952 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15871] ppid=15853 vsize=10617796 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15871/stat : 15871 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14786228 10872623104 22911 18446744073709551615 4194304 4196468 140729895025904 140645646445232 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 91644 KiB

[startup+1.5008 s]
/proc/loadavg: 1.93 1.98 2.04 4/213 15872
/proc/meminfo: memFree=30927688/32770624 swapFree=67108860/67108860
[pid=15856] ppid=15853 vsize=10617796 memory=98016 CPUtime=2.94 cores=1,3,5,7
/proc/15856/stat : 15856 (java) S 15853 15856 7968 0 -1 1077944320 16621 0 0 0 289 5 0 0 20 0 16 0 14786211 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140729895008448 140646157930231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
/proc/15856/statm: 2654449 24504 3069 1 0 2643902 0
[pid=15856/tid=15858] ppid=15853 vsize=10617796 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/15856/task/15858/stat : 15858 (java) R 15853 15856 7968 0 -1 4202560 7994 0 0 0 133 4 0 0 20 0 16 0 14786218 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140646162166928 140645771220456 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15859] ppid=15853 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15859/stat : 15859 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14786219 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140646088350864 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15860] ppid=15853 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15860/stat : 15860 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14786219 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140646087298064 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15861] ppid=15853 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15861/stat : 15861 (java) S 15853 15856 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14786219 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140645767310224 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15862] ppid=15853 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15862/stat : 15862 (java) S 15853 15856 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14786219 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140645766257424 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15863] ppid=15853 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15863/stat : 15863 (java) S 15853 15856 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140645654866288 140646157941378 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15864] ppid=15853 vsize=10617796 memory=281225331971264 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15864/stat : 15864 (java) S 15853 15856 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140645653812256 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15865] ppid=15853 vsize=10617796 memory=7085094949256521831 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15865/stat : 15865 (java) S 15853 15856 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140645652759408 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15866] ppid=15853 vsize=10617796 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15866/stat : 15866 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14786224 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140645651707728 140646157948827 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15867] ppid=15853 vsize=10617796 memory=-5937291674679385897 CPUtime=0.56 cores=1,3,5,7
/proc/15856/task/15867/stat : 15867 (java) S 15853 15856 7968 0 -1 1077944384 2065 0 0 0 56 0 0 0 20 0 16 0 14786224 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140645650656112 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15868] ppid=15853 vsize=10617796 memory=-7449383003082255457 CPUtime=0.64 cores=1,3,5,7
/proc/15856/task/15868/stat : 15868 (java) R 15853 15856 7968 0 -1 4202560 3096 0 0 0 64 0 0 0 20 0 16 0 14786224 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140645649603312 140646139451631 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15869] ppid=15853 vsize=10617796 memory=7679937539709960979 CPUtime=0.34 cores=1,3,5,7
/proc/15856/task/15869/stat : 15869 (java) S 15853 15856 7968 0 -1 1077944384 2060 0 0 0 34 0 0 0 20 0 16 0 14786224 10872623104 24504 18446744073709551615 4194304 4196468 140729895025904 140645648550512 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0

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

/proc/15856/task/15861/stat : 15861 (java) S 15853 15856 7968 0 -1 1077944384 3594 0 0 0 41 11 0 0 20 0 16 0 14786219 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645767310224 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15862] ppid=15853 vsize=10617796 memory=477388 CPUtime=0.52 cores=1,3,5,7
/proc/15856/task/15862/stat : 15862 (java) S 15853 15856 7968 0 -1 1077944384 3276 0 0 0 40 12 0 0 20 0 16 0 14786219 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645766257424 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15863] ppid=15853 vsize=10617796 memory=477388 CPUtime=0.09 cores=1,3,5,7
/proc/15856/task/15863/stat : 15863 (java) S 15853 15856 7968 0 -1 1077944384 4980 0 0 0 6 3 0 0 20 0 16 0 14786221 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645654866288 140646157941378 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15864] ppid=15853 vsize=10617796 memory=477388 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15864/stat : 15864 (java) S 15853 15856 7968 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645653812256 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15865] ppid=15853 vsize=10617796 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15865/stat : 15865 (java) S 15853 15856 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645652759408 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15866] ppid=15853 vsize=10617796 memory=960 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15866/stat : 15866 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14786224 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645651707728 140646157948827 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15867] ppid=15853 vsize=10617796 memory=477388 CPUtime=0.82 cores=1,3,5,7
/proc/15856/task/15867/stat : 15867 (java) S 15853 15856 7968 0 -1 1077944384 3874 0 0 0 82 0 0 0 20 0 16 0 14786224 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645650656112 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15868] ppid=15853 vsize=10617796 memory=477388 CPUtime=1.02 cores=1,3,5,7
/proc/15856/task/15868/stat : 15868 (java) S 15853 15856 7968 0 -1 1077944384 5572 0 0 0 102 0 0 0 20 0 16 0 14786224 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645649603312 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15869] ppid=15853 vsize=10617796 memory=477388 CPUtime=0.39 cores=1,3,5,7
/proc/15856/task/15869/stat : 15869 (java) S 15853 15856 7968 0 -1 1077944384 3290 0 0 0 38 1 0 0 20 0 16 0 14786224 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645648550512 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15870] ppid=15853 vsize=10617796 memory=477388 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15870/stat : 15870 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14786224 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645647497952 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15871] ppid=15853 vsize=10617796 memory=477388 CPUtime=1.25 cores=1,3,5,7
/proc/15856/task/15871/stat : 15871 (java) S 15853 15856 7968 0 -1 1077944384 1723 0 0 0 53 72 0 0 20 0 16 0 14786228 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645646445232 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15872] ppid=15853 vsize=10617796 memory=477388 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15872/stat : 15872 (java) S 15853 15856 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14786279 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645645390768 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
Current children cumulated CPU time: 2447.2 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 477388 KiB

[startup+2502.3 s]
/proc/loadavg: 4.47 4.12 3.30 6/216 16291
/proc/meminfo: memFree=23036292/32770624 swapFree=67108860/67108860
[pid=15856] ppid=15853 vsize=10617796 memory=477388 CPUtime=2507.23 cores=1,3,5,7
/proc/15856/stat : 15856 (java) S 15853 15856 7968 0 -1 1077944320 55227 0 0 0 250602 121 0 0 20 0 16 0 14786211 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140729895008448 140646157930231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
/proc/15856/statm: 2654449 119347 3130 1 0 2643902 0
[pid=15856/tid=15858] ppid=15853 vsize=10617796 memory=477388 CPUtime=2501.41 cores=1,3,5,7
/proc/15856/task/15858/stat : 15858 (java) R 15853 15856 7968 0 -1 4202560 20128 0 0 0 250135 6 0 0 20 0 16 0 14786218 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140646162169168 140645771154448 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15859] ppid=15853 vsize=10617796 memory=477388 CPUtime=0.52 cores=1,3,5,7
/proc/15856/task/15859/stat : 15859 (java) S 15853 15856 7968 0 -1 1077944384 2608 0 0 0 40 12 0 0 20 0 16 0 14786219 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140646088350864 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15860] ppid=15853 vsize=10617796 memory=477388 CPUtime=0.52 cores=1,3,5,7
/proc/15856/task/15860/stat : 15860 (java) S 15853 15856 7968 0 -1 1077944384 4664 0 0 0 41 11 0 0 20 0 16 0 14786219 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140646087298064 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15861] ppid=15853 vsize=10617796 memory=477388 CPUtime=0.52 cores=1,3,5,7
/proc/15856/task/15861/stat : 15861 (java) S 15853 15856 7968 0 -1 1077944384 3594 0 0 0 41 11 0 0 20 0 16 0 14786219 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645767310224 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15862] ppid=15853 vsize=10617796 memory=477388 CPUtime=0.52 cores=1,3,5,7
/proc/15856/task/15862/stat : 15862 (java) S 15853 15856 7968 0 -1 1077944384 3276 0 0 0 40 12 0 0 20 0 16 0 14786219 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645766257424 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15863] ppid=15853 vsize=10617796 memory=477388 CPUtime=0.09 cores=1,3,5,7
/proc/15856/task/15863/stat : 15863 (java) S 15853 15856 7968 0 -1 1077944384 4986 0 0 0 6 3 0 0 20 0 16 0 14786221 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645654866288 140646157941378 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15864] ppid=15853 vsize=10617796 memory=477388 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15864/stat : 15864 (java) S 15853 15856 7968 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645653812256 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15865] ppid=15853 vsize=10617796 memory=477388 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15865/stat : 15865 (java) S 15853 15856 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645652759408 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15866] ppid=15853 vsize=10617796 memory=477388 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15866/stat : 15866 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14786224 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645651707728 140646157948827 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15867] ppid=15853 vsize=10617796 memory=477388 CPUtime=0.82 cores=1,3,5,7
/proc/15856/task/15867/stat : 15867 (java) S 15853 15856 7968 0 -1 1077944384 3882 0 0 0 82 0 0 0 20 0 16 0 14786224 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645650656112 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15868] ppid=15853 vsize=10617796 memory=8684 CPUtime=1.02 cores=1,3,5,7
/proc/15856/task/15868/stat : 15868 (java) S 15853 15856 7968 0 -1 1077944384 5574 0 0 0 102 0 0 0 20 0 16 0 14786224 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645649603312 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15869] ppid=15853 vsize=10617796 memory=1440 CPUtime=0.39 cores=1,3,5,7
/proc/15856/task/15869/stat : 15869 (java) S 15853 15856 7968 0 -1 1077944384 3292 0 0 0 38 1 0 0 20 0 16 0 14786224 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645648550512 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15870] ppid=15853 vsize=10617796 memory=477388 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15870/stat : 15870 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14786224 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645647497952 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15871] ppid=15853 vsize=10617796 memory=477388 CPUtime=1.28 cores=1,3,5,7
/proc/15856/task/15871/stat : 15871 (java) S 15853 15856 7968 0 -1 1077944384 1756 0 0 0 54 74 0 0 20 0 16 0 14786228 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645646445232 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15872] ppid=15853 vsize=10617796 memory=477388 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15872/stat : 15872 (java) S 15853 15856 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14786279 10872623104 119347 18446744073709551615 4194304 4196468 140729895025904 140645645390768 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
Current children cumulated CPU time: 2507.23 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 477388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515 s]*
/proc/loadavg: 4.51 4.15 3.33 6/213 16293
/proc/meminfo: memFree=23040204/32770624 swapFree=67108860/67108860
[pid=15856] ppid=15853 vsize=10617796 memory=477444 CPUtime=2520.01 cores=1,3,5,7
/proc/15856/stat : 15856 (java) S 15853 15856 7968 0 -1 1077944320 55830 0 0 0 251880 121 0 0 20 0 16 0 14786211 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140729895008448 140646157930231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
/proc/15856/statm: 2654449 119361 3132 1 0 2643902 0
[pid=15856/tid=15858] ppid=15853 vsize=10617796 memory=-8774313645642428999 CPUtime=2514.1 cores=1,3,5,7
/proc/15856/task/15858/stat : 15858 (java) R 15853 15856 7968 0 -1 4202560 20192 0 0 0 251404 6 0 0 20 0 16 0 14786218 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140646162169168 140645768446266 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15859] ppid=15853 vsize=10617796 memory=4126316290023845779 CPUtime=0.54 cores=1,3,5,7
/proc/15856/task/15859/stat : 15859 (java) S 15853 15856 7968 0 -1 1077944384 2635 0 0 0 42 12 0 0 20 0 16 0 14786219 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140646088350864 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15860] ppid=15853 vsize=10617796 memory=281225331736816 CPUtime=0.54 cores=1,3,5,7
/proc/15856/task/15860/stat : 15860 (java) S 15853 15856 7968 0 -1 1077944384 4679 0 0 0 43 11 0 0 20 0 16 0 14786219 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140646087298064 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15861] ppid=15853 vsize=10617796 memory=281225331736816 CPUtime=0.54 cores=1,3,5,7
/proc/15856/task/15861/stat : 15861 (java) S 15853 15856 7968 0 -1 1077944384 3619 0 0 0 43 11 0 0 20 0 16 0 14786219 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645767310224 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15862] ppid=15853 vsize=10617796 memory=281225331736816 CPUtime=0.54 cores=1,3,5,7
/proc/15856/task/15862/stat : 15862 (java) S 15853 15856 7968 0 -1 1077944384 3577 0 0 0 42 12 0 0 20 0 16 0 14786219 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645766257424 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15863] ppid=15853 vsize=10617796 memory=281225331736816 CPUtime=0.09 cores=1,3,5,7
/proc/15856/task/15863/stat : 15863 (java) S 15853 15856 7968 0 -1 1077944384 5155 0 0 0 6 3 0 0 20 0 16 0 14786221 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645654866288 140646157941378 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15864] ppid=15853 vsize=10617796 memory=-6953366703549917225 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15864/stat : 15864 (java) S 15853 15856 7968 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645653812256 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15865] ppid=15853 vsize=10617796 memory=281225331736816 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15865/stat : 15865 (java) S 15853 15856 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 14786221 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645652759408 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15866] ppid=15853 vsize=10617796 memory=281225331736816 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15866/stat : 15866 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14786224 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645651707728 140646157948827 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15867] ppid=15853 vsize=10617796 memory=281225333626048 CPUtime=0.82 cores=1,3,5,7
/proc/15856/task/15867/stat : 15867 (java) S 15853 15856 7968 0 -1 1077944384 3882 0 0 0 82 0 0 0 20 0 16 0 14786224 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645650656112 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15868] ppid=15853 vsize=10617796 memory=281225333626240 CPUtime=1.02 cores=1,3,5,7
/proc/15856/task/15868/stat : 15868 (java) S 15853 15856 7968 0 -1 1077944384 5574 0 0 0 102 0 0 0 20 0 16 0 14786224 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645649603312 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15869] ppid=15853 vsize=10617796 memory=281225333626432 CPUtime=0.39 cores=1,3,5,7
/proc/15856/task/15869/stat : 15869 (java) S 15853 15856 7968 0 -1 1077944384 3292 0 0 0 38 1 0 0 20 0 16 0 14786224 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645648550512 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15870] ppid=15853 vsize=10617796 memory=281225333626624 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15870/stat : 15870 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14786224 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645647497952 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15871] ppid=15853 vsize=10617796 memory=281225333626816 CPUtime=1.29 cores=1,3,5,7
/proc/15856/task/15871/stat : 15871 (java) S 15853 15856 7968 0 -1 1077944384 1758 0 0 0 55 74 0 0 20 0 16 0 14786228 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645646445232 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15872] ppid=15853 vsize=10617796 memory=281225333627008 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15872/stat : 15872 (java) S 15853 15856 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14786279 10872623104 119361 18446744073709551615 4194304 4196468 140729895025904 140645645390768 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 477444 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2515.22 s]
# the end of solver process 15856 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.98 s, system=1.2191 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2515.2 s]
/proc/loadavg: 4.51 4.15 3.33 6/213 16293
/proc/meminfo: memFree=23040204/32770624 swapFree=67108860/67108860
[pid=15856] ppid=15853 vsize=10817488 memory=477588 CPUtime=2520.18 cores=1,3,5,7
/proc/15856/stat : 15856 (java) S 15853 15856 7968 0 -1 1077944320 56372 0 0 0 251897 121 0 0 20 0 17 0 14786211 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140729895008448 140646157930231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
/proc/15856/statm: 2704372 119397 3135 1 0 2693825 0
[pid=15856/tid=15858] ppid=15853 vsize=10817488 memory=1732 CPUtime=2514.24 cores=1,3,5,7
/proc/15856/task/15858/stat : 15858 (java) S 15853 15856 7968 0 -1 1077944384 20214 0 0 0 251418 6 0 0 20 0 17 0 14786218 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140646162173104 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15859] ppid=15853 vsize=10817488 memory=1700 CPUtime=0.54 cores=1,3,5,7
/proc/15856/task/15859/stat : 15859 (java) S 15853 15856 7968 0 -1 1077944384 2635 0 0 0 42 12 0 0 20 0 17 0 14786219 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140646088350864 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15860] ppid=15853 vsize=10817488 memory=1228 CPUtime=0.54 cores=1,3,5,7
/proc/15856/task/15860/stat : 15860 (java) S 15853 15856 7968 0 -1 1077944384 4679 0 0 0 43 11 0 0 20 0 17 0 14786219 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140646087298064 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15861] ppid=15853 vsize=10817488 memory=-8774313645642428999 CPUtime=0.54 cores=1,3,5,7
/proc/15856/task/15861/stat : 15861 (java) S 15853 15856 7968 0 -1 1077944384 3619 0 0 0 43 11 0 0 20 0 17 0 14786219 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140645767310224 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15862] ppid=15853 vsize=10817488 memory=2992 CPUtime=0.54 cores=1,3,5,7
/proc/15856/task/15862/stat : 15862 (java) S 15853 15856 7968 0 -1 1077944384 3577 0 0 0 42 12 0 0 20 0 17 0 14786219 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140645766257424 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15863] ppid=15853 vsize=10817488 memory=7970800 CPUtime=0.09 cores=1,3,5,7
/proc/15856/task/15863/stat : 15863 (java) S 15853 15856 7968 0 -1 1077944384 5155 0 0 0 6 3 0 0 20 0 17 0 14786221 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140645654866288 140646157941378 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15864] ppid=15853 vsize=10817488 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15864/stat : 15864 (java) S 15853 15856 7968 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 14786221 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140645653812256 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15865] ppid=15853 vsize=10817488 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15865/stat : 15865 (java) S 15853 15856 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 14786221 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140645652759408 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15866] ppid=15853 vsize=10817488 memory=792 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15866/stat : 15866 (java) S 15853 15856 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 14786224 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140645651707728 140646157948827 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15867] ppid=15853 vsize=10817488 memory=8684 CPUtime=0.82 cores=1,3,5,7
/proc/15856/task/15867/stat : 15867 (java) S 15853 15856 7968 0 -1 1077944384 3893 0 0 0 82 0 0 0 20 0 17 0 14786224 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140645650656112 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15868] ppid=15853 vsize=10817488 memory=1440 CPUtime=1.04 cores=1,3,5,7
/proc/15856/task/15868/stat : 15868 (java) S 15853 15856 7968 0 -1 1077944384 5625 0 0 0 104 0 0 0 20 0 17 0 14786224 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140645649603312 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15869] ppid=15853 vsize=10817488 memory=-8774313645642428999 CPUtime=0.39 cores=1,3,5,7
/proc/15856/task/15869/stat : 15869 (java) S 15853 15856 7968 0 -1 1077944384 3535 0 0 0 38 1 0 0 20 0 17 0 14786224 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140645648550512 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15870] ppid=15853 vsize=10817488 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/15856/task/15870/stat : 15870 (java) S 15853 15856 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 14786224 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140645647497952 140646157940437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
[pid=15856/tid=15871] ppid=15853 vsize=10817488 memory=477388 CPUtime=1.29 cores=1,3,5,7
/proc/15856/task/15871/stat : 15871 (java) S 15853 15856 7968 0 -1 1077944384 1758 0 0 0 55 74 0 0 20 0 17 0 14786228 11077107712 119397 18446744073709551615 4194304 4196468 140729895025904 140645646445232 140646157941378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22208512 140729895031185 140729895031338 140729895031338 140729895034831 0
Current children cumulated CPU time: 2520.18 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 477588 KiB

Child status: 143
Real time (s): 2515.22
CPU time (s): 2520.19
CPU user time (s): 2518.98
CPU system time (s): 1.2191
CPU usage (%): 100.198
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 597704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.98
system time used= 1.2191
maximum resident set size= 597772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56449
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57139
involuntary context switches= 822


# summary of solver processes directly reported to runsolver:
#   pid: 15856
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2518.98
#   total CPU system time (s): 1.2191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6573 second user time and 23.8277 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 09:09:58
IDJOB=4263155
IDBENCH=116011
IDSOLVER=2651
FILE ID=node128/4263155-1502609035
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-09-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263155-1502609035/watcher-4263155-1502609035 -o /tmp/evaluation-result-4263155-1502609035/solver-4263155-1502609035 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263155-1502609035.xml

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

MD5SUM BENCH= a81896bc222770b6aa27c18215a8955e
RANDOM SEED=1708863015

node128.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.94
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.94
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.94
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.94
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:        31008236 kB
MemAvailable:   31543184 kB
Buffers:          122492 kB
Cached:           700956 kB
SwapCached:            0 kB
Active:           713304 kB
Inactive:         638792 kB
Active(anon):     528992 kB
Inactive(anon):    16764 kB
Active(file):     184312 kB
Inactive(file):   622028 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1688 kB
Writeback:             4 kB
AnonPages:        528268 kB
Mapped:            43976 kB
Shmem:             17116 kB
Slab:             113232 kB
SReclaimable:      88888 kB
SUnreclaim:        24344 kB
KernelStack:        3472 kB
PageTables:         6020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1275140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 09:51:54