Trace number 4246101

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
R1: Concrete 3.4? (TO) 2402.5 2319.16

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-1.xml
MD5SUMb82332625d17a81d2c62c757de216262
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark123
Best CPU time to get the best result obtained on this benchmark7.4963198
Satisfiable
(Un)Satisfiability was proved
Number of variables3507
Number of constraints189
Number of domains12
Minimum domain size2
Maximum domain size20
Distribution of domain sizes[{"size":2,"count":334},{"size":3,"count":334},{"size":5,"count":334},{"size":8,"count":167},{"size":9,"count":167},{"size":10,"count":334},{"size":11,"count":167},{"size":12,"count":167},{"size":14,"count":668},{"size":15,"count":334},{"size":18,"count":334},{"size":20,"count":167}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":3507}]
Minimum constraint arity21
Maximum constraint arity3340
Distribution of constraint arities[{"arity":21,"count":167},{"arity":167,"count":21},{"arity":3340,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":187}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.61/2.19	c Concrete v3.4 running
2402.34/2319.13	java.util.concurrent.TimeoutException
2402.34/2319.13		at concrete.MAC.mac(MAC.scala:74)
2402.34/2319.13		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2402.34/2319.13		at scala.util.Try$.apply(Try.scala:209)
2402.34/2319.13		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2402.34/2319.13		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2402.34/2319.13		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2402.34/2319.13		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2402.34/2319.13		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2402.34/2319.13		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2402.34/2319.13		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2402.34/2319.13		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2402.34/2319.13		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2402.34/2319.13		at concrete.MAC.oneRun(MAC.scala:146)
2402.34/2319.13		at concrete.MAC.nextSolution(MAC.scala:166)
2402.34/2319.13		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2402.34/2319.13		at concrete.ProblemState.map(ProblemState.scala:203)
2402.34/2319.13		at concrete.ProblemState.map(ProblemState.scala:188)
2402.34/2319.13		at concrete.MAC.nextSolution(MAC.scala:195)
2402.34/2319.13		at concrete.Solver.hasNext(Solver.scala:202)
2402.34/2319.13		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2402.34/2319.13		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2402.34/2319.13		at concrete.Solver.toStream(Solver.scala:73)
2402.34/2319.13		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2402.34/2319.13		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2402.34/2319.13		at concrete.Solver.toIterable(Solver.scala:73)
2402.34/2319.13		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2402.34/2319.13		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2402.34/2319.13		at scala.util.Success.map(Try.scala:209)
2402.34/2319.13		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2402.34/2319.13		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2402.34/2319.13		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2402.34/2319.13		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2402.34/2319.13		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2402.34/2319.13		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2402.34/2319.13		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2402.34/2319.13		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2402.34/2319.13		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2402.34/2319.13		at scala.collection.immutable.List.foreach(List.scala:389)
2402.34/2319.13		at scala.App.main(App.scala:76)
2402.34/2319.13		at scala.App.main$(App.scala:74)
2402.34/2319.13		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2402.34/2319.13		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2402.34/2319.13	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4246101-1500708861/watcher-4246101-1500708861 -o /tmp/evaluation-result-4246101-1500708861/solver-4246101-1500708861 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560 bin/concrete HOME/instance-4246101-1500708861.xml 

pid=17350
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 1.54 1.53 1.50 2/263 17353
/proc/meminfo: memFree=28169596/32770624 swapFree=5720/284020
[pid=17353] ppid=17350 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17353/stat : 17353 (bash) S 17350 17353 16473 0 -1 4202496 684 1533 0 0 0 0 0 0 20 0 1 0 6155235 9736192 350 33554432000 4194304 5098028 140725322211488 140725322209128 140190205189120 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 27983872 140725322212622 140725322212707 140725322212707 140725322215406 0
/proc/17353/statm: 2377 350 278 221 0 86 0

[startup+0.100127 s]
/proc/loadavg: 1.54 1.53 1.50 2/263 17353
/proc/meminfo: memFree=28169596/32770624 swapFree=5720/284020
[pid=17353] ppid=17350 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17353/stat : 17353 (bash) S 17350 17353 16473 0 -1 4202496 878 6423 0 0 0 0 0 1 20 0 1 0 6155235 9871360 377 33554432000 4194304 5098028 140725322211488 140725322205496 140190205189120 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 27983872 140725322212622 140725322212707 140725322212707 140725322215406 0
/proc/17353/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200274 s]
/proc/loadavg: 1.54 1.53 1.50 2/263 17353
/proc/meminfo: memFree=28169596/32770624 swapFree=5720/284020
[pid=17353] ppid=17350 vsize=10901808 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/17353/stat : 17353 (java) S 17350 17353 16473 0 -1 1077944320 5877 12426 0 0 7 1 7 3 20 0 20 0 6155235 11163451392 6680 33554432000 4194304 4196468 140721944268768 140721944251312 139862966562551 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
/proc/17353/statm: 2725452 6680 2646 1 0 2713890 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10901808

[startup+0.300293 s]
/proc/loadavg: 1.54 1.53 1.50 2/263 17353
/proc/meminfo: memFree=28169596/32770624 swapFree=5720/284020
[pid=17353] ppid=17350 vsize=10902292 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/17353/stat : 17353 (java) S 17350 17353 16473 0 -1 1077944320 10578 12426 0 0 21 3 7 3 20 0 20 0 6155235 11163947008 11608 33554432000 4194304 4196468 140721944268768 140721944251312 139862966562551 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
/proc/17353/statm: 2725573 11608 2951 1 0 2713890 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 10902292

[startup+0.700198 s]
/proc/loadavg: 1.54 1.53 1.50 2/263 17353
/proc/meminfo: memFree=28169596/32770624 swapFree=5720/284020
[pid=17353] ppid=17350 vsize=10902720 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/17353/stat : 17353 (java) S 17350 17353 16473 0 -1 1077944320 12254 12426 0 0 73 5 7 3 20 0 20 0 6155235 11164385280 15046 33554432000 4194304 4196468 140721944268768 140721944251312 139862966562551 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
/proc/17353/statm: 2725680 15046 3132 1 0 2713890 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 10902720

[startup+1.50112 s]
/proc/loadavg: 1.54 1.53 1.50 4/283 17426
/proc/meminfo: memFree=28066888/32770624 swapFree=5720/284048
[pid=17353] ppid=17350 vsize=10913344 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/17353/stat : 17353 (java) S 17350 17353 16473 0 -1 1077944320 26739 12426 0 0 198 14 7 3 20 0 20 0 6155235 11175264256 43919 33554432000 4194304 4196468 140721944268768 140721944251312 139862966562551 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
/proc/17353/statm: 2728336 43919 3396 1 0 2716450 0
[pid=17353/tid=17408] ppid=17350 vsize=10913344 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17408/stat : 17408 (java) R 17350 17353 16473 0 -1 4202560 19438 12426 0 0 125 6 7 3 20 0 20 0 6155247 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862970789344 139862950643038 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17409] ppid=17350 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17409/stat : 17409 (java) S 17350 17353 16473 0 -1 1077944384 49 12426 0 0 1 0 7 3 20 0 20 0 6155248 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862927522832 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17410] ppid=17350 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17410/stat : 17410 (java) S 17350 17353 16473 0 -1 1077944384 26 12426 0 0 0 0 7 3 20 0 20 0 6155248 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862571981968 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17411] ppid=17350 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17411/stat : 17411 (java) S 17350 17353 16473 0 -1 1077944384 40 12426 0 0 1 0 7 3 20 0 20 0 6155248 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862570928912 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17412] ppid=17350 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17412/stat : 17412 (java) S 17350 17353 16473 0 -1 1077944384 19 12426 0 0 1 0 7 3 20 0 20 0 6155248 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862569876368 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17413] ppid=17350 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17413/stat : 17413 (java) S 17350 17353 16473 0 -1 1077944384 131 12426 0 0 0 0 7 3 20 0 20 0 6155248 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862568823312 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17414] ppid=17350 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17414/stat : 17414 (java) S 17350 17353 16473 0 -1 1077944384 25 12426 0 0 1 0 7 3 20 0 20 0 6155248 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862567770768 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17415] ppid=17350 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17415/stat : 17415 (java) S 17350 17353 16473 0 -1 1077944384 16 12426 0 0 0 0 7 3 20 0 20 0 6155248 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862566717712 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17416] ppid=17350 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17416/stat : 17416 (java) S 17350 17353 16473 0 -1 1077944384 14 12426 0 0 0 0 7 3 20 0 20 0 6155248 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862565665168 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17417] ppid=17350 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17417/stat : 17417 (java) S 17350 17353 16473 0 -1 1077944384 1539 12426 0 0 1 0 7 3 20 0 20 0 6155250 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862441134832 139862966573698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17418] ppid=17350 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17418/stat : 17418 (java) S 17350 17353 16473 0 -1 1077944384 56 12426 0 0 0 0 7 3 20 0 20 0 6155250 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862440081120 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17419] ppid=17350 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17419/stat : 17419 (java) S 17350 17353 16473 0 -1 1077944384 43 12426 0 0 0 0 7 3 20 0 20 0 6155251 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862439027968 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17420] ppid=17350 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17420/stat : 17420 (java) S 17350 17353 16473 0 -1 1077944384 1 12426 0 0 0 0 7 3 20 0 20 0 6155254 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862437976528 139862966581147 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17421] ppid=17350 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17421/stat : 17421 (java) S 17350 17353 16473 0 -1 1077944384 885 12426 0 0 14 0 7 3 20 0 20 0 6155254 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862436923632 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17422] ppid=17350 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17422/stat : 17422 (java) S 17350 17353 16473 0 -1 1077944384 380 12426 0 0 10 0 7 3 20 0 20 0 6155254 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862435871088 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17423] ppid=17350 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17423/stat : 17423 (java) S 17350 17353 16473 0 -1 1077944384 855 12426 0 0 11 0 7 3 20 0 20 0 6155254 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862434818032 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17424] ppid=17350 vsize=10913344 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17424/stat : 17424 (java) S 17350 17353 16473 0 -1 1077944384 1088 12426 0 0 25 0 7 3 20 0 20 0 6155254 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862433765488 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17425] ppid=17350 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17425/stat : 17425 (java) S 17350 17353 16473 0 -1 1077944384 3 12426 0 0 0 0 7 3 20 0 20 0 6155254 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862432713696 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17426] ppid=17350 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17426/stat : 17426 (java) S 17350 17353 16473 0 -1 1077944384 3 12426 0 0 0 0 7 3 20 0 20 0 6155254 11175264256 43919 33554432000 4194304 4196468 140721944268768 139862431661232 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10913344

