Trace number 4243351

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)9 2400.2 2352.55

General information on the benchmark

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

Solver Data

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

Verifier Data

OK	9

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-4243351-1500670474/watcher-4243351-1500670474 -o /tmp/evaluation-result-4243351-1500670474/solver-4243351-1500670474 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500669803-11978 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243351-1500670474.xml 

pid=12383
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: 14.52 12.64 7.98 6/263 12386
/proc/meminfo: memFree=31734484/32770624 swapFree=5936/196668
[pid=12386] ppid=12383 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/stat : 12386 (java) S 12383 12386 9830 0 -1 1077944320 2161 0 0 0 0 0 0 0 20 0 2 0 2314133 8550137856 2376 33554432000 4194304 4196468 140723888710080 140723888692624 140167675862775 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
/proc/12386/statm: 2087436 2442 1197 1 0 2076347 0
[pid=12386/tid=12387] ppid=12383 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12387/stat : 12387 (java) R 12383 12386 9830 0 -1 4202560 918 0 0 0 0 0 0 0 20 0 2 0 2314134 8550137856 2442 33554432000 4194304 4196468 140723888710080 140167680104864 140167661813968 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12388] ppid=12383 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12388/stat : 12388 (java) R 12383 12386 9830 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 3 0 2314135 8551190528 2442 33554432000 4194304 4196468 140723888710080 140167680104864 140167668602625 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0

[startup+0.100165 s]
/proc/loadavg: 14.52 12.64 7.98 6/263 12386
/proc/meminfo: memFree=31734484/32770624 swapFree=5936/196668
[pid=12386] ppid=12383 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/12386/stat : 12386 (java) S 12383 12386 9830 0 -1 1077944320 4874 0 0 0 9 1 0 0 20 0 20 0 2314133 11162169344 5972 33554432000 4194304 4196468 140723888710080 140723888692624 140167675862775 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
/proc/12386/statm: 2725139 5972 2628 1 0 2713552 0
[pid=12386/tid=12387] ppid=12383 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12387/stat : 12387 (java) R 12383 12386 9830 0 -1 4202560 2954 0 0 0 7 1 0 0 20 0 20 0 2314134 11162169344 5972 33554432000 4194304 4196468 140723888710080 140167680105056 140167657256509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12388] ppid=12383 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12388/stat : 12388 (java) S 12383 12386 9830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2314135 11162169344 5972 33554432000 4194304 4196468 140723888710080 140167601937296 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200509 s]
/proc/loadavg: 14.52 12.64 7.98 6/263 12386
/proc/meminfo: memFree=31734484/32770624 swapFree=5936/196668
[pid=12386] ppid=12383 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/12386/stat : 12386 (java) S 12383 12386 9830 0 -1 1077944320 6917 0 0 0 24 2 0 0 20 0 20 0 2314133 11162169344 7732 33554432000 4194304 4196468 140723888710080 140723888692624 140167675862775 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
/proc/12386/statm: 2725139 7732 2866 1 0 2713552 0
[pid=12386/tid=12387] ppid=12383 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12387/stat : 12387 (java) R 12383 12386 9830 0 -1 4202560 4595 0 0 0 17 1 0 0 20 0 20 0 2314134 11162169344 7732 33554432000 4194304 4196468 140723888710080 140167680094928 140167281209551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12388] ppid=12383 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12388/stat : 12388 (java) S 12383 12386 9830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2314135 11162169344 7732 33554432000 4194304 4196468 140723888710080 140167601937296 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300478 s]
/proc/loadavg: 14.52 12.64 7.98 6/263 12386
/proc/meminfo: memFree=31734484/32770624 swapFree=5936/196668
[pid=12386] ppid=12383 vsize=10900556 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/12386/stat : 12386 (java) S 12383 12386 9830 0 -1 1077944320 7704 0 0 0 39 2 0 0 20 0 20 0 2314133 11162169344 9469 33554432000 4194304 4196468 140723888710080 140723888692624 140167675862775 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
/proc/12386/statm: 2725139 9469 2874 1 0 2713552 0
[pid=12386/tid=12387] ppid=12383 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12387/stat : 12387 (java) R 12383 12386 9830 0 -1 4202560 5062 0 0 0 26 1 0 0 20 0 20 0 2314134 11162169344 9469 33554432000 4194304 4196468 140723888710080 140167680101888 140167659943262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12388] ppid=12383 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12388/stat : 12388 (java) S 12383 12386 9830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2314135 11162169344 9469 33554432000 4194304 4196468 140723888710080 140167601937296 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 10900556

