Trace number 4259414

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
Concrete 3.4? (TO) 255.869 213.989

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-41.xml
MD5SUMa372e06032e8b52aa9c97452ff274801
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark252.086
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size45
Distribution of domain sizes[{"size":23,"count":1},{"size":45,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.32/2.02	c Concrete v3.4 running
255.67/213.93	java.util.concurrent.TimeoutException
255.67/213.93		at concrete.MAC.mac(MAC.scala:74)
255.67/213.93		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
255.67/213.93		at scala.util.Try$.apply(Try.scala:209)
255.67/213.93		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
255.67/213.93		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
255.67/213.93		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
255.67/213.93		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
255.67/213.93		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
255.67/213.93		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
255.67/213.93		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
255.67/213.93		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
255.67/213.93		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
255.67/213.93		at concrete.MAC.oneRun(MAC.scala:146)
255.67/213.93		at concrete.MAC.nextSolution(MAC.scala:166)
255.67/213.93		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
255.67/213.93		at concrete.ProblemState.map(ProblemState.scala:203)
255.67/213.93		at concrete.ProblemState.map(ProblemState.scala:188)
255.67/213.93		at concrete.MAC.nextSolution(MAC.scala:195)
255.67/213.93		at concrete.Solver.hasNext(Solver.scala:202)
255.67/213.93		at scala.collection.Iterator.toStream(Iterator.scala:1403)
255.67/213.93		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
255.67/213.93		at concrete.Solver.toStream(Solver.scala:73)
255.67/213.93		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
255.67/213.93		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
255.67/213.93		at concrete.Solver.toIterable(Solver.scala:73)
255.67/213.93		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
255.67/213.93		at scala.util.Success.$anonfun$map$1(Try.scala:251)
255.67/213.93		at scala.util.Success.map(Try.scala:209)
255.67/213.93		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
255.67/213.93		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
255.67/213.93		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
255.67/213.93		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
255.67/213.93		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
255.67/213.93		at scala.Function0.apply$mcV$sp(Function0.scala:34)
255.67/213.94		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
255.67/213.94		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
255.67/213.94		at scala.App.$anonfun$main$1$adapted(App.scala:76)
255.67/213.94		at scala.collection.immutable.List.foreach(List.scala:389)
255.67/213.94		at scala.App.main(App.scala:76)
255.67/213.94		at scala.App.main$(App.scala:74)
255.67/213.94		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
255.67/213.94		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
255.67/213.94	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 (8088 MiB free)
  memory of node 1: 16384 MiB (13739 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259414-1502649607/watcher-4259414-1502649607 -o /tmp/evaluation-result-4259414-1502649607/solver-4259414-1502649607 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312 bin/concrete HOME/instance-4259414-1502649607.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=14047, runsolver pid=14044
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 1.84 2.00 2.03 3/206 14101
/proc/meminfo: memFree=22346064/32770624 swapFree=67108860/67108860
[pid=14047] ppid=14044 vsize=13445604 memory=15824 CPUtime=0.09 cores=1,3,5,7
/proc/14047/stat : 14047 (java) S 14044 14047 3242 0 -1 1077944320 4598 12257 0 0 2 0 5 2 20 0 7 0 98041723 13768298496 3956 33554432000 4194304 4196468 140734033879568 140734033862112 140619990687479 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
/proc/14047/statm: 3361401 3956 2030 1 0 3349839 0
[pid=14047/tid=14097] ppid=14044 vsize=13445604 memory=4279135703980082572 CPUtime=0.08 cores=1,3,5,7
/proc/14047/task/14097/stat : 14097 (java) R 14044 14047 3242 0 -1 4202560 2449 12257 0 0 1 0 5 2 20 0 7 0 98041732 13768298496 3956 33554432000 4194304 4196468 140734033879568 140619994929936 140619974767966 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14098] ppid=14044 vsize=13445604 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14098/stat : 14098 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 7 0 98041733 13768298496 3956 33554432000 4194304 4196468 140734033879568 140619920775440 140619990697685 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14099] ppid=14044 vsize=13445604 memory=139898850809472 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14099/stat : 14099 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 7 0 98041733 13768298496 3956 33554432000 4194304 4196468 140734033879568 140619919722896 140619990697685 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14100] ppid=14044 vsize=13445604 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14100/stat : 14100 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 7 0 98041733 13768298496 3956 33554432000 4194304 4196468 140734033879568 140619918670352 140619990697685 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14101] ppid=14044 vsize=13445604 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14101/stat : 14101 (java) S 14044 14047 3242 0 -1 1077944384 2 12257 0 0 0 0 5 2 20 0 7 0 98041733 13768298496 3956 33554432000 4194304 4196468 140734033879568 140619917617808 140619990697685 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14102] ppid=14044 vsize=13445604 memory=139898850809472 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14102/stat : 14102 (java) S 14044 14047 3242 0 -1 1077944384 2 12257 0 0 0 0 5 2 20 0 7 0 98041734 13768298496 3956 33554432000 4194304 4196468 140734033879568 140619464428016 140619990698626 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13445604 KiB
Current children cumulated memory: 15824 KiB

