Trace number 4302791

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.9.2-SuperNG? (TO) 252.46 219.068

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-2-2_c18.xml
MD5SUM958436d0187c4d1fb288b1710d20458f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables333
Number of constraints356
Number of domains3
Minimum domain size37
Maximum domain size111
Distribution of domain sizes[{"size":37,"count":111},{"size":41,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":111},{"degree":4,"count":111},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":113},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":21},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.73	c Concrete v3.9.2.1532736233296 running
252.39/219.02	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.39/219.02		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.39/219.02		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.39/219.02		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.39/219.02		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.39/219.02		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.39/219.02		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.39/219.02		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.39/219.02		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.39/219.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.39/219.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.39/219.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.39/219.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.39/219.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.39/219.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.39/219.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.39/219.02		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.39/219.02		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.39/219.02		at scala.Option.map(Option.scala:146)
252.39/219.02		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.39/219.02		at concrete.MAC.mac(MAC.scala:203)
252.39/219.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.39/219.02		at scala.util.Try$.apply(Try.scala:209)
252.39/219.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.39/219.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.39/219.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.39/219.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.39/219.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.39/219.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.39/219.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.39/219.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.39/219.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.39/219.02		at concrete.MAC.oneRun(MAC.scala:253)
252.39/219.02		at concrete.MAC.nextSolution(MAC.scala:272)
252.39/219.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.39/219.02		at concrete.ProblemState.map(ProblemState.scala:221)
252.39/219.02		at concrete.ProblemState.map(ProblemState.scala:204)
252.39/219.02		at concrete.MAC.nextSolution(MAC.scala:334)
252.39/219.02		at concrete.Solver.hasNext(Solver.scala:166)
252.39/219.02		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.39/219.02		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.39/219.02		at concrete.Solver.foreach(Solver.scala:68)
252.39/219.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.39/219.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.39/219.02		at scala.util.Success.map(Try.scala:209)
252.39/219.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.39/219.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.39/219.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.39/219.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.39/219.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.39/219.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.39/219.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.39/219.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.39/219.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.39/219.02		at scala.collection.immutable.List.foreach(List.scala:389)
252.39/219.02		at scala.App.main(App.scala:76)
252.39/219.02		at scala.App.main$(App.scala:74)
252.39/219.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.39/219.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.39/219.03	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 (7556 MiB free)
  memory of node 1: 16384 MiB (15013 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302791-1532898919/watcher-4302791-1532898919 -o /tmp/evaluation-result-4302791-1532898919/solver-4302791-1532898919 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1847277242 -superng HOME/instance-4302791-1532898919.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=22384, runsolver pid=22381
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.57 1.70 1.76 3/206 22441
/proc/meminfo: memFree=23103344/32770624 swapFree=67108404/67108860
[pid=22384] ppid=22381 vsize=10005480 memory=17084 CPUtime=0.08 cores=1,3,5,7
/proc/22384/stat : 22384 (java) S 22381 22384 12222 0 -1 1077944320 4446 13290 0 0 1 0 5 2 20 0 6 0 107455041 10245611520 4271 33554432000 4194304 4196468 140732612885664 140732612868208 139693226544887 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
/proc/22384/statm: 2501370 4271 1935 1 0 2489808 0
[pid=22384/tid=22437] ppid=22381 vsize=10005480 memory=4279135703980473742 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22437/stat : 22437 (java) R 22381 22384 12222 0 -1 4202560 2268 13290 0 0 0 0 5 2 20 0 6 0 107455050 10245611520 4337 33554432000 4194304 4196468 140732612885664 139693198381648 139693211856889 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22438] ppid=22381 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22438/stat : 22438 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 6 0 107455051 10245611520 4337 33554432000 4194304 4196468 140732612885664 139693230787728 139693226555093 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22439] ppid=22381 vsize=10005480 memory=139924079154816 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22439/stat : 22439 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 6 0 107455051 10245611520 4337 33554432000 4194304 4196468 140732612885664 139693085506576 139693226555093 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22440] ppid=22381 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22440/stat : 22440 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 6 0 107455051 10245611520 4337 33554432000 4194304 4196468 140732612885664 139693084453776 139693226555093 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22441] ppid=22381 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22441/stat : 22441 (java) S 22381 22384 12222 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 6 0 107455051 10245611520 4337 33554432000 4194304 4196468 140732612885664 139693083400976 139693226555093 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17084 KiB

