Trace number 4244213

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-05? (TO) 2400.25 2302.24

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-e0ddr1-1.xml
MD5SUM00a0c39161bc8317718298f720cd241b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark24.1378
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains49
Minimum domain size100
Maximum domain size115
Distribution of domain sizes[{"size":100,"count":10},{"size":103,"count":10},{"size":105,"count":20},{"size":106,"count":10},{"size":107,"count":10},{"size":108,"count":10},{"size":113,"count":10},{"size":114,"count":10},{"size":115,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

67.10/13.67	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
67.10/13.67	c This is free software under the dual EPL/GNU LGPL licenses.
67.10/13.67	c See www.sat4j.org for details.
67.10/13.67	c That software uses the Rhino library from the Mozilla project.
67.10/13.67	c version CUSTOM.v20170705
67.10/13.67	c java.runtime.name	Java(TM) SE Runtime Environment
67.10/13.67	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
67.10/13.67	c java.vm.version	25.131-b11
67.10/13.67	c java.vm.vendor	Oracle Corporation
67.10/13.67	c sun.arch.data.model	64
67.10/13.67	c java.version		1.8.0_131
67.10/13.67	c os.name		Linux
67.10/13.67	c os.version		3.10.0-514.16.1.el7.x86_64
67.10/13.67	c os.arch		amd64
67.10/13.67	c Free memory 		499604488
67.10/13.67	c Max memory 		7247757312
67.10/13.67	c Total memory 		504889344
67.10/13.67	c Number of processors 	8
67.10/13.67	c c --- Begin Solver configuration ---
67.10/13.67	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
67.10/13.67	c Learn all clauses as in MiniSAT
67.10/13.67	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
67.10/13.67	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
67.10/13.67	c No reason simplification
67.10/13.67	c Glucose 2.1 dynamic restart strategy
67.10/13.67	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
67.10/13.67	c timeout=2147483s
67.10/13.67	c DB Simplification allowed=false
67.10/13.67	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
67.10/13.67	c --- End Solver configuration ---
67.10/13.67	c constraints type 
67.10/13.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
67.10/13.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 158172
67.10/13.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17601336
67.10/13.67	c org.sat4j.minisat.constraints.cnf.UnitClause => 1690
67.10/13.67	c 17761398 constraints processed.
2400.03/2302.10	c starts		: 28081
2400.03/2302.10	c conflicts		: 3882308
2400.03/2302.10	c decisions		: 70314777
2400.03/2302.10	c propagations		: 1774901782
2400.03/2302.10	c inspects		: 32989452264
2400.03/2302.10	c shortcuts		: 0
2400.03/2302.10	c learnt literals	: 73
2400.03/2302.10	c learnt binary clauses	: 110637
2400.03/2302.10	c learnt ternary clauses	: 173476
2400.03/2302.10	c learnt constraints	: 3882235
2400.03/2302.10	c ignored constraints	: 0
2400.03/2302.10	c root simplifications	: 0
2400.03/2302.10	c removed literals (reason simplification)	: 0
2400.03/2302.10	c reason swapping (by a shorter reason)	: 0
2400.03/2302.10	c Calls to reduceDB	: 83
2400.03/2302.10	c Number of update (reduction) of LBD	: 2817101
2400.03/2302.10	c Imported unit clauses	: 0
2400.03/2302.10	c number of reductions to clauses (during analyze)	: 0
2400.03/2302.10	c number of learned constraints concerned by reduction	: 0
2400.03/2302.10	c number of learning phase by resolution	: 0
2400.03/2302.10	c number of learning phase by cutting planes	: 0
2400.03/2302.10	c number of rounding to 1 operations	: 0
2400.03/2302.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.03/2302.10	c number of reductions of the coefficients by power 2 	: 0
2400.03/2302.10	c number of right shift for reduction by power 2 	: 0
2400.03/2302.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.03/2302.10	c speed (assignments/second)	: 775605.8174966254
2400.03/2302.11	c non guided choices	5510845
2400.19/2302.21	c learnt constraints type 
2400.19/2302.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 110637
2400.19/2302.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 262025
2400.19/2302.21	s UNKNOWN

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-4244213-1500681781/watcher-4244213-1500681781 -o /tmp/evaluation-result-4244213-1500681781/solver-4244213-1500681781 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500678414-14988 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244213-1500681781.xml 

pid=16028
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: 5.92 7.32 6.23 3/263 16031
/proc/meminfo: memFree=31188500/32770624 swapFree=6580/73996
[pid=16031] ppid=16028 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/stat : 16031 (java) S 16028 16031 14955 0 -1 1077944320 2177 0 0 0 0 0 0 0 20 0 2 0 3443048 8550137856 1932 33554432000 4194304 4196468 140735418702448 140735418684992 140253874978551 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
/proc/16031/statm: 2087436 1932 1197 1 0 2076347 0
[pid=16031/tid=16032] ppid=16028 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16032/stat : 16032 (java) R 16028 16031 14955 0 -1 4202560 920 0 0 0 0 0 0 0 20 0 2 0 3443048 8550137856 1932 33554432000 4194304 4196468 140735418702448 140253879220640 140253867219941 0 4 0 16784584 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16033] ppid=16028 vsize=8351800 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16033/stat : 16033 (java) S 16028 16031 14955 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 3 0 3443050 8552243200 1932 33554432000 4194304 4196468 140735418702448 140253835938400 140253874988757 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16034] ppid=16028 vsize=8351800 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16034/stat : 16034 (java) S 16028 16031 14955 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 4 0 3443050 8552243200 1932 33554432000 4194304 4196468 140735418702448 140253481114336 140253874988757 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16035] ppid=16028 vsize=8352828 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16035/stat : 16035 (java) R 16028 16031 14955 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 5 0 3443050 8553295872 1998 33554432000 4194304 4196468 140735418702448 140253879219920 140253874992842 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0

