Trace number 4244264

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05UNSAT 390.29 162.781

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-40.xml
MD5SUM878edee888014227e65ca0b3d1539934
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.05151
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints257
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":108}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":38},{"degree":3,"count":26},{"degree":4,"count":16},{"degree":5,"count":9},{"degree":6,"count":5},{"degree":7,"count":4},{"degree":10,"count":1},{"degree":12,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":108},{"arity":2,"count":42},{"arity":3,"count":20},{"arity":4,"count":19},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints108
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":108}]
Optimization problemNO
Type of objective

Solver Data

298.05/75.46	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
298.05/75.46	c This is free software under the dual EPL/GNU LGPL licenses.
298.05/75.46	c See www.sat4j.org for details.
298.05/75.46	c That software uses the Rhino library from the Mozilla project.
298.05/75.46	c version CUSTOM.v20170705
298.05/75.46	c java.runtime.name	Java(TM) SE Runtime Environment
298.05/75.46	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
298.05/75.46	c java.vm.version	25.131-b11
298.05/75.46	c java.vm.vendor	Oracle Corporation
298.05/75.46	c sun.arch.data.model	64
298.05/75.46	c java.version		1.8.0_131
298.05/75.46	c os.name		Linux
298.05/75.46	c os.version		3.10.0-514.16.1.el7.x86_64
298.05/75.46	c os.arch		amd64
298.05/75.46	c Free memory 		499604488
298.05/75.46	c Max memory 		7247757312
298.05/75.46	c Total memory 		504889344
298.05/75.46	c Number of processors 	8
298.05/75.46	c c --- Begin Solver configuration ---
298.05/75.46	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
298.05/75.46	c Learn all clauses as in MiniSAT
298.05/75.46	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
298.05/75.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
298.05/75.46	c No reason simplification
298.05/75.46	c Glucose 2.1 dynamic restart strategy
298.05/75.46	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
298.05/75.46	c timeout=2147483s
298.05/75.46	c DB Simplification allowed=false
298.05/75.46	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
298.05/75.46	c --- End Solver configuration ---
298.05/75.46	c constraints type 
298.05/75.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 216
298.05/75.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 54654012
298.05/75.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5204116
298.05/75.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 513
298.05/75.46	c 59858857 constraints processed.
390.24/162.74	c starts		: 9
390.24/162.74	c conflicts		: 5601
390.24/162.74	c decisions		: 18238864
390.24/162.74	c propagations		: 180021819
390.24/162.74	c inspects		: 214106675
390.24/162.74	c shortcuts		: 0
390.24/162.74	c learnt literals	: 9
390.24/162.74	c learnt binary clauses	: 204
390.24/162.74	c learnt ternary clauses	: 228
390.24/162.74	c learnt constraints	: 5591
390.24/162.74	c ignored constraints	: 0
390.24/162.74	c root simplifications	: 0
390.24/162.74	c removed literals (reason simplification)	: 0
390.24/162.74	c reason swapping (by a shorter reason)	: 0
390.24/162.74	c Calls to reduceDB	: 1
390.24/162.74	c Number of update (reduction) of LBD	: 3861
390.24/162.74	c Imported unit clauses	: 0
390.24/162.74	c number of reductions to clauses (during analyze)	: 0
390.24/162.74	c number of learned constraints concerned by reduction	: 0
390.24/162.74	c number of learning phase by resolution	: 0
390.24/162.74	c number of learning phase by cutting planes	: 0
390.24/162.74	c number of rounding to 1 operations	: 0
390.24/162.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
390.24/162.74	c number of reductions of the coefficients by power 2 	: 0
390.24/162.74	c number of right shift for reduction by power 2 	: 0
390.24/162.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
390.24/162.74	c speed (assignments/second)	: 2066650.81278413
390.24/162.74	c non guided choices	1355192
390.24/162.74	c learnt constraints type 
390.24/162.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 204
390.24/162.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2892
390.24/162.74	s UNSATISFIABLE

Verifier Data


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-4244264-1500682081/watcher-4244264-1500682081 -o /tmp/evaluation-result-4244264-1500682081/solver-4244264-1500682081 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500680941-15396 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244264-1500682081.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 3.18 3.86 3/262 15771
/proc/meminfo: memFree=28608988/32770624 swapFree=5940/223308
[pid=15771] ppid=15768 vsize=8354884 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/stat : 15771 (java) S 15768 15771 15364 0 -1 1077944320 2240 0 0 0 0 0 0 0 20 0 6 0 3473002 8555401216 2508 33554432000 4194304 4196468 140727296070720 140727296053264 140257371254519 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
/proc/15771/statm: 2088721 2508 1208 1 0 2077632 0
[pid=15771/tid=15772] ppid=15768 vsize=8357968 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15772/stat : 15772 (java) S 15768 15771 15364 0 -1 1077944384 948 0 0 0 0 0 0 0 20 0 10 0 3473003 8558559232 2508 33554432000 4194304 4196468 140727296070720 140257375495888 140257371264725 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15773] ppid=15768 vsize=8423504 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15773/stat : 15773 (java) R 15768 15771 15364 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3473004 8625668096 2508 33554432000 4194304 4196468 140727296070720 140257327807584 140257363971671 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15774] ppid=15768 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15774/stat : 15774 (java) D 15768 15771 15364 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3473004 9028321280 2508 33554432000 4194304 4196468 140727296070720 140257326754928 140257364048592 0 4 0 16784584 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15775] ppid=15768 vsize=8882256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15775/stat : 15775 (java) R 15768 15771 15364 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3473004 9095430144 2508 33554432000 4194304 4196468 140727296070720 140257325701688 140257363482339 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15776] ppid=15768 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15776/stat : 15776 (java) R 15768 15771 15364 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3473004 9028321280 2508 33554432000 4194304 4196468 140727296070720 140256975182520 140257363971623 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15777] ppid=15768 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15777/stat : 15777 (java) R 15768 15771 15364 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 10 0 3473004 9028321280 2508 33554432000 4194304 4196468 140727296070720 140256974128952 140257371280932 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15778] ppid=15768 vsize=8882256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15778/stat : 15778 (java) S 15768 15771 15364 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3473004 9095430144 2508 33554432000 4194304 4196468 140727296070720 140256973076880 140257371264725 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15779] ppid=15768 vsize=9147248 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15779/stat : 15779 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3473004 9366781952 2537 33554432000 4194304 4196468 140727296070720 140256972024336 140257371264725 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15780] ppid=15768 vsize=10204016 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15780/stat : 15780 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3473004 10448912384 2537 33554432000 4194304 4196468 140727296070720 140256970971792 140257371264725 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0

