Trace number 4256941

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26? (TO) 916.13898 252.561

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-05-05.xml
MD5SUMcbd4b7ec6b21cb5f2314c56a12817dc1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.122878
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":25}]
Minimum constraint arity4
Maximum constraint arity25
Distribution of constraint arities[{"arity":4,"count":100},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1512589740
0.29/0.25	c timeout: 2016
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
34.13/17.52	c Parsing done, starting search...
915.59/252.40	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#185453926]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
915.59/252.41	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
915.59/252.41	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
915.59/252.41	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
915.59/252.41	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
915.59/252.41	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
915.59/252.41	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
915.59/252.41	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
915.59/252.41	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
915.59/252.41	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
915.59/252.41	c java.lang.Thread.run(Thread.java:748)
915.59/252.41	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14050 MiB free)
  memory of node 1: 16384 MiB (12292 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4256941-1502647161/watcher-4256941-1502647161 -o /tmp/evaluation-result-4256941-1502647161/solver-4256941-1502647161 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502634593-3629 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1512589740 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4256941-1502647161.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=25719, runsolver pid=25716
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 8.42 5.89 4.76 3/198 25739
/proc/meminfo: memFree=26958068/32770624 swapFree=67108860/67108860
[pid=25719] ppid=25716 vsize=26000848 memory=32228 CPUtime=0.13 cores=0-7
/proc/25719/stat : 25719 (java) S 25716 25719 3602 0 -1 1077944320 8471 0 0 0 11 2 0 0 20 0 20 0 97803916 26624868352 8057 33554432000 4194304 4196468 140736954966544 140736954949088 140701227196151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
/proc/25719/statm: 6500212 8057 3406 1 0 6487932 0
[pid=25719/tid=25721] ppid=25716 vsize=26000848 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/25719/task/25721/stat : 25721 (java) R 25716 25719 3602 0 -1 4202560 6412 0 0 0 8 1 0 0 20 0 20 0 97803917 26624868352 8057 33554432000 4194304 4196468 140736954966544 140701231412848 140701206727381 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25722] ppid=25716 vsize=26000848 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/25719/task/25722/stat : 25722 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 8057 33554432000 4194304 4196468 140736954966544 140701183748368 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25723] ppid=25716 vsize=26000848 memory=140015976138368 CPUtime=0 cores=0-7
/proc/25719/task/25723/stat : 25723 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700784654736 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25724] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25724/stat : 25724 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700783602192 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25725] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25725/stat : 25725 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700782549648 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25726] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25726/stat : 25726 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700781497104 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25727] ppid=25716 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/25719/task/25727/stat : 25727 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700780444560 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25728] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25728/stat : 25728 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700779392016 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25729] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25729/stat : 25729 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700778339472 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25730] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25730/stat : 25730 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803919 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700355041264 140701227207298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25731] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25731/stat : 25731 (java) S 25716 25719 3602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97803919 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700353987488 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25732] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25732/stat : 25732 (java) S 25716 25719 3602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97803919 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700352934896 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25733] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25733/stat : 25733 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803922 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700351883472 140701227214747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25734] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25734/stat : 25734 (java) S 25716 25719 3602 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 97803922 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700350831088 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25735] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25735/stat : 25735 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803922 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700349778544 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25736] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25736/stat : 25736 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803922 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700348726000 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25737] ppid=25716 vsize=26000848 memory=0 CPUtime=0.02 cores=0-7
/proc/25719/task/25737/stat : 25737 (java) S 25716 25719 3602 0 -1 1077944384 373 0 0 0 2 0 0 0 20 0 20 0 97803922 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700347673456 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25738] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25738/stat : 25738 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803922 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700346620128 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25739] ppid=25716 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/25719/task/25739/stat : 25739 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803922 26624868352 8057 33554432000 4194304 4196468 140736954966544 140700345567664 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 32228 KiB

