Trace number 4246206

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) 2404.99 2297.56

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-1.xml
MD5SUM36688640cc45f0157406ded158d596cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1216
Best CPU time to get the best result obtained on this benchmark3375.2
Satisfiable
(Un)Satisfiability was proved
Number of variables31773
Number of constraints1535
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":1513},{"size":4,"count":1513},{"size":25,"count":3026},{"size":44,"count":1513},{"size":45,"count":1513},{"size":73,"count":1513},{"size":78,"count":1513},{"size":87,"count":3026},{"size":102,"count":1513},{"size":107,"count":1513},{"size":130,"count":1513},{"size":131,"count":1513},{"size":132,"count":3026},{"size":139,"count":3026},{"size":170,"count":1513},{"size":175,"count":1513},{"size":195,"count":1513}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":31773}]
Minimum constraint arity21
Maximum constraint arity30260
Distribution of constraint arities[{"arity":21,"count":1513},{"arity":1513,"count":21},{"arity":30260,"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":1533}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.61/2.21	c Concrete v3.4 running
2404.73/2297.53	java.util.concurrent.TimeoutException
2404.73/2297.53		at concrete.MAC.mac(MAC.scala:74)
2404.73/2297.53		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2404.73/2297.53		at scala.util.Try$.apply(Try.scala:209)
2404.73/2297.53		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2404.73/2297.53		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2404.73/2297.53		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2404.73/2297.53		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2404.73/2297.53		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2404.73/2297.53		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2404.73/2297.53		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2404.73/2297.53		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2404.73/2297.53		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2404.73/2297.53		at concrete.MAC.oneRun(MAC.scala:146)
2404.73/2297.53		at concrete.MAC.nextSolution(MAC.scala:166)
2404.73/2297.53		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2404.73/2297.53		at concrete.ProblemState.map(ProblemState.scala:203)
2404.73/2297.53		at concrete.ProblemState.map(ProblemState.scala:188)
2404.73/2297.53		at concrete.MAC.nextSolution(MAC.scala:195)
2404.73/2297.53		at concrete.Solver.hasNext(Solver.scala:202)
2404.73/2297.53		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2404.73/2297.53		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2404.73/2297.53		at concrete.Solver.toStream(Solver.scala:73)
2404.73/2297.53		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2404.73/2297.53		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2404.73/2297.53		at concrete.Solver.toIterable(Solver.scala:73)
2404.73/2297.53		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2404.73/2297.53		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2404.73/2297.53		at scala.util.Success.map(Try.scala:209)
2404.73/2297.53		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2404.73/2297.53		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2404.73/2297.53		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2404.73/2297.53		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2404.73/2297.53		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2404.73/2297.53		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2404.73/2297.53		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2404.73/2297.53		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2404.73/2297.53		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2404.73/2297.53		at scala.collection.immutable.List.foreach(List.scala:389)
2404.73/2297.53		at scala.App.main(App.scala:76)
2404.73/2297.53		at scala.App.main$(App.scala:74)
2404.73/2297.53		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2404.73/2297.53		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2404.73/2297.54	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-4246206-1500711069/watcher-4246206-1500711069 -o /tmp/evaluation-result-4246206-1500711069/solver-4246206-1500711069 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7985 --watchdog 2560 bin/concrete HOME/instance-4246206-1500711069.xml 

pid=17422
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.78 1.46 1.51 3/261 17425
/proc/meminfo: memFree=31140384/32770624 swapFree=5788/300092
[pid=17425] ppid=17422 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17425/stat : 17425 (bash) S 17422 17425 7954 0 -1 4202496 687 1532 0 0 0 0 0 0 20 0 1 0 6374365 9736192 350 33554432000 4194304 5098028 140729216885568 140729216883208 140096696400896 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 40038400 140729216894222 140729216894307 140729216894307 140729216897006 0
/proc/17425/statm: 2377 350 277 221 0 86 0

[startup+0.100128 s]
/proc/loadavg: 1.78 1.46 1.51 3/261 17425
/proc/meminfo: memFree=31140384/32770624 swapFree=5788/300092
[pid=17425] ppid=17422 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17425/stat : 17425 (bash) S 17422 17425 7954 0 -1 4202496 885 6419 0 0 0 0 0 1 20 0 1 0 6374365 9871360 378 33554432000 4194304 5098028 140729216885568 140729216879576 140096696400896 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 40038400 140729216894222 140729216894307 140729216894307 140729216897006 0
/proc/17425/statm: 2410 378 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.78 1.46 1.51 3/261 17425
/proc/meminfo: memFree=31140384/32770624 swapFree=5788/300092
[pid=17425] ppid=17422 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/17425/stat : 17425 (java) S 17422 17425 7954 0 -1 1077944320 4889 12396 0 0 6 1 7 4 20 0 13 0 6374365 10686320640 5240 33554432000 4194304 4196468 140724350972784 140724350955328 139809899978487 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
/proc/17425/statm: 2608965 5240 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300222 s]
/proc/loadavg: 1.78 1.46 1.51 3/261 17425
/proc/meminfo: memFree=31140384/32770624 swapFree=5788/300092
[pid=17425] ppid=17422 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/17425/stat : 17425 (java) S 17422 17425 7954 0 -1 1077944320 9357 12396 0 0 23 3 7 4 20 0 20 0 6374365 11164049408 10391 33554432000 4194304 4196468 140724350972784 140724350955328 139809899978487 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
/proc/17425/statm: 2725598 10391 2977 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700235 s]
/proc/loadavg: 1.78 1.46 1.51 3/261 17425
/proc/meminfo: memFree=31140384/32770624 swapFree=5788/300092
[pid=17425] ppid=17422 vsize=10902720 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/17425/stat : 17425 (java) S 17422 17425 7954 0 -1 1077944320 12048 12396 0 0 73 5 7 4 20 0 20 0 6374365 11164385280 14848 33554432000 4194304 4196468 140724350972784 140724350955328 139809899978487 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
/proc/17425/statm: 2725680 14848 3154 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50075 s]
/proc/loadavg: 1.78 1.46 1.51 3/281 17498
/proc/meminfo: memFree=31041512/32770624 swapFree=5788/300636
[pid=17425] ppid=17422 vsize=10913344 CPUtime=2.24 cores=0,2,4,6,8,10,12,14
/proc/17425/stat : 17425 (java) S 17422 17425 7954 0 -1 1077944320 27462 12396 0 0 200 13 7 4 20 0 20 0 6374365 11175264256 43991 33554432000 4194304 4196468 140724350972784 140724350955328 139809899978487 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
/proc/17425/statm: 2728336 43991 3402 1 0 2716450 0
[pid=17425/tid=17480] ppid=17422 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17480/stat : 17480 (java) R 17422 17425 7954 0 -1 4202560 19604 12396 0 0 126 6 7 4 20 0 20 0 6374377 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809904205280 139809523885830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17481] ppid=17422 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17481/stat : 17481 (java) S 17422 17425 7954 0 -1 1077944384 130 12396 0 0 0 0 7 4 20 0 20 0 6374378 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809852599312 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17482] ppid=17422 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17482/stat : 17482 (java) S 17422 17425 7954 0 -1 1077944384 35 12396 0 0 0 0 7 4 20 0 20 0 6374378 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809851546768 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17483] ppid=17422 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17483/stat : 17483 (java) S 17422 17425 7954 0 -1 1077944384 14 12396 0 0 1 0 7 4 20 0 20 0 6374378 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809850493712 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17484] ppid=17422 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17484/stat : 17484 (java) S 17422 17425 7954 0 -1 1077944384 33 12396 0 0 0 0 7 4 20 0 20 0 6374378 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809849441168 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17485] ppid=17422 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17485/stat : 17485 (java) S 17422 17425 7954 0 -1 1077944384 20 12396 0 0 1 0 7 4 20 0 20 0 6374378 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809848388112 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17486] ppid=17422 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17486/stat : 17486 (java) S 17422 17425 7954 0 -1 1077944384 15 12396 0 0 0 0 7 4 20 0 20 0 6374378 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809847335568 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17487] ppid=17422 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17487/stat : 17487 (java) S 17422 17425 7954 0 -1 1077944384 40 12396 0 0 1 0 7 4 20 0 20 0 6374378 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809846282512 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17488] ppid=17422 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17488/stat : 17488 (java) S 17422 17425 7954 0 -1 1077944384 34 12396 0 0 0 0 7 4 20 0 20 0 6374378 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809845229968 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17489] ppid=17422 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17489/stat : 17489 (java) S 17422 17425 7954 0 -1 1077944384 1510 12396 0 0 1 0 7 4 20 0 20 0 6374380 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809441725168 139809899989634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17490] ppid=17422 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17490/stat : 17490 (java) S 17422 17425 7954 0 -1 1077944384 57 12396 0 0 0 0 7 4 20 0 20 0 6374381 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809372759712 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17491] ppid=17422 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17491/stat : 17491 (java) S 17422 17425 7954 0 -1 1077944384 44 12396 0 0 0 0 7 4 20 0 20 0 6374381 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809371706608 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17492] ppid=17422 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17492/stat : 17492 (java) S 17422 17425 7954 0 -1 1077944384 1 12396 0 0 0 0 7 4 20 0 20 0 6374385 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809370655184 139809899997083 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17493] ppid=17422 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17493/stat : 17493 (java) S 17422 17425 7954 0 -1 1077944384 932 12396 0 0 13 0 7 4 20 0 20 0 6374385 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809369602288 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17494] ppid=17422 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17494/stat : 17494 (java) S 17422 17425 7954 0 -1 1077944384 1147 12396 0 0 14 0 7 4 20 0 20 0 6374385 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809368549744 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17495] ppid=17422 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17495/stat : 17495 (java) S 17422 17425 7954 0 -1 1077944384 553 12396 0 0 9 0 7 4 20 0 20 0 6374385 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809367496688 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17496] ppid=17422 vsize=10913344 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17496/stat : 17496 (java) R 17422 17425 7954 0 -1 4202560 1150 12396 0 0 25 0 7 4 20 0 20 0 6374385 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809366439104 139809893075323 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17497] ppid=17422 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17497/stat : 17497 (java) S 17422 17425 7954 0 -1 1077944384 3 12396 0 0 0 0 7 4 20 0 20 0 6374385 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809365392352 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17498] ppid=17422 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17498/stat : 17498 (java) S 17422 17425 7954 0 -1 1077944384 6 12396 0 0 0 0 7 4 20 0 20 0 6374386 11175264256 43991 33554432000 4194304 4196468 140724350972784 139809364339888 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10913344

