Trace number 4244225

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 NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05SAT 5.99079 2.41919

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-04.xml
MD5SUM18df6be3f646356b5200232eb50374f6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0047610002
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints14
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":14}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":13},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":13}]
Number of extensional constraints13
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":13},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.80/0.90	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.80/0.90	c This is free software under the dual EPL/GNU LGPL licenses.
2.80/0.90	c See www.sat4j.org for details.
2.80/0.90	c That software uses the Rhino library from the Mozilla project.
2.80/0.90	c version CUSTOM.v20170705
2.80/0.90	c java.runtime.name	Java(TM) SE Runtime Environment
2.80/0.90	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.80/0.90	c java.vm.version	25.131-b11
2.80/0.90	c java.vm.vendor	Oracle Corporation
2.80/0.90	c sun.arch.data.model	64
2.80/0.90	c java.version		1.8.0_131
2.80/0.90	c os.name		Linux
2.80/0.90	c os.version		3.10.0-514.16.1.el7.x86_64
2.80/0.90	c os.arch		amd64
2.80/0.90	c Free memory 		499604488
2.80/0.90	c Max memory 		7247757312
2.80/0.90	c Total memory 		504889344
2.80/0.90	c Number of processors 	8
2.80/0.90	c c --- Begin Solver configuration ---
2.80/0.90	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.80/0.90	c Learn all clauses as in MiniSAT
2.80/0.90	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.80/0.90	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.80/0.90	c No reason simplification
2.80/0.90	c Glucose 2.1 dynamic restart strategy
2.80/0.90	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
2.80/0.90	c timeout=2147483s
2.80/0.90	c DB Simplification allowed=false
2.80/0.90	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.80/0.90	c --- End Solver configuration ---
2.80/0.90	c constraints type 
2.80/0.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 28
2.80/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 505602
2.80/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24912
2.80/0.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 28
2.80/0.90	c 530570 constraints processed.
5.97/2.40	c starts		: 72
5.97/2.40	c conflicts		: 7442
5.97/2.40	c decisions		: 289962
5.97/2.40	c propagations		: 4126389
5.97/2.40	c inspects		: 6420188
5.97/2.40	c shortcuts		: 0
5.97/2.40	c learnt literals	: 3
5.97/2.40	c learnt binary clauses	: 42
5.97/2.40	c learnt ternary clauses	: 24
5.97/2.40	c learnt constraints	: 7439
5.97/2.40	c ignored constraints	: 0
5.97/2.40	c root simplifications	: 0
5.97/2.40	c removed literals (reason simplification)	: 0
5.97/2.40	c reason swapping (by a shorter reason)	: 0
5.97/2.40	c Calls to reduceDB	: 1
5.97/2.40	c Number of update (reduction) of LBD	: 5841
5.97/2.40	c Imported unit clauses	: 0
5.97/2.40	c number of reductions to clauses (during analyze)	: 0
5.97/2.40	c number of learned constraints concerned by reduction	: 0
5.97/2.40	c number of learning phase by resolution	: 0
5.97/2.40	c number of learning phase by cutting planes	: 0
5.97/2.40	c number of rounding to 1 operations	: 0
5.97/2.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
5.97/2.40	c number of reductions of the coefficients by power 2 	: 0
5.97/2.40	c number of right shift for reduction by power 2 	: 0
5.97/2.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
5.97/2.40	c speed (assignments/second)	: 2765676.273458445
5.97/2.40	c non guided choices	12536
5.97/2.40	c learnt constraints type 
5.97/2.40	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42
5.97/2.40	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4937
5.97/2.40	s SATISFIABLE
5.97/2.41	v <instantiation type="solution">
5.97/2.41	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] </list>
5.97/2.41	v 	<values> 2 1 0 1 7 6 3 6 7 1 7 6 7 8 </values>
5.97/2.41	v </instantiation>
5.97/2.41	

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244225-1500681880/watcher-4244225-1500681880 -o /tmp/evaluation-result-4244225-1500681880/solver-4244225-1500681880 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500681880-7440 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244225-1500681880.xml 