[startup+0.100163 s]
/proc/loadavg: 2.00 3.18 3.86 3/262 15771
/proc/meminfo: memFree=28608988/32770624 swapFree=5940/223308
[pid=15771] ppid=15768 vsize=10900556 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15771/stat : 15771 (java) S 15768 15771 15364 0 -1 1077944320 4911 0 0 0 8 1 0 0 20 0 20 0 3473002 11162169344 6036 33554432000 4194304 4196468 140727296070720 140727296053264 140257371254519 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
/proc/15771/statm: 2725139 6036 2637 1 0 2713552 0
[pid=15771/tid=15772] ppid=15768 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15772/stat : 15772 (java) R 15768 15771 15364 0 -1 4202560 3017 0 0 0 7 1 0 0 20 0 20 0 3473003 11162169344 6036 33554432000 4194304 4196468 140727296070720 140257375494704 140257352648250 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15773] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15773/stat : 15773 (java) S 15768 15771 15364 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 6036 33554432000 4194304 4196468 140727296070720 140257327807248 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15774] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15774/stat : 15774 (java) S 15768 15771 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 6036 33554432000 4194304 4196468 140727296070720 140257326754704 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15775] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15775/stat : 15775 (java) S 15768 15771 15364 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 6036 33554432000 4194304 4196468 140727296070720 140257325702160 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15776] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15776/stat : 15776 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 6036 33554432000 4194304 4196468 140727296070720 140256975182992 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15777] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15777/stat : 15777 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 6036 33554432000 4194304 4196468 140727296070720 140256974129424 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15778] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15778/stat : 15778 (java) S 15768 15771 15364 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 6036 33554432000 4194304 4196468 140727296070720 140256973076880 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15779] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15779/stat : 15779 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 6036 33554432000 4194304 4196468 140727296070720 140256972024336 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15780] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15780/stat : 15780 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 6036 33554432000 4194304 4196468 140727296070720 140256970971792 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.201203 s]
/proc/loadavg: 2.00 3.18 3.86 3/262 15771
/proc/meminfo: memFree=28608988/32770624 swapFree=5940/223308
[pid=15771] ppid=15768 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15771/stat : 15771 (java) S 15768 15771 15364 0 -1 1077944320 7061 0 0 0 24 2 0 0 20 0 20 0 3473002 11162169344 8366 33554432000 4194304 4196468 140727296070720 140727296053264 140257371254519 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
/proc/15771/statm: 2725139 8366 2855 1 0 2713552 0
[pid=15771/tid=15772] ppid=15768 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15772/stat : 15772 (java) R 15768 15771 15364 0 -1 4202560 4738 0 0 0 17 1 0 0 20 0 20 0 3473003 11162169344 8366 33554432000 4194304 4196468 140727296070720 140257375475792 140257355335006 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15773] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15773/stat : 15773 (java) S 15768 15771 15364 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 8366 33554432000 4194304 4196468 140727296070720 140257327807248 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15774] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15774/stat : 15774 (java) S 15768 15771 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 8366 33554432000 4194304 4196468 140727296070720 140257326754704 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15775] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15775/stat : 15775 (java) S 15768 15771 15364 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 8366 33554432000 4194304 4196468 140727296070720 140257325702160 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15776] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15776/stat : 15776 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 8366 33554432000 4194304 4196468 140727296070720 140256975182992 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15777] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15777/stat : 15777 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 8366 33554432000 4194304 4196468 140727296070720 140256974129424 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15778] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15778/stat : 15778 (java) S 15768 15771 15364 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 8366 33554432000 4194304 4196468 140727296070720 140256973076880 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15779] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15779/stat : 15779 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 8366 33554432000 4194304 4196468 140727296070720 140256972024336 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15780] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15780/stat : 15780 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 8366 33554432000 4194304 4196468 140727296070720 140256970971792 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300909 s]
/proc/loadavg: 2.00 3.18 3.86 3/262 15771
/proc/meminfo: memFree=28608988/32770624 swapFree=5940/223308
[pid=15771] ppid=15768 vsize=10900556 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/15771/stat : 15771 (java) S 15768 15771 15364 0 -1 1077944320 8322 0 0 0 43 3 0 0 20 0 20 0 3473002 11162169344 11660 33554432000 4194304 4196468 140727296070720 140727296053264 140257371254519 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
/proc/15771/statm: 2725139 11660 2981 1 0 2713552 0
[pid=15771/tid=15772] ppid=15768 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15772/stat : 15772 (java) R 15768 15771 15364 0 -1 4202560 5175 0 0 0 26 2 0 0 20 0 20 0 3473003 11162169344 11660 33554432000 4194304 4196468 140727296070720 140257375465312 140257363933741 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15773] ppid=15768 vsize=10900588 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15773/stat : 15773 (java) S 15768 15771 15364 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3473004 11162202112 11660 33554432000 4194304 4196468 140727296070720 140257327807248 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15774] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15774/stat : 15774 (java) S 15768 15771 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 11660 33554432000 4194304 4196468 140727296070720 140257326754704 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15775] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15775/stat : 15775 (java) S 15768 15771 15364 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 11660 33554432000 4194304 4196468 140727296070720 140257325702160 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15776] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15776/stat : 15776 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 11660 33554432000 4194304 4196468 140727296070720 140256975182992 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15777] ppid=15768 vsize=10900588 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15777/stat : 15777 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162202112 11660 33554432000 4194304 4196468 140727296070720 140256974129424 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15778] ppid=15768 vsize=10900588 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15778/stat : 15778 (java) S 15768 15771 15364 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3473004 11162202112 11660 33554432000 4194304 4196468 140727296070720 140256973076880 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15779] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15779/stat : 15779 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 11660 33554432000 4194304 4196468 140727296070720 140256972024336 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15780] ppid=15768 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15780/stat : 15780 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473004 11162169344 11660 33554432000 4194304 4196468 140727296070720 140256970971792 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10900556