[startup+0.209834 s]*
/proc/loadavg: 1.57 1.70 1.76 3/215 22450
/proc/meminfo: memFree=23081396/32770624 swapFree=67108404/67108860
[pid=22384] ppid=22381 vsize=10985364 memory=46772 CPUtime=0.25 cores=1,3,5,7
/proc/22384/stat : 22384 (java) S 22381 22384 12222 0 -1 1077944320 8370 13290 0 0 16 2 5 2 20 0 15 0 107455041 11249012736 11693 33554432000 4194304 4196468 140732612885664 140732612868208 139693226544887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
/proc/22384/statm: 2746341 11693 2967 1 0 2708764 0
[pid=22384/tid=22437] ppid=22381 vsize=10985364 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/22384/task/22437/stat : 22437 (java) R 22381 22384 12222 0 -1 4202560 5272 13290 0 0 10 1 5 2 20 0 15 0 107455050 11249012736 12023 33554432000 4194304 4196468 140732612885664 139693198369696 139693219224605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22438] ppid=22381 vsize=10985364 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22438/stat : 22438 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11249012736 12023 33554432000 4194304 4196468 140732612885664 139693230787728 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22439] ppid=22381 vsize=10985364 memory=139924079176445 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22439/stat : 22439 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11249012736 12023 33554432000 4194304 4196468 140732612885664 139693085506576 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22440] ppid=22381 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22440/stat : 22440 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11249012736 12023 33554432000 4194304 4196468 140732612885664 139693084453776 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22441] ppid=22381 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22441/stat : 22441 (java) S 22381 22384 12222 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 15 0 107455051 11249012736 12023 33554432000 4194304 4196468 140732612885664 139693083400976 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22442] ppid=22381 vsize=10985364 memory=139924079154816 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22442/stat : 22442 (java) S 22381 22384 12222 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 15 0 107455052 11249012736 11845 33554432000 4194304 4196468 140732612885664 139692652448112 139693226556034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22443] ppid=22381 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22443/stat : 22443 (java) S 22381 22384 12222 0 -1 1077944384 13 13290 0 0 0 0 5 2 20 0 15 0 107455053 11249012736 11675 33554432000 4194304 4196468 140732612885664 139692012987424 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22444] ppid=22381 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22444/stat : 22444 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455053 11249012736 11675 33554432000 4194304 4196468 140732612885664 139691865138032 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22445] ppid=22381 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22445/stat : 22445 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455055 11247345664 11675 33554432000 4194304 4196468 140732612885664 139691557738320 139693226563483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22446] ppid=22381 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22384/task/22446/stat : 22446 (java) S 22381 22384 12222 0 -1 1077944384 423 13290 0 0 1 0 5 2 20 0 15 0 107455055 11247345664 11435 33554432000 4194304 4196468 140732612885664 139692651395952 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22447] ppid=22381 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22384/task/22447/stat : 22447 (java) S 22381 22384 12222 0 -1 1077944384 189 13290 0 0 1 0 5 2 20 0 15 0 107455055 11247345664 11435 33554432000 4194304 4196468 140732612885664 139692650343152 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22448] ppid=22381 vsize=10982744 memory=139924079154816 CPUtime=0.1 cores=1,3,5,7
/proc/22384/task/22448/stat : 22448 (java) S 22381 22384 12222 0 -1 1077944384 600 13290 0 0 3 0 5 2 20 0 15 0 107455055 11246329856 11427 33554432000 4194304 4196468 140732612885664 139692649290352 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22449] ppid=22381 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22449/stat : 22449 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455056 11246329856 11427 33554432000 4194304 4196468 140732612885664 139691126942432 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22450] ppid=22381 vsize=10982744 memory=139924079154816 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22450/stat : 22450 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455056 11246329856 11427 33554432000 4194304 4196468 140732612885664 139692648237744 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 46772 KiB

[startup+0.310331 s]*
/proc/loadavg: 1.57 1.70 1.76 3/215 22450
/proc/meminfo: memFree=23067140/32770624 swapFree=67108404/67108860
[pid=22384] ppid=22381 vsize=10983192 memory=56168 CPUtime=0.38 cores=1,3,5,7
/proc/22384/stat : 22384 (java) S 22381 22384 12222 0 -1 1077944320 10621 13290 0 0 28 3 5 2 20 0 15 0 107455041 11246788608 14042 33554432000 4194304 4196468 140732612885664 140732612868208 139693226544887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
/proc/22384/statm: 2745798 14042 3086 1 0 2708109 0
[pid=22384/tid=22437] ppid=22381 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22384/task/22437/stat : 22437 (java) R 22381 22384 12222 0 -1 4202560 7177 13290 0 0 19 2 5 2 20 0 15 0 107455050 11246788608 14042 33554432000 4194304 4196468 140732612885664 139693198356896 139693206820771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22438] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22438/stat : 22438 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11246788608 14042 33554432000 4194304 4196468 140732612885664 139693230787728 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22439] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22439/stat : 22439 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11246788608 14042 33554432000 4194304 4196468 140732612885664 139693085506576 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22440] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22440/stat : 22440 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11246788608 14042 33554432000 4194304 4196468 140732612885664 139693084453776 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22441] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22441/stat : 22441 (java) S 22381 22384 12222 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 15 0 107455051 11246788608 14042 33554432000 4194304 4196468 140732612885664 139693083400976 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22442] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22442/stat : 22442 (java) S 22381 22384 12222 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 15 0 107455052 11246788608 14042 33554432000 4194304 4196468 140732612885664 139692652448112 139693226556034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22443] ppid=22381 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22443/stat : 22443 (java) S 22381 22384 12222 0 -1 1077944384 13 13290 0 0 0 0 5 2 20 0 15 0 107455053 11246788608 14042 33554432000 4194304 4196468 140732612885664 139692012987424 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22444] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22444/stat : 22444 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455053 11246788608 14042 33554432000 4194304 4196468 140732612885664 139691865138032 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22445] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22445/stat : 22445 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455055 11246788608 14042 33554432000 4194304 4196468 140732612885664 139691557738320 139693226563483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22446] ppid=22381 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22384/task/22446/stat : 22446 (java) S 22381 22384 12222 0 -1 1077944384 426 13290 0 0 1 0 5 2 20 0 15 0 107455055 11246788608 14042 33554432000 4194304 4196468 140732612885664 139692651395952 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22447] ppid=22381 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22384/task/22447/stat : 22447 (java) S 22381 22384 12222 0 -1 1077944384 191 13290 0 0 1 0 5 2 20 0 15 0 107455055 11246788608 14042 33554432000 4194304 4196468 140732612885664 139692650343152 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22448] ppid=22381 vsize=10983192 memory=139924079154816 CPUtime=0.12 cores=1,3,5,7
/proc/22384/task/22448/stat : 22448 (java) S 22381 22384 12222 0 -1 1077944384 608 13290 0 0 5 0 5 2 20 0 15 0 107455055 11246788608 14042 33554432000 4194304 4196468 140732612885664 139692649290352 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22449] ppid=22381 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22449/stat : 22449 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455056 11246788608 14042 33554432000 4194304 4196468 140732612885664 139691126942432 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22450] ppid=22381 vsize=10983192 memory=139924079154816 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22450/stat : 22450 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455056 11246788608 14042 33554432000 4194304 4196468 140732612885664 139692648237744 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56168 KiB