pid=7478
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.01 2.71 3.85 4/260 7486
/proc/meminfo: memFree=32003612/32770624 swapFree=5780/234556
[pid=7486] ppid=7478 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/stat : 7486 (java) S 7478 7486 2468 0 -1 1077944320 2260 0 0 0 0 0 0 0 20 0 10 0 3455689 9028321280 1998 33554432000 4194304 4196468 140731548063952 140731548046496 140608401391351 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
/proc/7486/statm: 2204180 1998 1208 1 0 2193091 0
[pid=7486/tid=7489] ppid=7478 vsize=10204016 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7489/stat : 7489 (java) R 7478 7486 2468 0 -1 4202560 993 0 0 0 0 0 0 0 20 0 10 0 3455689 10448912384 2027 33554432000 4194304 4196468 140731548063952 140608405632328 140608387472327 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7490] ppid=7478 vsize=10204380 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7490/stat : 7490 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3455690 10449285120 2027 33554432000 4194304 4196468 140731548063952 140608008489360 140608401401557 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7491] ppid=7478 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7491/stat : 7491 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3455690 10449768448 2092 33554432000 4194304 4196468 140731548063952 140608007436560 140608401401557 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7492] ppid=7478 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7492/stat : 7492 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3455690 10449768448 2092 33554432000 4194304 4196468 140731548063952 140608006384272 140608401401557 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7493] ppid=7478 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7493/stat : 7493 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3455690 10449768448 2092 33554432000 4194304 4196468 140731548063952 140608005331472 140608401401557 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7494] ppid=7478 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7494/stat : 7494 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3455690 10449768448 2092 33554432000 4194304 4196468 140731548063952 140608004279184 140608401401557 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7495] ppid=7478 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7495/stat : 7495 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 3455690 10449768448 2158 33554432000 4194304 4196468 140731548063952 140608003226384 140608401401557 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7496] ppid=7478 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7496/stat : 7496 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 3455690 10449768448 2158 33554432000 4194304 4196468 140731548063952 140608002174096 140608401401557 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7497] ppid=7478 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7497/stat : 7497 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3455690 10449768448 2158 33554432000 4194304 4196468 140731548063952 140608001121296 140608401401557 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0

[startup+0.100077 s]
/proc/loadavg: 1.01 2.71 3.85 4/260 7486
/proc/meminfo: memFree=32003612/32770624 swapFree=5780/234556
[pid=7486] ppid=7478 vsize=10434508 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/7486/stat : 7486 (java) S 7478 7486 2468 0 -1 1077944320 4190 0 0 0 6 1 0 0 20 0 13 0 3455689 10684936192 4877 33554432000 4194304 4196468 140731548063952 140731548046496 140608401391351 0 0 0 16800971 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
/proc/7486/statm: 2608627 4877 2180 1 0 2597065 0
[pid=7486/tid=7489] ppid=7478 vsize=10434508 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7489/stat : 7489 (java) R 7478 7486 2468 0 -1 4202560 2813 0 0 0 6 0 0 0 20 0 13 0 3455689 10684936192 4877 33554432000 4194304 4196468 140731548063952 140608405626744 140608039124007 0 4 0 16800971 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7490] ppid=7478 vsize=10434508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7490/stat : 7490 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 3455690 10684936192 4877 33554432000 4194304 4196468 140731548063952 140608008489360 140608401401557 0 4 0 16800971 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7491] ppid=7478 vsize=10434508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7491/stat : 7491 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 3455690 10684936192 4877 33554432000 4194304 4196468 140731548063952 140608007436560 140608401401557 0 4 0 16800971 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7492] ppid=7478 vsize=10434508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7492/stat : 7492 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 3455690 10684936192 4877 33554432000 4194304 4196468 140731548063952 140608006384272 140608401401557 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7493] ppid=7478 vsize=10434508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7493/stat : 7493 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 3455690 10684936192 4877 33554432000 4194304 4196468 140731548063952 140608005331472 140608401401557 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7494] ppid=7478 vsize=10434508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7494/stat : 7494 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 3455690 10684936192 4877 33554432000 4194304 4196468 140731548063952 140608004279184 140608401401557 0 4 0 16800971 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7495] ppid=7478 vsize=10434508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7495/stat : 7495 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 3455690 10684936192 4877 33554432000 4194304 4196468 140731548063952 140608003226384 140608401401557 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7496] ppid=7478 vsize=10434508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7496/stat : 7496 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 3455690 10684936192 4877 33554432000 4194304 4196468 140731548063952 140608002174096 140608401401557 0 4 0 16800971 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7497] ppid=7478 vsize=10434508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7497/stat : 7497 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 3455690 10684936192 4877 33554432000 4194304 4196468 140731548063952 140608001121296 140608401401557 0 4 0 16800971 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10434508

