Trace number 4263152

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)40 2520.3301 2516.1499

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-13.xml
MD5SUM1997324ae6d797082bd494fdd449159c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark18912
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints186
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":78},{"size":9,"count":78}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":78},{"degree":7,"count":4},{"degree":8,"count":30},{"degree":10,"count":44}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":78},{"arity":3,"count":30},{"arity":4,"count":4},{"arity":6,"count":30},{"arity":9,"count":44}]
Number of extensional constraints108
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":108},{"type":"sum","count":78}]
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.04/0.63	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.04/0.63	c This is free software under the dual EPL/GNU LGPL licenses.
1.04/0.63	c See www.sat4j.org for details.
1.04/0.63	c That software uses the Rhino library from the Mozilla project.
1.04/0.63	c version CUSTOM.v20170705
1.04/0.63	c java.runtime.name	Java(TM) SE Runtime Environment
1.04/0.63	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.04/0.63	c java.vm.version	25.131-b11
1.04/0.63	c java.vm.vendor	Oracle Corporation
1.04/0.63	c sun.arch.data.model	64
1.04/0.63	c java.version		1.8.0_131
1.04/0.63	c os.name		Linux
1.04/0.63	c os.version		3.10.0-514.16.1.el7.x86_64
1.04/0.63	c os.arch		amd64
1.04/0.63	c Free memory 		499604488
1.04/0.63	c Max memory 		7247757312
1.04/0.63	c Total memory 		504889344
1.04/0.63	c Number of processors 	4
1.04/0.63	c c --- Begin Solver configuration ---
1.04/0.63	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.04/0.63	c Learn all clauses as in MiniSAT
1.04/0.63	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.04/0.63	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.04/0.63	c No reason simplification
1.04/0.63	c Glucose 2.1 dynamic restart strategy
1.04/0.63	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.04/0.63	c timeout=2147483s
1.04/0.63	c DB Simplification allowed=false
1.04/0.63	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.04/0.63	c --- End Solver configuration ---
1.04/0.63	c constraints type 
1.04/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 312
1.04/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8580
1.04/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15246
1.04/0.63	c org.sat4j.minisat.constraints.cnf.UnitClause => 312
1.04/0.63	c 24450 constraints processed.
1.66/0.85	o 30
3.16/2.00	o 31
3.27/2.03	o 37
3.27/2.06	o 38
3.67/2.40	o 39
8.63/7.23	o 40
2520.12/2516.10	c starts		: 7488
2520.12/2516.10	c conflicts		: 4022076
2520.12/2516.10	c decisions		: 4675586
2520.12/2516.10	c propagations		: 2466650909
2520.12/2516.10	c inspects		: 35070021967
2520.12/2516.10	c shortcuts		: 0
2520.12/2516.10	c learnt literals	: 0
2520.12/2516.10	c learnt binary clauses	: 448
2520.12/2516.10	c learnt ternary clauses	: 1141
2520.12/2516.10	c learnt constraints	: 4022076
2520.12/2516.10	c ignored constraints	: 0
2520.12/2516.10	c root simplifications	: 0
2520.12/2516.10	c removed literals (reason simplification)	: 0
2520.12/2516.10	c reason swapping (by a shorter reason)	: 0
2520.12/2516.10	c Calls to reduceDB	: 89
2520.12/2516.10	c Number of update (reduction) of LBD	: 525866
2520.12/2516.10	c Imported unit clauses	: 0
2520.12/2516.10	c number of reductions to clauses (during analyze)	: 0
2520.12/2516.10	c number of learned constraints concerned by reduction	: 0
2520.12/2516.10	c number of learning phase by resolution	: 0
2520.12/2516.10	c number of learning phase by cutting planes	: 0
2520.12/2516.10	c number of rounding to 1 operations	: 0
2520.12/2516.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.12/2516.10	c number of reductions of the coefficients by power 2 	: 0
2520.12/2516.10	c number of right shift for reduction by power 2 	: 0
2520.12/2516.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.12/2516.10	c speed (assignments/second)	: 980594.7964272198
2520.12/2516.10	c non guided choices	7388
2520.24/2516.13	c learnt constraints type 
2520.24/2516.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 448
2520.24/2516.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164991
2520.24/2516.13	s SATISFIABLE
2520.24/2516.14	v <instantiation type="solution">
2520.24/2516.14	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[0][12] 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[1][12] 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[2][12] 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[3][12] 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[4][12] 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[5][12] 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[0][12] 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[1][12] 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[2][12] 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[3][12] 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[4][12] 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[5][12] </list>
2520.24/2516.14	v 	<values> 1 1 0 1 1 0 1 1 0 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 1 1 0 1 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 0 1 1 0 0 0 1 1 3 3 4 3 3 4 3 3 4 2 4 3 2 3 3 4 3 3 4 3 3 4 2 3 4 2 4 5 5 4 4 4 5 5 4 4 4 4 2 2 3 3 2 4 2 3 3 2 4 2 3 2 3 6 6 3 4 3 6 6 3 4 3 6 3 2 2 2 2 2 2 2 2 2 2 2 3 2 </values>
2520.24/2516.14	v </instantiation>
2520.24/2516.14	

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263152-1502606592/watcher-4263152-1502606592 -o /tmp/evaluation-result-4263152-1502606592/solver-4263152-1502606592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263152-1502606592.xml 

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

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=21267, runsolver pid=21264

