Trace number 4263164

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)9 2520.2 2500.75

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-07.xml
MD5SUM006cf0fd5d0b6c1fad06ae59cb3b038a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark0.60340899
Satisfiable
(Un)Satisfiability was proved
Number of variables172
Number of constraints127
Number of domains4
Minimum domain size2
Maximum domain size163
Distribution of domain sizes[{"size":2,"count":81},{"size":3,"count":81},{"size":50,"count":1},{"size":163,"count":9}]
Minimum variable degree1
Maximum variable degree10
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":78},{"degree":3,"count":12},{"degree":4,"count":28},{"degree":8,"count":24},{"degree":9,"count":25},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":37},{"arity":3,"count":28},{"arity":9,"count":4},{"arity":10,"count":50},{"arity":11,"count":8}]
Number of extensional constraints77
Number of intensional constraints36
Distribution of constraint types[{"type":"extension","count":77},{"type":"intension","count":36},{"type":"sum","count":10},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

14.61/7.46	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
14.61/7.46	c This is free software under the dual EPL/GNU LGPL licenses.
14.61/7.46	c See www.sat4j.org for details.
14.61/7.46	c That software uses the Rhino library from the Mozilla project.
14.61/7.46	c version CUSTOM.v20170705
14.61/7.46	c java.runtime.name	Java(TM) SE Runtime Environment
14.61/7.46	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
14.61/7.46	c java.vm.version	25.131-b11
14.61/7.46	c java.vm.vendor	Oracle Corporation
14.61/7.46	c sun.arch.data.model	64
14.61/7.46	c java.version		1.8.0_131
14.61/7.46	c os.name		Linux
14.61/7.46	c os.version		3.10.0-514.16.1.el7.x86_64
14.61/7.46	c os.arch		amd64
14.61/7.46	c Free memory 		499604488
14.61/7.46	c Max memory 		7247757312
14.61/7.46	c Total memory 		504889344
14.61/7.46	c Number of processors 	4
14.61/7.46	c c --- Begin Solver configuration ---
14.61/7.46	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
14.61/7.46	c Learn all clauses as in MiniSAT
14.61/7.46	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
14.61/7.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
14.61/7.46	c No reason simplification
14.61/7.46	c Glucose 2.1 dynamic restart strategy
14.61/7.46	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
14.61/7.46	c timeout=2147483s
14.61/7.46	c DB Simplification allowed=false
14.61/7.46	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
14.61/7.46	c --- End Solver configuration ---
14.61/7.46	c constraints type 
14.61/7.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 344
14.61/7.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 801989
14.61/7.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1782757
14.61/7.46	c org.sat4j.specs.Constr$1 => 4166
14.61/7.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 63934
14.61/7.46	c 2653190 constraints processed.
2281.58/2262.46	o 9
2520.16/2500.70	c starts		: 708
2520.16/2500.70	c conflicts		: 388217
2520.16/2500.70	c decisions		: 444398133
2520.16/2500.70	c propagations		: 6269834265
2520.16/2500.70	c inspects		: 7664396977
2520.16/2500.70	c shortcuts		: 0
2520.16/2500.70	c learnt literals	: 1024
2520.16/2500.70	c learnt binary clauses	: 23900
2520.16/2500.70	c learnt ternary clauses	: 13239
2520.16/2500.70	c learnt constraints	: 387193
2520.16/2500.70	c ignored constraints	: 0
2520.16/2500.70	c root simplifications	: 0
2520.16/2500.70	c removed literals (reason simplification)	: 0
2520.16/2500.70	c reason swapping (by a shorter reason)	: 0
2520.16/2500.70	c Calls to reduceDB	: 25
2520.16/2500.70	c Number of update (reduction) of LBD	: 137371
2520.16/2500.70	c Imported unit clauses	: 0
2520.16/2500.70	c number of reductions to clauses (during analyze)	: 0
2520.16/2500.70	c number of learned constraints concerned by reduction	: 0
2520.16/2500.70	c number of learning phase by resolution	: 0
2520.16/2500.70	c number of learning phase by cutting planes	: 0
2520.16/2500.70	c number of rounding to 1 operations	: 0
2520.16/2500.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.16/2500.70	c number of reductions of the coefficients by power 2 	: 0
2520.16/2500.70	c number of right shift for reduction by power 2 	: 0
2520.16/2500.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.16/2500.70	c speed (assignments/second)	: 2514831.3855242156
2520.16/2500.70	c non guided choices	76793284
2520.16/2500.70	c learnt constraints type 
2520.16/2500.70	s SATISFIABLE
2520.16/2500.71	v <instantiation type="solution">
2520.16/2500.71	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[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[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[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[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[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[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[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[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] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[0][7] w[0][8] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[1][7] w[1][8] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[2][7] w[2][8] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[3][7] w[3][8] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[4][7] w[4][8] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[5][7] w[5][8] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] w[6][7] w[6][8] w[7][0] w[7][1] w[7][2] w[7][3] w[7][4] w[7][5] w[7][6] w[7][7] w[7][8] w[8][0] w[8][1] w[8][2] w[8][3] w[8][4] w[8][5] w[8][6] w[8][7] w[8][8] ws[0] ws[1] ws[2] ws[3] ws[4] ws[5] ws[6] ws[7] ws[8] z </list>
2520.16/2500.71	v 	<values> 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 1 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 1 0 1 1 0 0 0 0 0 0 2 1 0 1 0 0 1 0 0 2 2 2 0 0 1 1 2 2 1 2 0 0 1 1 2 2 2 1 1 2 2 0 0 2 2 0 2 2 2 1 0 1 2 2 1 2 2 1 2 1 1 2 2 2 2 2 2 2 1 2 1 1 1 1 1 1 1 1 5 9 16 26 39 50 64 80 90 9 </values>
2520.16/2500.71	v </instantiation>
2520.16/2500.71	

Verifier Data

OK	9

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263164-1502604087/watcher-4263164-1502604087 -o /tmp/evaluation-result-4263164-1502604087/solver-4263164-1502604087 -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-4263164-1502604087.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=20857, runsolver pid=20854

[startup+0.103749 s]*
/proc/loadavg: 4.78 5.60 5.57 3/201 20863
/proc/meminfo: memFree=28975472/32770624 swapFree=67105588/67108860
[pid=20857] ppid=20854 vsize=10151672 memory=19544 CPUtime=0.02 cores=0,2,4,6
/proc/20857/stat : 20857 (java) S 20854 20857 12560 0 -1 1077944320 3734 0 0 0 2 0 0 0 20 0 9 0 62604129 10395312128 4886 18446744073709551615 4194304 4196468 140728254471968 140728254454512 140541338885879 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
/proc/20857/statm: 2537918 4886 2083 1 0 2527415 0
[pid=20857/tid=20859] ppid=20854 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/20857/task/20859/stat : 20859 (java) R 20854 20857 12560 0 -1 4202560 2376 0 0 0 2 0 0 0 20 0 9 0 62604138 10395312128 4886 18446744073709551615 4194304 4196468 140728254471968 140541343126672 140541338907805 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20860] ppid=20854 vsize=10151672 memory=-5738297875903123798 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20860/stat : 20860 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 62604138 10395312128 4886 18446744073709551615 4194304 4196468 140728254471968 140541269306384 140541338896085 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20861] ppid=20854 vsize=10151672 memory=140478533076608 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20861/stat : 20861 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 62604138 10395312128 4886 18446744073709551615 4194304 4196468 140728254471968 140541268253840 140541338896085 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20862] ppid=20854 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20862/stat : 20862 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 62604138 10395312128 4886 18446744073709551615 4194304 4196468 140728254471968 140541267200784 140541338896085 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20863] ppid=20854 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20863/stat : 20863 (java) S 20854 20857 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 62604138 10395312128 4886 18446744073709551615 4194304 4196468 140728254471968 140541266148240 140541338896085 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20864] ppid=20854 vsize=10151672 memory=140478533076608 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20864/stat : 20864 (java) S 20854 20857 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 62604140 10395312128 4886 18446744073709551615 4194304 4196468 140728254471968 140540700981488 140541338897026 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20865] ppid=20854 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20865/stat : 20865 (java) S 20854 20857 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 62604140 10395312128 4886 18446744073709551615 4194304 4196468 140728254471968 140540699927712 140541338896085 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20866] ppid=20854 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20866/stat : 20866 (java) S 20854 20857 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 62604140 10395312128 4886 18446744073709551615 4194304 4196468 140728254471968 140540698874672 140541338896085 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19544 KiB