[startup+0.210076 s]*
/proc/loadavg: 1.84 2.00 2.03 3/215 14110
/proc/meminfo: memFree=22324476/32770624 swapFree=67108860/67108860
[pid=14047] ppid=14044 vsize=13978600 memory=39812 CPUtime=0.25 cores=1,3,5,7
/proc/14047/stat : 14047 (java) S 14044 14047 3242 0 -1 1077944320 8085 12257 0 0 17 1 5 2 20 0 15 0 98041723 14314086400 9953 33554432000 4194304 4196468 140734033879568 140734033862112 140619990687479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
/proc/14047/statm: 3494650 9953 2979 1 0 3482967 0
[pid=14047/tid=14097] ppid=14044 vsize=13978600 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/14047/task/14097/stat : 14097 (java) R 14044 14047 3242 0 -1 4202560 4597 12257 0 0 11 0 5 2 20 0 15 0 98041732 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619994894912 140619972251021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14098] ppid=14044 vsize=13978600 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14098/stat : 14098 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619920775440 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14099] ppid=14044 vsize=13978600 memory=288370275002521216 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14099/stat : 14099 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619919722896 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14100] ppid=14044 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14100/stat : 14100 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619918670352 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14101] ppid=14044 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14101/stat : 14101 (java) S 14044 14047 3242 0 -1 1077944384 2 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619917617808 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14102] ppid=14044 vsize=13978600 memory=139898850809472 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14102/stat : 14102 (java) S 14044 14047 3242 0 -1 1077944384 2 12257 0 0 0 0 5 2 20 0 15 0 98041734 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619464428016 140619990698626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14103] ppid=14044 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14103/stat : 14103 (java) S 14044 14047 3242 0 -1 1077944384 33 12257 0 0 0 0 5 2 20 0 15 0 98041734 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619463374240 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14104] ppid=14044 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14104/stat : 14104 (java) S 14044 14047 3242 0 -1 1077944384 21 12257 0 0 0 0 5 2 20 0 15 0 98041735 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619462321648 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14105] ppid=14044 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14105/stat : 14105 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 15 0 98041737 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619461270224 140619990706075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14106] ppid=14044 vsize=13978600 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14047/task/14106/stat : 14106 (java) S 14044 14047 3242 0 -1 1077944384 609 12257 0 0 1 0 5 2 20 0 15 0 98041737 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619460216816 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14107] ppid=14044 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14107/stat : 14107 (java) S 14044 14047 3242 0 -1 1077944384 132 12257 0 0 0 0 5 2 20 0 15 0 98041737 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619459164272 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14108] ppid=14044 vsize=13978600 memory=139898850809472 CPUtime=0.1 cores=1,3,5,7
/proc/14047/task/14108/stat : 14108 (java) S 14044 14047 3242 0 -1 1077944384 530 12257 0 0 3 0 5 2 20 0 15 0 98041737 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619458111728 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14109] ppid=14044 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14109/stat : 14109 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 15 0 98041737 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619457059424 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14110] ppid=14044 vsize=13978600 memory=139898850809472 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14110/stat : 14110 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041738 14314086400 9953 33554432000 4194304 4196468 140734033879568 140619456006960 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 39812 KiB

[startup+0.310213 s]*
/proc/loadavg: 1.84 2.00 2.03 4/215 14110
/proc/meminfo: memFree=22313996/32770624 swapFree=67108860/67108860
[pid=14047] ppid=14044 vsize=13979028 memory=50484 CPUtime=0.38 cores=1,3,5,7
/proc/14047/stat : 14047 (java) S 14044 14047 3242 0 -1 1077944320 11159 12257 0 0 29 2 5 2 20 0 15 0 98041723 14314524672 12621 33554432000 4194304 4196468 140734033879568 140734033862112 140619990687479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
/proc/14047/statm: 3494757 12621 3093 1 0 3482967 0
[pid=14047/tid=14097] ppid=14044 vsize=13979028 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/14047/task/14097/stat : 14097 (java) R 14044 14047 3242 0 -1 4202560 7663 12257 0 0 20 1 5 2 20 0 15 0 98041732 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619994909088 140619974767966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14098] ppid=14044 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14098/stat : 14098 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619920775440 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14099] ppid=14044 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14099/stat : 14099 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619919722896 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14100] ppid=14044 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14100/stat : 14100 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619918670352 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14101] ppid=14044 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14101/stat : 14101 (java) S 14044 14047 3242 0 -1 1077944384 2 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619917617808 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14102] ppid=14044 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14102/stat : 14102 (java) S 14044 14047 3242 0 -1 1077944384 2 12257 0 0 0 0 5 2 20 0 15 0 98041734 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619464428016 140619990698626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14103] ppid=14044 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14103/stat : 14103 (java) S 14044 14047 3242 0 -1 1077944384 33 12257 0 0 0 0 5 2 20 0 15 0 98041734 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619463374240 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14104] ppid=14044 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14104/stat : 14104 (java) S 14044 14047 3242 0 -1 1077944384 21 12257 0 0 0 0 5 2 20 0 15 0 98041735 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619462321648 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14105] ppid=14044 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14105/stat : 14105 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 15 0 98041737 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619461270224 140619990706075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14106] ppid=14044 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14047/task/14106/stat : 14106 (java) S 14044 14047 3242 0 -1 1077944384 611 12257 0 0 1 0 5 2 20 0 15 0 98041737 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619460216816 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14107] ppid=14044 vsize=13979028 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14047/task/14107/stat : 14107 (java) S 14044 14047 3242 0 -1 1077944384 135 12257 0 0 1 0 5 2 20 0 15 0 98041737 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619459164272 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14108] ppid=14044 vsize=13979028 memory=139898850809472 CPUtime=0.12 cores=1,3,5,7
/proc/14047/task/14108/stat : 14108 (java) R 14044 14047 3242 0 -1 4202560 535 12257 0 0 5 0 5 2 20 0 15 0 98041737 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619458111728 140619972379537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14109] ppid=14044 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14109/stat : 14109 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 15 0 98041737 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619457059424 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14110] ppid=14044 vsize=13979028 memory=139898850809472 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14110/stat : 14110 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041738 14314524672 12621 33554432000 4194304 4196468 140734033879568 140619456006960 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 50484 KiB