[startup+0.10293 s]*
/proc/loadavg: 2.07 2.00 2.24 3/204 21276
/proc/meminfo: memFree=31456736/32770624 swapFree=67105588/67108860
[pid=21267] ppid=21264 vsize=10151672 memory=20736 CPUtime=0.04 cores=0,2,4,6
/proc/21267/stat : 21267 (java) S 21264 21267 12560 0 -1 1077944320 4063 0 0 0 4 0 0 0 20 0 9 0 62854607 10395312128 5184 18446744073709551615 4194304 4196468 140737112134448 140737112116992 140682579169015 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
/proc/21267/statm: 2537918 5184 2156 1 0 2527415 0
[pid=21267/tid=21269] ppid=21264 vsize=10152700 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/21267/task/21269/stat : 21269 (java) S 21264 21267 12560 0 -1 1077944384 2707 0 0 0 3 0 0 0 20 0 10 0 62854613 10396364800 5184 18446744073709551615 4194304 4196468 140737112134448 140682583411168 140682579179221 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21270] ppid=21264 vsize=10152700 memory=-5738297875903123798 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21270/stat : 21270 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 62854614 10396364800 5184 18446744073709551615 4194304 4196468 140737112134448 140682536135440 140682579179221 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21271] ppid=21264 vsize=10152700 memory=139865534002816 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21271/stat : 21271 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 62854614 10396364800 5184 18446744073709551615 4194304 4196468 140737112134448 140682535082896 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21272] ppid=21264 vsize=10152700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21272/stat : 21272 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 62854614 10396364800 5184 18446744073709551615 4194304 4196468 140737112134448 140682534030352 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21273] ppid=21264 vsize=10152700 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21273/stat : 21273 (java) S 21264 21267 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 62854614 10396364800 5184 18446744073709551615 4194304 4196468 140737112134448 140682532977808 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21274] ppid=21264 vsize=10284800 memory=139865534002816 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21274/stat : 21274 (java) S 21264 21267 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 62854615 10531635200 5184 18446744073709551615 4194304 4196468 140737112134448 140682142877680 140682579180162 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21275] ppid=21264 vsize=10219264 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21275/stat : 21275 (java) S 21264 21267 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 11 0 62854616 10464526336 5187 18446744073709551615 4194304 4196468 140737112134448 140682141823904 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21276] ppid=21264 vsize=10284800 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21276/stat : 21276 (java) S 21264 21267 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 11 0 62854616 10531635200 5187 18446744073709551615 4194304 4196468 140737112134448 140682140771312 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21277] ppid=21264 vsize=10284800 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21277/stat : 21277 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 11 0 62854618 10531635200 5187 18446744073709551615 4194304 4196468 140737112134448 140682139719888 140682579187611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21278] ppid=21264 vsize=10285828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21278/stat : 21278 (java) R 21264 21267 12560 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 12 0 62854618 10532687872 5187 18446744073709551615 4194304 4196468 140737112134448 140682138668232 140682558490880 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21279] ppid=21264 vsize=10285828 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21279/stat : 21279 (java) R 21264 21267 12560 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 12 0 62854618 10532687872 5187 18446744073709551615 4194304 4196468 140737112134448 140682137615584 140682579179221 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20736 KiB