[startup+0.20999 s]*
/proc/loadavg: 8.42 5.89 4.76 3/198 25739
/proc/meminfo: memFree=26948876/32770624 swapFree=67108860/67108860
[pid=25719] ppid=25716 vsize=26000848 memory=41380 CPUtime=0.29 cores=0-7
/proc/25719/stat : 25719 (java) S 25716 25719 3602 0 -1 1077944320 9467 0 0 0 27 2 0 0 20 0 20 0 97803916 26624868352 10345 33554432000 4194304 4196468 140736954966544 140736954949088 140701227196151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
/proc/25719/statm: 6500212 10345 3602 1 0 6487932 0
[pid=25719/tid=25721] ppid=25716 vsize=26000848 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/25719/task/25721/stat : 25721 (java) R 25716 25719 3602 0 -1 4202560 7039 0 0 0 18 1 0 0 20 0 20 0 97803917 26624868352 10345 33554432000 4194304 4196468 140736954966544 140701231406480 140701211276638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25722] ppid=25716 vsize=26000848 memory=9395 CPUtime=0 cores=0-7
/proc/25719/task/25722/stat : 25722 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 10345 33554432000 4194304 4196468 140736954966544 140701183748368 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25723] ppid=25716 vsize=26000848 memory=140015976268034 CPUtime=0 cores=0-7
/proc/25719/task/25723/stat : 25723 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700784654736 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25724] ppid=25716 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/25719/task/25724/stat : 25724 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700783602192 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25725] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25725/stat : 25725 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700782549648 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25726] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25726/stat : 25726 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700781497104 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25727] ppid=25716 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/25719/task/25727/stat : 25727 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700780444560 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25728] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25728/stat : 25728 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700779392016 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25729] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25729/stat : 25729 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803917 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700778339472 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25730] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25730/stat : 25730 (java) S 25716 25719 3602 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 97803919 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700355041264 140701227207298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25731] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25731/stat : 25731 (java) S 25716 25719 3602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97803919 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700353987488 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25732] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25732/stat : 25732 (java) S 25716 25719 3602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97803919 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700352934896 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25733] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25733/stat : 25733 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803922 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700351883472 140701227214747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25734] ppid=25716 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/25719/task/25734/stat : 25734 (java) S 25716 25719 3602 0 -1 1077944384 423 0 0 0 1 0 0 0 20 0 20 0 97803922 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700350831088 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25735] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25735/stat : 25735 (java) S 25716 25719 3602 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 97803922 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700349778544 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25736] ppid=25716 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/25719/task/25736/stat : 25736 (java) S 25716 25719 3602 0 -1 1077944384 192 0 0 0 1 0 0 0 20 0 20 0 97803922 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700348726000 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25737] ppid=25716 vsize=26000848 memory=0 CPUtime=0.05 cores=0-7
/proc/25719/task/25737/stat : 25737 (java) R 25716 25719 3602 0 -1 4202560 403 0 0 0 5 0 0 0 20 0 20 0 97803922 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700347673456 140701205800449 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25738] ppid=25716 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25738/stat : 25738 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803922 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700346620128 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25739] ppid=25716 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/25719/task/25739/stat : 25739 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803922 26624868352 10345 33554432000 4194304 4196468 140736954966544 140700345567664 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 41380 KiB