[startup+0.700746 s]
/proc/loadavg: 1.84 2.00 2.03 5/215 14110
/proc/meminfo: memFree=22307296/32770624 swapFree=67108860/67108860
[pid=14047] ppid=14044 vsize=13979176 memory=81272 CPUtime=0.96 cores=1,3,5,7
/proc/14047/stat : 14047 (java) S 14044 14047 3242 0 -1 1077944320 16993 12257 0 0 86 3 5 2 20 0 15 0 98041723 14314676224 20318 33554432000 4194304 4196468 140734033879568 140734033862112 140619990687479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
/proc/14047/statm: 3494794 20318 3264 1 0 3482967 0
[pid=14047/tid=14097] ppid=14044 vsize=13979176 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/14047/task/14097/stat : 14097 (java) R 14044 14047 3242 0 -1 4202560 12836 12257 0 0 56 2 5 2 20 0 15 0 98041732 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619994905120 140619974767966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14098] ppid=14044 vsize=13979176 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14098/stat : 14098 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619920775440 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14099] ppid=14044 vsize=13979176 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14099/stat : 14099 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619919722896 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14100] ppid=14044 vsize=13979176 memory=139898694812272 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14100/stat : 14100 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619918670352 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14101] ppid=14044 vsize=13979176 memory=139899969733220 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14101/stat : 14101 (java) S 14044 14047 3242 0 -1 1077944384 2 12257 0 0 0 0 5 2 20 0 15 0 98041733 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619917617808 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14102] ppid=14044 vsize=13979176 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14102/stat : 14102 (java) S 14044 14047 3242 0 -1 1077944384 5 12257 0 0 0 0 5 2 20 0 15 0 98041734 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619464428016 140619990698626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14103] ppid=14044 vsize=13979176 memory=7014751519583131217 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14103/stat : 14103 (java) S 14044 14047 3242 0 -1 1077944384 33 12257 0 0 0 0 5 2 20 0 15 0 98041734 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619463374240 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14104] ppid=14044 vsize=13979176 memory=18476 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14104/stat : 14104 (java) S 14044 14047 3242 0 -1 1077944384 21 12257 0 0 0 0 5 2 20 0 15 0 98041735 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619462321648 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14105] ppid=14044 vsize=13979176 memory=16980 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14105/stat : 14105 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 15 0 98041737 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619461270224 140619990706075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14106] ppid=14044 vsize=13979176 memory=4048 CPUtime=0.13 cores=1,3,5,7
/proc/14047/task/14106/stat : 14106 (java) S 14044 14047 3242 0 -1 1077944384 870 12257 0 0 6 0 5 2 20 0 15 0 98041737 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619460216816 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14107] ppid=14044 vsize=13979176 memory=1792 CPUtime=0.17 cores=1,3,5,7
/proc/14047/task/14107/stat : 14107 (java) S 14044 14047 3242 0 -1 1077944384 479 12257 0 0 10 0 5 2 20 0 15 0 98041737 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619459164272 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14108] ppid=14044 vsize=13979176 memory=648 CPUtime=0.2 cores=1,3,5,7
/proc/14047/task/14108/stat : 14108 (java) S 14044 14047 3242 0 -1 1077944384 588 12257 0 0 13 0 5 2 20 0 15 0 98041737 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619458111728 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14109] ppid=14044 vsize=13979176 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14109/stat : 14109 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 15 0 98041737 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619457059424 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14110] ppid=14044 vsize=13979176 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14110/stat : 14110 (java) S 14044 14047 3242 0 -1 1077944384 1 12257 0 0 0 0 5 2 20 0 15 0 98041738 14314676224 20318 33554432000 4194304 4196468 140734033879568 140619456006960 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 13979176 KiB
Current children cumulated memory: 81272 KiB