[startup+0.100104 s]
/proc/loadavg: 5.92 7.32 6.23 3/263 16031
/proc/meminfo: memFree=31188500/32770624 swapFree=6580/73996
[pid=16031] ppid=16028 vsize=10900456 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/16031/stat : 16031 (java) S 16028 16031 14955 0 -1 1077944320 4973 0 0 0 7 2 0 0 20 0 20 0 3443048 11162066944 6112 33554432000 4194304 4196468 140735418702448 140735418684992 140253874978551 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
/proc/16031/statm: 2725114 6112 2618 1 0 2713552 0
[pid=16031/tid=16032] ppid=16028 vsize=10900456 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16032/stat : 16032 (java) R 16028 16031 14955 0 -1 4202560 3062 0 0 0 6 1 0 0 20 0 20 0 3443048 11162066944 6112 33554432000 4194304 4196468 140735418702448 140253879208648 140253856372282 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16033] ppid=16028 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16033/stat : 16033 (java) S 16028 16031 14955 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3443050 11162066944 6112 33554432000 4194304 4196468 140735418702448 140253835938064 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16034] ppid=16028 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16034/stat : 16034 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443050 11162066944 6112 33554432000 4194304 4196468 140735418702448 140253481114000 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16035] ppid=16028 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16035/stat : 16035 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443050 11162066944 6112 33554432000 4194304 4196468 140735418702448 140253480061456 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.20082 s]
/proc/loadavg: 5.92 7.32 6.23 3/263 16031
/proc/meminfo: memFree=31188500/32770624 swapFree=6580/73996
[pid=16031] ppid=16028 vsize=10900556 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16031/stat : 16031 (java) S 16028 16031 14955 0 -1 1077944320 7077 0 0 0 21 3 0 0 20 0 20 0 3443048 11162169344 7883 33554432000 4194304 4196468 140735418702448 140735418684992 140253874978551 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
/proc/16031/statm: 2725139 7883 2843 1 0 2713552 0
[pid=16031/tid=16032] ppid=16028 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16032/stat : 16032 (java) R 16028 16031 14955 0 -1 4202560 4768 0 0 0 16 2 0 0 20 0 20 0 3443048 11162169344 7883 33554432000 4194304 4196468 140735418702448 140253879202064 140253859058246 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16033] ppid=16028 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16033/stat : 16033 (java) S 16028 16031 14955 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3443050 11162169344 7883 33554432000 4194304 4196468 140735418702448 140253835938064 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16034] ppid=16028 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16034/stat : 16034 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443050 11162169344 7883 33554432000 4194304 4196468 140735418702448 140253481114000 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16035] ppid=16028 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16035/stat : 16035 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443050 11162169344 7883 33554432000 4194304 4196468 140735418702448 140253480061456 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10900556