[startup+0.700713 s]
/proc/loadavg: 2.00 3.18 3.86 3/262 15771
/proc/meminfo: memFree=28608988/32770624 swapFree=5940/223308
[pid=15771] ppid=15768 vsize=10900632 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/15771/stat : 15771 (java) S 15768 15771 15364 0 -1 1077944320 12537 0 0 0 178 12 0 0 20 0 20 0 3473002 11162247168 48962 33554432000 4194304 4196468 140727296070720 140727296053264 140257371254519 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
/proc/15771/statm: 2725158 48962 3097 1 0 2713552 0
[pid=15771/tid=15772] ppid=15768 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15772/stat : 15772 (java) R 15768 15771 15364 0 -1 4202560 5845 0 0 0 61 4 0 0 20 0 20 0 3473003 11162247168 48962 33554432000 4194304 4196468 140727296070720 140257375492224 140257371266454 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15773] ppid=15768 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15773/stat : 15773 (java) S 15768 15771 15364 0 -1 1077944384 14 0 0 0 0 1 0 0 20 0 20 0 3473004 11162247168 48962 33554432000 4194304 4196468 140727296070720 140257327807248 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15774] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15774/stat : 15774 (java) S 15768 15771 15364 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 3473004 11162247168 48962 33554432000 4194304 4196468 140727296070720 140257326754704 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15775] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15775/stat : 15775 (java) S 15768 15771 15364 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 3473004 11162247168 48962 33554432000 4194304 4196468 140727296070720 140257325702160 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15776] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15776/stat : 15776 (java) S 15768 15771 15364 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3473004 11162247168 48962 33554432000 4194304 4196468 140727296070720 140256975182992 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15777] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15777/stat : 15777 (java) S 15768 15771 15364 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 3473004 11162247168 48962 33554432000 4194304 4196468 140727296070720 140256974129424 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15778] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15778/stat : 15778 (java) S 15768 15771 15364 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3473004 11162247168 48962 33554432000 4194304 4196468 140727296070720 140256973076880 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15779] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15779/stat : 15779 (java) S 15768 15771 15364 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 3473004 11162247168 48962 33554432000 4194304 4196468 140727296070720 140256972024336 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15780] ppid=15768 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15780/stat : 15780 (java) S 15768 15771 15364 0 -1 1077944384 8 0 0 0 0 1 0 0 20 0 20 0 3473004 11162247168 48962 33554432000 4194304 4196468 140727296070720 140256970971792 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 10900632