[startup+0.700764 s]
/proc/loadavg: 1.57 1.70 1.76 3/215 22450
/proc/meminfo: memFree=23058704/32770624 swapFree=67108404/67108860
[pid=22384] ppid=22381 vsize=10983192 memory=88548 CPUtime=0.98 cores=1,3,5,7
/proc/22384/stat : 22384 (java) S 22381 22384 12222 0 -1 1077944320 16759 13290 0 0 86 5 5 2 20 0 15 0 107455041 11246788608 22137 33554432000 4194304 4196468 140732612885664 140732612868208 139693226544887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
/proc/22384/statm: 2745798 22137 3238 1 0 2708109 0
[pid=22384/tid=22437] ppid=22381 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/22384/task/22437/stat : 22437 (java) R 22381 22384 12222 0 -1 4202560 12230 13290 0 0 55 4 5 2 20 0 15 0 107455050 11246788608 22137 33554432000 4194304 4196468 140732612885664 139693198365712 139693226558736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22438] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22438/stat : 22438 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11246788608 22137 33554432000 4194304 4196468 140732612885664 139693230787728 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22439] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22439/stat : 22439 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11246788608 22137 33554432000 4194304 4196468 140732612885664 139693085506576 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22440] ppid=22381 vsize=10983192 memory=489 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22440/stat : 22440 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11246788608 22137 33554432000 4194304 4196468 140732612885664 139693084453776 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22441] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22441/stat : 22441 (java) S 22381 22384 12222 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 15 0 107455051 11246788608 22137 33554432000 4194304 4196468 140732612885664 139693083400976 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22442] ppid=22381 vsize=10983192 memory=7301570131460772950 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22442/stat : 22442 (java) S 22381 22384 12222 0 -1 1077944384 5 13290 0 0 0 0 5 2 20 0 15 0 107455052 11246788608 22137 33554432000 4194304 4196468 140732612885664 139692652448112 139693226556034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22443] ppid=22381 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22443/stat : 22443 (java) S 22381 22384 12222 0 -1 1077944384 13 13290 0 0 0 0 5 2 20 0 15 0 107455053 11246788608 22137 33554432000 4194304 4196468 140732612885664 139692012987424 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22444] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22444/stat : 22444 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455053 11246788608 22137 33554432000 4194304 4196468 140732612885664 139691865138032 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22445] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22445/stat : 22445 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455055 11246788608 22137 33554432000 4194304 4196468 140732612885664 139691557738320 139693226563483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22446] ppid=22381 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/22384/task/22446/stat : 22446 (java) S 22381 22384 12222 0 -1 1077944384 1041 13290 0 0 9 0 5 2 20 0 15 0 107455055 11246788608 22137 33554432000 4194304 4196468 140732612885664 139692651395952 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22447] ppid=22381 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/22384/task/22447/stat : 22447 (java) S 22381 22384 12222 0 -1 1077944384 588 13290 0 0 7 0 5 2 20 0 15 0 107455055 11246788608 22137 33554432000 4194304 4196468 140732612885664 139692650343152 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22448] ppid=22381 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/22384/task/22448/stat : 22448 (java) S 22381 22384 12222 0 -1 1077944384 676 13290 0 0 13 0 5 2 20 0 15 0 107455055 11246788608 22137 33554432000 4194304 4196468 140732612885664 139692649290352 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22449] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22449/stat : 22449 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455056 11246788608 22137 33554432000 4194304 4196468 140732612885664 139691126942432 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22450] ppid=22381 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22450/stat : 22450 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455056 11246788608 22137 33554432000 4194304 4196468 140732612885664 139692648237744 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88548 KiB