[startup+0.309725 s]*
/proc/loadavg: 8.42 5.89 4.76 3/198 25739
/proc/meminfo: memFree=26941200/32770624 swapFree=67108860/67108860
[pid=25719] ppid=25716 vsize=26000868 memory=49396 CPUtime=0.48 cores=0-7
/proc/25719/stat : 25719 (java) S 25716 25719 3602 0 -1 1077944320 10673 0 0 0 45 3 0 0 20 0 20 0 97803916 26624888832 12349 33554432000 4194304 4196468 140736954966544 140736954949088 140701227196151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
/proc/25719/statm: 6500217 12349 3716 1 0 6487932 0
[pid=25719/tid=25721] ppid=25716 vsize=26000868 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25719/task/25721/stat : 25721 (java) R 25716 25719 3602 0 -1 4202560 7731 0 0 0 27 2 0 0 20 0 20 0 97803917 26624888832 12349 33554432000 4194304 4196468 140736954966544 140701231420208 140701209052945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25722] ppid=25716 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25722/stat : 25722 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26624888832 12349 33554432000 4194304 4196468 140736954966544 140701183748368 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25723] ppid=25716 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25723/stat : 25723 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700784654736 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25724] ppid=25716 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25724/stat : 25724 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700783602192 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25725] ppid=25716 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25725/stat : 25725 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700782549648 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25726] ppid=25716 vsize=26000868 memory=2244 CPUtime=0 cores=0-7
/proc/25719/task/25726/stat : 25726 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803917 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700781497104 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25727] ppid=25716 vsize=26000868 memory=140015866835887 CPUtime=0 cores=0-7
/proc/25719/task/25727/stat : 25727 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700780444560 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25728] ppid=25716 vsize=26000868 memory=140015866838192 CPUtime=0 cores=0-7
/proc/25719/task/25728/stat : 25728 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700779392016 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25729] ppid=25716 vsize=26000868 memory=140015866840496 CPUtime=0 cores=0-7
/proc/25719/task/25729/stat : 25729 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803917 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700778339472 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25730] ppid=25716 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25730/stat : 25730 (java) S 25716 25719 3602 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 97803919 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700355041264 140701227207298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25731] ppid=25716 vsize=26000868 memory=280031733687952 CPUtime=0 cores=0-7
/proc/25719/task/25731/stat : 25731 (java) S 25716 25719 3602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97803919 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700353987488 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25732] ppid=25716 vsize=26000868 memory=280031733694864 CPUtime=0 cores=0-7
/proc/25719/task/25732/stat : 25732 (java) S 25716 25719 3602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97803919 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700352934896 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25733] ppid=25716 vsize=26000868 memory=280031733636144 CPUtime=0 cores=0-7
/proc/25719/task/25733/stat : 25733 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803922 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700351883472 140701227214747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25734] ppid=25716 vsize=26000868 memory=280031733708688 CPUtime=0.03 cores=0-7
/proc/25719/task/25734/stat : 25734 (java) S 25716 25719 3602 0 -1 1077944384 585 0 0 0 3 0 0 0 20 0 20 0 97803922 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700350831088 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25735] ppid=25716 vsize=26000868 memory=280031733715600 CPUtime=0.02 cores=0-7
/proc/25719/task/25735/stat : 25735 (java) S 25716 25719 3602 0 -1 1077944384 212 0 0 0 2 0 0 0 20 0 20 0 97803922 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700349778544 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25736] ppid=25716 vsize=26000868 memory=280031733713296 CPUtime=0.03 cores=0-7
/proc/25719/task/25736/stat : 25736 (java) S 25716 25719 3602 0 -1 1077944384 261 0 0 0 3 0 0 0 20 0 20 0 97803922 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700348726000 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25737] ppid=25716 vsize=26000868 memory=280031733729904 CPUtime=0.08 cores=0-7
/proc/25719/task/25737/stat : 25737 (java) S 25716 25719 3602 0 -1 1077944384 496 0 0 0 8 0 0 0 20 0 20 0 97803922 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700347673456 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25738] ppid=25716 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25738/stat : 25738 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803922 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700346620128 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25739] ppid=25716 vsize=26000868 memory=-1 CPUtime=0 cores=0-7
/proc/25719/task/25739/stat : 25739 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803922 26624888832 12349 33554432000 4194304 4196468 140736954966544 140700345567664 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000868 KiB
Current children cumulated memory: 49396 KiB

[startup+0.700854 s]
/proc/loadavg: 8.42 5.89 4.76 3/198 25739
/proc/meminfo: memFree=26928172/32770624 swapFree=67108860/67108860
[pid=25719] ppid=25716 vsize=26002916 memory=80908 CPUtime=1.15 cores=0-7
/proc/25719/stat : 25719 (java) S 25716 25719 3602 0 -1 1077944320 12377 0 0 0 111 4 0 0 20 0 20 0 97803916 26626985984 20227 33554432000 4194304 4196468 140736954966544 140736954949088 140701227196151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
/proc/25719/statm: 6500729 20227 3761 1 0 6488444 0
[pid=25719/tid=25721] ppid=25716 vsize=26002916 memory=0 CPUtime=0.67 cores=0-7
/proc/25719/task/25721/stat : 25721 (java) R 25716 25719 3602 0 -1 4202560 8620 0 0 0 65 2 0 0 20 0 20 0 97803917 26626985984 20227 33554432000 4194304 4196468 140736954966544 140701231429904 140700864830939 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25722] ppid=25716 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25722/stat : 25722 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26626985984 20227 33554432000 4194304 4196468 140736954966544 140701183748368 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25723] ppid=25716 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25723/stat : 25723 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26626985984 20227 33554432000 4194304 4196468 140736954966544 140700784654736 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25724] ppid=25716 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/25719/task/25724/stat : 25724 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26626985984 20227 33554432000 4194304 4196468 140736954966544 140700783602192 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25725] ppid=25716 vsize=26002916 memory=792 CPUtime=0 cores=0-7
/proc/25719/task/25725/stat : 25725 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97803917 26626985984 20227 33554432000 4194304 4196468 140736954966544 140700782549648 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25726] ppid=25716 vsize=26002916 memory=1008 CPUtime=0 cores=0-7
/proc/25719/task/25726/stat : 25726 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803917 26626985984 20227 33554432000 4194304 4196468 140736954966544 140700781497104 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25727] ppid=25716 vsize=26002916 memory=10588 CPUtime=0 cores=0-7
/proc/25719/task/25727/stat : 25727 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26626985984 20227 33554432000 4194304 4196468 140736954966544 140700780444560 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25728] ppid=25716 vsize=26002916 memory=1204 CPUtime=0 cores=0-7
/proc/25719/task/25728/stat : 25728 (java) S 25716 25719 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97803917 26626985984 20227 33554432000 4194304 4196468 140736954966544 140700779392016 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25729] ppid=25716 vsize=26002916 memory=15872 CPUtime=0 cores=0-7
/proc/25719/task/25729/stat : 25729 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97803917 26626985984 20227 33554432000 4194304 4196468 140736954966544 140700778339472 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25730] ppid=25716 vsize=26002916 memory=16444 CPUtime=0 cores=0-7
/proc/25719/task/25730/stat : 25730 (java) S 25716 25719 3602 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 97803919 26626985984 20227 33554432000 4194304 4196468 140736954966544 140700355041264 140701227207298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0

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

