Trace number 4243358

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
R1: sat4j-CSP 2017-07-05SAT (TO)55 2400.36 2391.56

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

1.13/0.58	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.13/0.58	c This is free software under the dual EPL/GNU LGPL licenses.
1.13/0.58	c See www.sat4j.org for details.
1.13/0.58	c That software uses the Rhino library from the Mozilla project.
1.13/0.58	c version CUSTOM.v20170705
1.13/0.58	c java.runtime.name	Java(TM) SE Runtime Environment
1.13/0.58	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.13/0.58	c java.vm.version	25.131-b11
1.13/0.58	c java.vm.vendor	Oracle Corporation
1.13/0.58	c sun.arch.data.model	64
1.13/0.58	c java.version		1.8.0_131
1.13/0.58	c os.name		Linux
1.13/0.58	c os.version		3.10.0-514.16.1.el7.x86_64
1.13/0.58	c os.arch		amd64
1.13/0.58	c Free memory 		499604488
1.13/0.58	c Max memory 		7247757312
1.13/0.58	c Total memory 		504889344
1.13/0.58	c Number of processors 	8
1.13/0.58	c c --- Begin Solver configuration ---
1.13/0.58	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.13/0.58	c Learn all clauses as in MiniSAT
1.13/0.58	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.13/0.58	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.13/0.58	c No reason simplification
1.13/0.58	c Glucose 2.1 dynamic restart strategy
1.13/0.58	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1.13/0.58	c timeout=2147483s
1.13/0.58	c DB Simplification allowed=false
1.13/0.58	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.13/0.58	c --- End Solver configuration ---
1.13/0.58	c constraints type 
1.13/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 440
1.13/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12100
1.13/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22238
1.13/0.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 440
1.13/0.58	c 35218 constraints processed.
3.18/1.14	o 33
3.18/1.20	o 47
6.17/3.46	o 48
6.17/3.49	o 50
6.32/3.58	o 52
54.67/51.54	o 53
55.18/52.04	o 54
56.30/53.20	o 55
2400.14/2391.50	c starts		: 13890
2400.14/2391.50	c conflicts		: 4851916
2400.14/2391.50	c decisions		: 6214375
2400.14/2391.50	c propagations		: 3111451118
2400.14/2391.50	c inspects		: 31122064430
2400.14/2391.50	c shortcuts		: 0
2400.14/2391.50	c learnt literals	: 1
2400.14/2391.50	c learnt binary clauses	: 707
2400.14/2391.50	c learnt ternary clauses	: 2149
2400.14/2391.50	c learnt constraints	: 4851915
2400.14/2391.50	c ignored constraints	: 0
2400.14/2391.50	c root simplifications	: 0
2400.14/2391.50	c removed literals (reason simplification)	: 0
2400.14/2391.50	c reason swapping (by a shorter reason)	: 0
2400.14/2391.50	c Calls to reduceDB	: 109
2400.14/2391.50	c Number of update (reduction) of LBD	: 756478
2400.14/2391.50	c Imported unit clauses	: 0
2400.26/2391.50	c number of reductions to clauses (during analyze)	: 0
2400.26/2391.50	c number of learned constraints concerned by reduction	: 0
2400.26/2391.50	c number of learning phase by resolution	: 0
2400.26/2391.50	c number of learning phase by cutting planes	: 0
2400.26/2391.50	c number of rounding to 1 operations	: 0
2400.26/2391.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.26/2391.50	c number of reductions of the coefficients by power 2 	: 0
2400.26/2391.50	c number of right shift for reduction by power 2 	: 0
2400.26/2391.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.26/2391.51	c speed (assignments/second)	: 1301364.715753055
2400.26/2391.51	c non guided choices	14008
2400.26/2391.54	c learnt constraints type 
2400.26/2391.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 707
2400.26/2391.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 177289
2400.26/2391.54	s SATISFIABLE
2400.26/2391.54	v <instantiation type="solution">
2400.26/2391.54	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[6][10] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[7][10] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[8][10] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] s[9][10] </list>
2400.26/2391.54	v 	<values> 1 1 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 1 1 0 0 1 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 1 1 1 1 0 1 0 0 1 1 0 0 0 0 1 0 0 1 1 0 0 1 1 1 0 0 1 1 1 1 1 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 1 1 1 1 0 0 1 0 1 0 1 0 0 1 1 1 0 0 1 1 0 1 1 0 0 2 2 2 2 3 4 4 3 2 2 1 3 5 4 4 3 3 3 3 4 4 2 2 2 2 4 5 6 6 4 4 3 3 2 4 5 3 2 2 3 2 4 3 4 2 2 3 5 6 5 5 3 5 5 3 3 5 5 3 3 2 4 4 3 3 2 3 3 5 3 6 4 3 3 5 6 4 4 3 5 2 5 2 5 4 3 3 2 3 4 4 2 6 3 5 3 5 5 2 2 2 2 2 3 2 4 2 2 2 1 </values>
2400.26/2391.54	v </instantiation>
2400.26/2391.54	