[startup+1.50077 s]
/proc/loadavg: 1.57 1.70 1.76 4/215 22450
/proc/meminfo: memFree=23024160/32770624 swapFree=67108404/67108860
[pid=22384] ppid=22381 vsize=10996044 memory=203964 CPUtime=3.03 cores=1,3,5,7
/proc/22384/stat : 22384 (java) S 22381 22384 12222 0 -1 1077944320 25183 13290 0 0 286 10 5 2 20 0 15 0 107455041 11259949056 50991 33554432000 4194304 4196468 140732612885664 140732612868208 139693226544887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
/proc/22384/statm: 2749011 50991 3449 1 0 2710669 0
[pid=22384/tid=22437] ppid=22381 vsize=10996044 memory=4951091520830867572 CPUtime=1.45 cores=1,3,5,7
/proc/22384/task/22437/stat : 22437 (java) R 22381 22384 12222 0 -1 4202560 16455 13290 0 0 131 7 5 2 20 0 15 0 107455050 11259949056 50991 33554432000 4194304 4196468 140732612885664 139693198368912 139693210625374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22438] ppid=22381 vsize=10996044 memory=4134606225630022328 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22438/stat : 22438 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11259949056 50991 33554432000 4194304 4196468 140732612885664 139693230787728 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22439] ppid=22381 vsize=10996044 memory=-5153075247759266159 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22439/stat : 22439 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11259949056 50991 33554432000 4194304 4196468 140732612885664 139693085506576 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22440] ppid=22381 vsize=10996044 memory=-7451708883265886360 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22440/stat : 22440 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455051 11259949056 50991 33554432000 4194304 4196468 140732612885664 139693084453776 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22441] ppid=22381 vsize=10996044 memory=120796 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22441/stat : 22441 (java) S 22381 22384 12222 0 -1 1077944384 2 13290 0 0 0 0 5 2 20 0 15 0 107455051 11259949056 50991 33554432000 4194304 4196468 140732612885664 139693083400976 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22442] ppid=22381 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22442/stat : 22442 (java) S 22381 22384 12222 0 -1 1077944384 13 13290 0 0 0 0 5 2 20 0 15 0 107455052 11259949056 50991 33554432000 4194304 4196468 140732612885664 139692652448112 139693226556034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22443] ppid=22381 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22443/stat : 22443 (java) S 22381 22384 12222 0 -1 1077944384 13 13290 0 0 0 0 5 2 20 0 15 0 107455053 11259949056 50991 33554432000 4194304 4196468 140732612885664 139692012987424 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22444] ppid=22381 vsize=10996044 memory=279847855259936 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22444/stat : 22444 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455053 11259949056 50991 33554432000 4194304 4196468 140732612885664 139691865138032 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22445] ppid=22381 vsize=10996044 memory=279847855674880 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22445/stat : 22445 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455055 11259949056 50991 33554432000 4194304 4196468 140732612885664 139691557738320 139693226563483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22446] ppid=22381 vsize=10996044 memory=139923927639680 CPUtime=0.59 cores=1,3,5,7
/proc/22384/task/22446/stat : 22446 (java) S 22381 22384 12222 0 -1 1077944384 2946 13290 0 0 52 0 5 2 20 0 15 0 107455055 11259949056 50991 33554432000 4194304 4196468 140732612885664 139692651395952 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22447] ppid=22381 vsize=10996044 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/22384/task/22447/stat : 22447 (java) S 22381 22384 12222 0 -1 1077944384 1896 13290 0 0 57 0 5 2 20 0 15 0 107455055 11259949056 50991 33554432000 4194304 4196468 140732612885664 139692650343152 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22448] ppid=22381 vsize=10996044 memory=1200 CPUtime=0.52 cores=1,3,5,7
/proc/22384/task/22448/stat : 22448 (java) S 22381 22384 12222 0 -1 1077944384 1654 13290 0 0 44 1 5 2 20 0 15 0 107455055 11259949056 50991 33554432000 4194304 4196468 140732612885664 139692649290352 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22449] ppid=22381 vsize=10996044 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22449/stat : 22449 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455056 11259949056 50991 33554432000 4194304 4196468 140732612885664 139691126942432 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22450] ppid=22381 vsize=10996044 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22450/stat : 22450 (java) S 22381 22384 12222 0 -1 1077944384 1 13290 0 0 0 0 5 2 20 0 15 0 107455056 11259949056 50991 33554432000 4194304 4196468 140732612885664 139692648237744 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 10996044 KiB

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