[startup+0.201362 s]
/proc/loadavg: 1.01 2.71 3.85 4/260 7486
/proc/meminfo: memFree=32003612/32770624 swapFree=5780/234556
[pid=7486] ppid=7478 vsize=10900556 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/7486/stat : 7486 (java) S 7478 7486 2468 0 -1 1077944320 6843 0 0 0 21 1 0 0 20 0 20 0 3455689 11162169344 7177 33554432000 4194304 4196468 140731548063952 140731548046496 140608401391351 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
/proc/7486/statm: 2725139 7177 2842 1 0 2713552 0
[pid=7486/tid=7489] ppid=7478 vsize=10900556 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7489/stat : 7489 (java) R 7478 7486 2468 0 -1 4202560 4605 0 0 0 15 1 0 0 20 0 20 0 3455689 11162169344 7177 33554432000 4194304 4196468 140731548063952 140608405602080 140608401413277 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7490] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7490/stat : 7490 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 7177 33554432000 4194304 4196468 140731548063952 140608008489360 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7491] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7491/stat : 7491 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 7177 33554432000 4194304 4196468 140731548063952 140608007436560 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7492] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7492/stat : 7492 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 7177 33554432000 4194304 4196468 140731548063952 140608006384272 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7493] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7493/stat : 7493 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 7177 33554432000 4194304 4196468 140731548063952 140608005331472 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7494] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7494/stat : 7494 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 7177 33554432000 4194304 4196468 140731548063952 140608004279184 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7495] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7495/stat : 7495 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 7177 33554432000 4194304 4196468 140731548063952 140608003226384 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7496] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7496/stat : 7496 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 7177 33554432000 4194304 4196468 140731548063952 140608002174096 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7497] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7497/stat : 7497 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 7177 33554432000 4194304 4196468 140731548063952 140608001121296 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10900556

[startup+0.30114 s]
/proc/loadavg: 1.01 2.71 3.85 4/260 7486
/proc/meminfo: memFree=32003612/32770624 swapFree=5780/234556
[pid=7486] ppid=7478 vsize=10900556 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/7486/stat : 7486 (java) S 7478 7486 2468 0 -1 1077944320 7893 0 0 0 34 2 0 0 20 0 20 0 3455689 11162169344 9085 33554432000 4194304 4196468 140731548063952 140731548046496 140608401391351 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
/proc/7486/statm: 2725139 9085 2907 1 0 2713552 0
[pid=7486/tid=7489] ppid=7478 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7489/stat : 7489 (java) R 7478 7486 2468 0 -1 4202560 5397 0 0 0 24 2 0 0 20 0 20 0 3455689 11162169344 9085 33554432000 4194304 4196468 140731548063952 140608405623552 140608387171841 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7490] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7490/stat : 7490 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 9085 33554432000 4194304 4196468 140731548063952 140608008489360 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7491] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7491/stat : 7491 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 9085 33554432000 4194304 4196468 140731548063952 140608007436560 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7492] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7492/stat : 7492 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 9085 33554432000 4194304 4196468 140731548063952 140608006384272 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7493] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7493/stat : 7493 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 9085 33554432000 4194304 4196468 140731548063952 140608005331472 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7494] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7494/stat : 7494 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 9085 33554432000 4194304 4196468 140731548063952 140608004279184 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7495] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7495/stat : 7495 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 9085 33554432000 4194304 4196468 140731548063952 140608003226384 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7496] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7496/stat : 7496 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 9085 33554432000 4194304 4196468 140731548063952 140608002174096 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7497] ppid=7478 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7497/stat : 7497 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162169344 9085 33554432000 4194304 4196468 140731548063952 140608001121296 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10900556