[pid=25719/tid=25721] ppid=25716 vsize=26876440 memory=1792 CPUtime=95.27 cores=0-7
/proc/25719/task/25721/stat : 25721 (java) S 25716 25719 3602 0 -1 1077944384 21877 0 0 0 9509 18 0 0 20 0 33 0 97803917 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140701231433536 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25722] ppid=25716 vsize=26876440 memory=4126316290023845779 CPUtime=71.27 cores=0-7
/proc/25719/task/25722/stat : 25722 (java) S 25716 25719 3602 0 -1 1077944384 36447 0 0 0 6577 550 0 0 20 0 33 0 97803917 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140701183748368 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25723] ppid=25716 vsize=26876440 memory=288230583166042425 CPUtime=71.4 cores=0-7
/proc/25719/task/25723/stat : 25723 (java) S 25716 25719 3602 0 -1 1077944384 37652 0 0 0 6595 545 0 0 20 0 33 0 97803917 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700784654736 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25724] ppid=25716 vsize=26876440 memory=14981057220970926 CPUtime=71.41 cores=0-7
/proc/25719/task/25724/stat : 25724 (java) S 25716 25719 3602 0 -1 1077944384 35936 0 0 0 6610 531 0 0 20 0 33 0 97803917 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700783602192 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25725] ppid=25716 vsize=26876440 memory=956 CPUtime=71.37 cores=0-7
/proc/25719/task/25725/stat : 25725 (java) S 25716 25719 3602 0 -1 1077944384 36371 0 0 0 6549 588 0 0 20 0 33 0 97803917 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700782549648 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 38 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25726] ppid=25716 vsize=26876440 memory=6791534058613427641 CPUtime=71.46 cores=0-7
/proc/25719/task/25726/stat : 25726 (java) S 25716 25719 3602 0 -1 1077944384 36347 0 0 0 6625 521 0 0 20 0 33 0 97803917 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700781497104 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25727] ppid=25716 vsize=26876440 memory=1576 CPUtime=71.09 cores=0-7
/proc/25719/task/25727/stat : 25727 (java) S 25716 25719 3602 0 -1 1077944384 29262 0 0 0 6528 581 0 0 20 0 33 0 97803917 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700780444560 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25728] ppid=25716 vsize=26876440 memory=6791534058613427641 CPUtime=71.6 cores=0-7
/proc/25719/task/25728/stat : 25728 (java) S 25716 25719 3602 0 -1 1077944384 40610 0 0 0 6578 582 0 0 20 0 33 0 97803917 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700779392016 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25729] ppid=25716 vsize=26876440 memory=28088 CPUtime=71.77 cores=0-7
/proc/25719/task/25729/stat : 25729 (java) S 25716 25719 3602 0 -1 1077944384 39362 0 0 0 6631 546 0 0 20 0 33 0 97803917 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700778339472 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25730] ppid=25716 vsize=26876440 memory=1292 CPUtime=61.13 cores=0-7
/proc/25719/task/25730/stat : 25730 (java) R 25716 25719 3602 0 -1 4202560 76535 0 0 0 6093 20 0 0 20 0 33 0 97803919 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700355039696 140701211896867 0 0 0 16800975 0 0 0 -1 0 0 0 37 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25731] ppid=25716 vsize=26876440 memory=2428 CPUtime=0 cores=0-7
/proc/25719/task/25731/stat : 25731 (java) S 25716 25719 3602 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 33 0 97803919 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700353987552 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25732] ppid=25716 vsize=26876440 memory=1732 CPUtime=0 cores=0-7
/proc/25719/task/25732/stat : 25732 (java) S 25716 25719 3602 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 33 0 97803919 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700352934912 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25733] ppid=25716 vsize=26876440 memory=1944 CPUtime=0 cores=0-7
/proc/25719/task/25733/stat : 25733 (java) S 25716 25719 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 97803922 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700351883472 140701227214747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25734] ppid=25716 vsize=26876440 memory=1700 CPUtime=0.87 cores=0-7
/proc/25719/task/25734/stat : 25734 (java) S 25716 25719 3602 0 -1 1077944384 7874 0 0 0 85 2 0 0 20 0 33 0 97803922 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700350831136 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25735] ppid=25716 vsize=26876440 memory=1228 CPUtime=0.65 cores=0-7
/proc/25719/task/25735/stat : 25735 (java) S 25716 25719 3602 0 -1 1077944384 4599 0 0 0 63 2 0 0 20 0 33 0 97803922 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700349778304 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25736] ppid=25716 vsize=26876440 memory=5428 CPUtime=0.88 cores=0-7
/proc/25719/task/25736/stat : 25736 (java) S 25716 25719 3602 0 -1 1077944384 5972 0 0 0 86 2 0 0 20 0 33 0 97803922 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700348726048 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25737] ppid=25716 vsize=26876440 memory=23222216 CPUtime=1.01 cores=0-7
/proc/25719/task/25737/stat : 25737 (java) S 25716 25719 3602 0 -1 1077944384 20416 0 0 0 96 5 0 0 20 0 33 0 97803922 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700347673504 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25738] ppid=25716 vsize=26876440 memory=4624 CPUtime=0 cores=0-7
/proc/25719/task/25738/stat : 25738 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 97803922 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700346620128 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25739] ppid=25716 vsize=26876440 memory=1424 CPUtime=0.1 cores=0-7
/proc/25719/task/25739/stat : 25739 (java) S 25716 25719 3602 0 -1 1077944384 620 0 0 0 3 7 0 0 20 0 33 0 97803922 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700345567664 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25740] ppid=25716 vsize=26876440 memory=13056 CPUtime=0 cores=0-7
/proc/25719/task/25740/stat : 25740 (java) S 25716 25719 3602 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 33 0 97815039 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700335280896 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25741] ppid=25716 vsize=26876440 memory=792 CPUtime=0.13 cores=0-7
/proc/25719/task/25741/stat : 25741 (java) S 25716 25719 3602 0 -1 1077944384 1150 0 0 0 4 9 0 0 20 0 33 0 97815051 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700332131040 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25742] ppid=25716 vsize=26876440 memory=1008 CPUtime=0.01 cores=0-7
/proc/25719/task/25742/stat : 25742 (java) S 25716 25719 3602 0 -1 1077944384 141 0 0 0 1 0 0 0 20 0 33 0 97815061 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700328981664 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25743] ppid=25716 vsize=26876440 memory=10588 CPUtime=22.99 cores=0-7
/proc/25719/task/25743/stat : 25743 (java) S 25716 25719 3602 0 -1 1077944384 3608 0 0 0 2292 7 0 0 20 0 33 0 97815062 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700327916672 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25744] ppid=25716 vsize=26876440 memory=1204 CPUtime=22.86 cores=0-7
/proc/25719/task/25744/stat : 25744 (java) S 25716 25719 3602 0 -1 1077944384 4465 0 0 0 2269 17 0 0 20 0 33 0 97815062 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700326864128 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25745] ppid=25716 vsize=26876440 memory=15872 CPUtime=23.02 cores=0-7
/proc/25719/task/25745/stat : 25745 (java) S 25716 25719 3602 0 -1 1077944384 4254 0 0 0 2290 12 0 0 20 0 33 0 97815065 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700325815024 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25746] ppid=25716 vsize=26876440 memory=16444 CPUtime=22.97 cores=0-7
/proc/25719/task/25746/stat : 25746 (java) S 25716 25719 3602 0 -1 1077944384 3225 0 0 0 2285 12 0 0 20 0 33 0 97815065 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700324758016 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25747] ppid=25716 vsize=26876440 memory=4052 CPUtime=22.99 cores=0-7
/proc/25719/task/25747/stat : 25747 (java) S 25716 25719 3602 0 -1 1077944384 4170 0 0 0 2291 8 0 0 20 0 33 0 97815065 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700323705520 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25748] ppid=25716 vsize=26876440 memory=15908 CPUtime=22.76 cores=0-7
/proc/25719/task/25748/stat : 25748 (java) S 25716 25719 3602 0 -1 1077944384 3013 0 0 0 2261 15 0 0 20 0 33 0 97815065 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700322653088 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25749] ppid=25716 vsize=26876440 memory=1236 CPUtime=22.82 cores=0-7
/proc/25719/task/25749/stat : 25749 (java) S 25716 25719 3602 0 -1 1077944384 3410 0 0 0 2275 7 0 0 20 0 33 0 97815065 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700321600496 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25750] ppid=25716 vsize=26876440 memory=1792 CPUtime=22.95 cores=0-7
/proc/25719/task/25750/stat : 25750 (java) S 25716 25719 3602 0 -1 1077944384 2948 0 0 0 2281 14 0 0 20 0 33 0 97815065 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700320547840 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25751] ppid=25716 vsize=26876440 memory=640 CPUtime=0 cores=0-7
/proc/25719/task/25751/stat : 25751 (java) S 25716 25719 3602 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 97815065 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700319507744 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25752] ppid=25716 vsize=26876440 memory=956 CPUtime=0 cores=0-7
/proc/25719/task/25752/stat : 25752 (java) S 25716 25719 3602 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 97815066 27521474560 5805554 33554432000 4194304 4196468 140736954966544 140700318455200 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
Current children cumulated CPU time: 915.04 s
Current children cumulated vsize: 26876440 KiB
Current children cumulated memory: 23222216 KiB

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