Verifier Data

OK	55

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-4243358-1500670544/watcher-4243358-1500670544 -o /tmp/evaluation-result-4243358-1500670544/solver-4243358-1500670544 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500670209-12780 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243358-1500670544.xml 

pid=13003
running on 8 cores: 0,2,4,6,8,10,12,14

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: 15.30 10.08 5.06 5/262 13006
/proc/meminfo: memFree=31901080/32770624 swapFree=5756/209956
[pid=13006] ppid=13003 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/stat : 13006 (java) S 13003 13006 9829 0 -1 1077944320 2226 0 0 0 0 0 0 0 20 0 3 0 2319708 8551190528 2461 33554432000 4194304 4196468 140733328356912 140733328339456 140275974704887 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
/proc/13006/statm: 2087693 2461 1197 1 0 2076604 0
[pid=13006/tid=13007] ppid=13003 vsize=8352828 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13007/stat : 13007 (java) S 13003 13006 9829 0 -1 1077944384 928 0 0 0 0 0 0 0 20 0 5 0 2319709 8553295872 2461 33554432000 4194304 4196468 140733328356912 140275978946256 140275974715093 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13008] ppid=13003 vsize=8352828 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13008/stat : 13008 (java) S 13003 13006 9829 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 2319710 8553295872 2461 33554432000 4194304 4196468 140733328356912 140275916708576 140275974715093 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13009] ppid=13003 vsize=8353856 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13009/stat : 13009 (java) S 13003 13006 9829 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 2319710 8554348544 2461 33554432000 4194304 4196468 140733328356912 140275915655776 140275974715093 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13010] ppid=13003 vsize=8353856 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13010/stat : 13010 (java) S 13003 13006 9829 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 2319710 8554348544 2461 33554432000 4194304 4196468 140733328356912 140275578887136 140275974715093 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13011] ppid=13003 vsize=8354884 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13011/stat : 13011 (java) S 13003 13006 9829 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 7 0 2319710 8555401216 2461 33554432000 4194304 4196468 140733328356912 140275577834336 140275974715093 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13012] ppid=13003 vsize=8355912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13012/stat : 13012 (java) S 13003 13006 9829 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 7 0 2319710 8556453888 2461 33554432000 4194304 4196468 140733328356912 140275576782048 140275974715093 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13013] ppid=13003 vsize=8355912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13013/stat : 13013 (java) R 13003 13006 9829 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 2319710 8556453888 2461 33554432000 4194304 4196468 140733328356912 140275978946256 140275974716822 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13014] ppid=13003 vsize=8356940 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13014/stat : 13014 (java) R 13003 13006 9829 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 9 0 2319710 8557506560 2461 33554432000 4194304 4196468 140733328356912 140275978946256 140275967444737 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0