[startup+1.50075 s]
/proc/loadavg: 1.84 2.00 2.03 3/215 14110
/proc/meminfo: memFree=22249832/32770624 swapFree=67108860/67108860
[pid=14047] ppid=14044 vsize=13991700 memory=172916 CPUtime=2.19 cores=1,3,5,7
/proc/14047/stat : 14047 (java) S 14044 14047 3242 0 -1 1077944320 27674 12257 0 0 204 8 5 2 20 0 15 0 98041723 14327500800 43229 33554432000 4194304 4196468 140734033879568 140734033862112 140619990687479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
/proc/14047/statm: 3497925 43229 3400 1 0 3486039 0
[pid=14047/tid=14097] ppid=14044 vsize=13991700 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/14047/task/14097/stat : 14097 (java) R 14044 14047 3242 0 -1 4202560 19967 12257 0 0 131 5 5 2 20 0 15 0 98041732 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619994921888 140619594935424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14098] ppid=14044 vsize=13991700 memory=279797389672896 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14098/stat : 14098 (java) S 14044 14047 3242 0 -1 1077944384 63 12257 0 0 0 0 5 2 20 0 15 0 98041733 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619920775440 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14099] ppid=14044 vsize=13991700 memory=279797389682208 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14099/stat : 14099 (java) S 14044 14047 3242 0 -1 1077944384 39 12257 0 0 0 0 5 2 20 0 15 0 98041733 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619919722896 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14100] ppid=14044 vsize=13991700 memory=139898694846960 CPUtime=0.08 cores=1,3,5,7
/proc/14047/task/14100/stat : 14100 (java) S 14044 14047 3242 0 -1 1077944384 187 12257 0 0 1 0 5 2 20 0 15 0 98041733 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619918670352 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14101] ppid=14044 vsize=13991700 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14047/task/14101/stat : 14101 (java) S 14044 14047 3242 0 -1 1077944384 60 12257 0 0 1 0 5 2 20 0 15 0 98041733 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619917617808 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14102] ppid=14044 vsize=13991700 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14047/task/14102/stat : 14102 (java) S 14044 14047 3242 0 -1 1077944384 1552 12257 0 0 1 0 5 2 20 0 15 0 98041734 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619464428016 140619990698626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14103] ppid=14044 vsize=13991700 memory=13331578489482 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14103/stat : 14103 (java) S 14044 14047 3242 0 -1 1077944384 55 12257 0 0 0 0 5 2 20 0 15 0 98041734 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619463374304 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14104] ppid=14044 vsize=13991700 memory=7308328910250325560 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14104/stat : 14104 (java) S 14044 14047 3242 0 -1 1077944384 44 12257 0 0 0 0 5 2 20 0 15 0 98041735 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619462321664 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14105] ppid=14044 vsize=13991700 memory=7308328911074520169 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14105/stat : 14105 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 15 0 98041737 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619461270224 140619990706075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14106] ppid=14044 vsize=13991700 memory=-9034923846474767733 CPUtime=0.23 cores=1,3,5,7
/proc/14047/task/14106/stat : 14106 (java) R 14044 14047 3242 0 -1 1077944384 1072 12257 0 0 16 0 5 2 20 0 15 0 98041737 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619460216816 140619990698626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14107] ppid=14044 vsize=13991700 memory=6371309674513328993 CPUtime=0.25 cores=1,3,5,7
/proc/14047/task/14107/stat : 14107 (java) S 14044 14047 3242 0 -1 1077944384 722 12257 0 0 18 0 5 2 20 0 15 0 98041737 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619459164272 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14108] ppid=14044 vsize=13991700 memory=6655300316396806240 CPUtime=0.39 cores=1,3,5,7
/proc/14047/task/14108/stat : 14108 (java) R 14044 14047 3242 0 -1 4202560 1754 12257 0 0 32 0 5 2 20 0 15 0 98041737 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619458111728 140619990708826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14109] ppid=14044 vsize=13991700 memory=7738984534437815889 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14109/stat : 14109 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 15 0 98041737 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619457059424 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14110] ppid=14044 vsize=13991700 memory=7450478155198456657 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14110/stat : 14110 (java) S 14044 14047 3242 0 -1 1077944384 4 12257 0 0 0 0 5 2 20 0 15 0 98041738 14327500800 43229 33554432000 4194304 4196468 140734033879568 140619456006960 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0

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