[startup+252.561 s]
# the end of solver process 25719 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=869.974 s, system=46.1655 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+252.401 s]
/proc/loadavg: 4.52 4.52 4.40 2/211 25752
/proc/meminfo: memFree=3723488/32770624 swapFree=67108860/67108860
[pid=25719] ppid=25716 vsize=26877468 memory=23222308 CPUtime=915.59 cores=0-7
/proc/25719/stat : 25719 (java) S 25716 25719 3602 0 -1 1077944320 468844 0 0 0 86957 4602 0 0 20 0 34 0 97803916 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140736954949088 140701227196151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
/proc/25719/statm: 6719367 5805577 3856 1 0 6707082 0
[pid=25719/tid=25721] ppid=25716 vsize=26877468 memory=1204 CPUtime=95.27 cores=0-7
/proc/25719/task/25721/stat : 25721 (java) S 25716 25719 3602 0 -1 1077944384 21877 0 0 0 9509 18 0 0 20 0 34 0 97803917 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140701231433536 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25722] ppid=25716 vsize=26877468 memory=15872 CPUtime=71.27 cores=0-7
/proc/25719/task/25722/stat : 25722 (java) S 25716 25719 3602 0 -1 1077944384 36447 0 0 0 6577 550 0 0 20 0 34 0 97803917 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140701183748368 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25723] ppid=25716 vsize=26877468 memory=6791534058613427641 CPUtime=71.4 cores=0-7
/proc/25719/task/25723/stat : 25723 (java) S 25716 25719 3602 0 -1 1077944384 37652 0 0 0 6595 545 0 0 20 0 34 0 97803917 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700784654736 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25724] ppid=25716 vsize=26877468 memory=4052 CPUtime=71.41 cores=0-7
/proc/25719/task/25724/stat : 25724 (java) S 25716 25719 3602 0 -1 1077944384 35936 0 0 0 6610 531 0 0 20 0 34 0 97803917 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700783602192 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25725] ppid=25716 vsize=26877468 memory=15908 CPUtime=71.37 cores=0-7
/proc/25719/task/25725/stat : 25725 (java) S 25716 25719 3602 0 -1 1077944384 36371 0 0 0 6549 588 0 0 20 0 34 0 97803917 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700782549648 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25726] ppid=25716 vsize=26877468 memory=1236 CPUtime=71.46 cores=0-7
/proc/25719/task/25726/stat : 25726 (java) S 25716 25719 3602 0 -1 1077944384 36347 0 0 0 6625 521 0 0 20 0 34 0 97803917 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700781497104 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25727] ppid=25716 vsize=26877468 memory=1792 CPUtime=71.09 cores=0-7
/proc/25719/task/25727/stat : 25727 (java) S 25716 25719 3602 0 -1 1077944384 29262 0 0 0 6528 581 0 0 20 0 34 0 97803917 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700780444560 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25728] ppid=25716 vsize=26877468 memory=640 CPUtime=71.6 cores=0-7
/proc/25719/task/25728/stat : 25728 (java) S 25716 25719 3602 0 -1 1077944384 40610 0 0 0 6578 582 0 0 20 0 34 0 97803917 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700779392016 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25729] ppid=25716 vsize=26877468 memory=956 CPUtime=71.77 cores=0-7
/proc/25719/task/25729/stat : 25729 (java) S 25716 25719 3602 0 -1 1077944384 39362 0 0 0 6631 546 0 0 20 0 34 0 97803917 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700778339472 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25730] ppid=25716 vsize=26877468 memory=2344 CPUtime=61.5 cores=0-7
/proc/25719/task/25730/stat : 25730 (java) S 25716 25719 3602 0 -1 1077944384 82304 0 0 0 6130 20 0 0 20 0 34 0 97803919 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700355041264 140701227207298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25731] ppid=25716 vsize=26877468 memory=1576 CPUtime=0 cores=0-7
/proc/25719/task/25731/stat : 25731 (java) S 25716 25719 3602 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 34 0 97803919 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700353987552 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25732] ppid=25716 vsize=26877468 memory=932 CPUtime=0 cores=0-7
/proc/25719/task/25732/stat : 25732 (java) S 25716 25719 3602 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 34 0 97803919 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700352934912 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25733] ppid=25716 vsize=26877468 memory=23222132 CPUtime=0 cores=0-7
/proc/25719/task/25733/stat : 25733 (java) S 25716 25719 3602 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 34 0 97803922 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700351882144 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25734] ppid=25716 vsize=26877468 memory=28088 CPUtime=0.87 cores=0-7
/proc/25719/task/25734/stat : 25734 (java) S 25716 25719 3602 0 -1 1077944384 7877 0 0 0 85 2 0 0 20 0 34 0 97803922 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700350831088 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25735] ppid=25716 vsize=26877468 memory=1292 CPUtime=0.65 cores=0-7
/proc/25719/task/25735/stat : 25735 (java) S 25716 25719 3602 0 -1 1077944384 4605 0 0 0 63 2 0 0 20 0 34 0 97803922 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700349778544 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25736] ppid=25716 vsize=26877468 memory=2428 CPUtime=0.88 cores=0-7
/proc/25719/task/25736/stat : 25736 (java) S 25716 25719 3602 0 -1 1077944384 5974 0 0 0 86 2 0 0 20 0 34 0 97803922 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700348726000 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25737] ppid=25716 vsize=26877468 memory=1732 CPUtime=1.01 cores=0-7
/proc/25719/task/25737/stat : 25737 (java) S 25716 25719 3602 0 -1 1077944384 20418 0 0 0 96 5 0 0 20 0 34 0 97803922 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700347673456 140701227207298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25738] ppid=25716 vsize=26877468 memory=1944 CPUtime=0 cores=0-7
/proc/25719/task/25738/stat : 25738 (java) S 25716 25719 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 97803922 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700346620128 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25739] ppid=25716 vsize=26877468 memory=1700 CPUtime=0.1 cores=0-7
/proc/25719/task/25739/stat : 25739 (java) R 25716 25719 3602 0 -1 1077944384 620 0 0 0 3 7 0 0 20 0 34 0 97803922 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700345567664 140701227207298 0 4 0 16800975 0 0 0 -1 3 0 0 52 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25740] ppid=25716 vsize=26877468 memory=1228 CPUtime=0 cores=0-7
/proc/25719/task/25740/stat : 25740 (java) S 25716 25719 3602 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 34 0 97815039 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700335280896 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25741] ppid=25716 vsize=26877468 memory=1576 CPUtime=0.14 cores=0-7
/proc/25719/task/25741/stat : 25741 (java) R 25716 25719 3602 0 -1 4202560 1769 0 0 0 5 9 0 0 20 0 34 0 97815051 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700332131176 140700863843167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25742] ppid=25716 vsize=26877468 memory=932 CPUtime=0.01 cores=0-7
/proc/25719/task/25742/stat : 25742 (java) S 25716 25719 3602 0 -1 1077944384 141 0 0 0 1 0 0 0 20 0 34 0 97815061 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700328981664 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25743] ppid=25716 vsize=26877468 memory=2236 CPUtime=23.01 cores=0-7
/proc/25719/task/25743/stat : 25743 (java) R 25716 25719 3602 0 -1 4202560 3663 0 0 0 2294 7 0 0 20 0 34 0 97815062 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700327916672 140700868207009 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25744] ppid=25716 vsize=26877468 memory=4124 CPUtime=22.89 cores=0-7
/proc/25719/task/25744/stat : 25744 (java) R 25716 25719 3602 0 -1 4202560 4503 0 0 0 2272 17 0 0 20 0 34 0 97815062 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700326864264 140700868502841 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25745] ppid=25716 vsize=26877468 memory=2200 CPUtime=23.04 cores=0-7
/proc/25719/task/25745/stat : 25745 (java) R 25716 25719 3602 0 -1 4202560 4560 0 0 0 2292 12 0 0 20 0 34 0 97815065 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700325814912 140700868706021 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25746] ppid=25716 vsize=26877468 memory=6760 CPUtime=22.99 cores=0-7
/proc/25719/task/25746/stat : 25746 (java) R 25716 25719 3602 0 -1 4202560 3252 0 0 0 2287 12 0 0 20 0 34 0 97815065 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700324758152 140700869118888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25747] ppid=25716 vsize=26877468 memory=840 CPUtime=23 cores=0-7
/proc/25719/task/25747/stat : 25747 (java) R 25716 25719 3602 0 -1 4202560 4192 0 0 0 2292 8 0 0 20 0 34 0 97815065 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700323705520 140700868207147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25748] ppid=25716 vsize=26877468 memory=1692 CPUtime=22.79 cores=0-7
/proc/25719/task/25748/stat : 25748 (java) R 25716 25719 3602 0 -1 4202560 3093 0 0 0 2264 15 0 0 20 0 34 0 97815065 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700322653088 140700868206269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25749] ppid=25716 vsize=26877468 memory=916 CPUtime=22.85 cores=0-7
/proc/25719/task/25749/stat : 25749 (java) R 25716 25719 3602 0 -1 4202560 3425 0 0 0 2278 7 0 0 20 0 34 0 97815065 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700321600632 140700868502866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25750] ppid=25716 vsize=26877468 memory=6948 CPUtime=22.98 cores=0-7
/proc/25719/task/25750/stat : 25750 (java) R 25716 25719 3602 0 -1 4202560 2967 0 0 0 2284 14 0 0 20 0 34 0 97815065 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700320547976 140700868502911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25751] ppid=25716 vsize=26877468 memory=4108 CPUtime=0 cores=0-7
/proc/25719/task/25751/stat : 25751 (java) S 25716 25719 3602 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 97815065 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700319507744 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
[pid=25719/tid=25752] ppid=25716 vsize=26877468 memory=1156 CPUtime=0 cores=0-7
/proc/25719/task/25752/stat : 25752 (java) S 25716 25719 3602 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 97815066 27522527232 5805577 33554432000 4194304 4196468 140736954966544 140700318455200 140701227206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21733376 140736954975335 140736954975520 140736954975520 140736954978255 0
Current children cumulated CPU time: 915.59 s
Current children cumulated vsize: 26877468 KiB
Current children cumulated memory: 23222308 KiB