[startup+0.100133 s]
/proc/loadavg: 15.30 10.08 5.06 5/262 13006
/proc/meminfo: memFree=31901080/32770624 swapFree=5756/209956
[pid=13006] ppid=13003 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/13006/stat : 13006 (java) S 13003 13006 9829 0 -1 1077944320 5003 0 0 0 9 1 0 0 20 0 20 0 2319708 11162169344 7026 33554432000 4194304 4196468 140733328356912 140733328339456 140275974704887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
/proc/13006/statm: 2725139 7026 2734 1 0 2713552 0
[pid=13006/tid=13007] ppid=13003 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13007/stat : 13007 (java) R 13003 13006 9829 0 -1 4202560 2956 0 0 0 7 1 0 0 20 0 20 0 2319709 11162169344 7026 33554432000 4194304 4196468 140733328356912 140275978932496 140275974726813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13008] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13008/stat : 13008 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 7026 33554432000 4194304 4196468 140733328356912 140275916708240 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13009] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13009/stat : 13009 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 7026 33554432000 4194304 4196468 140733328356912 140275915655440 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13010] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13010/stat : 13010 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 7026 33554432000 4194304 4196468 140733328356912 140275578886800 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13011] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13011/stat : 13011 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 7026 33554432000 4194304 4196468 140733328356912 140275577834000 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13012] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13012/stat : 13012 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 7026 33554432000 4194304 4196468 140733328356912 140275576781712 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13013] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13013/stat : 13013 (java) S 13003 13006 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 7026 33554432000 4194304 4196468 140733328356912 140275575728912 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13014] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13014/stat : 13014 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 7026 33554432000 4194304 4196468 140733328356912 140275574676624 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200703 s]
/proc/loadavg: 15.30 10.08 5.06 5/262 13006
/proc/meminfo: memFree=31901080/32770624 swapFree=5756/209956
[pid=13006] ppid=13003 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/13006/stat : 13006 (java) S 13003 13006 9829 0 -1 1077944320 7322 0 0 0 23 2 0 0 20 0 20 0 2319708 11162169344 9673 33554432000 4194304 4196468 140733328356912 140733328339456 140275974704887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
/proc/13006/statm: 2725139 9673 2857 1 0 2713552 0
[pid=13006/tid=13007] ppid=13003 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13007/stat : 13007 (java) R 13003 13006 9829 0 -1 4202560 4960 0 0 0 16 2 0 0 20 0 20 0 2319709 11162169344 9673 33554432000 4194304 4196468 140733328356912 140275978938800 140275958785374 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13008] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13008/stat : 13008 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 9673 33554432000 4194304 4196468 140733328356912 140275916708240 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13009] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13009/stat : 13009 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 9673 33554432000 4194304 4196468 140733328356912 140275915655440 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13010] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13010/stat : 13010 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 9673 33554432000 4194304 4196468 140733328356912 140275578886800 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13011] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13011/stat : 13011 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 9673 33554432000 4194304 4196468 140733328356912 140275577834000 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13012] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13012/stat : 13012 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 9673 33554432000 4194304 4196468 140733328356912 140275576781712 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13013] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13013/stat : 13013 (java) S 13003 13006 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 9673 33554432000 4194304 4196468 140733328356912 140275575728912 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13014] ppid=13003 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13014/stat : 13014 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162169344 9673 33554432000 4194304 4196468 140733328356912 140275574676624 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.30064 s]
/proc/loadavg: 15.30 10.08 5.06 5/262 13006
/proc/meminfo: memFree=31901080/32770624 swapFree=5756/209956
[pid=13006] ppid=13003 vsize=10900632 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/13006/stat : 13006 (java) S 13003 13006 9829 0 -1 1077944320 8628 0 0 0 44 3 0 0 20 0 20 0 2319708 11162247168 11524 33554432000 4194304 4196468 140733328356912 140733328339456 140275974704887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
/proc/13006/statm: 2725158 11524 3008 1 0 2713552 0
[pid=13006/tid=13007] ppid=13003 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13007/stat : 13007 (java) R 13003 13006 9829 0 -1 4202560 5476 0 0 0 26 2 0 0 20 0 20 0 2319709 11162247168 11524 33554432000 4194304 4196468 140733328356912 140275978925648 140275960951058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13008] ppid=13003 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13008/stat : 13008 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162247168 11524 33554432000 4194304 4196468 140733328356912 140275916708240 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13009] ppid=13003 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13009/stat : 13009 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2319710 11162247168 11524 33554432000 4194304 4196468 140733328356912 140275915655440 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13010] ppid=13003 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13010/stat : 13010 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162247168 11524 33554432000 4194304 4196468 140733328356912 140275578886800 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13011] ppid=13003 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13011/stat : 13011 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162247168 11524 33554432000 4194304 4196468 140733328356912 140275577834000 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13012] ppid=13003 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13012/stat : 13012 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2319710 11162247168 11524 33554432000 4194304 4196468 140733328356912 140275576781712 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13013] ppid=13003 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13013/stat : 13013 (java) S 13003 13006 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2319710 11162247168 11524 33554432000 4194304 4196468 140733328356912 140275575728912 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13014] ppid=13003 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13014/stat : 13014 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2319710 11162247168 11524 33554432000 4194304 4196468 140733328356912 140275574676624 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10900632