/proc/14047/task/14098/stat : 14098 (java) S 14044 14047 3242 0 -1 1077944384 36647 12257 0 0 796 117 5 2 20 0 15 0 98041733 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619920775440 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14099] ppid=14044 vsize=14008272 memory=4859732 CPUtime=9.1 cores=1,3,5,7
/proc/14047/task/14099/stat : 14099 (java) S 14044 14047 3242 0 -1 1077944384 32758 12257 0 0 788 115 5 2 20 0 15 0 98041733 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619919722896 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14100] ppid=14044 vsize=14008272 memory=4859752 CPUtime=9.09 cores=1,3,5,7
/proc/14047/task/14100/stat : 14100 (java) S 14044 14047 3242 0 -1 1077944384 33977 12257 0 0 784 118 5 2 20 0 15 0 98041733 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619918670352 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14101] ppid=14044 vsize=14008272 memory=8612 CPUtime=9.11 cores=1,3,5,7
/proc/14047/task/14101/stat : 14101 (java) S 14044 14047 3242 0 -1 1077944384 36479 12257 0 0 786 118 5 2 20 0 15 0 98041733 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619917617808 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14102] ppid=14044 vsize=14008272 memory=4859912 CPUtime=1.38 cores=1,3,5,7
/proc/14047/task/14102/stat : 14102 (java) S 14044 14047 3242 0 -1 1077944384 32004 12257 0 0 127 4 5 2 20 0 15 0 98041734 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619464428016 140619990698626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14103] ppid=14044 vsize=14008272 memory=4859912 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14103/stat : 14103 (java) S 14044 14047 3242 0 -1 1077944384 64 12257 0 0 0 0 5 2 20 0 15 0 98041734 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619463374304 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14104] ppid=14044 vsize=14008272 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14104/stat : 14104 (java) S 14044 14047 3242 0 -1 1077944384 56 12257 0 0 0 0 5 2 20 0 15 0 98041735 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619462321664 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14105] ppid=14044 vsize=14008272 memory=4601152 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14105/stat : 14105 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 15 0 98041737 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619461270224 140619990706075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14106] ppid=14044 vsize=14008272 memory=4859724 CPUtime=4.88 cores=1,3,5,7
/proc/14047/task/14106/stat : 14106 (java) S 14044 14047 3242 0 -1 1077944384 14581 12257 0 0 479 2 5 2 20 0 15 0 98041737 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619460216816 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14107] ppid=14044 vsize=14008272 memory=4859912 CPUtime=5.35 cores=1,3,5,7
/proc/14047/task/14107/stat : 14107 (java) S 14044 14047 3242 0 -1 1077944384 16442 12257 0 0 525 3 5 2 20 0 15 0 98041737 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619459164272 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14108] ppid=14044 vsize=14008272 memory=4859912 CPUtime=1.9 cores=1,3,5,7
/proc/14047/task/14108/stat : 14108 (java) S 14044 14047 3242 0 -1 1077944384 16041 12257 0 0 180 3 5 2 20 0 15 0 98041737 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619458111728 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14109] ppid=14044 vsize=14008272 memory=4724904 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14109/stat : 14109 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 15 0 98041737 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619457059424 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14110] ppid=14044 vsize=14008272 memory=182 CPUtime=0.19 cores=1,3,5,7
/proc/14047/task/14110/stat : 14110 (java) S 14044 14047 3242 0 -1 1077944384 1165 12257 0 0 6 6 5 2 20 0 15 0 98041738 14344470528 1214978 33554432000 4194304 4196468 140734033879568 140619456006960 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 14008272 KiB
Current children cumulated memory: 4859912 KiB

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

[startup+213.989 s]
# the end of solver process 14047 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.396 s, system=5.47273 s

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