[startup+0.30049 s]
/proc/loadavg: 5.92 7.32 6.23 3/263 16031
/proc/meminfo: memFree=31188500/32770624 swapFree=6580/73996
[pid=16031] ppid=16028 vsize=10900556 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/16031/stat : 16031 (java) S 16028 16031 14955 0 -1 1077944320 8008 0 0 0 37 3 0 0 20 0 20 0 3443048 11162169344 9871 33554432000 4194304 4196468 140735418702448 140735418684992 140253874978551 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
/proc/16031/statm: 2725139 9871 2934 1 0 2713552 0
[pid=16031/tid=16032] ppid=16028 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16032/stat : 16032 (java) R 16028 16031 14955 0 -1 4202560 5087 0 0 0 25 2 0 0 20 0 20 0 3443048 11162169344 9871 33554432000 4194304 4196468 140735418702448 140253879217112 140253511701856 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16033] ppid=16028 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16033/stat : 16033 (java) S 16028 16031 14955 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3443050 11162169344 9871 33554432000 4194304 4196468 140735418702448 140253835938064 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16034] ppid=16028 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16034/stat : 16034 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443050 11162169344 9871 33554432000 4194304 4196468 140735418702448 140253481114000 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16035] ppid=16028 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16035/stat : 16035 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443050 11162169344 9871 33554432000 4194304 4196468 140735418702448 140253480061456 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 10900556

[startup+0.700341 s]
/proc/loadavg: 5.92 7.32 6.23 3/263 16031
/proc/meminfo: memFree=31188500/32770624 swapFree=6580/73996
[pid=16031] ppid=16028 vsize=10900632 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/16031/stat : 16031 (java) S 16028 16031 14955 0 -1 1077944320 11366 0 0 0 163 6 0 0 20 0 20 0 3443048 11162247168 32480 33554432000 4194304 4196468 140735418702448 140735418684992 140253874978551 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
/proc/16031/statm: 2725158 32480 3077 1 0 2713552 0
[pid=16031/tid=16032] ppid=16028 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16032/stat : 16032 (java) R 16028 16031 14955 0 -1 4202560 5946 0 0 0 63 4 0 0 20 0 20 0 3443048 11162247168 32480 33554432000 4194304 4196468 140735418702448 140253879214648 140253514898533 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16033] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16033/stat : 16033 (java) S 16028 16031 14955 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3443050 11162247168 32480 33554432000 4194304 4196468 140735418702448 140253835938064 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16034] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16034/stat : 16034 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443050 11162247168 32480 33554432000 4194304 4196468 140735418702448 140253481114000 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16035] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16035/stat : 16035 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443050 11162247168 32480 33554432000 4194304 4196468 140735418702448 140253480061456 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 10900632

[startup+1.50107 s]
/proc/loadavg: 5.92 7.32 6.23 10/283 16051
/proc/meminfo: memFree=30888644/32770624 swapFree=6580/74388
[pid=16031] ppid=16028 vsize=10900632 CPUtime=4.63 cores=1,3,5,7,9,11,13,15
/proc/16031/stat : 16031 (java) S 16028 16031 14955 0 -1 1077944320 12911 0 0 0 347 116 0 0 20 0 20 0 3443048 11162247168 121309 33554432000 4194304 4196468 140735418702448 140735418684992 140253874978551 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
/proc/16031/statm: 2725158 121309 3115 1 0 2713552 0
[pid=16031/tid=16032] ppid=16028 vsize=10900632 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16032/stat : 16032 (java) S 16028 16031 14955 0 -1 1077944384 6068 0 0 0 112 6 0 0 20 0 20 0 3443048 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253879214384 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16033] ppid=16028 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16033/stat : 16033 (java) R 16028 16031 14955 0 -1 4202560 131 0 0 0 14 14 0 0 20 0 20 0 3443050 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253835938264 140253860006425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16034] ppid=16028 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16034/stat : 16034 (java) R 16028 16031 14955 0 -1 4202560 137 0 0 0 15 13 0 0 20 0 20 0 3443050 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253481114200 140253860005970 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16035] ppid=16028 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16035/stat : 16035 (java) R 16028 16031 14955 0 -1 4202560 131 0 0 0 16 12 0 0 20 0 20 0 3443050 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253480061656 140253860006425 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16036] ppid=16028 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16036/stat : 16036 (java) R 16028 16031 14955 0 -1 4202560 134 0 0 0 14 14 0 0 20 0 20 0 3443050 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253479009112 140253860006425 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16037] ppid=16028 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16037/stat : 16037 (java) R 16028 16031 14955 0 -1 4202560 132 0 0 0 14 13 0 0 20 0 20 0 3443050 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253477956568 140253860006425 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16038] ppid=16028 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16038/stat : 16038 (java) R 16028 16031 14955 0 -1 4202560 143 0 0 0 15 13 0 0 20 0 20 0 3443050 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253476904024 140253860006425 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16040] ppid=16028 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16040/stat : 16040 (java) R 16028 16031 14955 0 -1 4202560 137 0 0 0 12 12 0 0 20 0 20 0 3443050 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253475851168 140253860006425 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16041] ppid=16028 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16041/stat : 16041 (java) R 16028 16031 14955 0 -1 4202560 136 0 0 0 14 13 0 0 20 0 20 0 3443050 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253474798936 140253860000672 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16042] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16042/stat : 16042 (java) S 16028 16031 14955 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 3443052 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253081829920 140253874988757 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16043] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16043/stat : 16043 (java) S 16028 16031 14955 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3443053 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253080777696 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16044] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16044/stat : 16044 (java) S 16028 16031 14955 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3443053 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253079725040 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16045] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16045/stat : 16045 (java) S 16028 16031 14955 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3443057 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253078673616 140253874997147 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16046] ppid=16028 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16046/stat : 16046 (java) S 16028 16031 14955 0 -1 1077944384 1292 0 0 0 27 0 0 0 20 0 20 0 3443057 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253077621232 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16047] ppid=16028 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16047/stat : 16047 (java) S 16028 16031 14955 0 -1 1077944384 780 0 0 0 26 0 0 0 20 0 20 0 3443057 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253076568688 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16048] ppid=16028 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16048/stat : 16048 (java) S 16028 16031 14955 0 -1 1077944384 732 0 0 0 27 0 0 0 20 0 20 0 3443057 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253075516144 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16049] ppid=16028 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16049/stat : 16049 (java) S 16028 16031 14955 0 -1 1077944384 1510 0 0 0 37 0 0 0 20 0 20 0 3443057 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253074461104 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16050] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16050/stat : 16050 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443058 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253073410272 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16051] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16051/stat : 16051 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443058 11162247168 121309 33554432000 4194304 4196468 140735418702448 140253072357808 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 10900632