[startup+0.700755 s]
/proc/loadavg: 1.01 2.71 3.85 4/260 7486
/proc/meminfo: memFree=32003612/32770624 swapFree=5780/234556
[pid=7486] ppid=7478 vsize=10900632 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/7486/stat : 7486 (java) S 7478 7486 2468 0 -1 1077944320 13659 0 0 0 178 5 0 0 20 0 20 0 3455689 11162247168 34874 33554432000 4194304 4196468 140731548063952 140731548046496 140608401391351 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
/proc/7486/statm: 2725158 34874 3087 1 0 2713552 0
[pid=7486/tid=7489] ppid=7478 vsize=10900632 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7489/stat : 7489 (java) R 7478 7486 2468 0 -1 4202560 5989 0 0 0 63 3 0 0 20 0 20 0 3455689 11162247168 34874 33554432000 4194304 4196468 140731548063952 140608405619384 140608041922969 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7490] ppid=7478 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7490/stat : 7490 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455690 11162247168 34874 33554432000 4194304 4196468 140731548063952 140608008489360 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7491] ppid=7478 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7491/stat : 7491 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162247168 34874 33554432000 4194304 4196468 140731548063952 140608007436560 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7492] ppid=7478 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7492/stat : 7492 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162247168 34874 33554432000 4194304 4196468 140731548063952 140608006384272 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7493] ppid=7478 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7493/stat : 7493 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455690 11162247168 34874 33554432000 4194304 4196468 140731548063952 140608005331472 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7494] ppid=7478 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7494/stat : 7494 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162247168 34874 33554432000 4194304 4196468 140731548063952 140608004279184 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7495] ppid=7478 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7495/stat : 7495 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455690 11162247168 34874 33554432000 4194304 4196468 140731548063952 140608003226384 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7496] ppid=7478 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7496/stat : 7496 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455690 11162247168 34874 33554432000 4194304 4196468 140731548063952 140608002174096 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7497] ppid=7478 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7497/stat : 7497 (java) S 7478 7486 2468 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3455690 11162247168 34874 33554432000 4194304 4196468 140731548063952 140608001121296 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 10900632