[startup+3.10109 s]
/proc/loadavg: 1.54 1.53 1.50 5/283 17426
/proc/meminfo: memFree=27993148/32770624 swapFree=5720/284048
[pid=17353] ppid=17350 vsize=10925820 CPUtime=7.32 cores=0,2,4,6,8,10,12,14
/proc/17353/stat : 17353 (java) S 17350 17353 16473 0 -1 1077944320 42931 12426 0 0 702 20 7 3 20 0 20 0 6155235 11188039680 56569 33554432000 4194304 4196468 140721944268768 140721944251312 139862966562551 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
/proc/17353/statm: 2731455 56569 3475 1 0 2719010 0
[pid=17353/tid=17408] ppid=17350 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17408/stat : 17408 (java) R 17350 17353 16473 0 -1 4202560 26919 12426 0 0 282 9 7 3 20 0 20 0 6155247 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862970780496 139862950643038 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17409] ppid=17350 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17409/stat : 17409 (java) S 17350 17353 16473 0 -1 1077944384 49 12426 0 0 1 0 7 3 20 0 20 0 6155248 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862927522832 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17410] ppid=17350 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17410/stat : 17410 (java) S 17350 17353 16473 0 -1 1077944384 26 12426 0 0 0 0 7 3 20 0 20 0 6155248 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862571981968 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17411] ppid=17350 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17411/stat : 17411 (java) S 17350 17353 16473 0 -1 1077944384 40 12426 0 0 1 0 7 3 20 0 20 0 6155248 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862570928912 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17412] ppid=17350 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17412/stat : 17412 (java) S 17350 17353 16473 0 -1 1077944384 19 12426 0 0 1 0 7 3 20 0 20 0 6155248 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862569876368 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17413] ppid=17350 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17413/stat : 17413 (java) S 17350 17353 16473 0 -1 1077944384 131 12426 0 0 0 0 7 3 20 0 20 0 6155248 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862568823312 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17414] ppid=17350 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17414/stat : 17414 (java) S 17350 17353 16473 0 -1 1077944384 25 12426 0 0 1 0 7 3 20 0 20 0 6155248 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862567770768 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17415] ppid=17350 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17415/stat : 17415 (java) S 17350 17353 16473 0 -1 1077944384 16 12426 0 0 0 0 7 3 20 0 20 0 6155248 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862566717712 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17416] ppid=17350 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17416/stat : 17416 (java) S 17350 17353 16473 0 -1 1077944384 14 12426 0 0 0 0 7 3 20 0 20 0 6155248 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862565665168 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17417] ppid=17350 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17417/stat : 17417 (java) S 17350 17353 16473 0 -1 1077944384 1769 12426 0 0 1 1 7 3 20 0 20 0 6155250 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862441134832 139862966573698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17418] ppid=17350 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17418/stat : 17418 (java) S 17350 17353 16473 0 -1 1077944384 56 12426 0 0 0 0 7 3 20 0 20 0 6155250 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862440081120 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17419] ppid=17350 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17419/stat : 17419 (java) S 17350 17353 16473 0 -1 1077944384 43 12426 0 0 0 0 7 3 20 0 20 0 6155251 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862439027968 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17420] ppid=17350 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17420/stat : 17420 (java) S 17350 17353 16473 0 -1 1077944384 1 12426 0 0 0 0 7 3 20 0 20 0 6155254 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862437976528 139862966581147 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17421] ppid=17350 vsize=10925820 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17421/stat : 17421 (java) R 17350 17353 16473 0 -1 4202560 1816 12426 0 0 93 0 7 3 20 0 20 0 6155254 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862436909728 139862945809202 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17422] ppid=17350 vsize=10925820 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17422/stat : 17422 (java) S 17350 17353 16473 0 -1 1077944384 1657 12426 0 0 86 0 7 3 20 0 20 0 6155254 11188039680 56569 33554432000 4194304 4196468 140721944268768 139862435871088 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17423] ppid=17350 vsize=10925820 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17423/stat : 17423 (java) S 17350 17353 16473 0 -1 1077944384 4483 12426 0 0 115 1 7 3 20 0 20 0 6155254 11188039680 56635 33554432000 4194304 4196468 140721944268768 139862434818032 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17424] ppid=17350 vsize=10925820 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17424/stat : 17424 (java) R 17350 17353 16473 0 -1 4202560 3785 12426 0 0 114 1 7 3 20 0 20 0 6155254 11188039680 56635 33554432000 4194304 4196468 140721944268768 139862433762856 139862959659427 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17425] ppid=17350 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17425/stat : 17425 (java) S 17350 17353 16473 0 -1 1077944384 3 12426 0 0 0 0 7 3 20 0 20 0 6155254 11188039680 56635 33554432000 4194304 4196468 140721944268768 139862432713696 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17426] ppid=17350 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17426/stat : 17426 (java) S 17350 17353 16473 0 -1 1077944384 5 12426 0 0 0 0 7 3 20 0 20 0 6155254 11188039680 56635 33554432000 4194304 4196468 140721944268768 139862431661232 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 10925820