[startup+213.601 s]
/proc/loadavg: 2.02 2.00 2.03 6/216 14240
/proc/meminfo: memFree=20750268/32770624 swapFree=67108860/67108860
[pid=14047] ppid=14044 vsize=14141400 memory=5007916 CPUtime=254.63 cores=1,3,5,7
/proc/14047/stat : 14047 (java) S 14044 14047 3242 0 -1 1077944320 360563 12257 0 0 24914 542 5 2 20 0 17 0 98041723 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140734033862112 140619990687479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
/proc/14047/statm: 3535350 1251979 3502 1 0 3522905 0
[pid=14047/tid=14097] ppid=14044 vsize=14141400 memory=28652 CPUtime=202.34 cores=1,3,5,7
/proc/14047/task/14097/stat : 14097 (java) S 14044 14047 3242 0 -1 1077944384 129879 12257 0 0 20193 34 5 2 20 0 17 0 98041732 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619994925264 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14098] ppid=14044 vsize=14141400 memory=1296 CPUtime=9.84 cores=1,3,5,7
/proc/14047/task/14098/stat : 14098 (java) R 14044 14047 3242 0 -1 4202560 36797 12257 0 0 855 122 5 2 20 0 17 0 98041733 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619920775640 140619972297325 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14099] ppid=14044 vsize=14141400 memory=2408 CPUtime=9.74 cores=1,3,5,7
/proc/14047/task/14099/stat : 14099 (java) R 14044 14047 3242 0 -1 4202560 32880 12257 0 0 847 120 5 2 20 0 17 0 98041733 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619919722896 140619983315687 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14100] ppid=14044 vsize=14141400 memory=1732 CPUtime=9.71 cores=1,3,5,7
/proc/14047/task/14100/stat : 14100 (java) R 14044 14047 3242 0 -1 4202560 34152 12257 0 0 842 122 5 2 20 0 17 0 98041733 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619918670352 140619975683889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14101] ppid=14044 vsize=14141400 memory=4859912 CPUtime=9.76 cores=1,3,5,7
/proc/14047/task/14101/stat : 14101 (java) R 14044 14047 3242 0 -1 4202560 36585 12257 0 0 846 123 5 2 20 0 17 0 98041733 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619917617808 140619983315687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14102] ppid=14044 vsize=14141400 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/14047/task/14102/stat : 14102 (java) S 14044 14047 3242 0 -1 1077944384 39468 12257 0 0 132 5 5 2 20 0 17 0 98041734 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619464426640 140619990697685 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14103] ppid=14044 vsize=14141400 memory=20416 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14103/stat : 14103 (java) S 14044 14047 3242 0 -1 1077944384 65 12257 0 0 0 0 5 2 20 0 17 0 98041734 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619463374208 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14104] ppid=14044 vsize=14141400 memory=1224 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14104/stat : 14104 (java) S 14044 14047 3242 0 -1 1077944384 56 12257 0 0 0 0 5 2 20 0 17 0 98041735 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619462321664 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14105] ppid=14044 vsize=14141400 memory=12032 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14105/stat : 14105 (java) S 14044 14047 3242 0 -1 1077944384 111 12257 0 0 0 0 5 2 20 0 17 0 98041737 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619461270224 140619990706075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14106] ppid=14044 vsize=14141400 memory=5792 CPUtime=4.88 cores=1,3,5,7
/proc/14047/task/14106/stat : 14106 (java) S 14044 14047 3242 0 -1 1077944384 14581 12257 0 0 479 2 5 2 20 0 17 0 98041737 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619460216816 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14107] ppid=14044 vsize=14141400 memory=13412 CPUtime=5.35 cores=1,3,5,7
/proc/14047/task/14107/stat : 14107 (java) S 14044 14047 3242 0 -1 1077944384 16442 12257 0 0 525 3 5 2 20 0 17 0 98041737 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619459164272 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14108] ppid=14044 vsize=14141400 memory=28652 CPUtime=1.9 cores=1,3,5,7
/proc/14047/task/14108/stat : 14108 (java) S 14044 14047 3242 0 -1 1077944384 16041 12257 0 0 180 3 5 2 20 0 17 0 98041737 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619458111728 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14109] ppid=14044 vsize=14141400 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14109/stat : 14109 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 17 0 98041737 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619457059424 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14110] ppid=14044 vsize=14141400 memory=2408 CPUtime=0.19 cores=1,3,5,7
/proc/14047/task/14110/stat : 14110 (java) S 14044 14047 3242 0 -1 1077944384 1165 12257 0 0 6 6 5 2 20 0 17 0 98041738 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619456006960 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14240] ppid=14044 vsize=14141400 memory=1732 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14240/stat : 14240 (java) S 14044 14047 3242 0 -1 1077944384 164 12257 0 0 0 0 5 2 20 0 17 0 98063014 14480793600 1251979 33554432000 4194304 4196468 140734033879568 140619445813872 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
Current children cumulated CPU time: 254.63 s
Current children cumulated vsize: 14141400 KiB
Current children cumulated memory: 5007916 KiB