[startup+1.50131 s]
/proc/loadavg: 1.25 2.73 3.85 6/283 7509
/proc/meminfo: memFree=31450588/32770624 swapFree=5780/234624
[pid=7486] ppid=7478 vsize=10967196 CPUtime=4.92 cores=1,3,5,7,9,11,13,15
/proc/7486/stat : 7486 (java) S 7478 7486 2468 0 -1 1077944320 20562 0 0 0 472 20 0 0 20 0 21 0 3455689 11230408704 58995 33554432000 4194304 4196468 140731548063952 140731548046496 140608401391351 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
/proc/7486/statm: 2741799 58995 3114 1 0 2730193 0
[pid=7486/tid=7489] ppid=7478 vsize=10967196 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7489/stat : 7489 (java) R 7478 7486 2468 0 -1 4202560 6048 0 0 0 137 4 0 0 20 0 21 0 3455689 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608405627976 140608401403286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7490] ppid=7478 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7490/stat : 7490 (java) S 7478 7486 2468 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608008489360 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7491] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7491/stat : 7491 (java) S 7478 7486 2468 0 -1 1077944384 17 0 0 0 2 2 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608007436560 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7492] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7492/stat : 7492 (java) S 7478 7486 2468 0 -1 1077944384 29 0 0 0 3 1 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608006384272 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7493] ppid=7478 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7493/stat : 7493 (java) S 7478 7486 2468 0 -1 1077944384 8 0 0 0 1 1 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608005331472 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7494] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7494/stat : 7494 (java) S 7478 7486 2468 0 -1 1077944384 21 0 0 0 2 2 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608004279184 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7495] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7495/stat : 7495 (java) S 7478 7486 2468 0 -1 1077944384 19 0 0 0 2 2 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608003226384 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7496] ppid=7478 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7496/stat : 7496 (java) S 7478 7486 2468 0 -1 1077944384 10 0 0 0 1 1 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608002174096 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7497] ppid=7478 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7497/stat : 7497 (java) S 7478 7486 2468 0 -1 1077944384 14 0 0 0 3 0 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608001121296 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7499] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7499/stat : 7499 (java) S 7478 7486 2468 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 21 0 3455692 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607876921456 140608401402498 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7500] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7500/stat : 7500 (java) S 7478 7486 2468 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3455693 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607875867424 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7501] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7501/stat : 7501 (java) S 7478 7486 2468 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3455694 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607874815088 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7502] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7502/stat : 7502 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3455699 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607873763408 140608401409947 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7503] ppid=7478 vsize=10967196 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7503/stat : 7503 (java) S 7478 7486 2468 0 -1 1077944384 4871 0 0 0 96 1 0 0 20 0 21 0 3455699 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607872711280 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7504] ppid=7478 vsize=10967196 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7504/stat : 7504 (java) S 7478 7486 2468 0 -1 1077944384 3186 0 0 0 98 0 0 0 20 0 21 0 3455699 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607871658480 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7505] ppid=7478 vsize=10967196 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7505/stat : 7505 (java) R 7478 7486 2468 0 -1 4202560 3224 0 0 0 92 1 0 0 20 0 21 0 3455699 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607870606488 140608382935772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7506] ppid=7478 vsize=10967196 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7506/stat : 7506 (java) S 7478 7486 2468 0 -1 1077944384 1630 0 0 0 29 0 0 0 20 0 21 0 3455699 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607869553392 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7507] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7507/stat : 7507 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3455700 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607868500320 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7508] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7508/stat : 7508 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3455700 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607867447600 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7509] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7509/stat : 7509 (java) S 7478 7486 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3455780 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607866393648 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 10967196

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7486 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60111 s]
/proc/loadavg: 1.25 2.73 3.85 6/283 7509
/proc/meminfo: memFree=31450588/32770624 swapFree=5780/234624
[pid=7486] ppid=7478 vsize=10967196 CPUtime=5.04 cores=1,3,5,7,9,11,13,15
/proc/7486/stat : 7486 (java) S 7478 7486 2468 0 -1 1077944320 20569 0 0 0 484 20 0 0 20 0 21 0 3455689 11230408704 58995 33554432000 4194304 4196468 140731548063952 140731548046496 140608401391351 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
/proc/7486/statm: 2741799 58995 3114 1 0 2730193 0
[pid=7486/tid=7489] ppid=7478 vsize=10967196 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7489/stat : 7489 (java) R 7478 7486 2468 0 -1 4202560 6048 0 0 0 147 4 0 0 20 0 21 0 3455689 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608405627864 140608039310470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7490] ppid=7478 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7490/stat : 7490 (java) S 7478 7486 2468 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608008489360 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7491] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7491/stat : 7491 (java) S 7478 7486 2468 0 -1 1077944384 17 0 0 0 2 2 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608007436560 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7492] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7492/stat : 7492 (java) S 7478 7486 2468 0 -1 1077944384 29 0 0 0 3 1 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608006384272 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7493] ppid=7478 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7493/stat : 7493 (java) S 7478 7486 2468 0 -1 1077944384 8 0 0 0 1 1 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608005331472 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7494] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7494/stat : 7494 (java) S 7478 7486 2468 0 -1 1077944384 21 0 0 0 2 2 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608004279184 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7495] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7495/stat : 7495 (java) S 7478 7486 2468 0 -1 1077944384 19 0 0 0 2 2 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608003226384 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7496] ppid=7478 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7496/stat : 7496 (java) S 7478 7486 2468 0 -1 1077944384 10 0 0 0 1 1 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608002174096 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7497] ppid=7478 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7497/stat : 7497 (java) S 7478 7486 2468 0 -1 1077944384 14 0 0 0 3 0 0 0 20 0 21 0 3455690 11230408704 58995 33554432000 4194304 4196468 140731548063952 140608001121296 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7499] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7499/stat : 7499 (java) S 7478 7486 2468 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 21 0 3455692 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607876921456 140608401402498 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7500] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7500/stat : 7500 (java) S 7478 7486 2468 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3455693 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607875867424 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7501] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7501/stat : 7501 (java) S 7478 7486 2468 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3455694 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607874815088 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7502] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7502/stat : 7502 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3455699 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607873763408 140608401409947 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7503] ppid=7478 vsize=10967196 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7503/stat : 7503 (java) S 7478 7486 2468 0 -1 1077944384 4872 0 0 0 97 1 0 0 20 0 21 0 3455699 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607872711280 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7504] ppid=7478 vsize=10967196 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7504/stat : 7504 (java) S 7478 7486 2468 0 -1 1077944384 3186 0 0 0 98 0 0 0 20 0 21 0 3455699 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607871658480 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7505] ppid=7478 vsize=10967196 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7505/stat : 7505 (java) S 7478 7486 2468 0 -1 1077944384 3229 0 0 0 93 1 0 0 20 0 21 0 3455699 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607870606192 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7506] ppid=7478 vsize=10967196 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7506/stat : 7506 (java) S 7478 7486 2468 0 -1 1077944384 1630 0 0 0 29 0 0 0 20 0 21 0 3455699 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607869553392 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7507] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7507/stat : 7507 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3455700 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607868500320 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7508] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7508/stat : 7508 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3455700 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607867447600 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7509] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7509/stat : 7509 (java) S 7478 7486 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3455780 11230408704 58995 33554432000 4194304 4196468 140731548063952 140607866393648 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 10967196