[startup+3.10111 s]
/proc/loadavg: 5.60 7.23 6.21 10/283 16051
/proc/meminfo: memFree=30579868/32770624 swapFree=6580/74400
[pid=16031] ppid=16028 vsize=10900632 CPUtime=12.55 cores=1,3,5,7,9,11,13,15
/proc/16031/stat : 16031 (java) S 16028 16031 14955 0 -1 1077944320 15594 0 0 0 1009 246 0 0 20 0 20 0 3443048 11162247168 193747 33554432000 4194304 4196468 140735418702448 140735418684992 140253874978551 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
/proc/16031/statm: 2725158 193747 3131 1 0 2713552 0
[pid=16031/tid=16032] ppid=16028 vsize=10900632 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16032/stat : 16032 (java) S 16028 16031 14955 0 -1 1077944384 6090 0 0 0 148 6 0 0 20 0 20 0 3443048 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253879214128 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16033] ppid=16028 vsize=10900632 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16033/stat : 16033 (java) R 16028 16031 14955 0 -1 4202560 457 0 0 0 86 30 0 0 20 0 20 0 3443050 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253835938184 140253860000123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16034] ppid=16028 vsize=10900632 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16034/stat : 16034 (java) R 16028 16031 14955 0 -1 4202560 396 0 0 0 88 28 0 0 20 0 20 0 3443050 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253481114120 140253860004194 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16035] ppid=16028 vsize=10900632 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16035/stat : 16035 (java) R 16028 16031 14955 0 -1 4202560 370 0 0 0 88 29 0 0 20 0 20 0 3443050 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253480061576 140253860022643 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16036] ppid=16028 vsize=10900632 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16036/stat : 16036 (java) R 16028 16031 14955 0 -1 4202560 414 0 0 0 86 30 0 0 20 0 20 0 3443050 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253479009032 140253860022961 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16037] ppid=16028 vsize=10900632 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16037/stat : 16037 (java) R 16028 16031 14955 0 -1 4202560 382 0 0 0 87 29 0 0 20 0 20 0 3443050 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253477956488 140253860022610 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16038] ppid=16028 vsize=10900632 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16038/stat : 16038 (java) R 16028 16031 14955 0 -1 4202560 499 0 0 0 87 28 0 0 20 0 20 0 3443050 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253476903944 140253860019660 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16040] ppid=16028 vsize=10900632 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16040/stat : 16040 (java) R 16028 16031 14955 0 -1 4202560 370 0 0 0 84 27 0 0 20 0 20 0 3443050 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253475851480 140253860002254 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16041] ppid=16028 vsize=10900632 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16041/stat : 16041 (java) R 16028 16031 14955 0 -1 4202560 389 0 0 0 87 30 0 0 20 0 20 0 3443050 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253474798856 140253860004144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16042] ppid=16028 vsize=10900632 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16042/stat : 16042 (java) S 16028 16031 14955 0 -1 1077944384 499 0 0 0 33 0 0 0 20 0 20 0 3443052 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253081829920 140253874988757 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16043] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16043/stat : 16043 (java) S 16028 16031 14955 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3443053 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253080777696 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16044] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16044/stat : 16044 (java) S 16028 16031 14955 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3443053 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253079725040 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16045] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16045/stat : 16045 (java) S 16028 16031 14955 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3443057 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253078673616 140253874997147 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16046] ppid=16028 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16046/stat : 16046 (java) S 16028 16031 14955 0 -1 1077944384 1301 0 0 0 31 0 0 0 20 0 20 0 3443057 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253077621232 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16047] ppid=16028 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16047/stat : 16047 (java) S 16028 16031 14955 0 -1 1077944384 787 0 0 0 28 0 0 0 20 0 20 0 3443057 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253076568688 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16048] ppid=16028 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16048/stat : 16048 (java) S 16028 16031 14955 0 -1 1077944384 736 0 0 0 31 0 0 0 20 0 20 0 3443057 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253075516144 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16049] ppid=16028 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16049/stat : 16049 (java) S 16028 16031 14955 0 -1 1077944384 1534 0 0 0 39 0 0 0 20 0 20 0 3443057 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253074463600 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16050] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16050/stat : 16050 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443058 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253073410272 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16051] ppid=16028 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16051/stat : 16051 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3443058 11162247168 193747 33554432000 4194304 4196468 140735418702448 140253072357808 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 10900632