/proc/22384/task/22439/stat : 22439 (java) S 22381 22384 12222 0 -1 1077944384 3011 13290 0 0 121 37 5 2 20 0 15 0 107455051 11280941056 736908 33554432000 4194304 4196468 140732612885664 139693085506576 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22440] ppid=22381 vsize=11016544 memory=2947632 CPUtime=1.65 cores=1,3,5,7
/proc/22384/task/22440/stat : 22440 (java) S 22381 22384 12222 0 -1 1077944384 2458 13290 0 0 121 37 5 2 20 0 15 0 107455051 11280941056 736908 33554432000 4194304 4196468 140732612885664 139693084453776 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22441] ppid=22381 vsize=11016544 memory=2947632 CPUtime=1.65 cores=1,3,5,7
/proc/22384/task/22441/stat : 22441 (java) S 22381 22384 12222 0 -1 1077944384 1191 13290 0 0 121 37 5 2 20 0 15 0 107455051 11280941056 736908 33554432000 4194304 4196468 140732612885664 139693083400976 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22442] ppid=22381 vsize=11016544 memory=2947632 CPUtime=0.2 cores=1,3,5,7
/proc/22384/task/22442/stat : 22442 (java) S 22381 22384 12222 0 -1 1077944384 5321 13290 0 0 12 1 5 2 20 0 15 0 107455052 11280941056 736908 33554432000 4194304 4196468 140732612885664 139692652448112 139693226556034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22443] ppid=22381 vsize=11016544 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22443/stat : 22443 (java) S 22381 22384 12222 0 -1 1077944384 19 13290 0 0 0 0 5 2 20 0 15 0 107455053 11280941056 736908 33554432000 4194304 4196468 140732612885664 139692012987552 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22444] ppid=22381 vsize=11016544 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22444/stat : 22444 (java) S 22381 22384 12222 0 -1 1077944384 18 13290 0 0 0 0 5 2 20 0 15 0 107455053 11280941056 736908 33554432000 4194304 4196468 140732612885664 139691865138048 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22445] ppid=22381 vsize=11016544 memory=30656 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22445/stat : 22445 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455055 11280941056 736908 33554432000 4194304 4196468 140732612885664 139691557738320 139693226563483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22446] ppid=22381 vsize=11016544 memory=2947632 CPUtime=12.02 cores=1,3,5,7
/proc/22384/task/22446/stat : 22446 (java) S 22381 22384 12222 0 -1 1077944384 20421 13290 0 0 1189 6 5 2 20 0 15 0 107455055 11280941056 736908 33554432000 4194304 4196468 140732612885664 139692651395952 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22447] ppid=22381 vsize=11016544 memory=2947632 CPUtime=12.05 cores=1,3,5,7
/proc/22384/task/22447/stat : 22447 (java) S 22381 22384 12222 0 -1 1077944384 22839 13290 0 0 1195 3 5 2 20 0 15 0 107455055 11280941056 736908 33554432000 4194304 4196468 140732612885664 139692650343152 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22448] ppid=22381 vsize=11016544 memory=2947632 CPUtime=3.42 cores=1,3,5,7
/proc/22384/task/22448/stat : 22448 (java) S 22381 22384 12222 0 -1 1077944384 22040 13290 0 0 329 6 5 2 20 0 15 0 107455055 11280941056 736908 33554432000 4194304 4196468 140732612885664 139692649290352 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22449] ppid=22381 vsize=11016544 memory=2947632 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22449/stat : 22449 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455056 11280941056 736908 33554432000 4194304 4196468 140732612885664 139691126942432 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22450] ppid=22381 vsize=11016544 memory=2947632 CPUtime=0.15 cores=1,3,5,7
/proc/22384/task/22450/stat : 22450 (java) S 22381 22384 12222 0 -1 1077944384 236 13290 0 0 3 5 5 2 20 0 15 0 107455056 11280941056 736908 33554432000 4194304 4196468 140732612885664 139692648237744 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
Current children cumulated CPU time: 194.43 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2947632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+218.701 s]
/proc/loadavg: 1.94 1.91 1.84 3/215 22584
/proc/meminfo: memFree=17582484/32770624 swapFree=67108404/67108860
[pid=22384] ppid=22381 vsize=11016544 memory=3027720 CPUtime=252.07 cores=1,3,5,7
/proc/22384/stat : 22384 (java) S 22381 22384 12222 0 -1 1077944320 176399 13290 0 0 24982 218 5 2 20 0 15 0 107455041 11280941056 756930 33554432000 4194304 4196468 140732612885664 140732612868208 139693226544887 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
/proc/22384/statm: 2754136 756930 3535 1 0 2715789 0
[pid=22384/tid=22437] ppid=22381 vsize=11016544 memory=3027720 CPUtime=216.64 cores=1,3,5,7
/proc/22384/task/22437/stat : 22437 (java) R 22381 22384 12222 0 -1 4202560 80691 13290 0 0 21620 37 5 2 20 0 15 0 107455050 11280941056 756930 33554432000 4194304 4196468 140732612885664 139693198374440 139692758927579 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22438] ppid=22381 vsize=11016544 memory=3027720 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22438/stat : 22438 (java) S 22381 22384 12222 0 -1 1077944384 2235 13290 0 0 147 37 5 2 20 0 15 0 107455051 11280941056 756930 33554432000 4194304 4196468 140732612885664 139693230787728 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22439] ppid=22381 vsize=11016544 memory=3027720 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22439/stat : 22439 (java) S 22381 22384 12222 0 -1 1077944384 4576 13290 0 0 145 39 5 2 20 0 15 0 107455051 11280941056 756930 33554432000 4194304 4196468 140732612885664 139693085506576 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22440] ppid=22381 vsize=11016544 memory=3027720 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22440/stat : 22440 (java) S 22381 22384 12222 0 -1 1077944384 3579 13290 0 0 145 39 5 2 20 0 15 0 107455051 11280941056 756930 33554432000 4194304 4196468 140732612885664 139693084453776 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22441] ppid=22381 vsize=11016544 memory=3027720 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22441/stat : 22441 (java) S 22381 22384 12222 0 -1 1077944384 1417 13290 0 0 145 39 5 2 20 0 15 0 107455051 11280941056 756930 33554432000 4194304 4196468 140732612885664 139693083400976 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22442] ppid=22381 vsize=11016544 memory=3027720 CPUtime=0.21 cores=1,3,5,7
/proc/22384/task/22442/stat : 22442 (java) S 22381 22384 12222 0 -1 1077944384 5641 13290 0 0 13 1 5 2 20 0 15 0 107455052 11280941056 756930 33554432000 4194304 4196468 140732612885664 139692652448112 139693226556034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22443] ppid=22381 vsize=11016544 memory=3027720 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22443/stat : 22443 (java) S 22381 22384 12222 0 -1 1077944384 19 13290 0 0 0 0 5 2 20 0 15 0 107455053 11280941056 756930 33554432000 4194304 4196468 140732612885664 139692012987552 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22444] ppid=22381 vsize=11016544 memory=279847855948984 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22444/stat : 22444 (java) S 22381 22384 12222 0 -1 1077944384 18 13290 0 0 0 0 5 2 20 0 15 0 107455053 11280941056 756930 33554432000 4194304 4196468 140732612885664 139691865138048 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22445] ppid=22381 vsize=11016544 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22445/stat : 22445 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455055 11280941056 756930 33554432000 4194304 4196468 140732612885664 139691557738320 139693226563483 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22446] ppid=22381 vsize=11016544 memory=4012 CPUtime=12.24 cores=1,3,5,7
/proc/22384/task/22446/stat : 22446 (java) S 22381 22384 12222 0 -1 1077944384 24832 13290 0 0 1211 6 5 2 20 0 15 0 107455055 11280941056 756930 33554432000 4194304 4196468 140732612885664 139692651395952 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22447] ppid=22381 vsize=11016544 memory=3027716 CPUtime=12.21 cores=1,3,5,7
/proc/22384/task/22447/stat : 22447 (java) S 22381 22384 12222 0 -1 1077944384 25235 13290 0 0 1210 4 5 2 20 0 15 0 107455055 11280941056 756930 33554432000 4194304 4196468 140732612885664 139692650343152 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22448] ppid=22381 vsize=11016544 memory=3027716 CPUtime=3.48 cores=1,3,5,7
/proc/22384/task/22448/stat : 22448 (java) S 22381 22384 12222 0 -1 1077944384 25682 13290 0 0 334 7 5 2 20 0 15 0 107455055 11280941056 756930 33554432000 4194304 4196468 140732612885664 139692649290352 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22449] ppid=22381 vsize=11016544 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22449/stat : 22449 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 15 0 107455056 11280941056 756930 33554432000 4194304 4196468 140732612885664 139691126942432 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22450] ppid=22381 vsize=11016544 memory=3027720 CPUtime=0.17 cores=1,3,5,7
/proc/22384/task/22450/stat : 22450 (java) S 22381 22384 12222 0 -1 1077944384 275 13290 0 0 4 6 5 2 20 0 15 0 107455056 11280941056 756930 33554432000 4194304 4196468 140732612885664 139692648237744 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3027720 KiB

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