[startup+0.700427 s]
/proc/loadavg: 15.30 10.08 5.06 5/262 13006
/proc/meminfo: memFree=31901080/32770624 swapFree=5756/209956
[pid=13006] ppid=13003 vsize=10967196 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/13006/stat : 13006 (java) S 13003 13006 9829 0 -1 1077944320 13922 0 0 0 197 5 0 0 20 0 21 0 2319708 11230408704 26315 33554432000 4194304 4196468 140733328356912 140733328339456 140275974704887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
/proc/13006/statm: 2741799 26315 3094 1 0 2730193 0
[pid=13006/tid=13007] ppid=13003 vsize=10967196 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13007/stat : 13007 (java) R 13003 13006 9829 0 -1 4202560 5947 0 0 0 65 2 0 0 20 0 21 0 2319709 11230408704 26315 33554432000 4194304 4196468 140733328356912 140275978943400 140275598687626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13008] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13008/stat : 13008 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 26315 33554432000 4194304 4196468 140733328356912 140275916708240 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13009] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13009/stat : 13009 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 26315 33554432000 4194304 4196468 140733328356912 140275915655440 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13010] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13010/stat : 13010 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 26315 33554432000 4194304 4196468 140733328356912 140275578886800 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13011] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13011/stat : 13011 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 26315 33554432000 4194304 4196468 140733328356912 140275577834000 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13012] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13012/stat : 13012 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 26315 33554432000 4194304 4196468 140733328356912 140275576781712 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13013] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13013/stat : 13013 (java) S 13003 13006 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 26315 33554432000 4194304 4196468 140733328356912 140275575728912 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13014] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13014/stat : 13014 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 26315 33554432000 4194304 4196468 140733328356912 140275574676624 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 10967196

[startup+1.50078 s]
/proc/loadavg: 15.30 10.08 5.06 4/283 13027
/proc/meminfo: memFree=31778068/32770624 swapFree=5756/210320
[pid=13006] ppid=13003 vsize=10967196 CPUtime=3.86 cores=0,2,4,6,8,10,12,14
/proc/13006/stat : 13006 (java) S 13003 13006 9829 0 -1 1077944320 25808 0 0 0 380 6 0 0 20 0 21 0 2319708 11230408704 31436 33554432000 4194304 4196468 140733328356912 140733328339456 140275974704887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
/proc/13006/statm: 2741799 31436 3099 1 0 2730193 0
[pid=13006/tid=13007] ppid=13003 vsize=10967196 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13007/stat : 13007 (java) R 13003 13006 9829 0 -1 4202560 6055 0 0 0 145 2 0 0 20 0 21 0 2319709 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275978943256 140275598803546 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13008] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13008/stat : 13008 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275916708240 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13009] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13009/stat : 13009 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275915655440 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13010] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13010/stat : 13010 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275578886800 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13011] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13011/stat : 13011 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275577834000 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13012] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13012/stat : 13012 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275576781712 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13013] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13013/stat : 13013 (java) S 13003 13006 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275575728912 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13014] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13014/stat : 13014 (java) S 13003 13006 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275574676624 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13015] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13015/stat : 13015 (java) S 13003 13006 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2319710 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275573623824 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13017] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13017/stat : 13017 (java) S 13003 13006 9829 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 2319712 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275517573232 140275974716034 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13018] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13018/stat : 13018 (java) S 13003 13006 9829 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 2319712 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275516519200 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13019] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13019/stat : 13019 (java) S 13003 13006 9829 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2319712 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275515466864 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13020] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13020/stat : 13020 (java) S 13003 13006 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2319715 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275514415184 140275974723483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13021] ppid=13003 vsize=10967196 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13021/stat : 13021 (java) R 13003 13006 9829 0 -1 4202560 3128 0 0 0 61 0 0 0 20 0 21 0 2319715 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275513349080 140275953948520 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13022] ppid=13003 vsize=10967196 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13022/stat : 13022 (java) S 13003 13006 9829 0 -1 1077944384 11040 0 0 0 81 1 0 0 20 0 21 0 2319715 11230408704 31436 33554432000 4194304 4196468 140733328356912 140275512310256 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13023] ppid=13003 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13023/stat : 13023 (java) S 13003 13006 9829 0 -1 1077944384 1806 0 0 0 50 0 0 0 20 0 21 0 2319715 11230408704 31436 33554432000 4194304 4196468 140733328356912 140274786364272 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13024] ppid=13003 vsize=10967196 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13024/stat : 13024 (java) S 13003 13006 9829 0 -1 1077944384 2371 0 0 0 41 0 0 0 20 0 21 0 2319715 11230408704 31436 33554432000 4194304 4196468 140733328356912 140274785311472 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13025] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13025/stat : 13025 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2319716 11230408704 31436 33554432000 4194304 4196468 140733328356912 140274784258400 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13026] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13026/stat : 13026 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2319716 11230408704 31436 33554432000 4194304 4196468 140733328356912 140274783205680 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13027] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13027/stat : 13027 (java) S 13003 13006 9829 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2319768 11230408704 31436 33554432000 4194304 4196468 140733328356912 140274782151728 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 10967196