[startup+0.209788 s]*
/proc/loadavg: 4.78 5.60 5.57 4/210 20872
/proc/meminfo: memFree=28970576/32770624 swapFree=67105588/67108860
[pid=20857] ppid=20854 vsize=10554768 memory=31780 CPUtime=0.11 cores=0,2,4,6
/proc/20857/stat : 20857 (java) S 20854 20857 12560 0 -1 1077944320 5889 0 0 0 10 1 0 0 20 0 15 0 62604129 10808082432 7945 18446744073709551615 4194304 4196468 140728254471968 140728254454512 140541338885879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
/proc/20857/statm: 2638692 7945 2791 1 0 2628164 0
[pid=20857/tid=20859] ppid=20854 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/20857/task/20859/stat : 20859 (java) R 20854 20857 12560 0 -1 4202560 3810 0 0 0 8 0 0 0 20 0 15 0 62604138 10805432320 7068 18446744073709551615 4194304 4196468 140728254471968 140541343074224 140541331602983 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20860] ppid=20854 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20860/stat : 20860 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604138 10804383744 7068 18446744073709551615 4194304 4196468 140728254471968 140541269306384 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20861] ppid=20854 vsize=10551156 memory=288370854684788352 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20861/stat : 20861 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604138 10804383744 7068 18446744073709551615 4194304 4196468 140728254471968 140541268253840 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20862] ppid=20854 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20862/stat : 20862 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604138 10804383744 7068 18446744073709551615 4194304 4196468 140728254471968 140541267200784 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20863] ppid=20854 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20863/stat : 20863 (java) S 20854 20857 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62604138 10804383744 7068 18446744073709551615 4194304 4196468 140728254471968 140541266148240 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20864] ppid=20854 vsize=10551156 memory=140478533076608 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20864/stat : 20864 (java) S 20854 20857 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62604140 10804383744 7068 18446744073709551615 4194304 4196468 140728254471968 140540700981488 140541338897026 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20865] ppid=20854 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20865/stat : 20865 (java) S 20854 20857 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62604140 10805432320 7068 18446744073709551615 4194304 4196468 140728254471968 140540699927712 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20866] ppid=20854 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20866/stat : 20866 (java) S 20854 20857 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62604140 10805432320 7068 18446744073709551615 4194304 4196468 140728254471968 140540698874608 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20867] ppid=20854 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20867/stat : 20867 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62604143 10805432320 7068 18446744073709551615 4194304 4196468 140728254471968 140540697823184 140541338904475 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20868] ppid=20854 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20868/stat : 20868 (java) S 20854 20857 12560 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 62604143 10805432320 7133 18446744073709551615 4194304 4196468 140728254471968 140540696771312 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20869] ppid=20854 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20869/stat : 20869 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604143 10805432320 7133 18446744073709551615 4194304 4196468 140728254471968 140540695718768 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20870] ppid=20854 vsize=10552180 memory=140478533076608 CPUtime=0.01 cores=0,2,4,6
/proc/20857/task/20870/stat : 20870 (java) S 20854 20857 12560 0 -1 1077944384 290 0 0 0 1 0 0 0 20 0 15 0 62604143 10805432320 7133 18446744073709551615 4194304 4196468 140728254471968 140540694665712 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20871] ppid=20854 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20871/stat : 20871 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62604143 10805432320 7133 18446744073709551615 4194304 4196468 140728254471968 140540693613408 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20872] ppid=20854 vsize=10552180 memory=140478533076608 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20872/stat : 20872 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604147 10805432320 7199 18446744073709551615 4194304 4196468 140728254471968 140540692560432 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10554768 KiB
Current children cumulated memory: 31780 KiB