[startup+219.068 s]
# the end of solver process 22384 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.224 s, system=2.23535 s

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

[startup+218.805 s]
/proc/loadavg: 1.94 1.91 1.84 3/215 22584
/proc/meminfo: memFree=17582484/32770624 swapFree=67108404/67108860
[pid=22384] ppid=22381 vsize=11278696 memory=3031904 CPUtime=252.18 cores=1,3,5,7
/proc/22384/stat : 22384 (java) S 22381 22384 12222 0 -1 1077944320 176557 13290 0 0 24993 218 5 2 20 0 17 0 107455041 11549384704 757976 33554432000 4194304 4196468 140732612885664 140732612868208 139693226544887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
/proc/22384/statm: 2819674 757976 3536 1 0 2781327 0
[pid=22384/tid=22437] ppid=22381 vsize=11278696 memory=1300 CPUtime=216.74 cores=1,3,5,7
/proc/22384/task/22437/stat : 22437 (java) R 22381 22384 12222 0 -1 4202560 80691 13290 0 0 21630 37 5 2 20 0 17 0 107455050 11549384704 757976 33554432000 4194304 4196468 140732612885664 139693198374440 139692769899986 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22438] ppid=22381 vsize=11278696 memory=1840 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22438/stat : 22438 (java) S 22381 22384 12222 0 -1 1077944384 2235 13290 0 0 147 37 5 2 20 0 17 0 107455051 11549384704 757976 33554432000 4194304 4196468 140732612885664 139693230787728 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22439] ppid=22381 vsize=11278696 memory=6791534058613427641 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22439/stat : 22439 (java) S 22381 22384 12222 0 -1 1077944384 4576 13290 0 0 145 39 5 2 20 0 17 0 107455051 11549384704 757976 33554432000 4194304 4196468 140732612885664 139693085506576 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22440] ppid=22381 vsize=11278696 memory=11008 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22440/stat : 22440 (java) S 22381 22384 12222 0 -1 1077944384 3579 13290 0 0 145 39 5 2 20 0 17 0 107455051 11549384704 757976 33554432000 4194304 4196468 140732612885664 139693084453776 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22441] ppid=22381 vsize=11278696 memory=1008 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22441/stat : 22441 (java) S 22381 22384 12222 0 -1 1077944384 1417 13290 0 0 145 39 5 2 20 0 17 0 107455051 11549384704 757976 33554432000 4194304 4196468 140732612885664 139693083400976 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22442] ppid=22381 vsize=11278696 memory=1952 CPUtime=0.21 cores=1,3,5,7
/proc/22384/task/22442/stat : 22442 (java) S 22381 22384 12222 0 -1 1077944384 5641 13290 0 0 13 1 5 2 20 0 17 0 107455052 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692652448112 139693226556034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22443] ppid=22381 vsize=11278696 memory=8572 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22443/stat : 22443 (java) S 22381 22384 12222 0 -1 1077944384 19 13290 0 0 0 0 5 2 20 0 17 0 107455053 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692012987552 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22444] ppid=22381 vsize=11278696 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22444/stat : 22444 (java) S 22381 22384 12222 0 -1 1077944384 18 13290 0 0 0 0 5 2 20 0 17 0 107455053 11549384704 757976 33554432000 4194304 4196468 140732612885664 139691865138048 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22445] ppid=22381 vsize=11278696 memory=5372 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22445/stat : 22445 (java) S 22381 22384 12222 0 -1 1077944384 99 13290 0 0 0 0 5 2 20 0 17 0 107455055 11549384704 757976 33554432000 4194304 4196468 140732612885664 139691557738320 139693226563483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22446] ppid=22381 vsize=11278696 memory=1440 CPUtime=12.24 cores=1,3,5,7
/proc/22384/task/22446/stat : 22446 (java) S 22381 22384 12222 0 -1 1077944384 24832 13290 0 0 1211 6 5 2 20 0 17 0 107455055 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692651395952 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22447] ppid=22381 vsize=11278696 memory=4612 CPUtime=12.21 cores=1,3,5,7
/proc/22384/task/22447/stat : 22447 (java) S 22381 22384 12222 0 -1 1077944384 25235 13290 0 0 1210 4 5 2 20 0 17 0 107455055 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692650343152 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22448] ppid=22381 vsize=11278696 memory=1200 CPUtime=3.48 cores=1,3,5,7
/proc/22384/task/22448/stat : 22448 (java) S 22381 22384 12222 0 -1 1077944384 25682 13290 0 0 334 7 5 2 20 0 17 0 107455055 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692649290352 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22449] ppid=22381 vsize=11278696 memory=3027720 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22449/stat : 22449 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 17 0 107455056 11549384704 757976 33554432000 4194304 4196468 140732612885664 139691126942432 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22450] ppid=22381 vsize=11278696 memory=1300 CPUtime=0.17 cores=1,3,5,7
/proc/22384/task/22450/stat : 22450 (java) S 22381 22384 12222 0 -1 1077944384 275 13290 0 0 4 6 5 2 20 0 17 0 107455056 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692648237744 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
Current children cumulated CPU time: 252.18 s
Current children cumulated vsize: 11278696 KiB
Current children cumulated memory: 3031904 KiB