[startup+0.700304 s]
/proc/loadavg: 14.52 12.64 7.98 6/263 12386
/proc/meminfo: memFree=31734484/32770624 swapFree=5936/196668
[pid=12386] ppid=12383 vsize=10900632 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/12386/stat : 12386 (java) S 12383 12386 9830 0 -1 1077944320 18370 0 0 0 173 5 0 0 20 0 20 0 2314133 11162247168 31321 33554432000 4194304 4196468 140723888710080 140723888692624 140167675862775 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
/proc/12386/statm: 2725158 31321 3085 1 0 2713552 0
[pid=12386/tid=12387] ppid=12383 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12387/stat : 12387 (java) R 12383 12386 9830 0 -1 4202560 5966 0 0 0 64 3 0 0 20 0 20 0 2314134 11162247168 31321 33554432000 4194304 4196468 140723888710080 140167680083528 140167675876648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12388] ppid=12383 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12388/stat : 12388 (java) S 12383 12386 9830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2314135 11162247168 31321 33554432000 4194304 4196468 140723888710080 140167601937296 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 10900632

[startup+1.50073 s]
/proc/loadavg: 14.52 12.64 7.98 7/283 12406
/proc/meminfo: memFree=31278456/32770624 swapFree=5936/196708
[pid=12386] ppid=12383 vsize=10902792 CPUtime=4.96 cores=0,2,4,6,8,10,12,14
/proc/12386/stat : 12386 (java) S 12383 12386 9830 0 -1 1077944320 26210 0 0 0 472 24 0 0 20 0 20 0 2314133 11164459008 74224 33554432000 4194304 4196468 140723888710080 140723888692624 140167675862775 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
/proc/12386/statm: 2725698 74224 3114 1 0 2714092 0
[pid=12386/tid=12387] ppid=12383 vsize=10902792 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12387/stat : 12387 (java) R 12383 12386 9830 0 -1 4202560 6008 0 0 0 122 4 0 0 20 0 20 0 2314134 11164459008 74224 33554432000 4194304 4196468 140723888710080 140167680094232 140167660299423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12388] ppid=12383 vsize=10902792 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12388/stat : 12388 (java) S 12383 12386 9830 0 -1 1077944384 95 0 0 0 4 2 0 0 20 0 20 0 2314135 11164459008 74224 33554432000 4194304 4196468 140723888710080 140167601937296 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12389] ppid=12383 vsize=10902792 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12389/stat : 12389 (java) S 12383 12386 9830 0 -1 1077944384 84 0 0 0 3 2 0 0 20 0 20 0 2314135 11164459008 74224 33554432000 4194304 4196468 140723888710080 140167281109776 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12390] ppid=12383 vsize=10902792 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12390/stat : 12390 (java) S 12383 12386 9830 0 -1 1077944384 78 0 0 0 4 1 0 0 20 0 20 0 2314135 11164459008 74224 33554432000 4194304 4196468 140723888710080 140167280057488 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12392] ppid=12383 vsize=10902792 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12392/stat : 12392 (java) S 12383 12386 9830 0 -1 1077944384 44 0 0 0 5 2 0 0 20 0 20 0 2314135 11164459008 74224 33554432000 4194304 4196468 140723888710080 140167279004688 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12393] ppid=12383 vsize=10902792 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12393/stat : 12393 (java) S 12383 12386 9830 0 -1 1077944384 26 0 0 0 3 1 0 0 20 0 20 0 2314135 11164459008 74224 33554432000 4194304 4196468 140723888710080 140167277951376 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12394] ppid=12383 vsize=10902792 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12394/stat : 12394 (java) S 12383 12386 9830 0 -1 1077944384 85 0 0 0 6 2 0 0 20 0 20 0 2314135 11164459008 74224 33554432000 4194304 4196468 140723888710080 140167276898576 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12395] ppid=12383 vsize=10902792 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12395/stat : 12395 (java) S 12383 12386 9830 0 -1 1077944384 29 0 0 0 3 2 0 0 20 0 20 0 2314135 11164459008 74224 33554432000 4194304 4196468 140723888710080 140167275846288 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12396] ppid=12383 vsize=10902792 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12396/stat : 12396 (java) S 12383 12386 9830 0 -1 1077944384 79 0 0 0 5 1 0 0 20 0 20 0 2314135 11164459008 74224 33554432000 4194304 4196468 140723888710080 140167274793488 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12397] ppid=12383 vsize=10902792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12397/stat : 12397 (java) S 12383 12386 9830 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 2314137 11164459008 74224 33554432000 4194304 4196468 140723888710080 140166882503280 140167675873922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12398] ppid=12383 vsize=10902792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12398/stat : 12398 (java) S 12383 12386 9830 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2314138 11164459008 74224 33554432000 4194304 4196468 140723888710080 140166881449248 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12399] ppid=12383 vsize=10902792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12399/stat : 12399 (java) S 12383 12386 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2314138 11164459008 74224 33554432000 4194304 4196468 140723888710080 140166880396912 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12400] ppid=12383 vsize=10902792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12400/stat : 12400 (java) S 12383 12386 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2314142 11164459008 74224 33554432000 4194304 4196468 140723888710080 140166879345232 140167675881371 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12401] ppid=12383 vsize=10902792 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12401/stat : 12401 (java) R 12383 12386 9830 0 -1 4202560 4517 0 0 0 94 0 0 0 20 0 20 0 2314142 11164459008 74224 33554432000 4194304 4196468 140723888710080 140166878278280 140167657383604 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12402] ppid=12383 vsize=10902792 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12402/stat : 12402 (java) R 12383 12386 9830 0 -1 4202560 4610 0 0 0 92 0 0 0 20 0 20 0 2314142 11164459008 74224 33554432000 4194304 4196468 140723888710080 140166877225016 140167657407443 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12403] ppid=12383 vsize=10902792 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12403/stat : 12403 (java) R 12383 12386 9830 0 -1 4202560 6565 0 0 0 91 0 0 0 20 0 20 0 2314142 11164459008 74224 33554432000 4194304 4196468 140723888710080 140166876172472 140167657384209 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12404] ppid=12383 vsize=10902792 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12404/stat : 12404 (java) S 12383 12386 9830 0 -1 1077944384 2536 0 0 0 33 0 0 0 20 0 20 0 2314142 11164459008 74224 33554432000 4194304 4196468 140723888710080 140166875134192 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12405] ppid=12383 vsize=10902792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12405/stat : 12405 (java) S 12383 12386 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2314142 11164459008 74224 33554432000 4194304 4196468 140723888710080 140166874082144 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12406] ppid=12383 vsize=10902792 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12406/stat : 12406 (java) S 12383 12386 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2314143 11164459008 74224 33554432000 4194304 4196468 140723888710080 140166873029424 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 10 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 10902792