[startup+213.801 s]
/proc/loadavg: 2.02 2.00 2.03 6/216 14240
/proc/meminfo: memFree=20750268/32770624 swapFree=67108860/67108860
[pid=14047] ppid=14044 vsize=14141400 memory=5008024 CPUtime=255.32 cores=1,3,5,7
/proc/14047/stat : 14047 (java) S 14044 14047 3242 0 -1 1077944320 360575 12257 0 0 24983 542 5 2 20 0 17 0 98041723 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140734033862112 140619990687479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
/proc/14047/statm: 3535350 1252006 3509 1 0 3522905 0
[pid=14047/tid=14097] ppid=14044 vsize=14141400 memory=12032 CPUtime=202.34 cores=1,3,5,7
/proc/14047/task/14097/stat : 14097 (java) S 14044 14047 3242 0 -1 1077944384 129880 12257 0 0 20193 34 5 2 20 0 17 0 98041732 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619994925264 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14098] ppid=14044 vsize=14141400 memory=5792 CPUtime=10 cores=1,3,5,7
/proc/14047/task/14098/stat : 14098 (java) R 14044 14047 3242 0 -1 4202560 36797 12257 0 0 871 122 5 2 20 0 17 0 98041733 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619920775328 140619975683883 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14099] ppid=14044 vsize=14141400 memory=796 CPUtime=9.91 cores=1,3,5,7
/proc/14047/task/14099/stat : 14099 (java) R 14044 14047 3242 0 -1 4202560 32881 12257 0 0 864 120 5 2 20 0 17 0 98041733 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619919722896 140619975386224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14100] ppid=14044 vsize=14141400 memory=1224 CPUtime=9.88 cores=1,3,5,7
/proc/14047/task/14100/stat : 14100 (java) R 14044 14047 3242 0 -1 4202560 34153 12257 0 0 859 122 5 2 20 0 17 0 98041733 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619918670352 140619972297124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14101] ppid=14044 vsize=14141400 memory=12032 CPUtime=9.92 cores=1,3,5,7
/proc/14047/task/14101/stat : 14101 (java) R 14044 14047 3242 0 -1 4202560 36589 12257 0 0 862 123 5 2 20 0 17 0 98041733 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619917618008 140619975683876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14102] ppid=14044 vsize=14141400 memory=5792 CPUtime=1.48 cores=1,3,5,7
/proc/14047/task/14102/stat : 14102 (java) S 14044 14047 3242 0 -1 1077944384 39469 12257 0 0 136 5 5 2 20 0 17 0 98041734 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619464426640 140619990697685 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14103] ppid=14044 vsize=14141400 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14103/stat : 14103 (java) S 14044 14047 3242 0 -1 1077944384 66 12257 0 0 0 0 5 2 20 0 17 0 98041734 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619463373840 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14104] ppid=14044 vsize=14141400 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14104/stat : 14104 (java) S 14044 14047 3242 0 -1 1077944384 57 12257 0 0 0 0 5 2 20 0 17 0 98041735 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619462321264 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14105] ppid=14044 vsize=14141400 memory=1012 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14105/stat : 14105 (java) S 14044 14047 3242 0 -1 1077944384 111 12257 0 0 0 0 5 2 20 0 17 0 98041737 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619461270224 140619990706075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14106] ppid=14044 vsize=14141400 memory=1712 CPUtime=4.88 cores=1,3,5,7
/proc/14047/task/14106/stat : 14106 (java) S 14044 14047 3242 0 -1 1077944384 14581 12257 0 0 479 2 5 2 20 0 17 0 98041737 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619460216816 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14107] ppid=14044 vsize=14141400 memory=1952 CPUtime=5.35 cores=1,3,5,7
/proc/14047/task/14107/stat : 14107 (java) S 14044 14047 3242 0 -1 1077944384 16442 12257 0 0 525 3 5 2 20 0 17 0 98041737 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619459164272 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14108] ppid=14044 vsize=14141400 memory=8612 CPUtime=1.9 cores=1,3,5,7
/proc/14047/task/14108/stat : 14108 (java) S 14044 14047 3242 0 -1 1077944384 16041 12257 0 0 180 3 5 2 20 0 17 0 98041737 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619458111728 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14109] ppid=14044 vsize=14141400 memory=4620 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14109/stat : 14109 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 17 0 98041737 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619457059424 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14110] ppid=14044 vsize=14141400 memory=1196 CPUtime=0.19 cores=1,3,5,7
/proc/14047/task/14110/stat : 14110 (java) S 14044 14047 3242 0 -1 1077944384 1165 12257 0 0 6 6 5 2 20 0 17 0 98041738 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619456006960 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14240] ppid=14044 vsize=14141400 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14240/stat : 14240 (java) S 14044 14047 3242 0 -1 1077944384 164 12257 0 0 0 0 5 2 20 0 17 0 98063014 14480793600 1252006 33554432000 4194304 4196468 140734033879568 140619445813872 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
Current children cumulated CPU time: 255.32 s
Current children cumulated vsize: 14141400 KiB
Current children cumulated memory: 5008024 KiB