[startup+1.51511 s]
/proc/loadavg: 2.00 3.18 3.86 7/282 15791
/proc/meminfo: memFree=28401712/32770624 swapFree=5940/223308
[pid=15771] ppid=15768 vsize=10900632 CPUtime=4.82 cores=1,3,5,7,9,11,13,15
/proc/15771/stat : 15771 (java) S 15768 15771 15364 0 -1 1077944320 19384 0 0 0 450 32 0 0 20 0 20 0 3473002 11162247168 95989 33554432000 4194304 4196468 140727296070720 140727296053264 140257371254519 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
/proc/15771/statm: 2725158 95989 3119 1 0 2713552 0
[pid=15771/tid=15772] ppid=15768 vsize=10900632 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15772/stat : 15772 (java) S 15768 15771 15364 0 -1 1077944384 6009 0 0 0 135 6 0 0 20 0 20 0 3473003 11162247168 95989 33554432000 4194304 4196468 140727296070720 140257375487904 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15773] ppid=15768 vsize=10900632 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15773/stat : 15773 (java) R 15768 15771 15364 0 -1 4202560 30 0 0 0 2 3 0 0 20 0 20 0 3473004 11162247168 95989 33554432000 4194304 4196468 140727296070720 140257327807448 140257356282384 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15774] ppid=15768 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15774/stat : 15774 (java) R 15768 15771 15364 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 20 0 3473004 11162247168 95989 33554432000 4194304 4196468 140727296070720 140257326754904 140257364358131 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15775] ppid=15768 vsize=10900632 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15775/stat : 15775 (java) R 15768 15771 15364 0 -1 4202560 30 0 0 0 2 3 0 0 20 0 20 0 3473004 11162247168 95989 33554432000 4194304 4196468 140727296070720 140257325702360 140257356282393 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15776] ppid=15768 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15776/stat : 15776 (java) R 15768 15771 15364 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 20 0 3473004 11162247168 95989 33554432000 4194304 4196468 140727296070720 140256975183192 140257364351220 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15777] ppid=15768 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15777/stat : 15777 (java) R 15768 15771 15364 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 20 0 3473004 11162247168 95989 33554432000 4194304 4196468 140727296070720 140256974129624 140257356282375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15778] ppid=15768 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15778/stat : 15778 (java) R 15768 15771 15364 0 -1 4202560 36 0 0 0 2 2 0 0 20 0 20 0 3473004 11162247168 95989 33554432000 4194304 4196468 140727296070720 140256973077080 140257356282393 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15779] ppid=15768 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15779/stat : 15779 (java) R 15768 15771 15364 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 20 0 3473004 11162247168 95989 33554432000 4194304 4196468 140727296070720 140256972024224 140257356282375 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15780] ppid=15768 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15780/stat : 15780 (java) R 15768 15771 15364 0 -1 4202560 31 0 0 0 1 3 0 0 20 0 20 0 3473004 11162247168 95989 33554432000 4194304 4196468 140727296070720 140256970971992 140257364357572 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15782] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15782/stat : 15782 (java) S 15768 15771 15364 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3473006 11162247168 95989 33554432000 4194304 4196468 140727296070720 140256577807392 140257371264725 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15783] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15783/stat : 15783 (java) S 15768 15771 15364 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3473007 11162247168 95989 33554432000 4194304 4196468 140727296070720 140256576755104 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15784] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15784/stat : 15784 (java) S 15768 15771 15364 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3473007 11162247168 95989 33554432000 4194304 4196468 140727296070720 140256575702512 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15785] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15785/stat : 15785 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473011 11162247168 95989 33554432000 4194304 4196468 140727296070720 140256574651088 140257371273115 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15786] ppid=15768 vsize=10900632 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15786/stat : 15786 (java) S 15768 15771 15364 0 -1 1077944384 3366 0 0 0 81 0 0 0 20 0 20 0 3473011 11162247168 95989 33554432000 4194304 4196468 140727296070720 140256573597680 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15787] ppid=15768 vsize=10900632 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15787/stat : 15787 (java) R 15768 15771 15364 0 -1 4202560 3327 0 0 0 84 1 0 0 20 0 20 0 3473011 11162247168 95989 33554432000 4194304 4196468 140727296070720 140256572531016 140257352776734 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15788] ppid=15768 vsize=10900632 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15788/stat : 15788 (java) R 15768 15771 15364 0 -1 4202560 3304 0 0 0 88 0 0 0 20 0 20 0 3473011 11162247168 96501 33554432000 4194304 4196468 140727296070720 140256571478472 140257350517254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15789] ppid=15768 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15789/stat : 15789 (java) S 15768 15771 15364 0 -1 1077944384 1695 0 0 0 40 0 0 0 20 0 20 0 3473011 11162247168 96501 33554432000 4194304 4196468 140727296070720 140256570440048 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15790] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15790/stat : 15790 (java) S 15768 15771 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3473011 11162247168 96501 33554432000 4194304 4196468 140727296070720 140256569387744 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15791] ppid=15768 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15791/stat : 15791 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3473012 11162247168 96501 33554432000 4194304 4196468 140727296070720 140256568335280 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
Current children cumulated CPU time (s) 4.82

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