[startup+0.310202 s]*
/proc/loadavg: 4.78 5.60 5.57 4/210 20872
/proc/meminfo: memFree=28960336/32770624 swapFree=67105588/67108860
[pid=20857] ppid=20854 vsize=10551156 memory=36832 CPUtime=0.26 cores=0,2,4,6
/proc/20857/stat : 20857 (java) S 20854 20857 12560 0 -1 1077944320 8007 0 0 0 24 2 0 0 20 0 15 0 62604129 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140728254454512 140541338885879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
/proc/20857/statm: 2637789 9208 2887 1 0 2627261 0
[pid=20857/tid=20859] ppid=20854 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/20857/task/20859/stat : 20859 (java) R 20854 20857 12560 0 -1 4202560 5646 0 0 0 17 1 0 0 20 0 15 0 62604138 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140541343122128 140541338907805 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20860] ppid=20854 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20860/stat : 20860 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604138 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140541269306384 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20861] ppid=20854 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20861/stat : 20861 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604138 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140541268253840 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20862] ppid=20854 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20862/stat : 20862 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604138 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140541267200784 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20863] ppid=20854 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20863/stat : 20863 (java) S 20854 20857 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62604138 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140541266148240 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20864] ppid=20854 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20864/stat : 20864 (java) S 20854 20857 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62604140 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140540700981488 140541338897026 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20865] ppid=20854 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20865/stat : 20865 (java) S 20854 20857 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62604140 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140540699927712 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20866] ppid=20854 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20866/stat : 20866 (java) S 20854 20857 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62604140 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140540698874608 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20867] ppid=20854 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20867/stat : 20867 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62604143 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140540697823184 140541338904475 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20868] ppid=20854 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20857/task/20868/stat : 20868 (java) S 20854 20857 12560 0 -1 1077944384 551 0 0 0 1 0 0 0 20 0 15 0 62604143 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140540696771312 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20869] ppid=20854 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20857/task/20869/stat : 20869 (java) S 20854 20857 12560 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 15 0 62604143 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140540695718768 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20870] ppid=20854 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/20857/task/20870/stat : 20870 (java) R 20854 20857 12560 0 -1 4202560 384 0 0 0 4 0 0 0 20 0 15 0 62604143 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140540694665712 140541338897814 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20871] ppid=20854 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20871/stat : 20871 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62604143 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140540693613408 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20872] ppid=20854 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20872/stat : 20872 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604147 10804383744 9208 18446744073709551615 4194304 4196468 140728254471968 140540692560432 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36832 KiB