[startup+6.30078 s]

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

[pid=16031/tid=16049] ppid=16028 vsize=10967196 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16049/stat : 16049 (java) S 16028 16031 14955 0 -1 1077944384 4899 0 0 0 54 0 0 0 20 0 21 0 3443057 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253074463600 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16050] ppid=16028 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16050/stat : 16050 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3443058 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253073410272 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16051] ppid=16028 vsize=10967196 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16051/stat : 16051 (java) S 16028 16031 14955 0 -1 1077944384 2078 0 0 0 61 73 0 0 20 0 21 0 3443058 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253072357808 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16052] ppid=16028 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16052/stat : 16052 (java) S 16028 16031 14955 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3444418 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253071303600 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
Current children cumulated CPU time (s) 2360.42
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2301.9 s]
/proc/loadavg: 1.19 1.15 2.00 2/258 16290
/proc/meminfo: memFree=27916784/32770624 swapFree=6580/76956
[pid=16031] ppid=16028 vsize=10967196 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/16031/stat : 16031 (java) S 16028 16031 14955 0 -1 1077944320 209210 0 0 0 238402 1600 0 0 20 0 21 0 3443048 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140735418684992 140253874978551 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
/proc/16031/statm: 2741799 1041076 3162 1 0 2730193 0
[pid=16031/tid=16032] ppid=16028 vsize=10967196 CPUtime=2283.55 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16032/stat : 16032 (java) R 16028 16031 14955 0 -1 4202560 122931 0 0 0 228332 23 0 0 20 0 21 0 3443048 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253879217576 140253517069000 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16033] ppid=16028 vsize=10967196 CPUtime=13.31 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16033/stat : 16033 (java) S 16028 16031 14955 0 -1 1077944384 7802 0 0 0 1142 189 0 0 20 0 21 0 3443050 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253835938064 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16034] ppid=16028 vsize=10967196 CPUtime=13.44 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16034/stat : 16034 (java) S 16028 16031 14955 0 -1 1077944384 4647 0 0 0 1157 187 0 0 20 0 21 0 3443050 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253481114000 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16035] ppid=16028 vsize=10967196 CPUtime=13.39 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16035/stat : 16035 (java) S 16028 16031 14955 0 -1 1077944384 5183 0 0 0 1147 192 0 0 20 0 21 0 3443050 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253480061456 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16036] ppid=16028 vsize=10967196 CPUtime=13.34 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16036/stat : 16036 (java) S 16028 16031 14955 0 -1 1077944384 5741 0 0 0 1143 191 0 0 20 0 21 0 3443050 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253479008912 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16037] ppid=16028 vsize=10967196 CPUtime=13.28 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16037/stat : 16037 (java) S 16028 16031 14955 0 -1 1077944384 5947 0 0 0 1136 192 0 0 20 0 21 0 3443050 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253477956368 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16038] ppid=16028 vsize=10967196 CPUtime=13.2 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16038/stat : 16038 (java) S 16028 16031 14955 0 -1 1077944384 4251 0 0 0 1140 180 0 0 20 0 21 0 3443050 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253476903824 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16040] ppid=16028 vsize=10967196 CPUtime=13.41 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16040/stat : 16040 (java) S 16028 16031 14955 0 -1 1077944384 5595 0 0 0 1168 173 0 0 20 0 21 0 3443050 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253475851280 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16041] ppid=16028 vsize=10967196 CPUtime=13.42 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16041/stat : 16041 (java) S 16028 16031 14955 0 -1 1077944384 6310 0 0 0 1146 196 0 0 20 0 21 0 3443050 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253474798736 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16042] ppid=16028 vsize=10967196 CPUtime=3.62 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16042/stat : 16042 (java) S 16028 16031 14955 0 -1 1077944384 12426 0 0 0 359 3 0 0 20 0 21 0 3443052 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253081831408 140253874989698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16043] ppid=16028 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16043/stat : 16043 (java) S 16028 16031 14955 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 21 0 3443053 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253080777696 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16044] ppid=16028 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16044/stat : 16044 (java) S 16028 16031 14955 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 21 0 3443053 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253079725056 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16045] ppid=16028 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16045/stat : 16045 (java) S 16028 16031 14955 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3443057 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253078673616 140253874997147 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16046] ppid=16028 vsize=10967196 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16046/stat : 16046 (java) S 16028 16031 14955 0 -1 1077944384 7703 0 0 0 135 2 0 0 20 0 21 0 3443057 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253077621232 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16047] ppid=16028 vsize=10967196 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16047/stat : 16047 (java) S 16028 16031 14955 0 -1 1077944384 8876 0 0 0 162 1 0 0 20 0 21 0 3443057 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253076568688 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16048] ppid=16028 vsize=10967196 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16048/stat : 16048 (java) S 16028 16031 14955 0 -1 1077944384 3306 0 0 0 100 1 0 0 20 0 21 0 3443057 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253075516144 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16049] ppid=16028 vsize=10967196 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16049/stat : 16049 (java) S 16028 16031 14955 0 -1 1077944384 4909 0 0 0 54 0 0 0 20 0 21 0 3443057 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253074463600 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16050] ppid=16028 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16050/stat : 16050 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3443058 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253073410272 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16051] ppid=16028 vsize=10967196 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16051/stat : 16051 (java) S 16028 16031 14955 0 -1 1077944384 2117 0 0 0 62 74 0 0 20 0 21 0 3443058 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253072357808 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16052] ppid=16028 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16052/stat : 16052 (java) S 16028 16031 14955 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3444418 11230408704 1041076 33554432000 4194304 4196468 140735418702448 140253071303600 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10967196

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

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