[startup+0.210341 s]*
/proc/loadavg: 2.07 2.00 2.24 6/210 21282
/proc/meminfo: memFree=31453360/32770624 swapFree=67105588/67108860
[pid=21267] ppid=21264 vsize=10552180 memory=30216 CPUtime=0.11 cores=0,2,4,6
/proc/21267/stat : 21267 (java) S 21264 21267 12560 0 -1 1077944320 7207 0 0 0 9 2 0 0 20 0 15 0 62854607 10805432320 7554 18446744073709551615 4194304 4196468 140737112134448 140737112116992 140682579169015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
/proc/21267/statm: 2638045 7554 2792 1 0 2627517 0
[pid=21267/tid=21269] ppid=21264 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/21267/task/21269/stat : 21269 (java) R 21264 21267 12560 0 -1 4202560 5122 0 0 0 7 1 0 0 20 0 15 0 62854613 10805432320 7357 18446744073709551615 4194304 4196468 140737112134448 140682583357360 140682571886119 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21270] ppid=21264 vsize=10552180 memory=328 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21270/stat : 21270 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62854614 10805432320 7357 18446744073709551615 4194304 4196468 140737112134448 140682536135440 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21271] ppid=21264 vsize=10551156 memory=288370241685714560 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21271/stat : 21271 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62854614 10804383744 7357 18446744073709551615 4194304 4196468 140737112134448 140682535082896 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21272] ppid=21264 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21272/stat : 21272 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62854614 10804383744 7357 18446744073709551615 4194304 4196468 140737112134448 140682534030352 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21273] ppid=21264 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21273/stat : 21273 (java) S 21264 21267 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62854614 10804383744 7357 18446744073709551615 4194304 4196468 140737112134448 140682532977808 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21274] ppid=21264 vsize=10551156 memory=139865534002816 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21274/stat : 21274 (java) S 21264 21267 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62854615 10804383744 7357 18446744073709551615 4194304 4196468 140737112134448 140682142877680 140682579180162 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21275] ppid=21264 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21275/stat : 21275 (java) S 21264 21267 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62854616 10805432320 7357 18446744073709551615 4194304 4196468 140737112134448 140682141823904 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21276] ppid=21264 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21276/stat : 21276 (java) S 21264 21267 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62854616 10805432320 7357 18446744073709551615 4194304 4196468 140737112134448 140682140771312 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21277] ppid=21264 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21277/stat : 21277 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62854618 10805432320 7357 18446744073709551615 4194304 4196468 140737112134448 140682139719888 140682579187611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21278] ppid=21264 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21278/stat : 21278 (java) S 21264 21267 12560 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 62854618 10805432320 7357 18446744073709551615 4194304 4196468 140737112134448 140682138667504 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21279] ppid=21264 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21279/stat : 21279 (java) S 21264 21267 12560 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 62854618 10805432320 7422 18446744073709551615 4194304 4196468 140737112134448 140682137614960 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21280] ppid=21264 vsize=10552180 memory=139865534002816 CPUtime=0.01 cores=0,2,4,6
/proc/21267/task/21280/stat : 21280 (java) S 21264 21267 12560 0 -1 1077944384 294 0 0 0 1 0 0 0 20 0 15 0 62854618 10805432320 7422 18446744073709551615 4194304 4196468 140737112134448 140682136562416 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21281] ppid=21264 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21281/stat : 21281 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62854619 10805432320 7422 18446744073709551615 4194304 4196468 140737112134448 140682135510112 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21282] ppid=21264 vsize=10552180 memory=139865534002816 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21282/stat : 21282 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62854625 10805432320 7488 18446744073709551615 4194304 4196468 140737112134448 140682134456624 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30216 KiB

[startup+0.311253 s]*
/proc/loadavg: 2.07 2.00 2.24 5/210 21282
/proc/meminfo: memFree=31441780/32770624 swapFree=67105588/67108860
[pid=21267] ppid=21264 vsize=10551156 memory=38672 CPUtime=0.27 cores=0,2,4,6
/proc/21267/stat : 21267 (java) S 21264 21267 12560 0 -1 1077944320 8901 0 0 0 25 2 0 0 20 0 15 0 62854607 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140737112116992 140682579169015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
/proc/21267/statm: 2637789 9668 2923 1 0 2627261 0
[pid=21267/tid=21269] ppid=21264 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/21267/task/21269/stat : 21269 (java) R 21264 21267 12560 0 -1 4202560 6131 0 0 0 17 2 0 0 20 0 15 0 62854613 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682583407136 140682207577345 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21270] ppid=21264 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21270/stat : 21270 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62854614 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682536135440 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21271] ppid=21264 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21271/stat : 21271 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62854614 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682535082896 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21272] ppid=21264 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21272/stat : 21272 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62854614 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682534030352 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21273] ppid=21264 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21273/stat : 21273 (java) S 21264 21267 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62854614 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682532977808 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21274] ppid=21264 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21274/stat : 21274 (java) S 21264 21267 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62854615 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682142877680 140682579180162 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21275] ppid=21264 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21275/stat : 21275 (java) S 21264 21267 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62854616 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682141823904 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21276] ppid=21264 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21276/stat : 21276 (java) S 21264 21267 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62854616 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682140771312 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21277] ppid=21264 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21277/stat : 21277 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62854618 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682139719888 140682579187611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21278] ppid=21264 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21267/task/21278/stat : 21278 (java) R 21264 21267 12560 0 -1 4202560 590 0 0 0 2 0 0 0 20 0 15 0 62854618 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682138648408 140682563562772 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21279] ppid=21264 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21279/stat : 21279 (java) R 21264 21267 12560 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 62854618 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682137614960 140682579180162 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21280] ppid=21264 vsize=10551156 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/21267/task/21280/stat : 21280 (java) R 21264 21267 12560 0 -1 4202560 824 0 0 0 5 0 0 0 20 0 15 0 62854618 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682136558408 140682558110566 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21281] ppid=21264 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21281/stat : 21281 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62854619 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682135510112 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21282] ppid=21264 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21282/stat : 21282 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62854625 10804383744 9668 18446744073709551615 4194304 4196468 140737112134448 140682134456624 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38672 KiB