[startup+0.708792 s]
/proc/loadavg: 4.78 5.60 5.57 5/210 20872
/proc/meminfo: memFree=28948048/32770624 swapFree=67105588/67108860
[pid=20857] ppid=20854 vsize=10551232 memory=113436 CPUtime=1.36 cores=0,2,4,6
/proc/20857/stat : 20857 (java) S 20854 20857 12560 0 -1 1077944320 14934 0 0 0 131 5 0 0 20 0 15 0 62604129 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140728254454512 140541338885879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
/proc/20857/statm: 2637808 28359 3060 1 0 2627261 0
[pid=20857/tid=20859] ppid=20854 vsize=10551232 memory=79 CPUtime=0.57 cores=0,2,4,6
/proc/20857/task/20859/stat : 20859 (java) R 20854 20857 12560 0 -1 4202560 7028 0 0 0 54 3 0 0 20 0 15 0 62604138 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140541343106408 140540946431814 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20860] ppid=20854 vsize=10551232 memory=27 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20860/stat : 20860 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604138 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140541269306384 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20861] ppid=20854 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20861/stat : 20861 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604138 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140541268253840 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20862] ppid=20854 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20862/stat : 20862 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604138 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140541267200784 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20863] ppid=20854 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20863/stat : 20863 (java) S 20854 20857 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62604138 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140541266148240 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20864] ppid=20854 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20864/stat : 20864 (java) S 20854 20857 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 62604140 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140540700981488 140541338897026 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20865] ppid=20854 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20865/stat : 20865 (java) S 20854 20857 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62604140 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140540699927712 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20866] ppid=20854 vsize=10551232 memory=809 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20866/stat : 20866 (java) S 20854 20857 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62604140 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140540698874608 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20867] ppid=20854 vsize=10551232 memory=53 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20867/stat : 20867 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62604143 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140540697823184 140541338904475 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20868] ppid=20854 vsize=10551232 memory=214 CPUtime=0.25 cores=0,2,4,6
/proc/20857/task/20868/stat : 20868 (java) R 20854 20857 12560 0 -1 4202560 1969 0 0 0 25 0 0 0 20 0 15 0 62604143 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140540696757880 140541320407880 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20869] ppid=20854 vsize=10551232 memory=280956762066704 CPUtime=0.24 cores=0,2,4,6
/proc/20857/task/20869/stat : 20869 (java) R 20854 20857 12560 0 -1 4202560 2808 0 0 0 24 0 0 0 20 0 15 0 62604143 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140540695699576 140541331175328 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20870] ppid=20854 vsize=10551232 memory=2511146583809 CPUtime=0.26 cores=0,2,4,6
/proc/20857/task/20870/stat : 20870 (java) S 20854 20857 12560 0 -1 1077944384 1759 0 0 0 26 0 0 0 20 0 15 0 62604143 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140540694665712 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20871] ppid=20854 vsize=10551232 memory=2519736518401 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20871/stat : 20871 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62604143 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140540693613408 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20872] ppid=20854 vsize=10551232 memory=2562686191361 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20872/stat : 20872 (java) S 20854 20857 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62604147 10804461568 28359 18446744073709551615 4194304 4196468 140728254471968 140540692560432 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 113436 KiB

[startup+1.50075 s]
/proc/loadavg: 4.78 5.60 5.57 5/210 20872
/proc/meminfo: memFree=28777968/32770624 swapFree=67105588/67108860
[pid=20857] ppid=20854 vsize=10551232 memory=272740 CPUtime=3.74 cores=0,2,4,6
/proc/20857/stat : 20857 (java) S 20854 20857 12560 0 -1 1077944320 21330 0 0 0 361 13 0 0 20 0 15 0 62604129 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140728254454512 140541338885879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
/proc/20857/statm: 2637808 68185 3100 1 0 2627261 0
[pid=20857/tid=20859] ppid=20854 vsize=10551232 memory=79 CPUtime=1.27 cores=0,2,4,6
/proc/20857/task/20859/stat : 20859 (java) R 20854 20857 12560 0 -1 4202560 7069 0 0 0 123 4 0 0 20 0 15 0 62604138 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140541343118104 140540944399886 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20860] ppid=20854 vsize=10551232 memory=27 CPUtime=0.03 cores=0,2,4,6
/proc/20857/task/20860/stat : 20860 (java) S 20854 20857 12560 0 -1 1077944384 35 0 0 0 2 1 0 0 20 0 15 0 62604138 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140541269306384 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20861] ppid=20854 vsize=10551232 memory=280956762298944 CPUtime=0.02 cores=0,2,4,6
/proc/20857/task/20861/stat : 20861 (java) S 20854 20857 12560 0 -1 1077944384 151 0 0 0 2 0 0 0 20 0 15 0 62604138 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140541268253840 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20862] ppid=20854 vsize=10551232 memory=9132 CPUtime=0.05 cores=0,2,4,6
/proc/20857/task/20862/stat : 20862 (java) S 20854 20857 12560 0 -1 1077944384 97 0 0 0 4 1 0 0 20 0 15 0 62604138 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140541267200784 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20863] ppid=20854 vsize=10551232 memory=19658 CPUtime=0.06 cores=0,2,4,6
/proc/20857/task/20863/stat : 20863 (java) S 20854 20857 12560 0 -1 1077944384 94 0 0 0 4 2 0 0 20 0 15 0 62604138 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140541266148240 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20864] ppid=20854 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20864/stat : 20864 (java) S 20854 20857 12560 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 62604140 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140540700981488 140541338897026 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20865] ppid=20854 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20865/stat : 20865 (java) S 20854 20857 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 62604140 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140540699927712 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20866] ppid=20854 vsize=10551232 memory=268568 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20866/stat : 20866 (java) S 20854 20857 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 62604140 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140540698874608 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20867] ppid=20854 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20867/stat : 20867 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62604143 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140540697823184 140541338904475 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20868] ppid=20854 vsize=10551232 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/20857/task/20868/stat : 20868 (java) S 20854 20857 12560 0 -1 1077944384 4635 0 0 0 94 1 0 0 20 0 15 0 62604143 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140540696771312 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20869] ppid=20854 vsize=10551232 memory=6788 CPUtime=0.99 cores=0,2,4,6
/proc/20857/task/20869/stat : 20869 (java) S 20854 20857 12560 0 -1 1077944384 5774 0 0 0 98 1 0 0 20 0 15 0 62604143 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140540695718768 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20870] ppid=20854 vsize=10551232 memory=280956762134464 CPUtime=0.3 cores=0,2,4,6
/proc/20857/task/20870/stat : 20870 (java) S 20854 20857 12560 0 -1 1077944384 2028 0 0 0 29 1 0 0 20 0 15 0 62604143 10804461568 68185 18446744073709551615 4194304 4196468 140728254471968 140540694665712 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0

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