[startup+2302.01 s]
/proc/loadavg: 1.19 1.15 2.00 2/258 16290
/proc/meminfo: memFree=27916784/32770624 swapFree=6580/76956
[pid=16031] ppid=16028 vsize=11166888 CPUtime=2400.03 cores=1,3,5,7,9,11,13,15
/proc/16031/stat : 16031 (java) S 16028 16031 14955 0 -1 1077944320 210097 0 0 0 238403 1600 0 0 20 0 22 0 3443048 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140735418684992 140253874978551 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
/proc/16031/statm: 2791722 1041157 3164 1 0 2780116 0
[pid=16031/tid=16032] ppid=16028 vsize=11166888 CPUtime=2283.55 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16032/stat : 16032 (java) S 16028 16031 14955 0 -1 1077944384 123026 0 0 0 228332 23 0 0 20 0 22 0 3443048 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253879221424 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16033] ppid=16028 vsize=11166888 CPUtime=13.31 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16033/stat : 16033 (java) S 16028 16031 14955 0 -1 1077944384 7802 0 0 0 1142 189 0 0 20 0 22 0 3443050 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253835938064 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16034] ppid=16028 vsize=11166888 CPUtime=13.44 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16034/stat : 16034 (java) S 16028 16031 14955 0 -1 1077944384 4647 0 0 0 1157 187 0 0 20 0 22 0 3443050 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253481114000 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16035] ppid=16028 vsize=11166888 CPUtime=13.39 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16035/stat : 16035 (java) S 16028 16031 14955 0 -1 1077944384 5183 0 0 0 1147 192 0 0 20 0 22 0 3443050 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253480061456 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16036] ppid=16028 vsize=11166888 CPUtime=13.34 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16036/stat : 16036 (java) S 16028 16031 14955 0 -1 1077944384 5741 0 0 0 1143 191 0 0 20 0 22 0 3443050 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253479008912 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16037] ppid=16028 vsize=11166888 CPUtime=13.28 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16037/stat : 16037 (java) S 16028 16031 14955 0 -1 1077944384 5947 0 0 0 1136 192 0 0 20 0 22 0 3443050 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253477956368 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16038] ppid=16028 vsize=11166888 CPUtime=13.2 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16038/stat : 16038 (java) S 16028 16031 14955 0 -1 1077944384 4251 0 0 0 1140 180 0 0 20 0 22 0 3443050 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253476903824 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16040] ppid=16028 vsize=11166888 CPUtime=13.41 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16040/stat : 16040 (java) S 16028 16031 14955 0 -1 1077944384 5595 0 0 0 1168 173 0 0 20 0 22 0 3443050 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253475851280 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16041] ppid=16028 vsize=11166888 CPUtime=13.42 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16041/stat : 16041 (java) S 16028 16031 14955 0 -1 1077944384 6310 0 0 0 1146 196 0 0 20 0 22 0 3443050 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253474798736 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16042] ppid=16028 vsize=11166888 CPUtime=3.62 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16042/stat : 16042 (java) S 16028 16031 14955 0 -1 1077944384 12458 0 0 0 359 3 0 0 20 0 22 0 3443052 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253081831408 140253874989698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16043] ppid=16028 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16043/stat : 16043 (java) S 16028 16031 14955 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 22 0 3443053 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253080777696 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16044] ppid=16028 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16044/stat : 16044 (java) S 16028 16031 14955 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 22 0 3443053 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253079725056 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16045] ppid=16028 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16045/stat : 16045 (java) S 16028 16031 14955 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 22 0 3443057 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253078673616 140253874997147 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16046] ppid=16028 vsize=11166888 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16046/stat : 16046 (java) S 16028 16031 14955 0 -1 1077944384 7703 0 0 0 135 2 0 0 20 0 22 0 3443057 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253077621232 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16047] ppid=16028 vsize=11166888 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16047/stat : 16047 (java) S 16028 16031 14955 0 -1 1077944384 8876 0 0 0 162 1 0 0 20 0 22 0 3443057 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253076568688 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16048] ppid=16028 vsize=11166888 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16048/stat : 16048 (java) S 16028 16031 14955 0 -1 1077944384 3306 0 0 0 100 1 0 0 20 0 22 0 3443057 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253075516144 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16049] ppid=16028 vsize=11166888 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16049/stat : 16049 (java) S 16028 16031 14955 0 -1 1077944384 5038 0 0 0 55 0 0 0 20 0 22 0 3443057 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253074463600 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16050] ppid=16028 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16050/stat : 16050 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3443058 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253073410272 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16051] ppid=16028 vsize=11166888 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16051/stat : 16051 (java) S 16028 16031 14955 0 -1 1077944384 2117 0 0 0 62 74 0 0 20 0 22 0 3443058 11434893312 1041157 33554432000 4194304 4196468 140735418702448 140253072357808 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 11166888