/proc/15771/task/15785/stat : 15785 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3473011 11230408704 1745270 33554432000 4194304 4196468 140727296070720 140256574651088 140257371273115 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15786] ppid=15768 vsize=10967196 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15786/stat : 15786 (java) S 15768 15771 15364 0 -1 1077944384 5496 0 0 0 115 0 0 0 20 0 21 0 3473011 11230408704 1745270 33554432000 4194304 4196468 140727296070720 140256573597680 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15787] ppid=15768 vsize=10967196 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15787/stat : 15787 (java) S 15768 15771 15364 0 -1 1077944384 5774 0 0 0 149 1 0 0 20 0 21 0 3473011 11230408704 1745270 33554432000 4194304 4196468 140727296070720 140256572545136 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15788] ppid=15768 vsize=10967196 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15788/stat : 15788 (java) S 15768 15771 15364 0 -1 1077944384 8829 0 0 0 171 1 0 0 20 0 21 0 3473011 11230408704 1745270 33554432000 4194304 4196468 140727296070720 140256571492592 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15789] ppid=15768 vsize=10967196 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15789/stat : 15789 (java) S 15768 15771 15364 0 -1 1077944384 3430 0 0 0 49 1 0 0 20 0 21 0 3473011 11230408704 1745270 33554432000 4194304 4196468 140727296070720 140256570440048 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15790] ppid=15768 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15790/stat : 15790 (java) S 15768 15771 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3473011 11230408704 1745270 33554432000 4194304 4196468 140727296070720 140256569387744 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15791] ppid=15768 vsize=10967196 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15791/stat : 15791 (java) S 15768 15771 15364 0 -1 1077944384 449 0 0 0 4 5 0 0 20 0 21 0 3473012 11230408704 1745270 33554432000 4194304 4196468 140727296070720 140256568335280 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15793] ppid=15768 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15793/stat : 15793 (java) S 15768 15771 15364 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3480566 11230408704 1745270 33554432000 4194304 4196468 140727296070720 140256567281072 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
Current children cumulated CPU time (s) 388.35
Current children cumulated vsize (KiB) 10967196

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