/proc/20857/task/20861/stat : 20861 (java) S 20854 20857 12560 0 -1 1077944384 14324 0 0 0 386 62 0 0 20 0 16 0 62604138 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140541268253840 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20862] ppid=20854 vsize=10617796 memory=3441880 CPUtime=4.45 cores=0,2,4,6
/proc/20857/task/20862/stat : 20862 (java) S 20854 20857 12560 0 -1 1077944384 13310 0 0 0 384 61 0 0 20 0 16 0 62604138 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140541267200784 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20863] ppid=20854 vsize=10617796 memory=3441880 CPUtime=4.53 cores=0,2,4,6
/proc/20857/task/20863/stat : 20863 (java) S 20854 20857 12560 0 -1 1077944384 16018 0 0 0 387 66 0 0 20 0 16 0 62604138 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140541266148240 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20864] ppid=20854 vsize=10617796 memory=0 CPUtime=1.56 cores=0,2,4,6
/proc/20857/task/20864/stat : 20864 (java) S 20854 20857 12560 0 -1 1077944384 8940 0 0 0 152 4 0 0 20 0 16 0 62604140 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140540700981488 140541338897026 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20865] ppid=20854 vsize=10617796 memory=3441856 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20865/stat : 20865 (java) S 20854 20857 12560 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 62604140 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140540699927776 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20866] ppid=20854 vsize=10617796 memory=3441880 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20866/stat : 20866 (java) S 20854 20857 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 62604140 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140540698874624 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20867] ppid=20854 vsize=10617796 memory=3441880 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20867/stat : 20867 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62604143 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140540697823184 140541338904475 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20868] ppid=20854 vsize=10617796 memory=3441880 CPUtime=2.03 cores=0,2,4,6
/proc/20857/task/20868/stat : 20868 (java) S 20854 20857 12560 0 -1 1077944384 15018 0 0 0 201 2 0 0 20 0 16 0 62604143 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140540696771312 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20869] ppid=20854 vsize=10617796 memory=3441880 CPUtime=2.13 cores=0,2,4,6
/proc/20857/task/20869/stat : 20869 (java) S 20854 20857 12560 0 -1 1077944384 18984 0 0 0 210 3 0 0 20 0 16 0 62604143 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140540695718768 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20870] ppid=20854 vsize=10617796 memory=3441880 CPUtime=0.48 cores=0,2,4,6
/proc/20857/task/20870/stat : 20870 (java) S 20854 20857 12560 0 -1 1077944384 8041 0 0 0 46 2 0 0 20 0 16 0 62604143 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140540694665712 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20871] ppid=20854 vsize=10617796 memory=3441880 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20871/stat : 20871 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62604143 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140540693613408 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20872] ppid=20854 vsize=10617796 memory=3441880 CPUtime=1.64 cores=0,2,4,6
/proc/20857/task/20872/stat : 20872 (java) S 20854 20857 12560 0 -1 1077944384 2403 0 0 0 87 77 0 0 20 0 16 0 62604147 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140540692560432 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20873] ppid=20854 vsize=10617796 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20873/stat : 20873 (java) S 20854 20857 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 62604886 10872623104 860470 18446744073709551615 4194304 4196468 140728254471968 140540691506224 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
Current children cumulated CPU time: 2461.84 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3441880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.5 s]
/proc/loadavg: 1.99 1.98 2.24 3/211 21120
/proc/meminfo: memFree=28031152/32770624 swapFree=67105588/67108860
[pid=20857] ppid=20854 vsize=10617796 memory=3441900 CPUtime=2520.08 cores=0,2,4,6
/proc/20857/stat : 20857 (java) S 20854 20857 12560 0 -1 1077944320 216461 0 0 0 251659 349 0 0 20 0 16 0 62604129 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140728254454512 140541338885879 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
/proc/20857/statm: 2654449 860475 3146 1 0 2643902 0
[pid=20857/tid=20859] ppid=20854 vsize=10617796 memory=3441900 CPUtime=2494.16 cores=0,2,4,6
/proc/20857/task/20859/stat : 20859 (java) R 20854 20857 12560 0 -1 4202560 101617 0 0 0 249391 25 0 0 20 0 16 0 62604138 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140541343121992 140540948294086 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20860] ppid=20854 vsize=10617796 memory=3441900 CPUtime=4.49 cores=0,2,4,6
/proc/20857/task/20860/stat : 20860 (java) S 20854 20857 12560 0 -1 1077944384 16270 0 0 0 386 63 0 0 20 0 16 0 62604138 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140541269306384 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20861] ppid=20854 vsize=10617796 memory=3441900 CPUtime=4.48 cores=0,2,4,6
/proc/20857/task/20861/stat : 20861 (java) S 20854 20857 12560 0 -1 1077944384 14324 0 0 0 386 62 0 0 20 0 16 0 62604138 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140541268253840 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20862] ppid=20854 vsize=10617796 memory=3441900 CPUtime=4.45 cores=0,2,4,6
/proc/20857/task/20862/stat : 20862 (java) S 20854 20857 12560 0 -1 1077944384 13310 0 0 0 384 61 0 0 20 0 16 0 62604138 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140541267200784 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20863] ppid=20854 vsize=10617796 memory=3441900 CPUtime=4.53 cores=0,2,4,6
/proc/20857/task/20863/stat : 20863 (java) S 20854 20857 12560 0 -1 1077944384 16018 0 0 0 387 66 0 0 20 0 16 0 62604138 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140541266148240 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20864] ppid=20854 vsize=10617796 memory=3441900 CPUtime=1.56 cores=0,2,4,6
/proc/20857/task/20864/stat : 20864 (java) S 20854 20857 12560 0 -1 1077944384 8958 0 0 0 152 4 0 0 20 0 16 0 62604140 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140540700981488 140541338897026 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20865] ppid=20854 vsize=10617796 memory=3441900 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20865/stat : 20865 (java) S 20854 20857 12560 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 62604140 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140540699927776 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20866] ppid=20854 vsize=10617796 memory=3441900 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20866/stat : 20866 (java) S 20854 20857 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 62604140 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140540698874624 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20867] ppid=20854 vsize=10617796 memory=35844 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20867/stat : 20867 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62604143 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140540697823184 140541338904475 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20868] ppid=20854 vsize=10617796 memory=1292 CPUtime=2.03 cores=0,2,4,6
/proc/20857/task/20868/stat : 20868 (java) S 20854 20857 12560 0 -1 1077944384 15024 0 0 0 201 2 0 0 20 0 16 0 62604143 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140540696771312 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20869] ppid=20854 vsize=10617796 memory=956 CPUtime=2.13 cores=0,2,4,6
/proc/20857/task/20869/stat : 20869 (java) S 20854 20857 12560 0 -1 1077944384 18995 0 0 0 210 3 0 0 20 0 16 0 62604143 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140540695718768 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20870] ppid=20854 vsize=10617796 memory=1232 CPUtime=0.48 cores=0,2,4,6
/proc/20857/task/20870/stat : 20870 (java) S 20854 20857 12560 0 -1 1077944384 8058 0 0 0 46 2 0 0 20 0 16 0 62604143 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140540694665712 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20871] ppid=20854 vsize=10617796 memory=1688 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20871/stat : 20871 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62604143 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140540693613408 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20872] ppid=20854 vsize=10617796 memory=5808 CPUtime=1.69 cores=0,2,4,6
/proc/20857/task/20872/stat : 20872 (java) S 20854 20857 12560 0 -1 1077944384 2479 0 0 0 90 79 0 0 20 0 16 0 62604147 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140540692560432 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20873] ppid=20854 vsize=10617796 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20873/stat : 20873 (java) S 20854 20857 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 62604886 10872623104 860475 18446744073709551615 4194304 4196468 140728254471968 140540691506224 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3441900 KiB

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