[startup+3.10107 s]
/proc/loadavg: 1.78 1.46 1.51 5/281 17498
/proc/meminfo: memFree=30965880/32770624 swapFree=5788/300668
[pid=17425] ppid=17422 vsize=10923772 CPUtime=7.27 cores=0,2,4,6,8,10,12,14
/proc/17425/stat : 17425 (java) S 17422 17425 7954 0 -1 1077944320 42986 12396 0 0 695 21 7 4 20 0 20 0 6374365 11185942528 64088 33554432000 4194304 4196468 140724350972784 140724350955328 139809899978487 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
/proc/17425/statm: 2730943 64088 3484 1 0 2718498 0
[pid=17425/tid=17480] ppid=17422 vsize=10923772 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17480/stat : 17480 (java) R 17422 17425 7954 0 -1 4202560 25295 12396 0 0 282 9 7 4 20 0 20 0 6374377 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809904208056 139809884022117 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17481] ppid=17422 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17481/stat : 17481 (java) S 17422 17425 7954 0 -1 1077944384 130 12396 0 0 0 0 7 4 20 0 20 0 6374378 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809852599312 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17482] ppid=17422 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17482/stat : 17482 (java) S 17422 17425 7954 0 -1 1077944384 35 12396 0 0 0 0 7 4 20 0 20 0 6374378 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809851546768 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17483] ppid=17422 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17483/stat : 17483 (java) S 17422 17425 7954 0 -1 1077944384 14 12396 0 0 1 0 7 4 20 0 20 0 6374378 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809850493712 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17484] ppid=17422 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17484/stat : 17484 (java) S 17422 17425 7954 0 -1 1077944384 33 12396 0 0 0 0 7 4 20 0 20 0 6374378 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809849441168 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17485] ppid=17422 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17485/stat : 17485 (java) S 17422 17425 7954 0 -1 1077944384 20 12396 0 0 1 0 7 4 20 0 20 0 6374378 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809848388112 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17486] ppid=17422 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17486/stat : 17486 (java) S 17422 17425 7954 0 -1 1077944384 15 12396 0 0 0 0 7 4 20 0 20 0 6374378 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809847335568 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17487] ppid=17422 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17487/stat : 17487 (java) S 17422 17425 7954 0 -1 1077944384 40 12396 0 0 1 0 7 4 20 0 20 0 6374378 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809846282512 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17488] ppid=17422 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17488/stat : 17488 (java) S 17422 17425 7954 0 -1 1077944384 34 12396 0 0 0 0 7 4 20 0 20 0 6374378 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809845229968 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17489] ppid=17422 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17489/stat : 17489 (java) S 17422 17425 7954 0 -1 1077944384 1534 12396 0 0 2 0 7 4 20 0 20 0 6374380 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809441725168 139809899989634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17490] ppid=17422 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17490/stat : 17490 (java) S 17422 17425 7954 0 -1 1077944384 57 12396 0 0 0 0 7 4 20 0 20 0 6374381 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809372759712 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17491] ppid=17422 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17491/stat : 17491 (java) S 17422 17425 7954 0 -1 1077944384 44 12396 0 0 0 0 7 4 20 0 20 0 6374381 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809371706608 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17492] ppid=17422 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17492/stat : 17492 (java) S 17422 17425 7954 0 -1 1077944384 1 12396 0 0 0 0 7 4 20 0 20 0 6374385 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809370655184 139809899997083 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17493] ppid=17422 vsize=10923772 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17493/stat : 17493 (java) R 17422 17425 7954 0 -1 4202560 4588 12396 0 0 110 1 7 4 20 0 20 0 6374385 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809369583696 139809883475271 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17494] ppid=17422 vsize=10923772 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17494/stat : 17494 (java) R 17422 17425 7954 0 -1 4202560 2906 12396 0 0 98 1 7 4 20 0 20 0 6374385 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809368538664 139809883389381 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17495] ppid=17422 vsize=10923772 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17495/stat : 17495 (java) R 17422 17425 7954 0 -1 4202560 2569 12396 0 0 87 1 7 4 20 0 20 0 6374385 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809367477680 139809883475275 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17496] ppid=17422 vsize=10923772 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17496/stat : 17496 (java) R 17422 17425 7954 0 -1 4202560 3530 12396 0 0 104 2 7 4 20 0 20 0 6374385 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809366444144 139809885693015 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17497] ppid=17422 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17497/stat : 17497 (java) S 17422 17425 7954 0 -1 1077944384 3 12396 0 0 0 0 7 4 20 0 20 0 6374385 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809365392352 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17498] ppid=17422 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17498/stat : 17498 (java) S 17422 17425 7954 0 -1 1077944384 7 12396 0 0 0 0 7 4 20 0 20 0 6374386 11185942528 64088 33554432000 4194304 4196468 140724350972784 139809364339888 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 10923772