[startup+2302.2 s]
/proc/loadavg: 1.19 1.15 2.00 2/258 16290
/proc/meminfo: memFree=27916784/32770624 swapFree=6580/76956
[pid=16031] ppid=16028 vsize=11166888 CPUtime=2400.19 cores=1,3,5,7,9,11,13,15
/proc/16031/stat : 16031 (java) S 16028 16031 14955 0 -1 1077944320 212047 0 0 0 238418 1601 0 0 20 0 22 0 3443048 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140735418684992 140253874978551 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
/proc/16031/statm: 2791722 1041173 3164 1 0 2780116 0
[pid=16031/tid=16032] ppid=16028 vsize=11166888 CPUtime=2283.55 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16032/stat : 16032 (java) S 16028 16031 14955 0 -1 1077944384 123026 0 0 0 228332 23 0 0 20 0 22 0 3443048 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253879221424 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16033] ppid=16028 vsize=11166888 CPUtime=13.31 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16033/stat : 16033 (java) S 16028 16031 14955 0 -1 1077944384 7802 0 0 0 1142 189 0 0 20 0 22 0 3443050 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253835938064 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16034] ppid=16028 vsize=11166888 CPUtime=13.44 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16034/stat : 16034 (java) S 16028 16031 14955 0 -1 1077944384 4647 0 0 0 1157 187 0 0 20 0 22 0 3443050 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253481114000 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16035] ppid=16028 vsize=11166888 CPUtime=13.39 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16035/stat : 16035 (java) S 16028 16031 14955 0 -1 1077944384 5183 0 0 0 1147 192 0 0 20 0 22 0 3443050 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253480061456 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16036] ppid=16028 vsize=11166888 CPUtime=13.34 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16036/stat : 16036 (java) S 16028 16031 14955 0 -1 1077944384 5741 0 0 0 1143 191 0 0 20 0 22 0 3443050 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253479008912 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16037] ppid=16028 vsize=11166888 CPUtime=13.28 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16037/stat : 16037 (java) S 16028 16031 14955 0 -1 1077944384 5947 0 0 0 1136 192 0 0 20 0 22 0 3443050 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253477956368 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16038] ppid=16028 vsize=11166888 CPUtime=13.2 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16038/stat : 16038 (java) S 16028 16031 14955 0 -1 1077944384 4251 0 0 0 1140 180 0 0 20 0 22 0 3443050 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253476903824 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16040] ppid=16028 vsize=11166888 CPUtime=13.41 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16040/stat : 16040 (java) S 16028 16031 14955 0 -1 1077944384 5595 0 0 0 1168 173 0 0 20 0 22 0 3443050 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253475851280 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16041] ppid=16028 vsize=11166888 CPUtime=13.42 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16041/stat : 16041 (java) S 16028 16031 14955 0 -1 1077944384 6310 0 0 0 1146 196 0 0 20 0 22 0 3443050 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253474798736 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16042] ppid=16028 vsize=11166888 CPUtime=3.62 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16042/stat : 16042 (java) S 16028 16031 14955 0 -1 1077944384 12458 0 0 0 359 3 0 0 20 0 22 0 3443052 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253081831408 140253874989698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16043] ppid=16028 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16043/stat : 16043 (java) S 16028 16031 14955 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 22 0 3443053 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253080777696 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16044] ppid=16028 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16044/stat : 16044 (java) S 16028 16031 14955 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 22 0 3443053 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253079725056 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16045] ppid=16028 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16045/stat : 16045 (java) S 16028 16031 14955 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 22 0 3443057 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253078673616 140253874997147 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16046] ppid=16028 vsize=11166888 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16046/stat : 16046 (java) S 16028 16031 14955 0 -1 1077944384 8064 0 0 0 137 2 0 0 20 0 22 0 3443057 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253077621232 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16047] ppid=16028 vsize=11166888 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16047/stat : 16047 (java) S 16028 16031 14955 0 -1 1077944384 9127 0 0 0 162 1 0 0 20 0 22 0 3443057 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253076568688 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16048] ppid=16028 vsize=11166888 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16048/stat : 16048 (java) R 16028 16031 14955 0 -1 4202560 3692 0 0 0 102 1 0 0 20 0 22 0 3443057 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253075516440 140253856522274 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16049] ppid=16028 vsize=11166888 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16049/stat : 16049 (java) S 16028 16031 14955 0 -1 1077944384 5794 0 0 0 55 1 0 0 20 0 22 0 3443057 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253074463600 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16050] ppid=16028 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16050/stat : 16050 (java) S 16028 16031 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3443058 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253073410272 140253874988757 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
[pid=16031/tid=16051] ppid=16028 vsize=11166888 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/16031/task/16051/stat : 16051 (java) S 16028 16031 14955 0 -1 1077944384 2117 0 0 0 62 74 0 0 20 0 22 0 3443058 11434893312 1041173 33554432000 4194304 4196468 140735418702448 140253072357808 140253874989698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30404608 140735418705067 140735418705220 140735418705220 140735418707919 0
Current children cumulated CPU time (s) 2400.19
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2302.24
CPU time (s): 2400.25
CPU user time (s): 2384.21
CPU system time (s): 16.0387
CPU usage (%): 104.257
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2384.21
system time used= 16.0387
maximum resident set size= 4165104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212218
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54947
involuntary context switches= 128592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.275 second user time and 18.1317 second system time