[startup+2500.75 s]
# the end of solver process 20857 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.68 s, system=3.52367 s

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

[startup+2500.61 s]
/proc/loadavg: 1.99 1.98 2.24 3/211 21120
/proc/meminfo: memFree=28031152/32770624 swapFree=67105588/67108860
[pid=20857] ppid=20854 vsize=10817488 memory=3442200 CPUtime=2520.16 cores=0,2,4,6
/proc/20857/stat : 20857 (java) S 20854 20857 12560 0 -1 1077944320 217677 0 0 0 251667 349 0 0 20 0 17 0 62604129 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140728254454512 140541338885879 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
/proc/20857/statm: 2704372 860550 3150 1 0 2693825 0
[pid=20857/tid=20859] ppid=20854 vsize=10817488 memory=1744 CPUtime=2494.22 cores=0,2,4,6
/proc/20857/task/20859/stat : 20859 (java) S 20854 20857 12560 0 -1 1077944384 101737 0 0 0 249397 25 0 0 20 0 17 0 62604138 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140541343128752 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20860] ppid=20854 vsize=10817488 memory=3441900 CPUtime=4.49 cores=0,2,4,6
/proc/20857/task/20860/stat : 20860 (java) S 20854 20857 12560 0 -1 1077944384 16270 0 0 0 386 63 0 0 20 0 17 0 62604138 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140541269306384 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20861] ppid=20854 vsize=10817488 memory=1716 CPUtime=4.48 cores=0,2,4,6
/proc/20857/task/20861/stat : 20861 (java) S 20854 20857 12560 0 -1 1077944384 14324 0 0 0 386 62 0 0 20 0 17 0 62604138 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140541268253840 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20862] ppid=20854 vsize=10817488 memory=14260 CPUtime=4.45 cores=0,2,4,6
/proc/20857/task/20862/stat : 20862 (java) S 20854 20857 12560 0 -1 1077944384 13310 0 0 0 384 61 0 0 20 0 17 0 62604138 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140541267200784 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20863] ppid=20854 vsize=10817488 memory=796 CPUtime=4.53 cores=0,2,4,6
/proc/20857/task/20863/stat : 20863 (java) S 20854 20857 12560 0 -1 1077944384 16018 0 0 0 387 66 0 0 20 0 17 0 62604138 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140541266148240 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20864] ppid=20854 vsize=10817488 memory=1228 CPUtime=1.56 cores=0,2,4,6
/proc/20857/task/20864/stat : 20864 (java) S 20854 20857 12560 0 -1 1077944384 9013 0 0 0 152 4 0 0 20 0 17 0 62604140 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540700981488 140541338897026 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20865] ppid=20854 vsize=10817488 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20865/stat : 20865 (java) S 20854 20857 12560 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 62604140 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540699927776 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20866] ppid=20854 vsize=10817488 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20866/stat : 20866 (java) S 20854 20857 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 62604140 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540698874624 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20867] ppid=20854 vsize=10817488 memory=35844 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20867/stat : 20867 (java) S 20854 20857 12560 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 17 0 62604143 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540697823184 140541338904475 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20868] ppid=20854 vsize=10817488 memory=1292 CPUtime=2.03 cores=0,2,4,6
/proc/20857/task/20868/stat : 20868 (java) S 20854 20857 12560 0 -1 1077944384 15133 0 0 0 201 2 0 0 20 0 17 0 62604143 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540696771312 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20869] ppid=20854 vsize=10817488 memory=2384 CPUtime=2.13 cores=0,2,4,6
/proc/20857/task/20869/stat : 20869 (java) S 20854 20857 12560 0 -1 1077944384 19224 0 0 0 210 3 0 0 20 0 17 0 62604143 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540695718768 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20870] ppid=20854 vsize=10817488 memory=1688 CPUtime=0.48 cores=0,2,4,6
/proc/20857/task/20870/stat : 20870 (java) S 20854 20857 12560 0 -1 1077944384 8222 0 0 0 46 2 0 0 20 0 17 0 62604143 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540694665712 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20871] ppid=20854 vsize=10817488 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20871/stat : 20871 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62604143 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540693613408 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20872] ppid=20854 vsize=10817488 memory=4612 CPUtime=1.69 cores=0,2,4,6
/proc/20857/task/20872/stat : 20872 (java) S 20854 20857 12560 0 -1 1077944384 2479 0 0 0 90 79 0 0 20 0 17 0 62604147 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540692560432 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
Current children cumulated CPU time: 2520.16 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3442200 KiB