[startup+3.10084 s]
/proc/loadavg: 14.52 12.64 7.98 3/283 12406
/proc/meminfo: memFree=30711588/32770624 swapFree=5936/196716
[pid=12386] ppid=12383 vsize=10900632 CPUtime=9.13 cores=0,2,4,6,8,10,12,14
/proc/12386/stat : 12386 (java) S 12383 12386 9830 0 -1 1077944320 33946 0 0 0 832 81 0 0 20 0 20 0 2314133 11162247168 178216 33554432000 4194304 4196468 140723888710080 140723888692624 140167675862775 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
/proc/12386/statm: 2725158 178216 3135 1 0 2713552 0
[pid=12386/tid=12387] ppid=12383 vsize=10900632 CPUtime=2.7 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12387/stat : 12387 (java) R 12383 12386 9830 0 -1 4202560 6459 0 0 0 262 8 0 0 20 0 20 0 2314134 11162247168 178216 33554432000 4194304 4196468 140723888710080 140167680100936 140167285220779 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12388] ppid=12383 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12388/stat : 12388 (java) S 12383 12386 9830 0 -1 1077944384 202 0 0 0 12 8 0 0 20 0 20 0 2314135 11162247168 178216 33554432000 4194304 4196468 140723888710080 140167601937296 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12389] ppid=12383 vsize=10900632 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12389/stat : 12389 (java) S 12383 12386 9830 0 -1 1077944384 147 0 0 0 12 9 0 0 20 0 20 0 2314135 11162247168 178216 33554432000 4194304 4196468 140723888710080 140167281109776 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12390] ppid=12383 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12390/stat : 12390 (java) S 12383 12386 9830 0 -1 1077944384 206 0 0 0 13 7 0 0 20 0 20 0 2314135 11162247168 178216 33554432000 4194304 4196468 140723888710080 140167280057488 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12392] ppid=12383 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12392/stat : 12392 (java) S 12383 12386 9830 0 -1 1077944384 143 0 0 0 14 8 0 0 20 0 20 0 2314135 11162247168 178216 33554432000 4194304 4196468 140723888710080 140167279004688 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12393] ppid=12383 vsize=10900632 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12393/stat : 12393 (java) S 12383 12386 9830 0 -1 1077944384 155 0 0 0 11 8 0 0 20 0 20 0 2314135 11162247168 178216 33554432000 4194304 4196468 140723888710080 140167277951376 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12394] ppid=12383 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12394/stat : 12394 (java) S 12383 12386 9830 0 -1 1077944384 194 0 0 0 16 8 0 0 20 0 20 0 2314135 11162247168 178216 33554432000 4194304 4196468 140723888710080 140167276898576 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12395] ppid=12383 vsize=10900632 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12395/stat : 12395 (java) S 12383 12386 9830 0 -1 1077944384 184 0 0 0 12 9 0 0 20 0 20 0 2314135 11162247168 178216 33554432000 4194304 4196468 140723888710080 140167275846288 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12396] ppid=12383 vsize=10900632 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12396/stat : 12396 (java) S 12383 12386 9830 0 -1 1077944384 188 0 0 0 13 8 0 0 20 0 20 0 2314135 11162247168 178216 33554432000 4194304 4196468 140723888710080 140167274793488 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12397] ppid=12383 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12397/stat : 12397 (java) S 12383 12386 9830 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 20 0 2314137 11162247168 178216 33554432000 4194304 4196468 140723888710080 140166882503280 140167675873922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12398] ppid=12383 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12398/stat : 12398 (java) S 12383 12386 9830 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2314138 11162247168 178216 33554432000 4194304 4196468 140723888710080 140166881449248 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12399] ppid=12383 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12399/stat : 12399 (java) S 12383 12386 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2314138 11162247168 178216 33554432000 4194304 4196468 140723888710080 140166880396912 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12400] ppid=12383 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12400/stat : 12400 (java) S 12383 12386 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2314142 11162247168 178216 33554432000 4194304 4196468 140723888710080 140166879345232 140167675881371 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12401] ppid=12383 vsize=10900632 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12401/stat : 12401 (java) S 12383 12386 9830 0 -1 1077944384 5899 0 0 0 151 1 0 0 20 0 20 0 2314142 11162247168 178216 33554432000 4194304 4196468 140723888710080 140166878292080 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12402] ppid=12383 vsize=10900632 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12402/stat : 12402 (java) S 12383 12386 9830 0 -1 1077944384 7342 0 0 0 130 0 0 0 20 0 20 0 2314142 11162247168 178216 33554432000 4194304 4196468 140723888710080 140166877239280 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12403] ppid=12383 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12403/stat : 12403 (java) S 12383 12386 9830 0 -1 1077944384 8684 0 0 0 142 1 0 0 20 0 20 0 2314142 11162247168 178216 33554432000 4194304 4196468 140723888710080 140166876186992 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12404] ppid=12383 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12404/stat : 12404 (java) S 12383 12386 9830 0 -1 1077944384 2563 0 0 0 35 0 0 0 20 0 20 0 2314142 11162247168 178216 33554432000 4194304 4196468 140723888710080 140166875134192 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12405] ppid=12383 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12405/stat : 12405 (java) S 12383 12386 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2314142 11162247168 178216 33554432000 4194304 4196468 140723888710080 140166874082144 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12406] ppid=12383 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12406/stat : 12406 (java) S 12383 12386 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2314143 11162247168 178216 33554432000 4194304 4196468 140723888710080 140166873029424 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 10900632