[startup+2.0012 s]
/proc/loadavg: 1.25 2.73 3.85 6/283 7509
/proc/meminfo: memFree=31450588/32770624 swapFree=5780/234624
[pid=7486] ppid=7478 vsize=10967196 CPUtime=5.67 cores=1,3,5,7,9,11,13,15
/proc/7486/stat : 7486 (java) S 7478 7486 2468 0 -1 1077944320 20642 0 0 0 546 21 0 0 20 0 21 0 3455689 11230408704 59073 33554432000 4194304 4196468 140731548063952 140731548046496 140608401391351 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
/proc/7486/statm: 2741799 59073 3118 1 0 2730193 0
[pid=7486/tid=7489] ppid=7478 vsize=10967196 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7489/stat : 7489 (java) R 7478 7486 2468 0 -1 4202560 6086 0 0 0 187 4 0 0 20 0 21 0 3455689 11230408704 59073 33554432000 4194304 4196468 140731548063952 140608405627960 140608042882559 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7490] ppid=7478 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7490/stat : 7490 (java) S 7478 7486 2468 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 21 0 3455690 11230408704 59073 33554432000 4194304 4196468 140731548063952 140608008489360 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7491] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7491/stat : 7491 (java) S 7478 7486 2468 0 -1 1077944384 17 0 0 0 2 2 0 0 20 0 21 0 3455690 11230408704 59073 33554432000 4194304 4196468 140731548063952 140608007436560 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7492] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7492/stat : 7492 (java) S 7478 7486 2468 0 -1 1077944384 29 0 0 0 3 1 0 0 20 0 21 0 3455690 11230408704 59073 33554432000 4194304 4196468 140731548063952 140608006384272 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7493] ppid=7478 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7493/stat : 7493 (java) S 7478 7486 2468 0 -1 1077944384 8 0 0 0 1 1 0 0 20 0 21 0 3455690 11230408704 59073 33554432000 4194304 4196468 140731548063952 140608005331472 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7494] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7494/stat : 7494 (java) S 7478 7486 2468 0 -1 1077944384 21 0 0 0 2 2 0 0 20 0 21 0 3455690 11230408704 59073 33554432000 4194304 4196468 140731548063952 140608004279184 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7495] ppid=7478 vsize=10967196 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7495/stat : 7495 (java) S 7478 7486 2468 0 -1 1077944384 19 0 0 0 2 2 0 0 20 0 21 0 3455690 11230408704 59073 33554432000 4194304 4196468 140731548063952 140608003226384 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7496] ppid=7478 vsize=10967196 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7496/stat : 7496 (java) S 7478 7486 2468 0 -1 1077944384 10 0 0 0 1 1 0 0 20 0 21 0 3455690 11230408704 59073 33554432000 4194304 4196468 140731548063952 140608002174096 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7497] ppid=7478 vsize=10967196 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7497/stat : 7497 (java) S 7478 7486 2468 0 -1 1077944384 14 0 0 0 3 0 0 0 20 0 21 0 3455690 11230408704 59073 33554432000 4194304 4196468 140731548063952 140608001121296 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7499] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7499/stat : 7499 (java) S 7478 7486 2468 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 21 0 3455692 11230408704 59073 33554432000 4194304 4196468 140731548063952 140607876921456 140608401402498 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7500] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7500/stat : 7500 (java) S 7478 7486 2468 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3455693 11230408704 59073 33554432000 4194304 4196468 140731548063952 140607875867424 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7501] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7501/stat : 7501 (java) S 7478 7486 2468 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3455694 11230408704 59073 33554432000 4194304 4196468 140731548063952 140607874815088 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7502] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7502/stat : 7502 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3455699 11230408704 59073 33554432000 4194304 4196468 140731548063952 140607873763408 140608401409947 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7503] ppid=7478 vsize=10967196 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7503/stat : 7503 (java) R 7478 7486 2468 0 -1 4202560 4877 0 0 0 112 1 0 0 20 0 21 0 3455699 11230408704 59073 33554432000 4194304 4196468 140731548063952 140607872697744 140608379808045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7504] ppid=7478 vsize=10967196 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7504/stat : 7504 (java) S 7478 7486 2468 0 -1 1077944384 3192 0 0 0 100 0 0 0 20 0 21 0 3455699 11230408704 59073 33554432000 4194304 4196468 140731548063952 140607871658480 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7505] ppid=7478 vsize=10967196 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7505/stat : 7505 (java) S 7478 7486 2468 0 -1 1077944384 3237 0 0 0 97 1 0 0 20 0 21 0 3455699 11230408704 59073 33554432000 4194304 4196468 140731548063952 140607870606192 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7506] ppid=7478 vsize=10967196 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7506/stat : 7506 (java) S 7478 7486 2468 0 -1 1077944384 1646 0 0 0 30 0 0 0 20 0 21 0 3455699 11230408704 59073 33554432000 4194304 4196468 140731548063952 140607869553392 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7507] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7507/stat : 7507 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3455700 11230408704 59073 33554432000 4194304 4196468 140731548063952 140607868500320 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7508] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7508/stat : 7508 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3455700 11230408704 59073 33554432000 4194304 4196468 140731548063952 140607867447600 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7509] ppid=7478 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7509/stat : 7509 (java) S 7478 7486 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3455780 11230408704 59073 33554432000 4194304 4196468 140731548063952 140607866393648 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 10967196