[startup+2500.7 s]
/proc/loadavg: 1.99 1.98 2.24 3/211 21120
/proc/meminfo: memFree=28031152/32770624 swapFree=67105588/67108860
[pid=20857] ppid=20854 vsize=10817488 memory=3442200 CPUtime=2520.16 cores=0,2,4,6
/proc/20857/stat : 20857 (java) S 20854 20857 12560 0 -1 1077944320 217677 0 0 0 251667 349 0 0 20 0 17 0 62604129 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140728254454512 140541338885879 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
/proc/20857/statm: 2704372 860550 3150 1 0 2693825 0
[pid=20857/tid=20859] ppid=20854 vsize=10817488 memory=3441900 CPUtime=2494.22 cores=0,2,4,6
/proc/20857/task/20859/stat : 20859 (java) S 20854 20857 12560 0 -1 1077944384 101737 0 0 0 249397 25 0 0 20 0 17 0 62604138 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140541343128752 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20860] ppid=20854 vsize=10817488 memory=3441900 CPUtime=4.49 cores=0,2,4,6
/proc/20857/task/20860/stat : 20860 (java) S 20854 20857 12560 0 -1 1077944384 16270 0 0 0 386 63 0 0 20 0 17 0 62604138 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140541269306384 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20861] ppid=20854 vsize=10817488 memory=3441900 CPUtime=4.48 cores=0,2,4,6
/proc/20857/task/20861/stat : 20861 (java) S 20854 20857 12560 0 -1 1077944384 14324 0 0 0 386 62 0 0 20 0 17 0 62604138 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140541268253840 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20862] ppid=20854 vsize=10817488 memory=3441900 CPUtime=4.45 cores=0,2,4,6
/proc/20857/task/20862/stat : 20862 (java) S 20854 20857 12560 0 -1 1077944384 13310 0 0 0 384 61 0 0 20 0 17 0 62604138 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140541267200784 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20863] ppid=20854 vsize=10817488 memory=3441900 CPUtime=4.53 cores=0,2,4,6
/proc/20857/task/20863/stat : 20863 (java) S 20854 20857 12560 0 -1 1077944384 16018 0 0 0 387 66 0 0 20 0 17 0 62604138 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140541266148240 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20864] ppid=20854 vsize=10817488 memory=3441900 CPUtime=1.56 cores=0,2,4,6
/proc/20857/task/20864/stat : 20864 (java) S 20854 20857 12560 0 -1 1077944384 9013 0 0 0 152 4 0 0 20 0 17 0 62604140 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540700981488 140541338897026 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20865] ppid=20854 vsize=10817488 memory=3441900 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20865/stat : 20865 (java) S 20854 20857 12560 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 62604140 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540699927776 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20866] ppid=20854 vsize=10817488 memory=35844 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20866/stat : 20866 (java) S 20854 20857 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 62604140 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540698874624 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20867] ppid=20854 vsize=10817488 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20867/stat : 20867 (java) S 20854 20857 12560 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 17 0 62604143 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540697823184 140541338904475 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20868] ppid=20854 vsize=10817488 memory=956 CPUtime=2.03 cores=0,2,4,6
/proc/20857/task/20868/stat : 20868 (java) S 20854 20857 12560 0 -1 1077944384 15133 0 0 0 201 2 0 0 20 0 17 0 62604143 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540696771312 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20869] ppid=20854 vsize=10817488 memory=1232 CPUtime=2.13 cores=0,2,4,6
/proc/20857/task/20869/stat : 20869 (java) S 20854 20857 12560 0 -1 1077944384 19224 0 0 0 210 3 0 0 20 0 17 0 62604143 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540695718768 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20870] ppid=20854 vsize=10817488 memory=3441900 CPUtime=0.48 cores=0,2,4,6
/proc/20857/task/20870/stat : 20870 (java) S 20854 20857 12560 0 -1 1077944384 8222 0 0 0 46 2 0 0 20 0 17 0 62604143 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540694665712 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20871] ppid=20854 vsize=10817488 memory=1688 CPUtime=0 cores=0,2,4,6
/proc/20857/task/20871/stat : 20871 (java) S 20854 20857 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62604143 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540693613408 140541338896085 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
[pid=20857/tid=20872] ppid=20854 vsize=10817488 memory=5808 CPUtime=1.69 cores=0,2,4,6
/proc/20857/task/20872/stat : 20872 (java) S 20854 20857 12560 0 -1 1077944384 2479 0 0 0 90 79 0 0 20 0 17 0 62604147 11077107712 860550 18446744073709551615 4194304 4196468 140728254471968 140540692560432 140541338897026 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20619264 140728254476688 140728254476841 140728254476841 140728254480335 0
Current children cumulated CPU time: 2520.16 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3442200 KiB