[startup+6.30118 s]
/proc/loadavg: 1.82 1.59 1.52 6/283 17426
/proc/meminfo: memFree=27788528/32770624 swapFree=5720/284056
[pid=17353] ppid=17350 vsize=10995452 CPUtime=18.32 cores=0,2,4,6,8,10,12,14
/proc/17353/stat : 17353 (java) S 17350 17353 16473 0 -1 1077944320 86549 12426 0 0 1783 39 7 3 20 0 20 0 6155235 11259342848 104612 33554432000 4194304 4196468 140721944268768 140721944251312 139862966562551 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
/proc/17353/statm: 2748863 104612 3512 1 0 2736418 0
[pid=17353/tid=17408] ppid=17350 vsize=10995452 CPUtime=6.09 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17408/stat : 17408 (java) R 17350 17353 16473 0 -1 4202560 43395 12426 0 0 586 13 7 3 20 0 20 0 6155247 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862970796120 139862966574486 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17409] ppid=17350 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17409/stat : 17409 (java) S 17350 17353 16473 0 -1 1077944384 142 12426 0 0 5 1 7 3 20 0 20 0 6155248 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862927522832 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17410] ppid=17350 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17410/stat : 17410 (java) S 17350 17353 16473 0 -1 1077944384 85 12426 0 0 5 1 7 3 20 0 20 0 6155248 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862571981968 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17411] ppid=17350 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17411/stat : 17411 (java) S 17350 17353 16473 0 -1 1077944384 71 12426 0 0 6 1 7 3 20 0 20 0 6155248 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862570928912 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17412] ppid=17350 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17412/stat : 17412 (java) S 17350 17353 16473 0 -1 1077944384 59 12426 0 0 6 1 7 3 20 0 20 0 6155248 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862569876368 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17413] ppid=17350 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17413/stat : 17413 (java) S 17350 17353 16473 0 -1 1077944384 186 12426 0 0 6 2 7 3 20 0 20 0 6155248 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862568823312 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17414] ppid=17350 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17414/stat : 17414 (java) S 17350 17353 16473 0 -1 1077944384 76 12426 0 0 5 1 7 3 20 0 20 0 6155248 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862567770768 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17415] ppid=17350 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17415/stat : 17415 (java) S 17350 17353 16473 0 -1 1077944384 915 12426 0 0 6 1 7 3 20 0 20 0 6155248 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862566717712 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17416] ppid=17350 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17416/stat : 17416 (java) S 17350 17353 16473 0 -1 1077944384 83 12426 0 0 6 0 7 3 20 0 20 0 6155248 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862565665168 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17417] ppid=17350 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17417/stat : 17417 (java) S 17350 17353 16473 0 -1 1077944384 2684 12426 0 0 4 1 7 3 20 0 20 0 6155250 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862441134832 139862966573698 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17418] ppid=17350 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17418/stat : 17418 (java) S 17350 17353 16473 0 -1 1077944384 59 12426 0 0 0 0 7 3 20 0 20 0 6155250 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862440081184 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17419] ppid=17350 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17419/stat : 17419 (java) S 17350 17353 16473 0 -1 1077944384 51 12426 0 0 0 0 7 3 20 0 20 0 6155251 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862439027968 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17420] ppid=17350 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17420/stat : 17420 (java) S 17350 17353 16473 0 -1 1077944384 1 12426 0 0 0 0 7 3 20 0 20 0 6155254 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862437976528 139862966581147 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17421] ppid=17350 vsize=10995452 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17421/stat : 17421 (java) S 17350 17353 16473 0 -1 1077944384 7323 12426 0 0 301 1 7 3 20 0 20 0 6155254 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862436923632 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17422] ppid=17350 vsize=10995452 CPUtime=2.96 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17422/stat : 17422 (java) S 17350 17353 16473 0 -1 1077944384 6722 12426 0 0 284 2 7 3 20 0 20 0 6155254 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862435871088 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17423] ppid=17350 vsize=10995452 CPUtime=3.51 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17423/stat : 17423 (java) S 17350 17353 16473 0 -1 1077944384 13422 12426 0 0 338 3 7 3 20 0 20 0 6155254 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862434818032 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17424] ppid=17350 vsize=10995452 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17424/stat : 17424 (java) S 17350 17353 16473 0 -1 1077944384 9131 12426 0 0 218 3 7 3 20 0 20 0 6155254 11259342848 104612 33554432000 4194304 4196468 140721944268768 139862433765488 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17425] ppid=17350 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