[startup+6.30073 s]
/proc/loadavg: 1.79 1.47 1.52 4/281 17498
/proc/meminfo: memFree=30809912/32770624 swapFree=5788/300680
[pid=17425] ppid=17422 vsize=10927868 CPUtime=18.65 cores=0,2,4,6,8,10,12,14
/proc/17425/stat : 17425 (java) S 17422 17425 7954 0 -1 1077944320 66122 12396 0 0 1791 63 7 4 20 0 20 0 6374365 11190136832 98057 33554432000 4194304 4196468 140724350972784 140724350955328 139809899978487 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
/proc/17425/statm: 2731967 98057 3508 1 0 2719522 0
[pid=17425/tid=17480] ppid=17422 vsize=10927868 CPUtime=6.06 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17480/stat : 17480 (java) R 17422 17425 7954 0 -1 4202560 29719 12396 0 0 585 10 7 4 20 0 20 0 6374377 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809904208664 139809899990422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17481] ppid=17422 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17481/stat : 17481 (java) S 17422 17425 7954 0 -1 1077944384 276 12396 0 0 9 5 7 4 20 0 20 0 6374378 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809852599312 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17482] ppid=17422 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17482/stat : 17482 (java) S 17422 17425 7954 0 -1 1077944384 119 12396 0 0 8 5 7 4 20 0 20 0 6374378 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809851546768 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17483] ppid=17422 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17483/stat : 17483 (java) S 17422 17425 7954 0 -1 1077944384 156 12396 0 0 9 5 7 4 20 0 20 0 6374378 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809850493712 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17484] ppid=17422 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17484/stat : 17484 (java) S 17422 17425 7954 0 -1 1077944384 135 12396 0 0 8 5 7 4 20 0 20 0 6374378 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809849441168 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17485] ppid=17422 vsize=10927868 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17485/stat : 17485 (java) S 17422 17425 7954 0 -1 1077944384 85 12396 0 0 6 3 7 4 20 0 20 0 6374378 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809848388112 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17486] ppid=17422 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17486/stat : 17486 (java) S 17422 17425 7954 0 -1 1077944384 415 12396 0 0 9 5 7 4 20 0 20 0 6374378 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809847335568 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17487] ppid=17422 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17487/stat : 17487 (java) S 17422 17425 7954 0 -1 1077944384 145 12396 0 0 10 4 7 4 20 0 20 0 6374378 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809846282512 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17488] ppid=17422 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17488/stat : 17488 (java) S 17422 17425 7954 0 -1 1077944384 168 12396 0 0 8 5 7 4 20 0 20 0 6374378 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809845229968 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17489] ppid=17422 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17489/stat : 17489 (java) S 17422 17425 7954 0 -1 1077944384 1682 12396 0 0 3 0 7 4 20 0 20 0 6374380 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809441725168 139809899989634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17490] ppid=17422 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17490/stat : 17490 (java) S 17422 17425 7954 0 -1 1077944384 60 12396 0 0 0 0 7 4 20 0 20 0 6374381 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809372759776 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17491] ppid=17422 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17491/stat : 17491 (java) S 17422 17425 7954 0 -1 1077944384 48 12396 0 0 0 0 7 4 20 0 20 0 6374381 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809371706624 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17492] ppid=17422 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17492/stat : 17492 (java) S 17422 17425 7954 0 -1 1077944384 1 12396 0 0 0 0 7 4 20 0 20 0 6374385 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809370655184 139809899997083 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17493] ppid=17422 vsize=10927868 CPUtime=3.38 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17493/stat : 17493 (java) R 17422 17425 7954 0 -1 4202560 10159 12396 0 0 325 2 7 4 20 0 20 0 6374385 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809369588168 139809885104256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17494] ppid=17422 vsize=10927868 CPUtime=3.25 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17494/stat : 17494 (java) R 17422 17425 7954 0 -1 4202560 7294 12396 0 0 312 2 7 4 20 0 20 0 6374385 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809368535088 139809879233920 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17495] ppid=17422 vsize=10927868 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17495/stat : 17495 (java) R 17422 17425 7954 0 -1 4202560 6918 12396 0 0 303 2 7 4 20 0 20 0 6374385 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809367477704 139809884267344 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17496] ppid=17422 vsize=10927868 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17496/stat : 17496 (java) S 17422 17425 7954 0 -1 1077944384 6518 12396 0 0 188 3 7 4 20 0 20 0 6374385 11190136832 98057 33554432000 4194304 4196468 140724350972784 139809366444144 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17497] ppid=17422 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=17425/tid=17492] ppid=17422 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17492/stat : 17492 (java) S 17422 17425 7954 0 -1 1077944384 1 12396 0 0 0 0 7 4 20 0 20 0 6374385 11261440000 573632 33554432000 4194304 4196468 140724350972784 139809370655184 139809899997083 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17493] ppid=17422 vsize=10997500 CPUtime=10.13 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17493/stat : 17493 (java) S 17422 17425 7954 0 -1 1077944384 21134 12396 0 0 996 6 7 4 20 0 20 0 6374385 11261440000 573632 33554432000 4194304 4196468 140724350972784 139809369602288 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17494] ppid=17422 vsize=10997500 CPUtime=10.19 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17494/stat : 17494 (java) S 17422 17425 7954 0 -1 1077944384 18896 12396 0 0 1002 6 7 4 20 0 20 0 6374385 11261440000 573632 33554432000 4194304 4196468 140724350972784 139809368549744 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17495] ppid=17422 vsize=10997500 CPUtime=10.6 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17495/stat : 17495 (java) S 17422 17425 7954 0 -1 1077944384 23311 12396 0 0 1041 8 7 4 20 0 20 0 6374385 11261440000 573632 33554432000 4194304 4196468 140724350972784 139809367496688 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17496] ppid=17422 vsize=10997500 CPUtime=4.53 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17496/stat : 17496 (java) S 17422 17425 7954 0 -1 1077944384 29959 12396 0 0 433 9 7 4 20 0 20 0 6374385 11261440000 573632 33554432000 4194304 4196468 140724350972784 139809366444144 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17497] ppid=17422 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17497/stat : 17497 (java) S 17422 17425 7954 0 -1 1077944384 3 12396 0 0 0 0 7 4 20 0 20 0 6374385 11261440000 573632 33554432000 4194304 4196468 140724350972784 139809365392352 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17498] ppid=17422 vsize=10997500 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17498/stat : 17498 (java) S 17422 17425 7954 0 -1 1077944384 1254 12396 0 0 65 67 7 4 20 0 20 0 6374386 11261440000 573632 33554432000 4194304 4196468 140724350972784 139809364339888 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
Current children cumulated CPU time (s) 2400.08
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 17425 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2297.2 s]
/proc/loadavg: 1.44 1.51 1.50 3/280 17981
/proc/meminfo: memFree=28670708/32770624 swapFree=5788/303308
[pid=17425] ppid=17422 vsize=11130628 CPUtime=2402.74 cores=0,2,4,6,8,10,12,14
/proc/17425/stat : 17425 (java) S 17422 17425 7954 0 -1 1077944320 652904 12396 0 0 238986 1277 7 4 20 0 22 0 6374365 11397763072 576324 33554432000 4194304 4196468 140724350972784 140724350955328 139809899978487 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
/proc/17425/statm: 2782657 576324 3521 1 0 2770212 0
[pid=17425/tid=17480] ppid=17422 vsize=11130628 CPUtime=2279.49 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17480/stat : 17480 (java) S 17422 17425 7954 0 -1 1077944384 432846 12396 0 0 227832 106 7 4 20 0 22 0 6374377 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809904216208 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17481] ppid=17422 vsize=11130628 CPUtime=10.43 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17481/stat : 17481 (java) R 17422 17425 7954 0 -1 4202560 15846 12396 0 0 897 135 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809852599200 139809892606695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17482] ppid=17422 vsize=11130628 CPUtime=10.39 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17482/stat : 17482 (java) R 17422 17425 7954 0 -1 4202560 12617 12396 0 0 894 134 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809851546968 139809892606695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17483] ppid=17422 vsize=11130628 CPUtime=10.31 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17483/stat : 17483 (java) R 17422 17425 7954 0 -1 4202560 11203 12396 0 0 886 134 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809850493608 139809885737296 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17484] ppid=17422 vsize=11130628 CPUtime=10.46 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17484/stat : 17484 (java) R 17422 17425 7954 0 -1 4202560 10057 12396 0 0 900 135 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809849441064 139809892606695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17485] ppid=17422 vsize=11130628 CPUtime=10.29 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17485/stat : 17485 (java) R 17422 17425 7954 0 -1 4202560 9721 12396 0 0 889 129 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809848388008 139809892606695 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17486] ppid=17422 vsize=11130628 CPUtime=10.59 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17486/stat : 17486 (java) R 17422 17425 7954 0 -1 4202560 9425 12396 0 0 911 137 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809847335464 139809892606695 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17487] ppid=17422 vsize=11130628 CPUtime=10.58 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17487/stat : 17487 (java) R 17422 17425 7954 0 -1 4202560 11284 12396 0 0 907 140 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809846282712 139809884963745 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17488] ppid=17422 vsize=11130628 CPUtime=10.49 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17488/stat : 17488 (java) R 17422 17425 7954 0 -1 4202560 11383 12396 0 0 904 134 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809845230168 139809892606695 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17489] ppid=17422 vsize=11130628 CPUtime=4.22 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17489/stat : 17489 (java) S 17422 17425 7954 0 -1 1077944384 31472 12396 0 0 343 68 7 4 20 0 22 0 6374380 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809441723568 139809899988693 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17490] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17490/stat : 17490 (java) S 17422 17425 7954 0 -1 1077944384 65 12396 0 0 0 0 7 4 20 0 22 0 6374381 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809372759680 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17491] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17491/stat : 17491 (java) S 17422 17425 7954 0 -1 1077944384 53 12396 0 0 0 0 7 4 20 0 22 0 6374381 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809371706624 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17492] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17492/stat : 17492 (java) S 17422 17425 7954 0 -1 1077944384 96 12396 0 0 0 0 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809370655184 139809899997083 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17493] ppid=17422 vsize=11130628 CPUtime=10.13 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17493/stat : 17493 (java) S 17422 17425 7954 0 -1 1077944384 21158 12396 0 0 996 6 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809369593488 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17494] ppid=17422 vsize=11130628 CPUtime=10.19 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17494/stat : 17494 (java) S 17422 17425 7954 0 -1 1077944384 18896 12396 0 0 1002 6 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809368549744 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17495] ppid=17422 vsize=11130628 CPUtime=10.6 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17495/stat : 17495 (java) S 17422 17425 7954 0 -1 1077944384 23311 12396 0 0 1041 8 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809367496688 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17496] ppid=17422 vsize=11130628 CPUtime=4.53 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17496/stat : 17496 (java) S 17422 17425 7954 0 -1 1077944384 29959 12396 0 0 433 9 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809366444144 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17497] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17497/stat : 17497 (java) S 17422 17425 7954 0 -1 1077944384 3 12396 0 0 0 0 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809365392352 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17498] ppid=17422 vsize=11130628 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17498/stat : 17498 (java) S 17422 17425 7954 0 -1 1077944384 1254 12396 0 0 65 67 7 4 20 0 22 0 6374386 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809364339888 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
Current children cumulated CPU time (s) 2402.74
Current children cumulated vsize (KiB) 11130628