[startup+3.10084 s]
/proc/loadavg: 15.30 10.08 5.06 3/283 13027
/proc/meminfo: memFree=31761224/32770624 swapFree=5756/210332
[pid=13006] ppid=13003 vsize=10967196 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/13006/stat : 13006 (java) S 13003 13006 9829 0 -1 1077944320 27605 0 0 0 579 7 0 0 20 0 21 0 2319708 11230408704 32661 33554432000 4194304 4196468 140733328356912 140733328339456 140275974704887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
/proc/13006/statm: 2741799 32661 3105 1 0 2730193 0

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

Current children cumulated CPU time (s) 2391.02
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.3 s]
/proc/loadavg: 2.14 2.06 2.25 11/282 13220
/proc/meminfo: memFree=31223336/32770624 swapFree=5756/212556
[pid=13006] ppid=13003 vsize=10967196 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/13006/stat : 13006 (java) S 13003 13006 9829 0 -1 1077944320 65603 0 0 0 239718 284 0 0 20 0 21 0 2319708 11230408704 148839 33554432000 4194304 4196468 140733328356912 140733328339456 140275974704887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
/proc/13006/statm: 2741799 148839 3163 1 0 2730193 0
[pid=13006/tid=13007] ppid=13003 vsize=10967196 CPUtime=2389.29 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13007/stat : 13007 (java) R 13003 13006 9829 0 -1 4202560 16753 0 0 0 238925 4 0 0 20 0 21 0 2319709 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275978943952 140275598679286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13008] ppid=13003 vsize=10967196 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13008/stat : 13008 (java) S 13003 13006 9829 0 -1 1077944384 1746 0 0 0 48 27 0 0 20 0 21 0 2319710 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275916708240 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13009] ppid=13003 vsize=10967196 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13009/stat : 13009 (java) S 13003 13006 9829 0 -1 1077944384 2592 0 0 0 47 29 0 0 20 0 21 0 2319710 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275915655440 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13010] ppid=13003 vsize=10967196 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13010/stat : 13010 (java) S 13003 13006 9829 0 -1 1077944384 2182 0 0 0 51 25 0 0 20 0 21 0 2319710 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275578886800 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13011] ppid=13003 vsize=10967196 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13011/stat : 13011 (java) S 13003 13006 9829 0 -1 1077944384 1105 0 0 0 49 27 0 0 20 0 21 0 2319710 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275577834000 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13012] ppid=13003 vsize=10967196 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13012/stat : 13012 (java) S 13003 13006 9829 0 -1 1077944384 1635 0 0 0 46 28 0 0 20 0 21 0 2319710 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275576781712 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13013] ppid=13003 vsize=10967196 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13013/stat : 13013 (java) S 13003 13006 9829 0 -1 1077944384 2387 0 0 0 49 28 0 0 20 0 21 0 2319710 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275575728912 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13014] ppid=13003 vsize=10967196 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13014/stat : 13014 (java) S 13003 13006 9829 0 -1 1077944384 1862 0 0 0 48 28 0 0 20 0 21 0 2319710 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275574676624 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13015] ppid=13003 vsize=10967196 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13015/stat : 13015 (java) S 13003 13006 9829 0 -1 1077944384 1456 0 0 0 46 28 0 0 20 0 21 0 2319710 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275573623824 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13017] ppid=13003 vsize=10967196 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13017/stat : 13017 (java) S 13003 13006 9829 0 -1 1077944384 4412 0 0 0 9 3 0 0 20 0 21 0 2319712 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275517573232 140275974716034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13018] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13018/stat : 13018 (java) S 13003 13006 9829 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 21 0 2319712 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275516519200 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13019] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13019/stat : 13019 (java) S 13003 13006 9829 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 2319712 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275515466864 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13020] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13020/stat : 13020 (java) S 13003 13006 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2319715 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275514415184 140275974723483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13021] ppid=13003 vsize=10967196 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13021/stat : 13021 (java) S 13003 13006 9829 0 -1 1077944384 4577 0 0 0 80 1 0 0 20 0 21 0 2319715 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275513363056 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13022] ppid=13003 vsize=10967196 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13022/stat : 13022 (java) S 13003 13006 9829 0 -1 1077944384 14436 0 0 0 119 1 0 0 20 0 21 0 2319715 11230408704 148839 33554432000 4194304 4196468 140733328356912 140275512310256 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13023] ppid=13003 vsize=10967196 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13023/stat : 13023 (java) S 13003 13006 9829 0 -1 1077944384 3053 0 0 0 67 0 0 0 20 0 21 0 2319715 11230408704 148839 33554432000 4194304 4196468 140733328356912 140274786364272 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13024] ppid=13003 vsize=10967196 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13024/stat : 13024 (java) S 13003 13006 9829 0 -1 1077944384 3707 0 0 0 45 1 0 0 20 0 21 0 2319715 11230408704 148839 33554432000 4194304 4196468 140733328356912 140274785311472 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13025] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13025/stat : 13025 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2319716 11230408704 148839 33554432000 4194304 4196468 140733328356912 140274784258400 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13026] ppid=13003 vsize=10967196 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13026/stat : 13026 (java) S 13003 13006 9829 0 -1 1077944384 2241 0 0 0 69 61 0 0 20 0 21 0 2319716 11230408704 148839 33554432000 4194304 4196468 140733328356912 140274783205680 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13027] ppid=13003 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13027/stat : 13027 (java) S 13003 13006 9829 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2319768 11230408704 148839 33554432000 4194304 4196468 140733328356912 140274782151728 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10967196

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

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