[pid=17353/tid=17426] ppid=17350 vsize=10997500 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17426/stat : 17426 (java) S 17350 17353 16473 0 -1 1077944384 1529 12426 0 0 67 61 7 3 20 0 20 0 6155254 11261440000 157716 33554432000 4194304 4196468 140721944268768 139862431661232 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10997500

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

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

[startup+2318.81 s]
/proc/loadavg: 1.65 1.77 1.74 10/284 17662
/proc/meminfo: memFree=30059060/32770624 swapFree=5720/286448
[pid=17353] ppid=17350 vsize=11130628 CPUtime=2400.52 cores=0,2,4,6,8,10,12,14
/proc/17353/stat : 17353 (java) S 17350 17353 16473 0 -1 1077944320 277783 12426 0 0 239590 452 7 3 20 0 22 0 6155235 11397763072 159345 33554432000 4194304 4196468 140721944268768 140721944251312 139862966562551 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
/proc/17353/statm: 2782657 159345 3517 1 0 2770212 0
[pid=17353/tid=17408] ppid=17350 vsize=11130628 CPUtime=2299.5 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17408/stat : 17408 (java) S 17350 17353 16473 0 -1 1077944384 84690 12426 0 0 229899 41 7 3 20 0 22 0 6155247 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862970800272 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17409] ppid=17350 vsize=11130628 CPUtime=8.47 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17409/stat : 17409 (java) R 17350 17353 16473 0 -1 4202560 10056 12426 0 0 799 38 7 3 20 0 22 0 6155248 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862927522952 139862959190759 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17410] ppid=17350 vsize=11130628 CPUtime=8.48 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17410/stat : 17410 (java) R 17350 17353 16473 0 -1 4202560 11012 12426 0 0 799 39 7 3 20 0 22 0 6155248 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862571982088 139862959190759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17411] ppid=17350 vsize=11130628 CPUtime=8.36 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17411/stat : 17411 (java) R 17350 17353 16473 0 -1 4202560 12845 12426 0 0 785 41 7 3 20 0 22 0 6155248 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862570928720 139862959190759 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17412] ppid=17350 vsize=11130628 CPUtime=8.42 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17412/stat : 17412 (java) R 17350 17353 16473 0 -1 4202560 9257 12426 0 0 795 37 7 3 20 0 22 0 6155248 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862569876488 139862959190759 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17413] ppid=17350 vsize=11130628 CPUtime=8.45 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17413/stat : 17413 (java) R 17350 17353 16473 0 -1 4202560 12209 12426 0 0 795 40 7 3 20 0 22 0 6155248 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862568823432 139862949945586 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17414] ppid=17350 vsize=11130628 CPUtime=8.48 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17414/stat : 17414 (java) R 17350 17353 16473 0 -1 4202560 6154 12426 0 0 796 42 7 3 20 0 22 0 6155248 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862567770968 139862951263174 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17415] ppid=17350 vsize=11130628 CPUtime=8.54 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17415/stat : 17415 (java) R 17350 17353 16473 0 -1 4202560 8748 12426 0 0 805 39 7 3 20 0 22 0 6155248 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862566717832 139862959190759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17416] ppid=17350 vsize=11130628 CPUtime=8.41 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17416/stat : 17416 (java) R 17350 17353 16473 0 -1 4202560 7720 12426 0 0 790 41 7 3 20 0 22 0 6155248 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862565665288 139862959190759 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17417] ppid=17350 vsize=11130628 CPUtime=7.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17417/stat : 17417 (java) S 17350 17353 16473 0 -1 1077944384 28437 12426 0 0 651 49 7 3 20 0 22 0 6155250 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862441133456 139862966572757 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17418] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17418/stat : 17418 (java) S 17350 17353 16473 0 -1 1077944384 59 12426 0 0 0 0 7 3 20 0 22 0 6155250 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862440081184 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17419] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17419/stat : 17419 (java) S 17350 17353 16473 0 -1 1077944384 51 12426 0 0 0 0 7 3 20 0 22 0 6155251 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862439027968 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17420] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17420/stat : 17420 (java) S 17350 17353 16473 0 -1 1077944384 278 12426 0 0 0 0 7 3 20 0 22 0 6155254 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862437976528 139862966581147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17421] ppid=17350 vsize=11130628 CPUtime=7.31 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17421/stat : 17421 (java) S 17350 17353 16473 0 -1 1077944384 16657 12426 0 0 717 4 7 3 20 0 22 0 6155254 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862436923632 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17422] ppid=17350 vsize=11130628 CPUtime=7.18 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17422/stat : 17422 (java) S 17350 17353 16473 0 -1 1077944384 15228 12426 0 0 703 5 7 3 20 0 22 0 6155254 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862435871088 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17423] ppid=17350 vsize=11130628 CPUtime=7.79 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17423/stat : 17423 (java) S 17350 17353 16473 0 -1 1077944384 26581 12426 0 0 763 6 7 3 20 0 22 0 6155254 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862434803024 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17424] ppid=17350 vsize=11130628 CPUtime=3.88 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17424/stat : 17424 (java) S 17350 17353 16473 0 -1 1077944384 23784 12426 0 0 371 7 7 3 20 0 22 0 6155254 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862433765488 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17425] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17425/stat : 17425 (java) S 17350 17353 16473 0 -1 1077944384 3 12426 0 0 0 0 7 3 20 0 22 0 6155254 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862432713696 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17426] ppid=17350 vsize=11130628 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17426/stat : 17426 (java) S 17350 17353 16473 0 -1 1077944384 1529 12426 0 0 67 61 7 3 20 0 22 0 6155254 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862431661232 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17661] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17661/stat : 17661 (java) S 17350 17353 16473 0 -1 1077944384 328 12426 0 0 0 0 7 3 20 0 22 0 6387105 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862400053744 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17662] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17662/stat : 17662 (java) S 17350 17353 16473 0 -1 1077944384 28 12426 0 0 0 0 7 3 20 0 22 0 6387106 11397763072 159345 33554432000 4194304 4196468 140721944268768 139862399001920 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
Current children cumulated CPU time (s) 2400.52
Current children cumulated vsize (KiB) 11130628