[startup+219.001 s]*
/proc/loadavg: 1.94 1.91 1.84 3/217 22586
/proc/meminfo: memFree=17578388/32770624 swapFree=67108404/67108860
[pid=22384] ppid=22381 vsize=11278696 memory=3031904 CPUtime=252.39 cores=1,3,5,7
/proc/22384/stat : 22384 (java) S 22381 22384 12222 0 -1 1077944320 176557 13290 0 0 25014 218 5 2 20 0 17 0 107455041 11549384704 757976 33554432000 4194304 4196468 140732612885664 140732612868208 139693226544887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
/proc/22384/statm: 2819674 757976 3536 1 0 2781327 0
[pid=22384/tid=22437] ppid=22381 vsize=11278696 memory=916 CPUtime=216.95 cores=1,3,5,7
/proc/22384/task/22437/stat : 22437 (java) R 22381 22384 12222 0 -1 4202560 80691 13290 0 0 21651 37 5 2 20 0 17 0 107455050 11549384704 757976 33554432000 4194304 4196468 140732612885664 139693198374440 139692760842559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22438] ppid=22381 vsize=11278696 memory=4126316290023845779 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22438/stat : 22438 (java) S 22381 22384 12222 0 -1 1077944384 2235 13290 0 0 147 37 5 2 20 0 17 0 107455051 11549384704 757976 33554432000 4194304 4196468 140732612885664 139693230787728 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22439] ppid=22381 vsize=11278696 memory=4126316290023845779 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22439/stat : 22439 (java) S 22381 22384 12222 0 -1 1077944384 4576 13290 0 0 145 39 5 2 20 0 17 0 107455051 11549384704 757976 33554432000 4194304 4196468 140732612885664 139693085506576 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22440] ppid=22381 vsize=11278696 memory=840 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22440/stat : 22440 (java) S 22381 22384 12222 0 -1 1077944384 3579 13290 0 0 145 39 5 2 20 0 17 0 107455051 11549384704 757976 33554432000 4194304 4196468 140732612885664 139693084453776 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22441] ppid=22381 vsize=11278696 memory=1696 CPUtime=1.91 cores=1,3,5,7
/proc/22384/task/22441/stat : 22441 (java) S 22381 22384 12222 0 -1 1077944384 1417 13290 0 0 145 39 5 2 20 0 17 0 107455051 11549384704 757976 33554432000 4194304 4196468 140732612885664 139693083400976 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22442] ppid=22381 vsize=11278696 memory=3852 CPUtime=0.21 cores=1,3,5,7
/proc/22384/task/22442/stat : 22442 (java) S 22381 22384 12222 0 -1 1077944384 5641 13290 0 0 13 1 5 2 20 0 17 0 107455052 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692652448112 139693226556034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22443] ppid=22381 vsize=11278696 memory=2592 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22443/stat : 22443 (java) S 22381 22384 12222 0 -1 1077944384 19 13290 0 0 0 0 5 2 20 0 17 0 107455053 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692012987552 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22444] ppid=22381 vsize=11278696 memory=2720 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22444/stat : 22444 (java) S 22381 22384 12222 0 -1 1077944384 18 13290 0 0 0 0 5 2 20 0 17 0 107455053 11549384704 757976 33554432000 4194304 4196468 140732612885664 139691865138048 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22445] ppid=22381 vsize=11278696 memory=4100 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22445/stat : 22445 (java) S 22381 22384 12222 0 -1 1077944384 99 13290 0 0 0 0 5 2 20 0 17 0 107455055 11549384704 757976 33554432000 4194304 4196468 140732612885664 139691557738320 139693226563483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22446] ppid=22381 vsize=11278696 memory=1408 CPUtime=12.24 cores=1,3,5,7
/proc/22384/task/22446/stat : 22446 (java) S 22381 22384 12222 0 -1 1077944384 24832 13290 0 0 1211 6 5 2 20 0 17 0 107455055 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692651395952 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22447] ppid=22381 vsize=11278696 memory=3064 CPUtime=12.21 cores=1,3,5,7
/proc/22384/task/22447/stat : 22447 (java) S 22381 22384 12222 0 -1 1077944384 25235 13290 0 0 1210 4 5 2 20 0 17 0 107455055 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692650343152 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22448] ppid=22381 vsize=11278696 memory=3027720 CPUtime=3.48 cores=1,3,5,7
/proc/22384/task/22448/stat : 22448 (java) S 22381 22384 12222 0 -1 1077944384 25682 13290 0 0 334 7 5 2 20 0 17 0 107455055 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692649290352 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22449] ppid=22381 vsize=11278696 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22449/stat : 22449 (java) S 22381 22384 12222 0 -1 1077944384 3 13290 0 0 0 0 5 2 20 0 17 0 107455056 11549384704 757976 33554432000 4194304 4196468 140732612885664 139691126942432 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22450] ppid=22381 vsize=11278696 memory=3148 CPUtime=0.18 cores=1,3,5,7
/proc/22384/task/22450/stat : 22450 (java) S 22381 22384 12222 0 -1 1077944384 275 13290 0 0 4 7 5 2 20 0 17 0 107455056 11549384704 757976 33554432000 4194304 4196468 140732612885664 139692648237744 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22585] ppid=22381 vsize=11278696 memory=3285688 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22585/stat : 22585 (java) S 22381 22384 12222 0 -1 1077944384 20 13290 0 0 0 0 5 2 20 0 17 0 107476912 11549384704 757976 33554432000 4194304 4196468 140732612885664 139690925613296 139693226555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
[pid=22384/tid=22586] ppid=22381 vsize=11278696 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/22384/task/22586/stat : 22586 (java) S 22381 22384 12222 0 -1 1077944384 41 13290 0 0 0 0 5 2 20 0 17 0 107476912 11549384704 757976 33554432000 4194304 4196468 140732612885664 139690724287584 139693226556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35635200 140732612893288 140732612896097 140732612896097 140732612898767 0
Current children cumulated CPU time: 252.39 s
Current children cumulated vsize: 11278696 KiB
Current children cumulated memory: 3031904 KiB