[startup+2391.41 s]
/proc/loadavg: 2.14 2.06 2.25 10/283 13223
/proc/meminfo: memFree=30512120/32770624 swapFree=5756/212612
[pid=13006] ppid=13003 vsize=11166888 CPUtime=2400.14 cores=0,2,4,6,8,10,12,14
/proc/13006/stat : 13006 (java) S 13003 13006 9829 0 -1 1077944320 66103 0 0 0 239730 284 0 0 20 0 22 0 2319708 11434893312 148908 33554432000 4194304 4196468 140733328356912 140733328339456 140275974704887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
/proc/13006/statm: 2791722 148908 3166 1 0 2780116 0
[pid=13006/tid=13007] ppid=13003 vsize=11166888 CPUtime=2389.4 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13007/stat : 13007 (java) R 13003 13006 9829 0 -1 4202560 16807 0 0 0 238936 4 0 0 20 0 22 0 2319709 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275978943800 140275595159438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13008] ppid=13003 vsize=11166888 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13008/stat : 13008 (java) S 13003 13006 9829 0 -1 1077944384 1746 0 0 0 48 27 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275916708240 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13009] ppid=13003 vsize=11166888 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13009/stat : 13009 (java) S 13003 13006 9829 0 -1 1077944384 2592 0 0 0 47 29 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275915655440 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13010] ppid=13003 vsize=11166888 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13010/stat : 13010 (java) S 13003 13006 9829 0 -1 1077944384 2182 0 0 0 51 25 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275578886800 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13011] ppid=13003 vsize=11166888 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13011/stat : 13011 (java) S 13003 13006 9829 0 -1 1077944384 1105 0 0 0 49 27 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275577834000 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13012] ppid=13003 vsize=11166888 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13012/stat : 13012 (java) S 13003 13006 9829 0 -1 1077944384 1635 0 0 0 46 28 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275576781712 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13013] ppid=13003 vsize=11166888 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13013/stat : 13013 (java) S 13003 13006 9829 0 -1 1077944384 2387 0 0 0 49 28 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275575728912 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13014] ppid=13003 vsize=11166888 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13014/stat : 13014 (java) S 13003 13006 9829 0 -1 1077944384 1862 0 0 0 48 28 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275574676624 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13015] ppid=13003 vsize=11166888 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13015/stat : 13015 (java) S 13003 13006 9829 0 -1 1077944384 1456 0 0 0 46 28 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275573623824 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13017] ppid=13003 vsize=11166888 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13017/stat : 13017 (java) S 13003 13006 9829 0 -1 1077944384 4412 0 0 0 9 3 0 0 20 0 22 0 2319712 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275517573232 140275974716034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13018] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13018/stat : 13018 (java) S 13003 13006 9829 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 22 0 2319712 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275516519200 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13019] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13019/stat : 13019 (java) S 13003 13006 9829 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 22 0 2319712 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275515466864 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13020] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13020/stat : 13020 (java) S 13003 13006 9829 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 22 0 2319715 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275514415184 140275974723483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13021] ppid=13003 vsize=11166888 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13021/stat : 13021 (java) S 13003 13006 9829 0 -1 1077944384 4620 0 0 0 80 1 0 0 20 0 22 0 2319715 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275513363056 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13022] ppid=13003 vsize=11166888 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13022/stat : 13022 (java) S 13003 13006 9829 0 -1 1077944384 14436 0 0 0 119 2 0 0 20 0 22 0 2319715 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275512310256 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13023] ppid=13003 vsize=11166888 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13023/stat : 13023 (java) S 13003 13006 9829 0 -1 1077944384 3069 0 0 0 68 0 0 0 20 0 22 0 2319715 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274786364272 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13024] ppid=13003 vsize=11166888 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13024/stat : 13024 (java) S 13003 13006 9829 0 -1 1077944384 3813 0 0 0 45 1 0 0 20 0 22 0 2319715 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274785311472 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13025] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13025/stat : 13025 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2319716 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274784258400 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13026] ppid=13003 vsize=11166888 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13026/stat : 13026 (java) S 13003 13006 9829 0 -1 1077944384 2241 0 0 0 69 61 0 0 20 0 22 0 2319716 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274783205680 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13221] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13221/stat : 13221 (java) S 13003 13006 9829 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 22 0 2558839 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274781098224 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13222] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13222/stat : 13222 (java) S 13003 13006 9829 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 22 0 2558839 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274780046864 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
Current children cumulated CPU time (s) 2400.14
Current children cumulated vsize (KiB) 11166888