[startup+162.402 s]
/proc/loadavg: 2.22 2.85 3.63 3/285 15803
/proc/meminfo: memFree=21104028/32770624 swapFree=5940/223940
[pid=15771] ppid=15768 vsize=10967196 CPUtime=389.16 cores=1,3,5,7,9,11,13,15
/proc/15771/stat : 15771 (java) S 15768 15771 15364 0 -1 1077944320 198786 0 0 0 37311 1605 0 0 20 0 21 0 3473002 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140727296053264 140257371254519 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
/proc/15771/statm: 2741799 1750157 3169 1 0 2730193 0
[pid=15771/tid=15772] ppid=15768 vsize=10967196 CPUtime=114.77 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15772/stat : 15772 (java) S 15768 15771 15364 0 -1 1077944384 31471 0 0 0 11458 19 0 0 20 0 21 0 3473003 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140257375496112 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15773] ppid=15768 vsize=10967196 CPUtime=31.74 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15773/stat : 15773 (java) R 15768 15771 15364 0 -1 4202560 11007 0 0 0 2949 225 0 0 20 0 21 0 3473004 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140257327807136 140257355702734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15774] ppid=15768 vsize=10967196 CPUtime=31.74 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15774/stat : 15774 (java) R 15768 15771 15364 0 -1 4202560 10753 0 0 0 2969 205 0 0 20 0 21 0 3473004 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140257326754904 140257356278310 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15775] ppid=15768 vsize=10967196 CPUtime=32.01 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15775/stat : 15775 (java) R 15768 15771 15364 0 -1 4202560 9751 0 0 0 2992 209 0 0 20 0 21 0 3473004 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140257325702280 140257356298605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15776] ppid=15768 vsize=10967196 CPUtime=31.91 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15776/stat : 15776 (java) R 15768 15771 15364 0 -1 4202560 17578 0 0 0 3030 161 0 0 20 0 21 0 3473004 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256975183192 140257355702734 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15777] ppid=15768 vsize=10967196 CPUtime=31.37 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15777/stat : 15777 (java) R 15768 15771 15364 0 -1 4202560 14658 0 0 0 2965 172 0 0 20 0 21 0 3473004 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256974129624 140257356281938 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15778] ppid=15768 vsize=10967196 CPUtime=31.88 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15778/stat : 15778 (java) R 15768 15771 15364 0 -1 4202560 29754 0 0 0 2986 202 0 0 20 0 21 0 3473004 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256973077000 140257356295600 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15779] ppid=15768 vsize=10967196 CPUtime=31.59 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15779/stat : 15779 (java) R 15768 15771 15364 0 -1 4202560 13615 0 0 0 2952 207 0 0 20 0 21 0 3473004 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256972024024 140257356295459 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15780] ppid=15768 vsize=10967196 CPUtime=31.87 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15780/stat : 15780 (java) R 15768 15771 15364 0 -1 4202560 11755 0 0 0 2998 189 0 0 20 0 21 0 3473004 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256970971912 140257356281938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15782] ppid=15768 vsize=10967196 CPUtime=15.2 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15782/stat : 15782 (java) S 15768 15771 15364 0 -1 1077944384 23079 0 0 0 1518 2 0 0 20 0 21 0 3473006 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256577807392 140257371264725 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15783] ppid=15768 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15783/stat : 15783 (java) S 15768 15771 15364 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3473007 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256576755168 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15784] ppid=15768 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15784/stat : 15784 (java) S 15768 15771 15364 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3473007 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256575702528 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15785] ppid=15768 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15785/stat : 15785 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3473011 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256574651088 140257371273115 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15786] ppid=15768 vsize=10967196 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15786/stat : 15786 (java) S 15768 15771 15364 0 -1 1077944384 5496 0 0 0 115 0 0 0 20 0 21 0 3473011 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256573597680 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15787] ppid=15768 vsize=10967196 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15787/stat : 15787 (java) S 15768 15771 15364 0 -1 1077944384 5774 0 0 0 149 1 0 0 20 0 21 0 3473011 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256572545136 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15788] ppid=15768 vsize=10967196 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15788/stat : 15788 (java) S 15768 15771 15364 0 -1 1077944384 8829 0 0 0 171 1 0 0 20 0 21 0 3473011 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256571492592 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15789] ppid=15768 vsize=10967196 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15789/stat : 15789 (java) S 15768 15771 15364 0 -1 1077944384 3430 0 0 0 49 1 0 0 20 0 21 0 3473011 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256570440048 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15790] ppid=15768 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15790/stat : 15790 (java) S 15768 15771 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3473011 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256569387744 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15791] ppid=15768 vsize=10967196 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15791/stat : 15791 (java) S 15768 15771 15364 0 -1 1077944384 449 0 0 0 4 5 0 0 20 0 21 0 3473012 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256568335280 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15793] ppid=15768 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15793/stat : 15793 (java) S 15768 15771 15364 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3480566 11230408704 1750157 33554432000 4194304 4196468 140727296070720 140256567281072 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
Current children cumulated CPU time (s) 389.16
Current children cumulated vsize (KiB) 10967196