Child status: 143
Real time (s): 219.068
CPU time (s): 252.46
CPU user time (s): 250.224
CPU system time (s): 2.23535
CPU usage (%): 115.242
Max. virtual memory (cumulated for all children) (KiB): 11278696
Max. memory (cumulated for all children) (KiB): 3031904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.224
system time used= 2.23535
maximum resident set size= 3031924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18341
involuntary context switches= 318


# summary of solver processes directly reported to runsolver:
#   pid: 22384
#   total CPU time (s): 252.46
#   total CPU user time (s): 250.224
#   total CPU system time (s): 2.23535

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33702 second user time and 2.09682 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 23:15:19
IDJOB=4302791
IDBENCH=141639
IDSOLVER=2777
FILE ID=node148/4302791-1532898919
RUNJOBID= node148-1532892979-13581
PBS_JOBID= 21022520
Free space on /tmp= 47776 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-2-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302791-1532898919/watcher-4302791-1532898919 -o /tmp/evaluation-result-4302791-1532898919/solver-4302791-1532898919 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1847277242 -superng HOME/instance-4302791-1532898919.xml

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

MD5SUM BENCH= 958436d0187c4d1fb288b1710d20458f
RANDOM SEED=1847277242

node148.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.50
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.50
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.50
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.50
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:        23111900 kB
MemAvailable:   31164936 kB
Buffers:          249948 kB
Cached:          7953268 kB
SwapCached:          352 kB
Active:          2644288 kB
Inactive:        6376956 kB
Active(anon):     771256 kB
Inactive(anon):    74228 kB
Active(file):    1873032 kB
Inactive(file):  6302728 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26900 kB
Writeback:             0 kB
AnonPages:        825672 kB
Mapped:            58004 kB
Shmem:             25016 kB
Slab:             334208 kB
SReclaimable:     305736 kB
SUnreclaim:        28472 kB
KernelStack:        3696 kB
PageTables:         6928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1815068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 23:18:58