[startup+6.301 s]
/proc/loadavg: 14.08 12.58 7.98 3/283 12406
/proc/meminfo: memFree=28977824/32770624 swapFree=5936/196720
[pid=12386] ppid=12383 vsize=10900632 CPUtime=18.59 cores=0,2,4,6,8,10,12,14
/proc/12386/stat : 12386 (java) S 12383 12386 9830 0 -1 1077944320 42588 0 0 0 1588 271 0 0 20 0 20 0 2314133 11162247168 436388 33554432000 4194304 4196468 140723888710080 140723888692624 140167675862775 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
/proc/12386/statm: 2725158 436388 3143 1 0 2713552 0
[pid=12386/tid=12387] ppid=12383 vsize=10900632 CPUtime=4.99 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12387/stat : 12387 (java) S 12383 12386 9830 0 -1 1077944384 7874 0 0 0 484 15 0 0 20 0 20 0 2314134 11162247168 436388 33554432000 4194304 4196468 140723888710080 140167680095376 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12388] ppid=12383 vsize=10900632 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12388/stat : 12388 (java) R 12383 12386 9830 0 -1 4202560 1317 0 0 0 81 28 0 0 20 0 20 0 2314135 11162247168 436388 33554432000 4194304 4196468 140723888710080 140167601937496 140167668490983 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12389] ppid=12383 vsize=10900632 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12389/stat : 12389 (java) R 12383 12386 9830 0 -1 4202560 775 0 0 0 77 33 0 0 20 0 20 0 2314135 11162247168 436388 33554432000 4194304 4196468 140723888710080 140167281109672 140167668490983 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12390] ppid=12383 vsize=10900632 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12390/stat : 12390 (java) R 12383 12386 9830 0 -1 4202560 612 0 0 0 80 31 0 0 20 0 20 0 2314135 11162247168 436388 33554432000 4194304 4196468 140723888710080 140167280057688 140167668490983 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12392] ppid=12383 vsize=10900632 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12392/stat : 12392 (java) R 12383 12386 9830 0 -1 4202560 1617 0 0 0 80 30 0 0 20 0 20 0 2314135 11162247168 436388 33554432000 4194304 4196468 140723888710080 140167279004584 140167661621592 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12393] ppid=12383 vsize=10900632 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12393/stat : 12393 (java) R 12383 12386 9830 0 -1 4202560 948 0 0 0 78 30 0 0 20 0 20 0 2314135 11162247168 436388 33554432000 4194304 4196468 140723888710080 140167277951264 140167660813902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12394] ppid=12383 vsize=10900632 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12394/stat : 12394 (java) R 12383 12386 9830 0 -1 4202560 1326 0 0 0 82 31 0 0 20 0 20 0 2314135 11162247168 436388 33554432000 4194304 4196468 140723888710080 140167276898472 140167668490983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12395] ppid=12383 vsize=10900632 CPUtime=1.1 cores=0,2,4,6,8,10,12,14

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