[startup+162.601 s]
/proc/loadavg: 2.22 2.85 3.63 3/285 15803
/proc/meminfo: memFree=21104028/32770624 swapFree=5940/223940
[pid=15771] ppid=15768 vsize=11100324 CPUtime=390.24 cores=1,3,5,7,9,11,13,15
/proc/15771/stat : 15771 (java) S 15768 15771 15364 0 -1 1077944320 199455 0 0 0 37405 1619 0 0 20 0 21 0 3473002 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140727296053264 140257371254519 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
/proc/15771/statm: 2775081 1748872 3170 1 0 2763475 0
[pid=15771/tid=15772] ppid=15768 vsize=11100324 CPUtime=114.77 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15772/stat : 15772 (java) S 15768 15771 15364 0 -1 1077944384 31610 0 0 0 11458 19 0 0 20 0 21 0 3473003 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140257375495200 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15773] ppid=15768 vsize=11100324 CPUtime=31.87 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15773/stat : 15773 (java) S 15768 15771 15364 0 -1 1077944384 11030 0 0 0 2960 227 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140257327807248 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15774] ppid=15768 vsize=11100324 CPUtime=31.87 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15774/stat : 15774 (java) S 15768 15771 15364 0 -1 1077944384 10776 0 0 0 2980 207 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140257326754704 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15775] ppid=15768 vsize=11100324 CPUtime=32.14 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15775/stat : 15775 (java) S 15768 15771 15364 0 -1 1077944384 9772 0 0 0 3004 210 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140257325702160 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15776] ppid=15768 vsize=11100324 CPUtime=32.04 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15776/stat : 15776 (java) S 15768 15771 15364 0 -1 1077944384 17660 0 0 0 3043 161 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256975182992 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15777] ppid=15768 vsize=11100324 CPUtime=31.5 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15777/stat : 15777 (java) S 15768 15771 15364 0 -1 1077944384 14683 0 0 0 2976 174 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256974129424 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15778] ppid=15768 vsize=11100324 CPUtime=32.02 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15778/stat : 15778 (java) S 15768 15771 15364 0 -1 1077944384 29774 0 0 0 2997 205 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256973076880 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15779] ppid=15768 vsize=11100324 CPUtime=31.73 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15779/stat : 15779 (java) S 15768 15771 15364 0 -1 1077944384 13633 0 0 0 2964 209 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256972024336 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15780] ppid=15768 vsize=11100324 CPUtime=32 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15780/stat : 15780 (java) S 15768 15771 15364 0 -1 1077944384 11775 0 0 0 3009 191 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256970971792 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15782] ppid=15768 vsize=11100324 CPUtime=15.2 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15782/stat : 15782 (java) S 15768 15771 15364 0 -1 1077944384 23217 0 0 0 1518 2 0 0 20 0 21 0 3473006 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256577808880 140257371265666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15783] ppid=15768 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15783/stat : 15783 (java) S 15768 15771 15364 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 3473007 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256576755168 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15784] ppid=15768 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15784/stat : 15784 (java) S 15768 15771 15364 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 21 0 3473007 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256575702528 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15785] ppid=15768 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15785/stat : 15785 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256574651088 140257371273115 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15786] ppid=15768 vsize=11100324 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15786/stat : 15786 (java) S 15768 15771 15364 0 -1 1077944384 5496 0 0 0 115 0 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256573597680 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15787] ppid=15768 vsize=11100324 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15787/stat : 15787 (java) S 15768 15771 15364 0 -1 1077944384 5774 0 0 0 149 1 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256572545136 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15788] ppid=15768 vsize=11100324 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15788/stat : 15788 (java) S 15768 15771 15364 0 -1 1077944384 8829 0 0 0 171 1 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256571492592 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15789] ppid=15768 vsize=11100324 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15789/stat : 15789 (java) S 15768 15771 15364 0 -1 1077944384 3441 0 0 0 49 1 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256570440048 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15790] ppid=15768 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15790/stat : 15790 (java) S 15768 15771 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256569387744 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15791] ppid=15768 vsize=11100324 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15791/stat : 15791 (java) S 15768 15771 15364 0 -1 1077944384 449 0 0 0 4 5 0 0 20 0 21 0 3473012 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256568335280 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
Current children cumulated CPU time (s) 390.24
Current children cumulated vsize (KiB) 11100324