[startup+2391.51 s]
/proc/loadavg: 2.14 2.06 2.25 10/283 13223
/proc/meminfo: memFree=30512120/32770624 swapFree=5756/212612
[pid=13006] ppid=13003 vsize=11166888 CPUtime=2400.26 cores=0,2,4,6,8,10,12,14
/proc/13006/stat : 13006 (java) S 13003 13006 9829 0 -1 1077944320 66248 0 0 0 239742 284 0 0 20 0 22 0 2319708 11434893312 148908 33554432000 4194304 4196468 140733328356912 140733328339456 140275974704887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
/proc/13006/statm: 2791722 148908 3166 1 0 2780116 0
[pid=13006/tid=13007] ppid=13003 vsize=11166888 CPUtime=2389.5 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13007/stat : 13007 (java) R 13003 13006 9829 0 -1 4202560 16807 0 0 0 238946 4 0 0 20 0 22 0 2319709 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275978941928 140275599779494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13008] ppid=13003 vsize=11166888 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13008/stat : 13008 (java) S 13003 13006 9829 0 -1 1077944384 1746 0 0 0 48 27 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275916708240 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13009] ppid=13003 vsize=11166888 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13009/stat : 13009 (java) S 13003 13006 9829 0 -1 1077944384 2592 0 0 0 47 29 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275915655440 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13010] ppid=13003 vsize=11166888 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13010/stat : 13010 (java) S 13003 13006 9829 0 -1 1077944384 2182 0 0 0 51 25 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275578886800 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13011] ppid=13003 vsize=11166888 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13011/stat : 13011 (java) S 13003 13006 9829 0 -1 1077944384 1105 0 0 0 49 27 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275577834000 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13012] ppid=13003 vsize=11166888 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13012/stat : 13012 (java) S 13003 13006 9829 0 -1 1077944384 1635 0 0 0 46 28 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275576781712 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13013] ppid=13003 vsize=11166888 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13013/stat : 13013 (java) S 13003 13006 9829 0 -1 1077944384 2387 0 0 0 49 28 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275575728912 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13014] ppid=13003 vsize=11166888 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13014/stat : 13014 (java) S 13003 13006 9829 0 -1 1077944384 1862 0 0 0 48 28 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275574676624 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13015] ppid=13003 vsize=11166888 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13015/stat : 13015 (java) S 13003 13006 9829 0 -1 1077944384 1456 0 0 0 46 28 0 0 20 0 22 0 2319710 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275573623824 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13017] ppid=13003 vsize=11166888 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13017/stat : 13017 (java) S 13003 13006 9829 0 -1 1077944384 4412 0 0 0 9 3 0 0 20 0 22 0 2319712 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275517573232 140275974716034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13018] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13018/stat : 13018 (java) S 13003 13006 9829 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 22 0 2319712 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275516519200 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13019] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13019/stat : 13019 (java) S 13003 13006 9829 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 22 0 2319712 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275515466864 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13020] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13020/stat : 13020 (java) S 13003 13006 9829 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 22 0 2319715 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275514415184 140275974723483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13021] ppid=13003 vsize=11166888 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13021/stat : 13021 (java) S 13003 13006 9829 0 -1 1077944384 4620 0 0 0 80 1 0 0 20 0 22 0 2319715 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275513363056 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13022] ppid=13003 vsize=11166888 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13022/stat : 13022 (java) S 13003 13006 9829 0 -1 1077944384 14496 0 0 0 121 2 0 0 20 0 22 0 2319715 11434893312 148908 33554432000 4194304 4196468 140733328356912 140275512310256 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13023] ppid=13003 vsize=11166888 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13023/stat : 13023 (java) S 13003 13006 9829 0 -1 1077944384 3069 0 0 0 68 0 0 0 20 0 22 0 2319715 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274786364272 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13024] ppid=13003 vsize=11166888 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13024/stat : 13024 (java) S 13003 13006 9829 0 -1 1077944384 3865 0 0 0 45 1 0 0 20 0 22 0 2319715 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274785311472 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13025] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13025/stat : 13025 (java) S 13003 13006 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2319716 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274784258400 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13026] ppid=13003 vsize=11166888 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13026/stat : 13026 (java) S 13003 13006 9829 0 -1 1077944384 2241 0 0 0 69 61 0 0 20 0 22 0 2319716 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274783205680 140275974716034 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13221] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13221/stat : 13221 (java) S 13003 13006 9829 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 22 0 2558839 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274781098224 140275974715093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
[pid=13006/tid=13222] ppid=13003 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13006/task/13222/stat : 13222 (java) R 13003 13006 9829 0 -1 4202560 62 0 0 0 0 0 0 0 20 0 22 0 2558839 11434893312 148908 33554432000 4194304 4196468 140733328356912 140274780036720 140275956269525 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 10739712 140733328360619 140733328360772 140733328360772 140733328363471 0
Current children cumulated CPU time (s) 2400.26
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2391.56
CPU time (s): 2400.36
CPU user time (s): 2397.51
CPU system time (s): 2.85215
CPU usage (%): 100.368
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.51
system time used= 2.85215
maximum resident set size= 696692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66392
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55727
involuntary context switches= 121781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6051 second user time and 20.4969 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-21 22:55:44
IDJOB=4243358
IDBENCH=115932
IDSOLVER=2623
FILE ID=node146/4243358-1500670544
RUNJOBID= node146-1500670209-12780
PBS_JOBID= 20623275
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-10-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243358-1500670544/watcher-4243358-1500670544 -o /tmp/evaluation-result-4243358-1500670544/solver-4243358-1500670544 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500670209-12780 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243358-1500670544.xml

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

MD5SUM BENCH= 3405d24406a310706e7598d386d00f36
RANDOM SEED=1960911666

node146.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.96
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		: 1733.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		: 2400.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.96
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	: 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.96
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	: 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.96
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	: 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		: 1600.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.96
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		: 2668.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		: 2000.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.96
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.96
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		: 2667.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.96
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:        31901200 kB
MemAvailable:   31913952 kB
Buffers:           49000 kB
Cached:           273460 kB
SwapCached:            0 kB
Active:           278188 kB
Inactive:         218812 kB
Active(anon):     177012 kB
Inactive(anon):     8856 kB
Active(file):     101176 kB
Inactive(file):   209956 kB
Unevictable:        5756 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3284 kB
Writeback:             0 kB
AnonPages:        173440 kB
Mapped:            41788 kB
Shmem:              8852 kB
Slab:              66824 kB
SReclaimable:      34912 kB
SUnreclaim:        31912 kB
KernelStack:        4512 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1172520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61788 MiB
End job on node146 at 2017-07-21 23:35:35