[pid=12386/tid=12404] ppid=12383 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12404/stat : 12404 (java) S 12383 12386 9830 0 -1 1077944384 7998 0 0 0 48 2 0 0 20 0 21 0 2314142 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166875134192 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12405] ppid=12383 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12405/stat : 12405 (java) S 12383 12386 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2314142 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166874082144 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12406] ppid=12383 vsize=10967196 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12406/stat : 12406 (java) S 12383 12386 9830 0 -1 1077944384 2086 0 0 0 75 75 0 0 20 0 21 0 2314143 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166873029424 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12407] ppid=12383 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12407/stat : 12407 (java) S 12383 12386 9830 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2314938 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166871975472 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
Current children cumulated CPU time (s) 2370.03
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352.3 s]
/proc/loadavg: 2.01 2.05 2.54 3/283 12592
/proc/meminfo: memFree=28156440/32770624 swapFree=5936/199228
[pid=12386] ppid=12383 vsize=10967196 CPUtime=2400.03 cores=0,2,4,6,8,10,12,14
/proc/12386/stat : 12386 (java) S 12383 12386 9830 0 -1 1077944320 230161 0 0 0 238852 1151 0 0 20 0 21 0 2314133 11230408704 882735 33554432000 4194304 4196468 140723888710080 140723888692624 140167675862775 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
/proc/12386/statm: 2741799 882735 3170 1 0 2730193 0
[pid=12386/tid=12387] ppid=12383 vsize=10967196 CPUtime=2343.17 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12387/stat : 12387 (java) R 12383 12386 9830 0 -1 4202560 85320 0 0 0 234289 28 0 0 20 0 21 0 2314134 11230408704 882735 33554432000 4194304 4196468 140723888710080 140167680101176 140167286337490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12388] ppid=12383 vsize=10967196 CPUtime=5.9 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12388/stat : 12388 (java) S 12383 12386 9830 0 -1 1077944384 11740 0 0 0 457 133 0 0 20 0 21 0 2314135 11230408704 882735 33554432000 4194304 4196468 140723888710080 140167601937296 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12389] ppid=12383 vsize=10967196 CPUtime=5.9 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12389/stat : 12389 (java) S 12383 12386 9830 0 -1 1077944384 8739 0 0 0 456 134 0 0 20 0 21 0 2314135 11230408704 882735 33554432000 4194304 4196468 140723888710080 140167281109776 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12390] ppid=12383 vsize=10967196 CPUtime=5.88 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12390/stat : 12390 (java) S 12383 12386 9830 0 -1 1077944384 10622 0 0 0 455 133 0 0 20 0 21 0 2314135 11230408704 882735 33554432000 4194304 4196468 140723888710080 140167280057488 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12392] ppid=12383 vsize=10967196 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12392/stat : 12392 (java) S 12383 12386 9830 0 -1 1077944384 9927 0 0 0 461 125 0 0 20 0 21 0 2314135 11230408704 882735 33554432000 4194304 4196468 140723888710080 140167279004688 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12393] ppid=12383 vsize=10967196 CPUtime=5.9 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12393/stat : 12393 (java) S 12383 12386 9830 0 -1 1077944384 10725 0 0 0 455 135 0 0 20 0 21 0 2314135 11230408704 882735 33554432000 4194304 4196468 140723888710080 140167277951376 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12394] ppid=12383 vsize=10967196 CPUtime=5.81 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12394/stat : 12394 (java) S 12383 12386 9830 0 -1 1077944384 10495 0 0 0 455 126 0 0 20 0 21 0 2314135 11230408704 882735 33554432000 4194304 4196468 140723888710080 140167276898576 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12395] ppid=12383 vsize=10967196 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12395/stat : 12395 (java) S 12383 12386 9830 0 -1 1077944384 10714 0 0 0 458 135 0 0 20 0 21 0 2314135 11230408704 882735 33554432000 4194304 4196468 140723888710080 140167275846288 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12396] ppid=12383 vsize=10967196 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12396/stat : 12396 (java) S 12383 12386 9830 0 -1 1077944384 9166 0 0 0 457 135 0 0 20 0 21 0 2314135 11230408704 882735 33554432000 4194304 4196468 140723888710080 140167274793488 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12397] ppid=12383 vsize=10967196 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12397/stat : 12397 (java) S 12383 12386 9830 0 -1 1077944384 10029 0 0 0 161 3 0 0 20 0 21 0 2314137 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166882503280 140167675873922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12398] ppid=12383 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12398/stat : 12398 (java) S 12383 12386 9830 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 2314138 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166881449312 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12399] ppid=12383 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12399/stat : 12399 (java) S 12383 12386 9830 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 2314138 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166880396928 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12400] ppid=12383 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12400/stat : 12400 (java) S 12383 12386 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2314142 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166879345232 140167675881371 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12401] ppid=12383 vsize=10967196 CPUtime=2.13 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12401/stat : 12401 (java) S 12383 12386 9830 0 -1 1077944384 13334 0 0 0 211 2 0 0 20 0 21 0 2314142 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166878292080 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12402] ppid=12383 vsize=10967196 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12402/stat : 12402 (java) S 12383 12386 9830 0 -1 1077944384 10207 0 0 0 166 1 0 0 20 0 21 0 2314142 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166877239280 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12403] ppid=12383 vsize=10967196 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12403/stat : 12403 (java) S 12383 12386 9830 0 -1 1077944384 17604 0 0 0 214 2 0 0 20 0 21 0 2314142 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166876186992 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12404] ppid=12383 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12404/stat : 12404 (java) S 12383 12386 9830 0 -1 1077944384 8002 0 0 0 48 2 0 0 20 0 21 0 2314142 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166875134192 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12405] ppid=12383 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12405/stat : 12405 (java) S 12383 12386 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2314142 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166874082144 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12406] ppid=12383 vsize=10967196 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12406/stat : 12406 (java) S 12383 12386 9830 0 -1 1077944384 2124 0 0 0 76 76 0 0 20 0 21 0 2314143 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166873029424 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12407] ppid=12383 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12407/stat : 12407 (java) S 12383 12386 9830 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2314938 11230408704 882735 33554432000 4194304 4196468 140723888710080 140166871975472 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
Current children cumulated CPU time (s) 2400.03
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 12386 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2352.41 s]
/proc/loadavg: 2.01 2.05 2.54 3/283 12592
/proc/meminfo: memFree=28156440/32770624 swapFree=5936/199228
[pid=12386] ppid=12383 vsize=11166888 CPUtime=2400.15 cores=0,2,4,6,8,10,12,14
/proc/12386/stat : 12386 (java) S 12383 12386 9830 0 -1 1077944320 231615 0 0 0 238864 1151 0 0 20 0 22 0 2314133 11434893312 882834 33554432000 4194304 4196468 140723888710080 140723888692624 140167675862775 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
/proc/12386/statm: 2791722 882834 3175 1 0 2780116 0
[pid=12386/tid=12387] ppid=12383 vsize=11166888 CPUtime=2343.27 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12387/stat : 12387 (java) R 12383 12386 9830 0 -1 4202560 85512 0 0 0 234299 28 0 0 20 0 22 0 2314134 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167680099864 140167286807605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12388] ppid=12383 vsize=11166888 CPUtime=5.9 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12388/stat : 12388 (java) S 12383 12386 9830 0 -1 1077944384 11740 0 0 0 457 133 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167601937296 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12389] ppid=12383 vsize=11166888 CPUtime=5.9 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12389/stat : 12389 (java) S 12383 12386 9830 0 -1 1077944384 8739 0 0 0 456 134 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167281109776 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12390] ppid=12383 vsize=11166888 CPUtime=5.88 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12390/stat : 12390 (java) S 12383 12386 9830 0 -1 1077944384 10622 0 0 0 455 133 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167280057488 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12392] ppid=12383 vsize=11166888 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12392/stat : 12392 (java) S 12383 12386 9830 0 -1 1077944384 9927 0 0 0 461 125 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167279004688 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12393] ppid=12383 vsize=11166888 CPUtime=5.9 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12393/stat : 12393 (java) S 12383 12386 9830 0 -1 1077944384 10725 0 0 0 455 135 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167277951376 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12394] ppid=12383 vsize=11166888 CPUtime=5.81 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12394/stat : 12394 (java) S 12383 12386 9830 0 -1 1077944384 10495 0 0 0 455 126 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167276898576 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12395] ppid=12383 vsize=11166888 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12395/stat : 12395 (java) S 12383 12386 9830 0 -1 1077944384 10714 0 0 0 458 135 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167275846288 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12396] ppid=12383 vsize=11166888 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12396/stat : 12396 (java) S 12383 12386 9830 0 -1 1077944384 9166 0 0 0 457 135 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167274793488 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12397] ppid=12383 vsize=11166888 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12397/stat : 12397 (java) S 12383 12386 9830 0 -1 1077944384 10096 0 0 0 161 3 0 0 20 0 22 0 2314137 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166882503280 140167675873922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12398] ppid=12383 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12398/stat : 12398 (java) S 12383 12386 9830 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 22 0 2314138 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166881449312 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12399] ppid=12383 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12399/stat : 12399 (java) S 12383 12386 9830 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 22 0 2314138 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166880396928 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12400] ppid=12383 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12400/stat : 12400 (java) S 12383 12386 9830 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166879345232 140167675881371 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12401] ppid=12383 vsize=11166888 CPUtime=2.13 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12401/stat : 12401 (java) S 12383 12386 9830 0 -1 1077944384 13415 0 0 0 211 2 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166878292080 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12402] ppid=12383 vsize=11166888 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12402/stat : 12402 (java) S 12383 12386 9830 0 -1 1077944384 10287 0 0 0 166 1 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166877239280 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12403] ppid=12383 vsize=11166888 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12403/stat : 12403 (java) S 12383 12386 9830 0 -1 1077944384 17828 0 0 0 214 2 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166876186992 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12404] ppid=12383 vsize=11166888 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12404/stat : 12404 (java) S 12383 12386 9830 0 -1 1077944384 8162 0 0 0 48 2 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166875134192 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12405] ppid=12383 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12405/stat : 12405 (java) S 12383 12386 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166874082144 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12406] ppid=12383 vsize=11166888 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12406/stat : 12406 (java) S 12383 12386 9830 0 -1 1077944384 2124 0 0 0 76 76 0 0 20 0 22 0 2314143 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166873029424 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
Current children cumulated CPU time (s) 2400.15
Current children cumulated vsize (KiB) 11166888