[startup+2319 s]
/proc/loadavg: 1.65 1.77 1.74 10/284 17662
/proc/meminfo: memFree=30059060/32770624 swapFree=5720/286448
[pid=17353] ppid=17350 vsize=11130628 CPUtime=2401.94 cores=0,2,4,6,8,10,12,14
/proc/17353/stat : 17353 (java) S 17350 17353 16473 0 -1 1077944320 278133 12426 0 0 239732 452 7 3 20 0 22 0 6155235 11397763072 159521 33554432000 4194304 4196468 140721944268768 140721944251312 139862966562551 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
/proc/17353/statm: 2782657 159521 3517 1 0 2770212 0
[pid=17353/tid=17408] ppid=17350 vsize=11130628 CPUtime=2299.5 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17408/stat : 17408 (java) S 17350 17353 16473 0 -1 1077944384 84690 12426 0 0 229899 41 7 3 20 0 22 0 6155247 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862970800272 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17409] ppid=17350 vsize=11130628 CPUtime=8.65 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17409/stat : 17409 (java) S 17350 17353 16473 0 -1 1077944384 10090 12426 0 0 817 38 7 3 20 0 22 0 6155248 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862927522832 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17410] ppid=17350 vsize=11130628 CPUtime=8.65 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17410/stat : 17410 (java) S 17350 17353 16473 0 -1 1077944384 11014 12426 0 0 816 39 7 3 20 0 22 0 6155248 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862571981968 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17411] ppid=17350 vsize=11130628 CPUtime=8.53 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17411/stat : 17411 (java) S 17350 17353 16473 0 -1 1077944384 12851 12426 0 0 802 41 7 3 20 0 22 0 6155248 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862570928912 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17412] ppid=17350 vsize=11130628 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17412/stat : 17412 (java) S 17350 17353 16473 0 -1 1077944384 9257 12426 0 0 813 37 7 3 20 0 22 0 6155248 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862569876368 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17413] ppid=17350 vsize=11130628 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17413/stat : 17413 (java) S 17350 17353 16473 0 -1 1077944384 12217 12426 0 0 813 40 7 3 20 0 22 0 6155248 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862568823312 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17414] ppid=17350 vsize=11130628 CPUtime=8.66 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17414/stat : 17414 (java) S 17350 17353 16473 0 -1 1077944384 6158 12426 0 0 814 42 7 3 20 0 22 0 6155248 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862567770768 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17415] ppid=17350 vsize=11130628 CPUtime=8.72 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17415/stat : 17415 (java) S 17350 17353 16473 0 -1 1077944384 8752 12426 0 0 823 39 7 3 20 0 22 0 6155248 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862566717712 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17416] ppid=17350 vsize=11130628 CPUtime=8.59 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17416/stat : 17416 (java) S 17350 17353 16473 0 -1 1077944384 7725 12426 0 0 808 41 7 3 20 0 22 0 6155248 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862565665168 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17417] ppid=17350 vsize=11130628 CPUtime=7.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17417/stat : 17417 (java) R 17350 17353 16473 0 -1 4202560 28722 12426 0 0 651 49 7 3 20 0 22 0 6155250 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862441133232 139862946193400 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17418] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17418/stat : 17418 (java) S 17350 17353 16473 0 -1 1077944384 61 12426 0 0 0 0 7 3 20 0 22 0 6155250 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862440080784 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17419] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17419/stat : 17419 (java) S 17350 17353 16473 0 -1 1077944384 51 12426 0 0 0 0 7 3 20 0 22 0 6155251 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862439027968 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17420] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17420/stat : 17420 (java) S 17350 17353 16473 0 -1 1077944384 278 12426 0 0 0 0 7 3 20 0 22 0 6155254 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862437976528 139862966581147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17421] ppid=17350 vsize=11130628 CPUtime=7.31 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17421/stat : 17421 (java) S 17350 17353 16473 0 -1 1077944384 16657 12426 0 0 717 4 7 3 20 0 22 0 6155254 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862436923632 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17422] ppid=17350 vsize=11130628 CPUtime=7.18 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17422/stat : 17422 (java) S 17350 17353 16473 0 -1 1077944384 15228 12426 0 0 703 5 7 3 20 0 22 0 6155254 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862435871088 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17423] ppid=17350 vsize=11130628 CPUtime=7.79 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17423/stat : 17423 (java) S 17350 17353 16473 0 -1 1077944384 26581 12426 0 0 763 6 7 3 20 0 22 0 6155254 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862434804496 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17424] ppid=17350 vsize=11130628 CPUtime=3.88 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17424/stat : 17424 (java) S 17350 17353 16473 0 -1 1077944384 23784 12426 0 0 371 7 7 3 20 0 22 0 6155254 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862433765488 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17425] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17425/stat : 17425 (java) S 17350 17353 16473 0 -1 1077944384 3 12426 0 0 0 0 7 3 20 0 22 0 6155254 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862432713696 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17426] ppid=17350 vsize=11130628 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17426/stat : 17426 (java) S 17350 17353 16473 0 -1 1077944384 1529 12426 0 0 67 61 7 3 20 0 22 0 6155254 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862431661232 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17661] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17661/stat : 17661 (java) S 17350 17353 16473 0 -1 1077944384 328 12426 0 0 0 0 7 3 20 0 22 0 6387105 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862400053744 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17662] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17662/stat : 17662 (java) S 17350 17353 16473 0 -1 1077944384 28 12426 0 0 0 0 7 3 20 0 22 0 6387106 11397763072 159521 33554432000 4194304 4196468 140721944268768 139862399001920 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
Current children cumulated CPU time (s) 2401.94
Current children cumulated vsize (KiB) 11130628