[startup+213.901 s]
/proc/loadavg: 2.02 2.00 2.03 6/216 14240
/proc/meminfo: memFree=20750268/32770624 swapFree=67108860/67108860
[pid=14047] ppid=14044 vsize=14141400 memory=5008000 CPUtime=255.67 cores=1,3,5,7
/proc/14047/stat : 14047 (java) S 14044 14047 3242 0 -1 1077944320 360577 12257 0 0 25018 542 5 2 20 0 17 0 98041723 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140734033862112 140619990687479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
/proc/14047/statm: 3535350 1252000 3509 1 0 3522905 0
[pid=14047/tid=14097] ppid=14044 vsize=14141400 memory=4859752 CPUtime=202.34 cores=1,3,5,7
/proc/14047/task/14097/stat : 14097 (java) S 14044 14047 3242 0 -1 1077944384 129880 12257 0 0 20193 34 5 2 20 0 17 0 98041732 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619994925264 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14098] ppid=14044 vsize=14141400 memory=4859732 CPUtime=10.08 cores=1,3,5,7
/proc/14047/task/14098/stat : 14098 (java) S 14044 14047 3242 0 -1 1077944384 36797 12257 0 0 879 122 5 2 20 0 17 0 98041733 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619920775440 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14099] ppid=14044 vsize=14141400 memory=4602692 CPUtime=9.99 cores=1,3,5,7
/proc/14047/task/14099/stat : 14099 (java) S 14044 14047 3242 0 -1 1077944384 32882 12257 0 0 872 120 5 2 20 0 17 0 98041733 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619919722896 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14100] ppid=14044 vsize=14141400 memory=4859732 CPUtime=9.96 cores=1,3,5,7
/proc/14047/task/14100/stat : 14100 (java) S 14044 14047 3242 0 -1 1077944384 34153 12257 0 0 867 122 5 2 20 0 17 0 98041733 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619918670352 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14101] ppid=14044 vsize=14141400 memory=5007916 CPUtime=10 cores=1,3,5,7
/proc/14047/task/14101/stat : 14101 (java) S 14044 14047 3242 0 -1 1077944384 36589 12257 0 0 870 123 5 2 20 0 17 0 98041733 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619917617808 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14102] ppid=14044 vsize=14141400 memory=4999552 CPUtime=1.49 cores=1,3,5,7
/proc/14047/task/14102/stat : 14102 (java) R 14044 14047 3242 0 -1 4202560 39469 12257 0 0 137 5 5 2 20 0 17 0 98041734 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619464426416 140619975693358 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14103] ppid=14044 vsize=14141400 memory=5008044 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14103/stat : 14103 (java) S 14044 14047 3242 0 -1 1077944384 66 12257 0 0 0 0 5 2 20 0 17 0 98041734 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619463373936 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14104] ppid=14044 vsize=14141400 memory=4601152 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14104/stat : 14104 (java) S 14044 14047 3242 0 -1 1077944384 57 12257 0 0 0 0 5 2 20 0 17 0 98041735 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619462321264 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14105] ppid=14044 vsize=14141400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14105/stat : 14105 (java) S 14044 14047 3242 0 -1 1077944384 111 12257 0 0 0 0 5 2 20 0 17 0 98041737 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619461270224 140619990706075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14106] ppid=14044 vsize=14141400 memory=4859724 CPUtime=4.88 cores=1,3,5,7
/proc/14047/task/14106/stat : 14106 (java) S 14044 14047 3242 0 -1 1077944384 14581 12257 0 0 479 2 5 2 20 0 17 0 98041737 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619460216816 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14107] ppid=14044 vsize=14141400 memory=4859912 CPUtime=5.35 cores=1,3,5,7
/proc/14047/task/14107/stat : 14107 (java) S 14044 14047 3242 0 -1 1077944384 16442 12257 0 0 525 3 5 2 20 0 17 0 98041737 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619459164272 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14108] ppid=14044 vsize=14141400 memory=4724904 CPUtime=1.9 cores=1,3,5,7
/proc/14047/task/14108/stat : 14108 (java) S 14044 14047 3242 0 -1 1077944384 16041 12257 0 0 180 3 5 2 20 0 17 0 98041737 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619458111728 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14109] ppid=14044 vsize=14141400 memory=182 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14109/stat : 14109 (java) S 14044 14047 3242 0 -1 1077944384 3 12257 0 0 0 0 5 2 20 0 17 0 98041737 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619457059424 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14110] ppid=14044 vsize=14141400 memory=288230574492221466 CPUtime=0.19 cores=1,3,5,7
/proc/14047/task/14110/stat : 14110 (java) S 14044 14047 3242 0 -1 1077944384 1165 12257 0 0 6 6 5 2 20 0 17 0 98041738 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619456006960 140619990698626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
[pid=14047/tid=14240] ppid=14044 vsize=14141400 memory=288230621803970871 CPUtime=0.07 cores=1,3,5,7
/proc/14047/task/14240/stat : 14240 (java) S 14044 14047 3242 0 -1 1077944384 164 12257 0 0 0 0 5 2 20 0 17 0 98063014 14480793600 1252000 33554432000 4194304 4196468 140734033879568 140619445813872 140619990697685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18157568 140734033881750 140734033884535 140734033884535 140734033887183 0
Current children cumulated CPU time: 255.67 s
Current children cumulated vsize: 14141400 KiB
Current children cumulated memory: 5008000 KiB

Child status: 143
Real time (s): 213.989
CPU time (s): 255.869
CPU user time (s): 250.396
CPU system time (s): 5.47273
CPU usage (%): 119.571
Max. virtual memory (cumulated for all children) (KiB): 14141400
Max. memory (cumulated for all children) (KiB): 5557696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.396
system time used= 5.47273
maximum resident set size= 5559744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372953
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15916
involuntary context switches= 850


# summary of solver processes directly reported to runsolver:
#   pid: 14047
#   total CPU time (s): 255.869
#   total CPU user time (s): 250.396
#   total CPU system time (s): 5.47273

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3133 second user time and 2.04776 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 20:25:50
IDJOB=4259414
IDBENCH=138075
IDSOLVER=2646
FILE ID=node149/4259414-1502649607
RUNJOBID= node149-1502644582-9045
PBS_JOBID= 20628307
Free space on /tmp= 61756 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-41.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259414-1502649607/watcher-4259414-1502649607 -o /tmp/evaluation-result-4259414-1502649607/solver-4259414-1502649607 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312  bin/concrete HOME/instance-4259414-1502649607.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a372e06032e8b52aa9c97452ff274801
RANDOM SEED=1688679274

node149.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	: 5333.43
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	: 5333.43
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	: 5333.43
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	: 5333.43
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:        22352644 kB
MemAvailable:   26674024 kB
Buffers:          273072 kB
Cached:          4321340 kB
SwapCached:            0 kB
Active:          6618596 kB
Inactive:        3320600 kB
Active(anon):    5348016 kB
Inactive(anon):    24944 kB
Active(file):    1270580 kB
Inactive(file):  3295656 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            108736 kB
Writeback:             0 kB
AnonPages:       5351400 kB
Mapped:            56956 kB
Shmem:             25224 kB
Slab:             169352 kB
SReclaimable:     141960 kB
SUnreclaim:        27392 kB
KernelStack:        3520 kB
PageTables:        15552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6778932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4995072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61804 MiB
End job on node149 at 2017-08-13 20:29:24