[startup+2.4012 s]
/proc/loadavg: 1.25 2.73 3.85 4/283 7509
/proc/meminfo: memFree=31204384/32770624 swapFree=5780/234624
[pid=7486] ppid=7478 vsize=11100324 CPUtime=5.97 cores=1,3,5,7,9,11,13,15
/proc/7486/stat : 7486 (java) S 7478 7486 2468 0 -1 1077944320 20751 0 0 0 576 21 0 0 20 0 21 0 3455689 11366731776 59118 33554432000 4194304 4196468 140731548063952 140731548046496 140608401391351 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
/proc/7486/statm: 2775081 59118 3124 1 0 2763475 0
[pid=7486/tid=7489] ppid=7478 vsize=11100324 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7489/stat : 7489 (java) S 7478 7486 2468 0 -1 1077944384 6125 0 0 0 207 4 0 0 20 0 21 0 3455689 11366731776 59118 33554432000 4194304 4196468 140731548063952 140608405632032 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7490] ppid=7478 vsize=11100324 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7490/stat : 7490 (java) S 7478 7486 2468 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 21 0 3455690 11366731776 59118 33554432000 4194304 4196468 140731548063952 140608008489360 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7491] ppid=7478 vsize=11100324 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7491/stat : 7491 (java) S 7478 7486 2468 0 -1 1077944384 17 0 0 0 2 2 0 0 20 0 21 0 3455690 11366731776 59118 33554432000 4194304 4196468 140731548063952 140608007436560 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7492] ppid=7478 vsize=11100324 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7492/stat : 7492 (java) S 7478 7486 2468 0 -1 1077944384 29 0 0 0 3 1 0 0 20 0 21 0 3455690 11366731776 59118 33554432000 4194304 4196468 140731548063952 140608006384272 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7493] ppid=7478 vsize=11100324 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7493/stat : 7493 (java) S 7478 7486 2468 0 -1 1077944384 8 0 0 0 1 1 0 0 20 0 21 0 3455690 11366731776 59118 33554432000 4194304 4196468 140731548063952 140608005331472 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7494] ppid=7478 vsize=11100324 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7494/stat : 7494 (java) S 7478 7486 2468 0 -1 1077944384 21 0 0 0 2 2 0 0 20 0 21 0 3455690 11366731776 59118 33554432000 4194304 4196468 140731548063952 140608004279184 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7495] ppid=7478 vsize=11100324 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7495/stat : 7495 (java) S 7478 7486 2468 0 -1 1077944384 19 0 0 0 2 2 0 0 20 0 21 0 3455690 11366731776 59118 33554432000 4194304 4196468 140731548063952 140608003226384 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7496] ppid=7478 vsize=11100324 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7496/stat : 7496 (java) S 7478 7486 2468 0 -1 1077944384 10 0 0 0 1 1 0 0 20 0 21 0 3455690 11366731776 59118 33554432000 4194304 4196468 140731548063952 140608002174096 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7497] ppid=7478 vsize=11100324 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7497/stat : 7497 (java) S 7478 7486 2468 0 -1 1077944384 14 0 0 0 3 0 0 0 20 0 21 0 3455690 11366731776 59118 33554432000 4194304 4196468 140731548063952 140608001121296 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7499] ppid=7478 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7499/stat : 7499 (java) S 7478 7486 2468 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 21 0 3455692 11366731776 59118 33554432000 4194304 4196468 140731548063952 140607876921456 140608401402498 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7500] ppid=7478 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7500/stat : 7500 (java) S 7478 7486 2468 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3455693 11366731776 59118 33554432000 4194304 4196468 140731548063952 140607875867424 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7501] ppid=7478 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7501/stat : 7501 (java) S 7478 7486 2468 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3455694 11366731776 59118 33554432000 4194304 4196468 140731548063952 140607874815088 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7502] ppid=7478 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7502/stat : 7502 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3455699 11366731776 59118 33554432000 4194304 4196468 140731548063952 140607873763408 140608401409947 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7503] ppid=7478 vsize=11100324 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7503/stat : 7503 (java) S 7478 7486 2468 0 -1 1077944384 4902 0 0 0 119 1 0 0 20 0 21 0 3455699 11366731776 59118 33554432000 4194304 4196468 140731548063952 140607872711280 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7504] ppid=7478 vsize=11100324 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7504/stat : 7504 (java) S 7478 7486 2468 0 -1 1077944384 3192 0 0 0 101 0 0 0 20 0 21 0 3455699 11366731776 59118 33554432000 4194304 4196468 140731548063952 140607871658480 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7505] ppid=7478 vsize=11100324 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7505/stat : 7505 (java) S 7478 7486 2468 0 -1 1077944384 3237 0 0 0 99 1 0 0 20 0 21 0 3455699 11366731776 59118 33554432000 4194304 4196468 140731548063952 140607870606192 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7506] ppid=7478 vsize=11100324 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7506/stat : 7506 (java) S 7478 7486 2468 0 -1 1077944384 1646 0 0 0 30 0 0 0 20 0 21 0 3455699 11366731776 59118 33554432000 4194304 4196468 140731548063952 140607869553392 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7507] ppid=7478 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7507/stat : 7507 (java) S 7478 7486 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3455700 11366731776 59118 33554432000 4194304 4196468 140731548063952 140607868500320 140608401401557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7508] ppid=7478 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7508/stat : 7508 (java) S 7478 7486 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3455700 11366731776 59118 33554432000 4194304 4196468 140731548063952 140607867447600 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
[pid=7486/tid=7510] ppid=7478 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7486/task/7510/stat : 7510 (java) S 7478 7486 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3455909 11366731776 59118 33554432000 4194304 4196468 140731548063952 140607865341072 140608401402498 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12378112 140731548066987 140731548067140 140731548067140 140731548069839 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 2.41919
CPU time (s): 5.99079
CPU user time (s): 5.77238
CPU system time (s): 0.218414
CPU usage (%): 247.636
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.77238
system time used= 0.218414
maximum resident set size= 237388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20784
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1937
involuntary context switches= 415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028146 second user time and 0.036485 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 02:04:40
IDJOB=4244225
IDBENCH=138761
IDSOLVER=2623
FILE ID=node125/4244225-1500681880
RUNJOBID= node125-1500681880-7440
PBS_JOBID= 20623295
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244225-1500681880/watcher-4244225-1500681880 -o /tmp/evaluation-result-4244225-1500681880/solver-4244225-1500681880 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500681880-7440 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244225-1500681880.xml

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

MD5SUM BENCH= 18df6be3f646356b5200232eb50374f6
RANDOM SEED=602707760

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        32007228 kB
MemAvailable:   32020768 kB
Buffers:           44484 kB
Cached:           280660 kB
SwapCached:            0 kB
Active:           147672 kB
Inactive:         243272 kB
Active(anon):      68456 kB
Inactive(anon):     8716 kB
Active(file):      79216 kB
Inactive(file):   234556 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3024 kB
Writeback:             0 kB
AnonPages:         86140 kB
Mapped:            36772 kB
Shmem:              8840 kB
Slab:              63680 kB
SReclaimable:      31208 kB
SUnreclaim:        32472 kB
KernelStack:        4448 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1157788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 62020 MiB
End job on node125 at 2017-07-22 02:04:43