[startup+162.701 s]
/proc/loadavg: 2.22 2.85 3.63 3/285 15803
/proc/meminfo: memFree=21104028/32770624 swapFree=5940/223940
[pid=15771] ppid=15768 vsize=11100324 CPUtime=390.24 cores=1,3,5,7,9,11,13,15
/proc/15771/stat : 15771 (java) S 15768 15771 15364 0 -1 1077944320 199455 0 0 0 37405 1619 0 0 20 0 21 0 3473002 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140727296053264 140257371254519 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
/proc/15771/statm: 2775081 1748872 3170 1 0 2763475 0
[pid=15771/tid=15772] ppid=15768 vsize=11100324 CPUtime=114.77 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15772/stat : 15772 (java) S 15768 15771 15364 0 -1 1077944384 31610 0 0 0 11458 19 0 0 20 0 21 0 3473003 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140257375495200 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15773] ppid=15768 vsize=11100324 CPUtime=31.87 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15773/stat : 15773 (java) S 15768 15771 15364 0 -1 1077944384 11030 0 0 0 2960 227 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140257327807248 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15774] ppid=15768 vsize=11100324 CPUtime=31.87 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15774/stat : 15774 (java) S 15768 15771 15364 0 -1 1077944384 10776 0 0 0 2980 207 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140257326754704 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15775] ppid=15768 vsize=11100324 CPUtime=32.14 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15775/stat : 15775 (java) S 15768 15771 15364 0 -1 1077944384 9772 0 0 0 3004 210 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140257325702160 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15776] ppid=15768 vsize=11100324 CPUtime=32.04 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15776/stat : 15776 (java) S 15768 15771 15364 0 -1 1077944384 17660 0 0 0 3043 161 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256975182992 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15777] ppid=15768 vsize=11100324 CPUtime=31.5 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15777/stat : 15777 (java) S 15768 15771 15364 0 -1 1077944384 14683 0 0 0 2976 174 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256974129424 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15778] ppid=15768 vsize=11100324 CPUtime=32.02 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15778/stat : 15778 (java) S 15768 15771 15364 0 -1 1077944384 29774 0 0 0 2997 205 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256973076880 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15779] ppid=15768 vsize=11100324 CPUtime=31.73 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15779/stat : 15779 (java) S 15768 15771 15364 0 -1 1077944384 13633 0 0 0 2964 209 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256972024336 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15780] ppid=15768 vsize=11100324 CPUtime=32 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15780/stat : 15780 (java) S 15768 15771 15364 0 -1 1077944384 11775 0 0 0 3009 191 0 0 20 0 21 0 3473004 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256970971792 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15782] ppid=15768 vsize=11100324 CPUtime=15.2 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15782/stat : 15782 (java) S 15768 15771 15364 0 -1 1077944384 23217 0 0 0 1518 2 0 0 20 0 21 0 3473006 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256577808880 140257371265666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15783] ppid=15768 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15783/stat : 15783 (java) S 15768 15771 15364 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 3473007 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256576755168 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15784] ppid=15768 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15784/stat : 15784 (java) S 15768 15771 15364 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 21 0 3473007 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256575702528 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15785] ppid=15768 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15785/stat : 15785 (java) S 15768 15771 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256574651088 140257371273115 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15786] ppid=15768 vsize=11100324 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15786/stat : 15786 (java) S 15768 15771 15364 0 -1 1077944384 5496 0 0 0 115 0 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256573597680 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15787] ppid=15768 vsize=11100324 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15787/stat : 15787 (java) S 15768 15771 15364 0 -1 1077944384 5774 0 0 0 149 1 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256572545136 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15788] ppid=15768 vsize=11100324 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15788/stat : 15788 (java) S 15768 15771 15364 0 -1 1077944384 8829 0 0 0 171 1 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256571492592 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15789] ppid=15768 vsize=11100324 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15789/stat : 15789 (java) S 15768 15771 15364 0 -1 1077944384 3441 0 0 0 49 1 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256570440048 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15790] ppid=15768 vsize=11100324 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15790/stat : 15790 (java) S 15768 15771 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3473011 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256569387744 140257371264725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
[pid=15771/tid=15791] ppid=15768 vsize=11100324 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15771/task/15791/stat : 15791 (java) S 15768 15771 15364 0 -1 1077944384 449 0 0 0 4 5 0 0 20 0 21 0 3473012 11366731776 1748872 33554432000 4194304 4196468 140727296070720 140256568335280 140257371265666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 34783232 140727296074923 140727296075076 140727296075076 140727296077775 0
Current children cumulated CPU time (s) 390.24
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 162.781
CPU time (s): 390.29
CPU user time (s): 374.059
CPU system time (s): 16.2306
CPU usage (%): 239.763
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 374.059
system time used= 16.2306
maximum resident set size= 7033396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10825
involuntary context switches= 25240

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.18913 second user time and 1.5501 second system time

The end

Launcher Data

Begin job on node151 at 2017-07-22 02:08:01
IDJOB=4244264
IDBENCH=139312
IDSOLVER=2623
FILE ID=node151/4244264-1500682081
RUNJOBID= node151-1500680941-15396
PBS_JOBID= 20623037
Free space on /tmp= 62020 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-40.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244264-1500682081/watcher-4244264-1500682081 -o /tmp/evaluation-result-4244264-1500682081/solver-4244264-1500682081 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500680941-15396 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244264-1500682081.xml

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

MD5SUM BENCH= 878edee888014227e65ca0b3d1539934
RANDOM SEED=1340207478

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 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.49
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		: 1733.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	: 5342.81
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28608988 kB
MemAvailable:   28644420 kB
Buffers:           49896 kB
Cached:           294952 kB
SwapCached:            0 kB
Active:          3547244 kB
Inactive:         231972 kB
Active(anon):    3437324 kB
Inactive(anon):     8664 kB
Active(file):     109920 kB
Inactive(file):   223308 kB
Unevictable:        5940 kB
Mlocked:            5972 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4404 kB
Writeback:             0 kB
AnonPages:       3446136 kB
Mapped:            42552 kB
Shmem:              8848 kB
Slab:              68752 kB
SReclaimable:      36076 kB
SUnreclaim:        32676 kB
KernelStack:        4896 kB
PageTables:        11972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4813316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3254272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62020 MiB
End job on node151 at 2017-07-22 02:10:44