[startup+2297.4 s]
/proc/loadavg: 1.44 1.51 1.50 3/280 17981
/proc/meminfo: memFree=28670708/32770624 swapFree=5788/303308
[pid=17425] ppid=17422 vsize=11130628 CPUtime=2404.07 cores=0,2,4,6,8,10,12,14
/proc/17425/stat : 17425 (java) S 17422 17425 7954 0 -1 1077944320 652912 12396 0 0 239119 1277 7 4 20 0 22 0 6374365 11397763072 576324 33554432000 4194304 4196468 140724350972784 140724350955328 139809899978487 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
/proc/17425/statm: 2782657 576324 3521 1 0 2770212 0
[pid=17425/tid=17480] ppid=17422 vsize=11130628 CPUtime=2279.49 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17480/stat : 17480 (java) S 17422 17425 7954 0 -1 1077944384 432846 12396 0 0 227832 106 7 4 20 0 22 0 6374377 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809904216208 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17481] ppid=17422 vsize=11130628 CPUtime=10.59 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17481/stat : 17481 (java) S 17422 17425 7954 0 -1 1077944384 15846 12396 0 0 913 135 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809852599312 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17482] ppid=17422 vsize=11130628 CPUtime=10.55 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17482/stat : 17482 (java) S 17422 17425 7954 0 -1 1077944384 12618 12396 0 0 910 134 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809851546768 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17483] ppid=17422 vsize=11130628 CPUtime=10.47 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17483/stat : 17483 (java) S 17422 17425 7954 0 -1 1077944384 11204 12396 0 0 902 134 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809850493712 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17484] ppid=17422 vsize=11130628 CPUtime=10.63 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17484/stat : 17484 (java) S 17422 17425 7954 0 -1 1077944384 10057 12396 0 0 917 135 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809849441168 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17485] ppid=17422 vsize=11130628 CPUtime=10.45 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17485/stat : 17485 (java) S 17422 17425 7954 0 -1 1077944384 9721 12396 0 0 905 129 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809848388112 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17486] ppid=17422 vsize=11130628 CPUtime=10.76 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17486/stat : 17486 (java) S 17422 17425 7954 0 -1 1077944384 9425 12396 0 0 928 137 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809847335568 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17487] ppid=17422 vsize=11130628 CPUtime=10.75 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17487/stat : 17487 (java) S 17422 17425 7954 0 -1 1077944384 11284 12396 0 0 924 140 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809846282512 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17488] ppid=17422 vsize=11130628 CPUtime=10.66 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17488/stat : 17488 (java) S 17422 17425 7954 0 -1 1077944384 11384 12396 0 0 921 134 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809845229968 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17489] ppid=17422 vsize=11130628 CPUtime=4.26 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17489/stat : 17489 (java) R 17422 17425 7954 0 -1 4202560 31472 12396 0 0 347 68 7 4 20 0 22 0 6374380 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809441723760 139809899999834 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17490] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17490/stat : 17490 (java) S 17422 17425 7954 0 -1 1077944384 66 12396 0 0 0 0 7 4 20 0 22 0 6374381 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809372759408 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17491] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17491/stat : 17491 (java) S 17422 17425 7954 0 -1 1077944384 53 12396 0 0 0 0 7 4 20 0 22 0 6374381 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809371706624 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17492] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17492/stat : 17492 (java) S 17422 17425 7954 0 -1 1077944384 96 12396 0 0 0 0 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809370655184 139809899997083 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17493] ppid=17422 vsize=11130628 CPUtime=10.13 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17493/stat : 17493 (java) S 17422 17425 7954 0 -1 1077944384 21162 12396 0 0 996 6 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809369590752 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17494] ppid=17422 vsize=11130628 CPUtime=10.19 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17494/stat : 17494 (java) S 17422 17425 7954 0 -1 1077944384 18896 12396 0 0 1002 6 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809368549744 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17495] ppid=17422 vsize=11130628 CPUtime=10.6 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17495/stat : 17495 (java) S 17422 17425 7954 0 -1 1077944384 23311 12396 0 0 1041 8 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809367496688 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17496] ppid=17422 vsize=11130628 CPUtime=4.53 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17496/stat : 17496 (java) S 17422 17425 7954 0 -1 1077944384 29959 12396 0 0 433 9 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809366444144 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17497] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17497/stat : 17497 (java) S 17422 17425 7954 0 -1 1077944384 3 12396 0 0 0 0 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809365392352 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17498] ppid=17422 vsize=11130628 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17498/stat : 17498 (java) S 17422 17425 7954 0 -1 1077944384 1254 12396 0 0 65 67 7 4 20 0 22 0 6374386 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809364339888 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
Current children cumulated CPU time (s) 2404.07
Current children cumulated vsize (KiB) 11130628