[startup+0.701043 s]
/proc/loadavg: 2.07 2.00 2.24 4/210 21282
/proc/meminfo: memFree=31430280/32770624 swapFree=67105588/67108860
[pid=21267] ppid=21264 vsize=10617796 memory=83120 CPUtime=1.34 cores=0,2,4,6
/proc/21267/stat : 21267 (java) S 21264 21267 12560 0 -1 1077944320 13867 0 0 0 129 5 0 0 20 0 16 0 62854607 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140737112116992 140682579169015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
/proc/21267/statm: 2654449 20780 3054 1 0 2643902 0
[pid=21267/tid=21269] ppid=21264 vsize=10617796 memory=35844 CPUtime=0.56 cores=0,2,4,6
/proc/21267/task/21269/stat : 21269 (java) R 21264 21267 12560 0 -1 4202560 7875 0 0 0 53 3 0 0 20 0 16 0 62854613 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682583405184 140682210893246 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21270] ppid=21264 vsize=10617796 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21270/stat : 21270 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62854614 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682536135440 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21271] ppid=21264 vsize=10617796 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21271/stat : 21271 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62854614 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682535082896 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21272] ppid=21264 vsize=10617796 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21272/stat : 21272 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62854614 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682534030352 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21273] ppid=21264 vsize=10617796 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21273/stat : 21273 (java) S 21264 21267 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 62854614 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682532977808 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21274] ppid=21264 vsize=10617796 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21274/stat : 21274 (java) S 21264 21267 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 62854615 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682142877680 140682579180162 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21275] ppid=21264 vsize=10617796 memory=8600 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21275/stat : 21275 (java) S 21264 21267 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 62854616 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682141823904 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21276] ppid=21264 vsize=10617796 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21276/stat : 21276 (java) S 21264 21267 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 62854616 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682140771312 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21277] ppid=21264 vsize=10617796 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21277/stat : 21277 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62854618 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682139719888 140682579187611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21278] ppid=21264 vsize=10617796 memory=796 CPUtime=0.24 cores=0,2,4,6
/proc/21267/task/21278/stat : 21278 (java) R 21264 21267 12560 0 -1 4202560 1831 0 0 0 24 0 0 0 20 0 16 0 62854618 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682138657696 140682560713489 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21279] ppid=21264 vsize=10617796 memory=1228 CPUtime=0.22 cores=0,2,4,6
/proc/21267/task/21279/stat : 21279 (java) R 21264 21267 12560 0 -1 4202560 1045 0 0 0 22 0 0 0 20 0 16 0 62854618 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682137601504 140682560713249 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21280] ppid=21264 vsize=10617796 memory=1412 CPUtime=0.29 cores=0,2,4,6
/proc/21267/task/21280/stat : 21280 (java) S 21264 21267 12560 0 -1 1077944384 1724 0 0 0 29 0 0 0 20 0 16 0 62854618 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682136562416 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21281] ppid=21264 vsize=10617796 memory=7014751519600366929 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21281/stat : 21281 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62854619 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682135510112 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21282] ppid=21264 vsize=10617796 memory=7013349724047103082 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21282/stat : 21282 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62854625 10872623104 20780 18446744073709551615 4194304 4196468 140737112134448 140682134456624 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 83120 KiB

[startup+1.50086 s]
/proc/loadavg: 2.07 2.00 2.24 3/211 21283
/proc/meminfo: memFree=31396340/32770624 swapFree=67105588/67108860
[pid=21267] ppid=21264 vsize=10617796 memory=89240 CPUtime=2.74 cores=0,2,4,6
/proc/21267/stat : 21267 (java) S 21264 21267 12560 0 -1 1077944320 18337 0 0 0 269 5 0 0 20 0 16 0 62854607 10872623104 22310 18446744073709551615 4194304 4196468 140737112134448 140737112116992 140682579169015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
/proc/21267/statm: 2654449 22310 3071 1 0 2643902 0
[pid=21267/tid=21269] ppid=21264 vsize=10617796 memory=1292 CPUtime=1.37 cores=0,2,4,6
/proc/21267/task/21269/stat : 21269 (java) R 21264 21267 12560 0 -1 4202560 8522 0 0 0 133 4 0 0 20 0 16 0 62854613 10872623104 22310 18446744073709551615 4194304 4196468 140737112134448 140682583407360 140682210984839 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21270] ppid=21264 vsize=10617796 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21270/stat : 21270 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62854614 10872623104 22310 18446744073709551615 4194304 4196468 140737112134448 140682536135440 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21271] ppid=21264 vsize=10617796 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21271/stat : 21271 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62854614 10872623104 22310 18446744073709551615 4194304 4196468 140737112134448 140682535082896 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21272] ppid=21264 vsize=10617796 memory=35844 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21272/stat : 21272 (java) S 21264 21267 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62854614 10872623104 22310 18446744073709551615 4194304 4196468 140737112134448 140682534030352 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21273] ppid=21264 vsize=10617796 memory=85960 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21273/stat : 21273 (java) S 21264 21267 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 62854614 10872623104 22310 18446744073709551615 4194304 4196468 140737112134448 140682532977808 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21274] ppid=21264 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21274/stat : 21274 (java) S 21264 21267 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 62854615 10872623104 22310 18446744073709551615 4194304 4196468 140737112134448 140682142877680 140682579180162 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21275] ppid=21264 vsize=10617796 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21275/stat : 21275 (java) S 21264 21267 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 62854616 10872623104 22310 18446744073709551615 4194304 4196468 140737112134448 140682141823904 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21276] ppid=21264 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21276/stat : 21276 (java) S 21264 21267 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 62854616 10872623104 22310 18446744073709551615 4194304 4196468 140737112134448 140682140771312 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21277] ppid=21264 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21277/stat : 21277 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62854618 10872623104 22310 18446744073709551615 4194304 4196468 140737112134448 140682139719888 140682579187611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0

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