[startup+2319.1 s]
/proc/loadavg: 1.65 1.77 1.74 10/284 17662
/proc/meminfo: memFree=30059060/32770624 swapFree=5720/286448
[pid=17353] ppid=17350 vsize=11130628 CPUtime=2402.34 cores=0,2,4,6,8,10,12,14
/proc/17353/stat : 17353 (java) S 17350 17353 16473 0 -1 1077944320 278223 12426 0 0 239772 452 7 3 20 0 22 0 6155235 11397763072 159310 33554432000 4194304 4196468 140721944268768 140721944251312 139862966562551 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
/proc/17353/statm: 2782657 159310 3517 1 0 2770212 0
[pid=17353/tid=17408] ppid=17350 vsize=11130628 CPUtime=2299.5 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17408/stat : 17408 (java) S 17350 17353 16473 0 -1 1077944384 84690 12426 0 0 229899 41 7 3 20 0 22 0 6155247 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862970800272 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17409] ppid=17350 vsize=11130628 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17409/stat : 17409 (java) R 17350 17353 16473 0 -1 4202560 10093 12426 0 0 822 38 7 3 20 0 22 0 6155248 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862927522832 139862951513760 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17410] ppid=17350 vsize=11130628 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17410/stat : 17410 (java) R 17350 17353 16473 0 -1 4202560 11024 12426 0 0 820 39 7 3 20 0 22 0 6155248 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862571981968 139862948159018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17411] ppid=17350 vsize=11130628 CPUtime=8.58 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17411/stat : 17411 (java) R 17350 17353 16473 0 -1 4202560 12855 12426 0 0 807 41 7 3 20 0 22 0 6155248 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862570928912 139862951260111 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17412] ppid=17350 vsize=11130628 CPUtime=8.64 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17412/stat : 17412 (java) R 17350 17353 16473 0 -1 4202560 9264 12426 0 0 817 37 7 3 20 0 22 0 6155248 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862569876568 139862951260190 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17413] ppid=17350 vsize=11130628 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17413/stat : 17413 (java) R 17350 17353 16473 0 -1 4202560 12217 12426 0 0 817 40 7 3 20 0 22 0 6155248 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862568823312 139862951513156 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17414] ppid=17350 vsize=11130628 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17414/stat : 17414 (java) R 17350 17353 16473 0 -1 1077944384 6160 12426 0 0 817 42 7 3 20 0 22 0 6155248 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862567770768 139862966572757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17415] ppid=17350 vsize=11130628 CPUtime=8.77 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17415/stat : 17415 (java) R 17350 17353 16473 0 -1 4202560 8758 12426 0 0 828 39 7 3 20 0 22 0 6155248 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862566717712 139862948159562 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17416] ppid=17350 vsize=11130628 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17416/stat : 17416 (java) R 17350 17353 16473 0 -1 4202560 7729 12426 0 0 812 41 7 3 20 0 22 0 6155248 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862565665168 139862948158992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17417] ppid=17350 vsize=11130628 CPUtime=7.15 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17417/stat : 17417 (java) S 17350 17353 16473 0 -1 1077944384 28730 12426 0 0 656 49 7 3 20 0 22 0 6155250 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862441133232 139862966572757 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17418] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17418/stat : 17418 (java) S 17350 17353 16473 0 -1 1077944384 61 12426 0 0 0 0 7 3 20 0 22 0 6155250 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862440081088 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17419] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17419/stat : 17419 (java) S 17350 17353 16473 0 -1 1077944384 51 12426 0 0 0 0 7 3 20 0 22 0 6155251 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862439027968 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17420] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17420/stat : 17420 (java) S 17350 17353 16473 0 -1 1077944384 278 12426 0 0 0 0 7 3 20 0 22 0 6155254 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862437976528 139862966581147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17421] ppid=17350 vsize=11130628 CPUtime=7.31 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17421/stat : 17421 (java) S 17350 17353 16473 0 -1 1077944384 16657 12426 0 0 717 4 7 3 20 0 22 0 6155254 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862436923632 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17422] ppid=17350 vsize=11130628 CPUtime=7.18 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17422/stat : 17422 (java) S 17350 17353 16473 0 -1 1077944384 15228 12426 0 0 703 5 7 3 20 0 22 0 6155254 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862435871088 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17423] ppid=17350 vsize=11130628 CPUtime=7.79 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17423/stat : 17423 (java) S 17350 17353 16473 0 -1 1077944384 26627 12426 0 0 763 6 7 3 20 0 22 0 6155254 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862434810768 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17424] ppid=17350 vsize=11130628 CPUtime=3.88 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17424/stat : 17424 (java) S 17350 17353 16473 0 -1 1077944384 23784 12426 0 0 371 7 7 3 20 0 22 0 6155254 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862433765488 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17425] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17425/stat : 17425 (java) S 17350 17353 16473 0 -1 1077944384 3 12426 0 0 0 0 7 3 20 0 22 0 6155254 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862432713696 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17426] ppid=17350 vsize=11130628 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17426/stat : 17426 (java) S 17350 17353 16473 0 -1 1077944384 1529 12426 0 0 67 61 7 3 20 0 22 0 6155254 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862431661232 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17661] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17661/stat : 17661 (java) S 17350 17353 16473 0 -1 1077944384 328 12426 0 0 0 0 7 3 20 0 22 0 6387105 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862400053744 139862966572757 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
[pid=17353/tid=17662] ppid=17350 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17353/task/17662/stat : 17662 (java) S 17350 17353 16473 0 -1 1077944384 28 12426 0 0 0 0 7 3 20 0 22 0 6387106 11397763072 159310 33554432000 4194304 4196468 140721944268768 139862399002224 139862966573698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37343232 140721944271553 140721944274327 140721944274327 140721944276943 0
Current children cumulated CPU time (s) 2402.34
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2319.16
CPU time (s): 2402.5
CPU user time (s): 2397.91
CPU system time (s): 4.58345
CPU usage (%): 103.594
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.91
system time used= 4.58345
maximum resident set size= 1192128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290927
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 293462
involuntary context switches= 178365

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9527 second user time and 18.5374 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 09:34:21
IDJOB=4246101
IDBENCH=124135
IDSOLVER=2630
FILE ID=node114/4246101-1500708861
RUNJOBID= node114-1500696853-12413
PBS_JOBID= 20623324
Free space on /tmp= 61980 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t15-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246101-1500708861/watcher-4246101-1500708861 -o /tmp/evaluation-result-4246101-1500708861/solver-4246101-1500708861 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560  bin/concrete HOME/instance-4246101-1500708861.xml

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

MD5SUM BENCH= b82332625d17a81d2c62c757de216262
RANDOM SEED=808050445

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28170480 kB
MemAvailable:   28436628 kB
Buffers:          136192 kB
Cached:           409060 kB
SwapCached:            0 kB
Active:          3866372 kB
Inactive:         292848 kB
Active(anon):    3617000 kB
Inactive(anon):     8828 kB
Active(file):     249372 kB
Inactive(file):   284020 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25340 kB
Writeback:             0 kB
AnonPages:       3623116 kB
Mapped:            44312 kB
Shmem:              8848 kB
Slab:             131448 kB
SReclaimable:      97180 kB
SUnreclaim:        34268 kB
KernelStack:        4784 kB
PageTables:        12140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4667684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3350528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61964 MiB
End job on node114 at 2017-07-22 10:13:00