Child status: 143
Real time (s): 2500.75
CPU time (s): 2520.2
CPU user time (s): 2516.68
CPU system time (s): 3.52367
CPU usage (%): 100.778
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3442200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.68
system time used= 3.52367
maximum resident set size= 3442496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57665
involuntary context switches= 1399


# summary of solver processes directly reported to runsolver:
#   pid: 20857
#   total CPU time (s): 2520.2
#   total CPU user time (s): 2516.68
#   total CPU system time (s): 3.52367

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3775 second user time and 24.4075 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 07:47:26
IDJOB=4263164
IDBENCH=115912
IDSOLVER=2651
FILE ID=node126/4263164-1502604087
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-07.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263164-1502604087/watcher-4263164-1502604087 -o /tmp/evaluation-result-4263164-1502604087/solver-4263164-1502604087 -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-4263164-1502604087.xml

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

MD5SUM BENCH= 006cf0fd5d0b6c1fad06ae59cb3b038a
RANDOM SEED=329627245

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:        28986876 kB
MemAvailable:   29202180 kB
Buffers:          252488 kB
Cached:           233168 kB
SwapCached:          524 kB
Active:          3175996 kB
Inactive:         125016 kB
Active(anon):    2763420 kB
Inactive(anon):    85632 kB
Active(file):     412576 kB
Inactive(file):    39384 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1664 kB
Writeback:             0 kB
AnonPages:       2815008 kB
Mapped:            57220 kB
Shmem:             33440 kB
Slab:             184536 kB
SReclaimable:     158360 kB
SUnreclaim:        26176 kB
KernelStack:        3488 kB
PageTables:        10712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4607524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2641920 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 08:29:06