[startup+2297.5 s]
/proc/loadavg: 1.44 1.51 1.50 3/280 17981
/proc/meminfo: memFree=28670708/32770624 swapFree=5788/303308
[pid=17425] ppid=17422 vsize=11130628 CPUtime=2404.73 cores=0,2,4,6,8,10,12,14
/proc/17425/stat : 17425 (java) S 17422 17425 7954 0 -1 1077944320 652912 12396 0 0 239184 1278 7 4 20 0 22 0 6374365 11397763072 576324 33554432000 4194304 4196468 140724350972784 140724350955328 139809899978487 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
/proc/17425/statm: 2782657 576324 3521 1 0 2770212 0
[pid=17425/tid=17480] ppid=17422 vsize=11130628 CPUtime=2279.49 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17480/stat : 17480 (java) S 17422 17425 7954 0 -1 1077944384 432846 12396 0 0 227832 106 7 4 20 0 22 0 6374377 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809904216208 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17481] ppid=17422 vsize=11130628 CPUtime=10.67 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17481/stat : 17481 (java) R 17422 17425 7954 0 -1 4202560 15846 12396 0 0 921 135 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809852599512 139809884975101 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17482] ppid=17422 vsize=11130628 CPUtime=10.63 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17482/stat : 17482 (java) R 17422 17425 7954 0 -1 4202560 12618 12396 0 0 918 134 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809851546968 139809884974911 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17483] ppid=17422 vsize=11130628 CPUtime=10.55 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17483/stat : 17483 (java) R 17422 17425 7954 0 -1 4202560 11204 12396 0 0 910 134 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809850493912 139809884677246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17484] ppid=17422 vsize=11130628 CPUtime=10.71 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17484/stat : 17484 (java) R 17422 17425 7954 0 -1 4202560 10057 12396 0 0 925 135 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809849441368 139809884975123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17485] ppid=17422 vsize=11130628 CPUtime=10.53 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17485/stat : 17485 (java) R 17422 17425 7954 0 -1 4202560 9721 12396 0 0 913 129 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809848388312 139809881531728 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17486] ppid=17422 vsize=11130628 CPUtime=10.83 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17486/stat : 17486 (java) R 17422 17425 7954 0 -1 4202560 9425 12396 0 0 935 137 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809847335768 139809884436057 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17487] ppid=17422 vsize=11130628 CPUtime=10.83 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17487/stat : 17487 (java) R 17422 17425 7954 0 -1 4202560 11284 12396 0 0 932 140 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809846282712 139809884974891 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17488] ppid=17422 vsize=11130628 CPUtime=10.74 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17488/stat : 17488 (java) R 17422 17425 7954 0 -1 4202560 11384 12396 0 0 929 134 7 4 20 0 22 0 6374378 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809845229968 139809881588258 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17489] ppid=17422 vsize=11130628 CPUtime=4.28 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17489/stat : 17489 (java) S 17422 17425 7954 0 -1 1077944384 31472 12396 0 0 349 68 7 4 20 0 22 0 6374380 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809441723792 139809899988693 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17490] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17490/stat : 17490 (java) S 17422 17425 7954 0 -1 1077944384 66 12396 0 0 0 0 7 4 20 0 22 0 6374381 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809372759408 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17491] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17491/stat : 17491 (java) S 17422 17425 7954 0 -1 1077944384 53 12396 0 0 0 0 7 4 20 0 22 0 6374381 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809371706624 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17492] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17492/stat : 17492 (java) S 17422 17425 7954 0 -1 1077944384 96 12396 0 0 0 0 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809370655184 139809899997083 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17493] ppid=17422 vsize=11130628 CPUtime=10.13 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17493/stat : 17493 (java) S 17422 17425 7954 0 -1 1077944384 21162 12396 0 0 996 6 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809369590752 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17494] ppid=17422 vsize=11130628 CPUtime=10.19 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17494/stat : 17494 (java) S 17422 17425 7954 0 -1 1077944384 18896 12396 0 0 1002 6 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809368549744 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17495] ppid=17422 vsize=11130628 CPUtime=10.6 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17495/stat : 17495 (java) S 17422 17425 7954 0 -1 1077944384 23311 12396 0 0 1041 8 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809367496688 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17496] ppid=17422 vsize=11130628 CPUtime=4.53 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17496/stat : 17496 (java) S 17422 17425 7954 0 -1 1077944384 29959 12396 0 0 433 9 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809366444144 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17497] ppid=17422 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17497/stat : 17497 (java) S 17422 17425 7954 0 -1 1077944384 3 12396 0 0 0 0 7 4 20 0 22 0 6374385 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809365392352 139809899988693 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
[pid=17425/tid=17498] ppid=17422 vsize=11130628 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17425/task/17498/stat : 17498 (java) S 17422 17425 7954 0 -1 1077944384 1254 12396 0 0 65 67 7 4 20 0 22 0 6374386 11397763072 576324 33554432000 4194304 4196468 140724350972784 139809364339888 139809899989634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9347072 140724350978753 140724350981527 140724350981527 140724350984143 0
Current children cumulated CPU time (s) 2404.73
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2297.56
CPU time (s): 2404.99
CPU user time (s): 2392.15
CPU system time (s): 12.8432
CPU usage (%): 104.676
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.15
system time used= 12.8432
maximum resident set size= 2573896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 665476
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= 190141
involuntary context switches= 155019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0764 second user time and 17.4046 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 10:11:09
IDJOB=4246206
IDBENCH=124244
IDSOLVER=2630
FILE ID=node128/4246206-1500711069
RUNJOBID= node128-1500683681-7985
PBS_JOBID= 20623342
Free space on /tmp= 61996 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246206-1500711069/watcher-4246206-1500711069 -o /tmp/evaluation-result-4246206-1500711069/solver-4246206-1500711069 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7985 --watchdog 2560  bin/concrete HOME/instance-4246206-1500711069.xml

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

MD5SUM BENCH= 36688640cc45f0157406ded158d596cc
RANDOM SEED=1140442352

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31141208 kB
MemAvailable:   31380460 kB
Buffers:          128920 kB
Cached:           392460 kB
SwapCached:            0 kB
Active:           884352 kB
Inactive:         308848 kB
Active(anon):     675084 kB
Inactive(anon):     8756 kB
Active(file):     209268 kB
Inactive(file):   300092 kB
Unevictable:        5788 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23920 kB
Writeback:             0 kB
AnonPages:        828952 kB
Mapped:            43764 kB
Shmem:              8844 kB
Slab:             125356 kB
SReclaimable:      91456 kB
SUnreclaim:        33900 kB
KernelStack:        4896 kB
PageTables:         8440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1434532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61972 MiB
End job on node128 at 2017-07-22 10:49:27