[startup+2352.5 s]
/proc/loadavg: 2.01 2.05 2.54 3/283 12592
/proc/meminfo: memFree=28156440/32770624 swapFree=5936/199228
[pid=12386] ppid=12383 vsize=11166888 CPUtime=2400.15 cores=0,2,4,6,8,10,12,14
/proc/12386/stat : 12386 (java) S 12383 12386 9830 0 -1 1077944320 231635 0 0 0 238864 1151 0 0 20 0 22 0 2314133 11434893312 882834 33554432000 4194304 4196468 140723888710080 140723888692624 140167675862775 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
/proc/12386/statm: 2791722 882834 3175 1 0 2780116 0
[pid=12386/tid=12387] ppid=12383 vsize=11166888 CPUtime=2343.27 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12387/stat : 12387 (java) S 12383 12386 9830 0 -1 1077944384 85532 0 0 0 234299 28 0 0 20 0 22 0 2314134 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167680105648 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12388] ppid=12383 vsize=11166888 CPUtime=5.9 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12388/stat : 12388 (java) S 12383 12386 9830 0 -1 1077944384 11740 0 0 0 457 133 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167601937296 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12389] ppid=12383 vsize=11166888 CPUtime=5.9 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12389/stat : 12389 (java) S 12383 12386 9830 0 -1 1077944384 8739 0 0 0 456 134 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167281109776 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12390] ppid=12383 vsize=11166888 CPUtime=5.88 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12390/stat : 12390 (java) S 12383 12386 9830 0 -1 1077944384 10622 0 0 0 455 133 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167280057488 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12392] ppid=12383 vsize=11166888 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12392/stat : 12392 (java) S 12383 12386 9830 0 -1 1077944384 9927 0 0 0 461 125 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167279004688 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12393] ppid=12383 vsize=11166888 CPUtime=5.9 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12393/stat : 12393 (java) S 12383 12386 9830 0 -1 1077944384 10725 0 0 0 455 135 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167277951376 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12394] ppid=12383 vsize=11166888 CPUtime=5.81 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12394/stat : 12394 (java) S 12383 12386 9830 0 -1 1077944384 10495 0 0 0 455 126 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167276898576 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12395] ppid=12383 vsize=11166888 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12395/stat : 12395 (java) S 12383 12386 9830 0 -1 1077944384 10714 0 0 0 458 135 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167275846288 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12396] ppid=12383 vsize=11166888 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12396/stat : 12396 (java) S 12383 12386 9830 0 -1 1077944384 9166 0 0 0 457 135 0 0 20 0 22 0 2314135 11434893312 882834 33554432000 4194304 4196468 140723888710080 140167274793488 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12397] ppid=12383 vsize=11166888 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12397/stat : 12397 (java) S 12383 12386 9830 0 -1 1077944384 10096 0 0 0 161 3 0 0 20 0 22 0 2314137 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166882503280 140167675873922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12398] ppid=12383 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12398/stat : 12398 (java) S 12383 12386 9830 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 22 0 2314138 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166881449312 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12399] ppid=12383 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12399/stat : 12399 (java) S 12383 12386 9830 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 22 0 2314138 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166880396928 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12400] ppid=12383 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12400/stat : 12400 (java) S 12383 12386 9830 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166879345232 140167675881371 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12401] ppid=12383 vsize=11166888 CPUtime=2.13 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12401/stat : 12401 (java) S 12383 12386 9830 0 -1 1077944384 13415 0 0 0 211 2 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166878292080 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12402] ppid=12383 vsize=11166888 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12402/stat : 12402 (java) S 12383 12386 9830 0 -1 1077944384 10287 0 0 0 166 1 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166877239280 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12403] ppid=12383 vsize=11166888 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12403/stat : 12403 (java) S 12383 12386 9830 0 -1 1077944384 17828 0 0 0 214 2 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166876186992 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12404] ppid=12383 vsize=11166888 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12404/stat : 12404 (java) S 12383 12386 9830 0 -1 1077944384 8162 0 0 0 48 2 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166875134192 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12405] ppid=12383 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12405/stat : 12405 (java) S 12383 12386 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2314142 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166874082144 140167675872981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
[pid=12386/tid=12406] ppid=12383 vsize=11166888 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/12386/task/12406/stat : 12406 (java) S 12383 12386 9830 0 -1 1077944384 2124 0 0 0 76 76 0 0 20 0 22 0 2314143 11434893312 882834 33554432000 4194304 4196468 140723888710080 140166873029424 140167675873922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 12886016 140723888719019 140723888719172 140723888719172 140723888721871 0
Current children cumulated CPU time (s) 2400.15
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2352.55
CPU time (s): 2400.2
CPU user time (s): 2388.65
CPU system time (s): 11.5483
CPU usage (%): 102.025
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2388.65
system time used= 11.5483
maximum resident set size= 3531588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232387
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57869
involuntary context switches= 124991

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4601 second user time and 18.9431 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-21 22:54:34
IDJOB=4243351
IDBENCH=115912
IDSOLVER=2623
FILE ID=node139/4243351-1500670474
RUNJOBID= node139-1500669803-11978
PBS_JOBID= 20623281
Free space on /tmp= 61988 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-07.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243351-1500670474/watcher-4243351-1500670474 -o /tmp/evaluation-result-4243351-1500670474/solver-4243351-1500670474 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500669803-11978 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243351-1500670474.xml

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

MD5SUM BENCH= 006cf0fd5d0b6c1fad06ae59cb3b038a
RANDOM SEED=1058989374

node139.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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 1600.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	: 5334.08
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		: 2133.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	: 5334.08
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		: 2133.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	: 5334.08
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	: 5334.08
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		: 2000.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		: 2133.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	: 5334.08
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		: 2668.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	: 5334.08
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		: 2668.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		: 1733.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	: 5334.08
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		: 1733.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:        31734936 kB
MemAvailable:   31736656 kB
Buffers:           36836 kB
Cached:           275020 kB
SwapCached:            0 kB
Active:           452672 kB
Inactive:         205236 kB
Active(anon):     349192 kB
Inactive(anon):     8568 kB
Active(file):     103480 kB
Inactive(file):   196668 kB
Unevictable:        5936 kB
Mlocked:            5936 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3300 kB
Writeback:             0 kB
AnonPages:        292608 kB
Mapped:            41912 kB
Shmem:              8852 kB
Slab:              66884 kB
SReclaimable:      34816 kB
SUnreclaim:        32068 kB
KernelStack:        4544 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1300832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61988 MiB
End job on node139 at 2017-07-21 23:33:47