[startup+252.502 s]*
/proc/loadavg: 4.52 4.52 4.40 2/180 25754
/proc/meminfo: memFree=14027260/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 252.561
CPU time (s): 916.139
CPU user time (s): 869.974
CPU system time (s): 46.1655
CPU usage (%): 362.74
Max. virtual memory (cumulated for all children) (KiB): 26877468
Max. memory (cumulated for all children) (KiB): 23222308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 869.974
system time used= 46.1655
maximum resident set size= 23223000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 470681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26600
involuntary context switches= 11645


# summary of solver processes directly reported to runsolver:
#   pid: 25719
#   total CPU time (s): 916.139
#   total CPU user time (s): 869.974
#   total CPU system time (s): 46.1655

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.06951 second user time and 2.74192 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 19:45:02
IDJOB=4256941
IDBENCH=139720
IDSOLVER=2641
FILE ID=node114/4256941-1502647161
RUNJOBID= node114-1502634593-3629
PBS_JOBID= 20628323
Free space on /tmp= 61700 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-05-05.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256941-1502647161/watcher-4256941-1502647161 -o /tmp/evaluation-result-4256941-1502647161/solver-4256941-1502647161 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502634593-3629 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1512589740 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4256941-1502647161.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= cbd4b7ec6b21cb5f2314c56a12817dc1
RANDOM SEED=1512589740

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26975908 kB
MemAvailable:   31986100 kB
Buffers:          165028 kB
Cached:          5134120 kB
SwapCached:            0 kB
Active:           486880 kB
Inactive:        4869672 kB
Active(anon):      60280 kB
Inactive(anon):    25036 kB
Active(file):     426600 kB
Inactive(file):  4844636 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42048 kB
Writeback:             0 kB
AnonPages:         61344 kB
Mapped:            43688 kB
Shmem:             25224 kB
Slab:             135116 kB
SReclaimable:     109584 kB
SUnreclaim:        25532 kB
KernelStack:        3248 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61656 MiB
End job on node114 at 2017-08-13 19:49:15