The end

Launcher Data

Begin job on node148 at 2017-07-22 02:03:01
IDJOB=4244213
IDBENCH=138536
IDSOLVER=2623
FILE ID=node148/4244213-1500681781
RUNJOBID= node148-1500678414-14988
PBS_JOBID= 20623032
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-e0ddr1-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244213-1500681781/watcher-4244213-1500681781 -o /tmp/evaluation-result-4244213-1500681781/solver-4244213-1500681781 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500678414-14988 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244213-1500681781.xml

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

MD5SUM BENCH= 00a0c39161bc8317718298f720cd241b
RANDOM SEED=281111183

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.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.21
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		: 2400.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		: 2668.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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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	: 5333.21
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		: 1867.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:        31188888 kB
MemAvailable:   31128460 kB
Buffers:           56360 kB
Cached:           175716 kB
SwapCached:            0 kB
Active:          1041404 kB
Inactive:         135772 kB
Active(anon):     894344 kB
Inactive(anon):    61776 kB
Active(file):     147060 kB
Inactive(file):    73996 kB
Unevictable:        6580 kB
Mlocked:            6580 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1692 kB
Writeback:             0 kB
AnonPages:        951316 kB
Mapped:            42164 kB
Shmem:              8848 kB
Slab:              97756 kB
SReclaimable:      64508 kB
SUnreclaim:        33248 kB
KernelStack:        4560 kB
PageTables:         7068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2317956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    811008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 62028 MiB
End job on node148 at 2017-07-22 02:41:23