/proc/21267/task/21275/stat : 21275 (java) S 21264 21267 12560 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 62854616 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682141823904 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21276] ppid=21264 vsize=10617796 memory=497732 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21276/stat : 21276 (java) S 21264 21267 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 62854616 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682140771312 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21277] ppid=21264 vsize=10617796 memory=497732 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21277/stat : 21277 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62854618 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682139719888 140682579187611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21278] ppid=21264 vsize=10617796 memory=497732 CPUtime=0.77 cores=0,2,4,6
/proc/21267/task/21278/stat : 21278 (java) S 21264 21267 12560 0 -1 1077944384 6541 0 0 0 77 0 0 0 20 0 16 0 62854618 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682138667504 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21279] ppid=21264 vsize=10617796 memory=-8774313645642428999 CPUtime=0.67 cores=0,2,4,6
/proc/21267/task/21279/stat : 21279 (java) S 21264 21267 12560 0 -1 1077944384 5959 0 0 0 66 1 0 0 20 0 16 0 62854618 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682137614960 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21280] ppid=21264 vsize=10617796 memory=288230617509003574 CPUtime=0.38 cores=0,2,4,6
/proc/21267/task/21280/stat : 21280 (java) S 21264 21267 12560 0 -1 1077944384 3707 0 0 0 37 1 0 0 20 0 16 0 62854618 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682136562416 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21281] ppid=21264 vsize=10617796 memory=497732 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21281/stat : 21281 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62854619 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682135510112 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21282] ppid=21264 vsize=10617796 memory=497732 CPUtime=1.57 cores=0,2,4,6
/proc/21267/task/21282/stat : 21282 (java) S 21264 21267 12560 0 -1 1077944384 1894 0 0 0 82 75 0 0 20 0 16 0 62854625 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682134456624 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21283] ppid=21264 vsize=10617796 memory=497732 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21283/stat : 21283 (java) S 21264 21267 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 62854672 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682133402416 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
Current children cumulated CPU time: 2506.38 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 497732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.9 s]
/proc/loadavg: 2.07 2.06 2.07 3/215 21629
/proc/meminfo: memFree=30942028/32770624 swapFree=67105588/67108860
[pid=21267] ppid=21264 vsize=10617796 memory=497732 CPUtime=2520 cores=0,2,4,6
/proc/21267/stat : 21267 (java) S 21264 21267 12560 0 -1 1077944320 47275 0 0 0 251898 102 0 0 20 0 16 0 62854607 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140737112116992 140682579169015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
/proc/21267/statm: 2654449 124433 3115 1 0 2643902 0
[pid=21267/tid=21269] ppid=21264 vsize=10617796 memory=497732 CPUtime=2515.17 cores=0,2,4,6
/proc/21267/task/21269/stat : 21269 (java) R 21264 21267 12560 0 -1 4202560 18217 0 0 0 251511 6 0 0 20 0 16 0 62854613 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682583407952 140682211114315 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21270] ppid=21264 vsize=10617796 memory=497732 CPUtime=0.32 cores=0,2,4,6
/proc/21267/task/21270/stat : 21270 (java) S 21264 21267 12560 0 -1 1077944384 1156 0 0 0 24 8 0 0 20 0 16 0 62854614 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682536135440 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21271] ppid=21264 vsize=10617796 memory=497732 CPUtime=0.32 cores=0,2,4,6
/proc/21267/task/21271/stat : 21271 (java) S 21264 21267 12560 0 -1 1077944384 2444 0 0 0 24 8 0 0 20 0 16 0 62854614 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682535082896 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21272] ppid=21264 vsize=10617796 memory=497732 CPUtime=0.31 cores=0,2,4,6
/proc/21267/task/21272/stat : 21272 (java) S 21264 21267 12560 0 -1 1077944384 1697 0 0 0 23 8 0 0 20 0 16 0 62854614 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682534030352 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21273] ppid=21264 vsize=10617796 memory=497732 CPUtime=0.32 cores=0,2,4,6
/proc/21267/task/21273/stat : 21273 (java) S 21264 21267 12560 0 -1 1077944384 1781 0 0 0 24 8 0 0 20 0 16 0 62854614 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682532977808 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21274] ppid=21264 vsize=10617796 memory=497732 CPUtime=0.07 cores=0,2,4,6
/proc/21267/task/21274/stat : 21274 (java) S 21264 21267 12560 0 -1 1077944384 2419 0 0 0 3 4 0 0 20 0 16 0 62854615 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682142877680 140682579180162 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21275] ppid=21264 vsize=10617796 memory=497732 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21275/stat : 21275 (java) S 21264 21267 12560 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 62854616 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682141823904 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21276] ppid=21264 vsize=10617796 memory=497732 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21276/stat : 21276 (java) S 21264 21267 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 62854616 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682140771312 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21277] ppid=21264 vsize=10617796 memory=497732 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21277/stat : 21277 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62854618 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682139719888 140682579187611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21278] ppid=21264 vsize=10617796 memory=1716 CPUtime=0.77 cores=0,2,4,6
/proc/21267/task/21278/stat : 21278 (java) S 21264 21267 12560 0 -1 1077944384 6541 0 0 0 77 0 0 0 20 0 16 0 62854618 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682138667504 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21279] ppid=21264 vsize=10617796 memory=497732 CPUtime=0.67 cores=0,2,4,6
/proc/21267/task/21279/stat : 21279 (java) S 21264 21267 12560 0 -1 1077944384 5959 0 0 0 66 1 0 0 20 0 16 0 62854618 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682137614960 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21280] ppid=21264 vsize=10617796 memory=4080 CPUtime=0.38 cores=0,2,4,6
/proc/21267/task/21280/stat : 21280 (java) S 21264 21267 12560 0 -1 1077944384 3707 0 0 0 37 1 0 0 20 0 16 0 62854618 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682136562416 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21281] ppid=21264 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21281/stat : 21281 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62854619 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682135510112 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21282] ppid=21264 vsize=10617796 memory=3252 CPUtime=1.58 cores=0,2,4,6
/proc/21267/task/21282/stat : 21282 (java) S 21264 21267 12560 0 -1 1077944384 1896 0 0 0 83 75 0 0 20 0 16 0 62854625 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682134456624 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21283] ppid=21264 vsize=10617796 memory=81 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21283/stat : 21283 (java) S 21264 21267 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 62854672 10872623104 124433 18446744073709551615 4194304 4196468 140737112134448 140682133402416 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 497732 KiB

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

[startup+2516.15 s]
# the end of solver process 21267 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.29 s, system=1.03413 s

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

[startup+2516.01 s]*
/proc/loadavg: 2.06 2.06 2.07 3/216 21632
/proc/meminfo: memFree=30941764/32770624 swapFree=67105588/67108860
[pid=21267] ppid=21264 vsize=10817488 memory=498004 CPUtime=2520.12 cores=0,2,4,6
/proc/21267/stat : 21267 (java) S 21264 21267 12560 0 -1 1077944320 47761 0 0 0 251910 102 0 0 20 0 17 0 62854607 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140737112116992 140682579169015 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
/proc/21267/statm: 2704372 124501 3117 1 0 2693825 0
[pid=21267/tid=21269] ppid=21264 vsize=10817488 memory=-8195925453750481479 CPUtime=2515.28 cores=0,2,4,6
/proc/21267/task/21269/stat : 21269 (java) R 21264 21267 12560 0 -1 4202560 18266 0 0 0 251522 6 0 0 20 0 17 0 62854613 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682583407952 140682211502640 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21270] ppid=21264 vsize=10817488 memory=4126316290023845779 CPUtime=0.32 cores=0,2,4,6
/proc/21267/task/21270/stat : 21270 (java) S 21264 21267 12560 0 -1 1077944384 1156 0 0 0 24 8 0 0 20 0 17 0 62854614 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682536135440 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21271] ppid=21264 vsize=10817488 memory=832 CPUtime=0.32 cores=0,2,4,6
/proc/21267/task/21271/stat : 21271 (java) S 21264 21267 12560 0 -1 1077944384 2444 0 0 0 24 8 0 0 20 0 17 0 62854614 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682535082896 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21272] ppid=21264 vsize=10817488 memory=16448 CPUtime=0.31 cores=0,2,4,6
/proc/21267/task/21272/stat : 21272 (java) S 21264 21267 12560 0 -1 1077944384 1697 0 0 0 23 8 0 0 20 0 17 0 62854614 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682534030352 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21273] ppid=21264 vsize=10817488 memory=3908 CPUtime=0.32 cores=0,2,4,6
/proc/21267/task/21273/stat : 21273 (java) S 21264 21267 12560 0 -1 1077944384 1781 0 0 0 24 8 0 0 20 0 17 0 62854614 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682532977808 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21274] ppid=21264 vsize=10817488 memory=2752 CPUtime=0.07 cores=0,2,4,6
/proc/21267/task/21274/stat : 21274 (java) S 21264 21267 12560 0 -1 1077944384 2419 0 0 0 3 4 0 0 20 0 17 0 62854615 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682142877680 140682579180162 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21275] ppid=21264 vsize=10817488 memory=2768 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21275/stat : 21275 (java) S 21264 21267 12560 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 62854616 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682141823904 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21276] ppid=21264 vsize=10817488 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21276/stat : 21276 (java) S 21264 21267 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 62854616 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682140771312 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21277] ppid=21264 vsize=10817488 memory=3252 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21277/stat : 21277 (java) S 21264 21267 12560 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 62854618 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682139719888 140682579187611 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21278] ppid=21264 vsize=10817488 memory=497732 CPUtime=0.77 cores=0,2,4,6
/proc/21267/task/21278/stat : 21278 (java) S 21264 21267 12560 0 -1 1077944384 6562 0 0 0 77 0 0 0 20 0 17 0 62854618 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682138667504 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21279] ppid=21264 vsize=10817488 memory=4072 CPUtime=0.67 cores=0,2,4,6
/proc/21267/task/21279/stat : 21279 (java) S 21264 21267 12560 0 -1 1077944384 6003 0 0 0 66 1 0 0 20 0 17 0 62854618 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682137614960 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21280] ppid=21264 vsize=10817488 memory=1156 CPUtime=0.38 cores=0,2,4,6
/proc/21267/task/21280/stat : 21280 (java) S 21264 21267 12560 0 -1 1077944384 3815 0 0 0 37 1 0 0 20 0 17 0 62854618 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682136562416 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21281] ppid=21264 vsize=10817488 memory=3072 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21281/stat : 21281 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62854619 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682135510112 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21282] ppid=21264 vsize=10817488 memory=324200 CPUtime=1.58 cores=0,2,4,6
/proc/21267/task/21282/stat : 21282 (java) S 21264 21267 12560 0 -1 1077944384 1896 0 0 0 83 75 0 0 20 0 17 0 62854625 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682134456624 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21630] ppid=21264 vsize=10817488 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21630/stat : 21630 (java) S 21264 21267 12560 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 63106198 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682132349168 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21631] ppid=21264 vsize=10817488 memory=4080 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21631/stat : 21631 (java) S 21264 21267 12560 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 17 0 63106198 11077107712 124501 18446744073709551615 4194304 4196468 140737112134448 140682131297552 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
Current children cumulated CPU time: 2520.12 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 498004 KiB

[startup+2516.12 s]
/proc/loadavg: 2.06 2.06 2.07 3/216 21632
/proc/meminfo: memFree=30941764/32770624 swapFree=67105588/67108860
[pid=21267] ppid=21264 vsize=10817488 memory=498100 CPUtime=2520.24 cores=0,2,4,6
/proc/21267/stat : 21267 (java) S 21264 21267 12560 0 -1 1077944320 47868 0 0 0 251922 102 0 0 20 0 17 0 62854607 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140737112116992 140682579169015 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
/proc/21267/statm: 2704372 124525 3117 1 0 2693825 0
[pid=21267/tid=21269] ppid=21264 vsize=10817488 memory=497732 CPUtime=2515.39 cores=0,2,4,6
/proc/21267/task/21269/stat : 21269 (java) R 21264 21267 12560 0 -1 4202560 18267 0 0 0 251533 6 0 0 20 0 17 0 62854613 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682583407952 140682211503032 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21270] ppid=21264 vsize=10817488 memory=497732 CPUtime=0.32 cores=0,2,4,6
/proc/21267/task/21270/stat : 21270 (java) S 21264 21267 12560 0 -1 1077944384 1156 0 0 0 24 8 0 0 20 0 17 0 62854614 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682536135440 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21271] ppid=21264 vsize=10817488 memory=497732 CPUtime=0.32 cores=0,2,4,6
/proc/21267/task/21271/stat : 21271 (java) S 21264 21267 12560 0 -1 1077944384 2444 0 0 0 24 8 0 0 20 0 17 0 62854614 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682535082896 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21272] ppid=21264 vsize=10817488 memory=497732 CPUtime=0.31 cores=0,2,4,6
/proc/21267/task/21272/stat : 21272 (java) S 21264 21267 12560 0 -1 1077944384 1697 0 0 0 23 8 0 0 20 0 17 0 62854614 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682534030352 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21273] ppid=21264 vsize=10817488 memory=497732 CPUtime=0.32 cores=0,2,4,6
/proc/21267/task/21273/stat : 21273 (java) S 21264 21267 12560 0 -1 1077944384 1781 0 0 0 24 8 0 0 20 0 17 0 62854614 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682532977808 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21274] ppid=21264 vsize=10817488 memory=497732 CPUtime=0.07 cores=0,2,4,6
/proc/21267/task/21274/stat : 21274 (java) S 21264 21267 12560 0 -1 1077944384 2419 0 0 0 3 4 0 0 20 0 17 0 62854615 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682142877680 140682579180162 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21275] ppid=21264 vsize=10817488 memory=497732 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21275/stat : 21275 (java) S 21264 21267 12560 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 62854616 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682141823904 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21276] ppid=21264 vsize=10817488 memory=497732 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21276/stat : 21276 (java) S 21264 21267 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 62854616 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682140771312 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21277] ppid=21264 vsize=10817488 memory=497732 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21277/stat : 21277 (java) S 21264 21267 12560 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 62854618 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682139719888 140682579187611 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21278] ppid=21264 vsize=10817488 memory=497732 CPUtime=0.77 cores=0,2,4,6
/proc/21267/task/21278/stat : 21278 (java) S 21264 21267 12560 0 -1 1077944384 6568 0 0 0 77 0 0 0 20 0 17 0 62854618 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682138667504 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21279] ppid=21264 vsize=10817488 memory=4080 CPUtime=0.69 cores=0,2,4,6
/proc/21267/task/21279/stat : 21279 (java) R 21264 21267 12560 0 -1 4202560 6019 0 0 0 68 1 0 0 20 0 17 0 62854618 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682137615256 140682558415768 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21280] ppid=21264 vsize=10817488 memory=-8774313645642428999 CPUtime=0.38 cores=0,2,4,6
/proc/21267/task/21280/stat : 21280 (java) S 21264 21267 12560 0 -1 1077944384 3851 0 0 0 37 1 0 0 20 0 17 0 62854618 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682136562416 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21281] ppid=21264 vsize=10817488 memory=3252 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21281/stat : 21281 (java) S 21264 21267 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62854619 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682135510112 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21282] ppid=21264 vsize=10817488 memory=497732 CPUtime=1.58 cores=0,2,4,6
/proc/21267/task/21282/stat : 21282 (java) S 21264 21267 12560 0 -1 1077944384 1896 0 0 0 83 75 0 0 20 0 17 0 62854625 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682134456624 140682579180162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21630] ppid=21264 vsize=10817488 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21630/stat : 21630 (java) S 21264 21267 12560 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 63106198 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682132349168 140682579179221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
[pid=21267/tid=21631] ppid=21264 vsize=10817488 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/21267/task/21631/stat : 21631 (java) R 21264 21267 12560 0 -1 4202560 79 0 0 0 0 0 0 0 20 0 17 0 63106198 11077107712 124525 18446744073709551615 4194304 4196468 140737112134448 140682131297552 140682207566368 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140737112138128 140737112138281 140737112138281 140737112141775 0
Current children cumulated CPU time: 2520.24 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 498100 KiB

Child status: 143
Real time (s): 2516.15
CPU time (s): 2520.33
CPU user time (s): 2519.29
CPU system time (s): 1.03413
CPU usage (%): 100.166
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 498100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.29
system time used= 1.03413
maximum resident set size= 498300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48033
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56800
involuntary context switches= 2669


# summary of solver processes directly reported to runsolver:
#   pid: 21267
#   total CPU time (s): 2520.33
#   total CPU user time (s): 2519.29
#   total CPU system time (s): 1.03413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1763 second user time and 22.6719 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 08:29:10
IDJOB=4263152
IDBENCH=115949
IDSOLVER=2651
FILE ID=node126/4263152-1502606592
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-06-13.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263152-1502606592/watcher-4263152-1502606592 -o /tmp/evaluation-result-4263152-1502606592/solver-4263152-1502606592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263152-1502606592.xml

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

MD5SUM BENCH= 1997324ae6d797082bd494fdd449159c
RANDOM SEED=778687373

node126.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.81
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.81
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.81
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.81
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:        31468376 kB
MemAvailable:   31685540 kB
Buffers:          253600 kB
Cached:           233556 kB
SwapCached:          524 kB
Active:           696432 kB
Inactive:         126720 kB
Active(anon):     283672 kB
Inactive(anon):    85632 kB
Active(file):     412760 kB
Inactive(file):    41088 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1512 kB
Writeback:             0 kB
AnonPages:        335380 kB
Mapped:            57204 kB
Shmem:             33440 kB
Slab:             184260 kB
SReclaimable:     158304 kB
SUnreclaim:        25956 kB
KernelStack:        3456 kB
PageTables:         5556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1161184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 09:11:07