Trace number 4246122

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) 2403.06 2313.13

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t04-1.xml
MD5SUMe916ba0c5634620e8924ec581ee284c9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark217
Best CPU time to get the best result obtained on this benchmark20087.1
Satisfiable
(Un)Satisfiability was proved
Number of variables5040
Number of constraints262
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":240},{"size":4,"count":240},{"size":25,"count":480},{"size":44,"count":240},{"size":45,"count":240},{"size":73,"count":240},{"size":78,"count":240},{"size":87,"count":480},{"size":102,"count":240},{"size":107,"count":240},{"size":130,"count":240},{"size":131,"count":240},{"size":132,"count":480},{"size":139,"count":480},{"size":170,"count":240},{"size":175,"count":240},{"size":195,"count":240}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":5040}]
Minimum constraint arity21
Maximum constraint arity4800
Distribution of constraint arities[{"arity":21,"count":240},{"arity":240,"count":21},{"arity":4800,"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":260}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=17192
running on 8 cores: 1,3,5,7,9,11,13,15

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.76 1.75 1.94 3/261 17195
/proc/meminfo: memFree=28635104/32770624 swapFree=5788/298184
[pid=17195] ppid=17192 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17195/stat : 17195 (bash) S 17192 17195 7954 0 -1 4202496 686 1534 0 0 0 0 0 0 20 0 1 0 6162521 9736192 350 33554432000 4194304 5098028 140735898484672 140735898482312 140327556291584 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 31424512 140735898490126 140735898490211 140735898490211 140735898492910 0
/proc/17195/statm: 2377 350 277 221 0 86 0

[startup+0.100085 s]
/proc/loadavg: 1.76 1.75 1.94 3/261 17195
/proc/meminfo: memFree=28635104/32770624 swapFree=5788/298184
[pid=17195] ppid=17192 vsize=9640 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/stat : 17195 (bash) R 17192 17195 7954 0 -1 4202496 914 11709 0 0 0 0 6 3 20 0 1 0 6162521 9871360 381 33554432000 4194304 5098028 140735898484672 140735898478680 140327556118348 0 65538 4100 65536 0 0 0 17 13 0 0 0 0 0 7196144 7232144 31424512 140735898490126 140735898490211 140735898490211 140735898492910 0
/proc/17195/statm: 2410 381 299 221 0 119 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9640

[startup+0.200265 s]
/proc/loadavg: 1.76 1.75 1.94 3/261 17195
/proc/meminfo: memFree=28635104/32770624 swapFree=5788/298184
[pid=17195] ppid=17192 vsize=10901808 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17195/stat : 17195 (java) S 17192 17195 7954 0 -1 1077944320 5712 12385 0 0 9 1 6 3 20 0 20 0 6162521 11163451392 5965 33554432000 4194304 4196468 140733857057008 140733857039552 140041213644535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
/proc/17195/statm: 2725452 5965 2589 1 0 2713890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10901808

[startup+0.30031 s]
/proc/loadavg: 1.76 1.75 1.94 3/261 17195
/proc/meminfo: memFree=28635104/32770624 swapFree=5788/298184
[pid=17195] ppid=17192 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/17195/stat : 17195 (java) S 17192 17195 7954 0 -1 1077944320 9210 12385 0 0 24 3 6 3 20 0 20 0 6162521 11163947008 10208 33554432000 4194304 4196468 140733857057008 140733857039552 140041213644535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
/proc/17195/statm: 2725573 10208 2951 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700221 s]
/proc/loadavg: 1.76 1.75 1.94 3/261 17195
/proc/meminfo: memFree=28635104/32770624 swapFree=5788/298184
[pid=17195] ppid=17192 vsize=10902720 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/17195/stat : 17195 (java) S 17192 17195 7954 0 -1 1077944320 12902 12385 0 0 85 5 6 3 20 0 20 0 6162521 11164385280 16229 33554432000 4194304 4196468 140733857057008 140733857039552 140041213644535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
/proc/17195/statm: 2725680 16229 3230 1 0 2713890 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10902720

[startup+1.50108 s]
/proc/loadavg: 1.76 1.75 1.94 4/281 17268
/proc/meminfo: memFree=28529832/32770624 swapFree=5788/298248
[pid=17195] ppid=17192 vsize=10913344 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/17195/stat : 17195 (java) S 17192 17195 7954 0 -1 1077944320 27261 12385 0 0 208 14 6 3 20 0 20 0 6162521 11175264256 44149 33554432000 4194304 4196468 140733857057008 140733857039552 140041213644535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
/proc/17195/statm: 2728336 44149 3411 1 0 2716450 0
[pid=17195/tid=17250] ppid=17192 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17250/stat : 17250 (java) R 17192 17195 7954 0 -1 4202560 19774 12385 0 0 127 6 6 3 20 0 20 0 6162531 11175264256 44149 33554432000 4194304 4196468 140733857057008 140041217873184 140041193354976 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17251] ppid=17192 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17251/stat : 17251 (java) S 17192 17195 7954 0 -1 1077944384 33 12385 0 0 0 0 6 3 20 0 20 0 6162532 11175264256 44149 33554432000 4194304 4196468 140733857057008 140041170197264 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17252] ppid=17192 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17252/stat : 17252 (java) S 17192 17195 7954 0 -1 1077944384 139 12385 0 0 1 0 6 3 20 0 20 0 6162532 11175264256 44149 33554432000 4194304 4196468 140733857057008 140041169144720 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17253] ppid=17192 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17253/stat : 17253 (java) S 17192 17195 7954 0 -1 1077944384 33 12385 0 0 1 0 6 3 20 0 20 0 6162532 11175264256 44149 33554432000 4194304 4196468 140733857057008 140041168092176 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17254] ppid=17192 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17254/stat : 17254 (java) S 17192 17195 7954 0 -1 1077944384 15 12385 0 0 0 0 6 3 20 0 20 0 6162532 11175264256 44149 33554432000 4194304 4196468 140733857057008 140040817532048 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17255] ppid=17192 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17255/stat : 17255 (java) S 17192 17195 7954 0 -1 1077944384 24 12385 0 0 1 0 6 3 20 0 20 0 6162532 11175264256 44149 33554432000 4194304 4196468 140733857057008 140040816478480 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17256] ppid=17192 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17256/stat : 17256 (java) S 17192 17195 7954 0 -1 1077944384 52 12385 0 0 1 0 6 3 20 0 20 0 6162532 11175264256 44149 33554432000 4194304 4196468 140733857057008 140040815425936 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17257] ppid=17192 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17257/stat : 17257 (java) S 17192 17195 7954 0 -1 1077944384 15 12385 0 0 1 0 6 3 20 0 20 0 6162532 11175264256 44149 33554432000 4194304 4196468 140733857057008 140040814373392 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17258] ppid=17192 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17258/stat : 17258 (java) S 17192 17195 7954 0 -1 1077944384 32 12385 0 0 1 0 6 3 20 0 20 0 6162532 11175264256 44149 33554432000 4194304 4196468 140733857057008 140040813320848 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17259] ppid=17192 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17259/stat : 17259 (java) S 17192 17195 7954 0 -1 1077944384 1513 12385 0 0 1 0 6 3 20 0 20 0 6162535 11175264256 44149 33554432000 4194304 4196468 140733857057008 140040687540720 140041213655682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17260] ppid=17192 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17260/stat : 17260 (java) S 17192 17195 7954 0 -1 1077944384 56 12385 0 0 0 0 6 3 20 0 20 0 6162535 11175264256 44149 33554432000 4194304 4196468 140733857057008 140040686486944 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17261] ppid=17192 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17261/stat : 17261 (java) S 17192 17195 7954 0 -1 1077944384 45 12385 0 0 0 0 6 3 20 0 20 0 6162536 11175264256 44149 33554432000 4194304 4196468 140733857057008 140040685434352 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17262] ppid=17192 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17262/stat : 17262 (java) S 17192 17195 7954 0 -1 1077944384 1 12385 0 0 0 0 6 3 20 0 20 0 6162540 11175264256 44149 33554432000 4194304 4196468 140733857057008 140040684382928 140041213663131 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17263] ppid=17192 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17263/stat : 17263 (java) R 17192 17195 7954 0 -1 4202560 1031 12385 0 0 14 0 6 3 20 0 20 0 6162540 11175264256 44149 33554432000 4194304 4196468 140733857057008 140040683318784 140041195188258 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17264] ppid=17192 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17264/stat : 17264 (java) S 17192 17195 7954 0 -1 1077944384 694 12385 0 0 14 0 6 3 20 0 20 0 6162540 11175264256 44150 33554432000 4194304 4196468 140733857057008 140040682276976 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17265] ppid=17192 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17265/stat : 17265 (java) R 17192 17195 7954 0 -1 4202560 533 12385 0 0 13 0 6 3 20 0 20 0 6162540 11175264256 44150 33554432000 4194304 4196468 140733857057008 140040681215440 140041192060850 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17266] ppid=17192 vsize=10913344 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17266/stat : 17266 (java) S 17192 17195 7954 0 -1 1077944384 1158 12385 0 0 26 0 6 3 20 0 20 0 6162540 11175264256 44150 33554432000 4194304 4196468 140733857057008 140040680171888 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17267] ppid=17192 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17267/stat : 17267 (java) S 17192 17195 7954 0 -1 1077944384 3 12385 0 0 0 0 6 3 20 0 20 0 6162540 11175264256 44150 33554432000 4194304 4196468 140733857057008 140040679119584 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17268] ppid=17192 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17268/stat : 17268 (java) S 17192 17195 7954 0 -1 1077944384 7 12385 0 0 0 0 6 3 20 0 20 0 6162540 11175264256 44150 33554432000 4194304 4196468 140733857057008 140040678067120 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10913344

[startup+3.10117 s]
/proc/loadavg: 1.94 1.79 1.95 5/281 17268
/proc/meminfo: memFree=28455932/32770624 swapFree=5788/298248
[pid=17195] ppid=17192 vsize=10925820 CPUtime=7.31 cores=1,3,5,7,9,11,13,15
/proc/17195/stat : 17195 (java) S 17192 17195 7954 0 -1 1077944320 41160 12385 0 0 703 19 6 3 20 0 20 0 6162521 11188039680 58169 33554432000 4194304 4196468 140733857057008 140733857039552 140041213644535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
/proc/17195/statm: 2731455 58169 3480 1 0 2719010 0
[pid=17195/tid=17250] ppid=17192 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17250/stat : 17250 (java) R 17192 17195 7954 0 -1 4202560 25308 12385 0 0 284 8 6 3 20 0 20 0 6162531 11188039680 58169 33554432000 4194304 4196468 140733857057008 140041217874088 140040848148128 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17251] ppid=17192 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17251/stat : 17251 (java) S 17192 17195 7954 0 -1 1077944384 33 12385 0 0 0 0 6 3 20 0 20 0 6162532 11188039680 58169 33554432000 4194304 4196468 140733857057008 140041170197264 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17252] ppid=17192 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17252/stat : 17252 (java) S 17192 17195 7954 0 -1 1077944384 139 12385 0 0 1 0 6 3 20 0 20 0 6162532 11188039680 58169 33554432000 4194304 4196468 140733857057008 140041169144720 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17253] ppid=17192 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17253/stat : 17253 (java) S 17192 17195 7954 0 -1 1077944384 33 12385 0 0 1 0 6 3 20 0 20 0 6162532 11188039680 58169 33554432000 4194304 4196468 140733857057008 140041168092176 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17254] ppid=17192 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17254/stat : 17254 (java) S 17192 17195 7954 0 -1 1077944384 15 12385 0 0 0 0 6 3 20 0 20 0 6162532 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040817532048 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17255] ppid=17192 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17255/stat : 17255 (java) S 17192 17195 7954 0 -1 1077944384 24 12385 0 0 1 0 6 3 20 0 20 0 6162532 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040816478480 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17256] ppid=17192 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17256/stat : 17256 (java) S 17192 17195 7954 0 -1 1077944384 52 12385 0 0 1 0 6 3 20 0 20 0 6162532 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040815425936 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17257] ppid=17192 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17257/stat : 17257 (java) S 17192 17195 7954 0 -1 1077944384 15 12385 0 0 1 0 6 3 20 0 20 0 6162532 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040814373392 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17258] ppid=17192 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17258/stat : 17258 (java) S 17192 17195 7954 0 -1 1077944384 32 12385 0 0 1 0 6 3 20 0 20 0 6162532 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040813320848 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17259] ppid=17192 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17259/stat : 17259 (java) S 17192 17195 7954 0 -1 1077944384 1546 12385 0 0 1 0 6 3 20 0 20 0 6162535 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040687540720 140041213655682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17260] ppid=17192 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17260/stat : 17260 (java) S 17192 17195 7954 0 -1 1077944384 56 12385 0 0 0 0 6 3 20 0 20 0 6162535 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040686486944 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17261] ppid=17192 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17261/stat : 17261 (java) S 17192 17195 7954 0 -1 1077944384 45 12385 0 0 0 0 6 3 20 0 20 0 6162536 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040685434352 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17262] ppid=17192 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17262/stat : 17262 (java) S 17192 17195 7954 0 -1 1077944384 1 12385 0 0 0 0 6 3 20 0 20 0 6162540 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040684382928 140041213663131 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17263] ppid=17192 vsize=10925820 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17263/stat : 17263 (java) R 17192 17195 7954 0 -1 4202560 1753 12385 0 0 82 0 6 3 20 0 20 0 6162540 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040683312640 140041195188714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17264] ppid=17192 vsize=10925820 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17264/stat : 17264 (java) R 17192 17195 7954 0 -1 4202560 4654 12385 0 0 114 1 6 3 20 0 20 0 6162540 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040682260208 140041199690896 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17265] ppid=17192 vsize=10925820 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17265/stat : 17265 (java) R 17192 17195 7954 0 -1 4202560 1481 12385 0 0 92 1 6 3 20 0 20 0 6162540 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040681208040 140041193306753 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17266] ppid=17192 vsize=10925820 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17266/stat : 17266 (java) S 17192 17195 7954 0 -1 1077944384 3832 12385 0 0 117 1 6 3 20 0 20 0 6162540 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040680171888 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17267] ppid=17192 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17267/stat : 17267 (java) S 17192 17195 7954 0 -1 1077944384 3 12385 0 0 0 0 6 3 20 0 20 0 6162540 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040679119584 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17268] ppid=17192 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17268/stat : 17268 (java) S 17192 17195 7954 0 -1 1077944384 8 12385 0 0 0 0 6 3 20 0 20 0 6162540 11188039680 58169 33554432000 4194304 4196468 140733857057008 140040678067120 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 10925820

[startup+6.30113 s]
/proc/loadavg: 1.94 1.79 1.95 6/281 17268
/proc/meminfo: memFree=28265448/32770624 swapFree=5788/298260
[pid=17195] ppid=17192 vsize=10997500 CPUtime=18.78 cores=1,3,5,7,9,11,13,15
/proc/17195/stat : 17195 (java) S 17192 17195 7954 0 -1 1077944320 71451 12385 0 0 1831 38 6 3 20 0 20 0 6162521 11261440000 99876 33554432000 4194304 4196468 140733857057008 140733857039552 140041213644535 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
/proc/17195/statm: 2749375 99876 3516 1 0 2736930 0
[pid=17195/tid=17250] ppid=17192 vsize=10997500 CPUtime=6.06 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17250/stat : 17250 (java) R 17192 17195 7954 0 -1 4202560 37386 12385 0 0 586 11 6 3 20 0 20 0 6162531 11261440000 99876 33554432000 4194304 4196468 140733857057008 140041217877624 140040850236125 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17251] ppid=17192 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17251/stat : 17251 (java) S 17192 17195 7954 0 -1 1077944384 94 12385 0 0 7 1 6 3 20 0 20 0 6162532 11261440000 99876 33554432000 4194304 4196468 140733857057008 140041170197264 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17252] ppid=17192 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17252/stat : 17252 (java) S 17192 17195 7954 0 -1 1077944384 213 12385 0 0 8 2 6 3 20 0 20 0 6162532 11261440000 99876 33554432000 4194304 4196468 140733857057008 140041169144720 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17253] ppid=17192 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17253/stat : 17253 (java) S 17192 17195 7954 0 -1 1077944384 707 12385 0 0 7 2 6 3 20 0 20 0 6162532 11261440000 99876 33554432000 4194304 4196468 140733857057008 140041168092176 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17254] ppid=17192 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17254/stat : 17254 (java) S 17192 17195 7954 0 -1 1077944384 69 12385 0 0 7 2 6 3 20 0 20 0 6162532 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040817532048 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17255] ppid=17192 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17255/stat : 17255 (java) S 17192 17195 7954 0 -1 1077944384 105 12385 0 0 7 1 6 3 20 0 20 0 6162532 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040816478480 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17256] ppid=17192 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17256/stat : 17256 (java) S 17192 17195 7954 0 -1 1077944384 97 12385 0 0 7 1 6 3 20 0 20 0 6162532 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040815425936 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17257] ppid=17192 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17257/stat : 17257 (java) S 17192 17195 7954 0 -1 1077944384 92 12385 0 0 7 2 6 3 20 0 20 0 6162532 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040814373392 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17258] ppid=17192 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17258/stat : 17258 (java) S 17192 17195 7954 0 -1 1077944384 74 12385 0 0 8 1 6 3 20 0 20 0 6162532 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040813320848 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17259] ppid=17192 vsize=10997500 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17259/stat : 17259 (java) S 17192 17195 7954 0 -1 1077944384 2154 12385 0 0 6 0 6 3 20 0 20 0 6162535 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040687540720 140041213655682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17260] ppid=17192 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17260/stat : 17260 (java) S 17192 17195 7954 0 -1 1077944384 56 12385 0 0 0 0 6 3 20 0 20 0 6162535 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040686487072 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17261] ppid=17192 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17261/stat : 17261 (java) S 17192 17195 7954 0 -1 1077944384 45 12385 0 0 0 0 6 3 20 0 20 0 6162536 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040685434368 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17262] ppid=17192 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17262/stat : 17262 (java) S 17192 17195 7954 0 -1 1077944384 1 12385 0 0 0 0 6 3 20 0 20 0 6162540 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040684382928 140041213663131 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17263] ppid=17192 vsize=10997500 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17263/stat : 17263 (java) R 17192 17195 7954 0 -1 4202560 6121 12385 0 0 292 1 6 3 20 0 20 0 6162540 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040683329816 140041195169730 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17264] ppid=17192 vsize=10997500 CPUtime=3.52 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17264/stat : 17264 (java) S 17192 17195 7954 0 -1 1077944384 8919 12385 0 0 341 2 6 3 20 0 20 0 6162540 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040682276976 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17265] ppid=17192 vsize=10997500 CPUtime=3.19 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17265/stat : 17265 (java) S 17192 17195 7954 0 -1 1077944384 6228 12385 0 0 308 2 6 3 20 0 20 0 6162540 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040681224432 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17266] ppid=17192 vsize=10997500 CPUtime=2.43 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17266/stat : 17266 (java) S 17192 17195 7954 0 -1 1077944384 6948 12385 0 0 231 3 6 3 20 0 20 0 6162540 11261440000 99876 33554432000 4194304 4196468 140733857057008 140040680171888 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17267] ppid=17192 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15

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

[pid=17195/tid=17262] ppid=17192 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17262/stat : 17262 (java) S 17192 17195 7954 0 -1 1077944384 1 12385 0 0 0 0 6 3 20 0 20 0 6162540 11261440000 152769 33554432000 4194304 4196468 140733857057008 140040684382928 140041213663131 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17263] ppid=17192 vsize=10997500 CPUtime=7.86 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17263/stat : 17263 (java) S 17192 17195 7954 0 -1 1077944384 15487 12385 0 0 772 5 6 3 20 0 20 0 6162540 11261440000 152769 33554432000 4194304 4196468 140733857057008 140040683329520 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17264] ppid=17192 vsize=10997500 CPUtime=8.16 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17264/stat : 17264 (java) S 17192 17195 7954 0 -1 1077944384 17341 12385 0 0 802 5 6 3 20 0 20 0 6162540 11261440000 152769 33554432000 4194304 4196468 140733857057008 140040682276976 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17265] ppid=17192 vsize=10997500 CPUtime=8.01 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17265/stat : 17265 (java) S 17192 17195 7954 0 -1 1077944384 19314 12385 0 0 786 6 6 3 20 0 20 0 6162540 11261440000 152769 33554432000 4194304 4196468 140733857057008 140040681224432 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17266] ppid=17192 vsize=10997500 CPUtime=4.26 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17266/stat : 17266 (java) S 17192 17195 7954 0 -1 1077944384 19704 12385 0 0 410 7 6 3 20 0 20 0 6162540 11261440000 152769 33554432000 4194304 4196468 140733857057008 140040680171888 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17267] ppid=17192 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17267/stat : 17267 (java) S 17192 17195 7954 0 -1 1077944384 3 12385 0 0 0 0 6 3 20 0 20 0 6162540 11261440000 152769 33554432000 4194304 4196468 140733857057008 140040679119584 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17268] ppid=17192 vsize=10997500 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17268/stat : 17268 (java) S 17192 17195 7954 0 -1 1077944384 1073 12385 0 0 59 62 6 3 20 0 20 0 6162540 11261440000 152769 33554432000 4194304 4196468 140733857057008 140040678067120 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
Current children cumulated CPU time (s) 2400.03
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 17195 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2312.8 s]
/proc/loadavg: 1.70 1.57 1.55 3/281 17501
/proc/meminfo: memFree=28635444/32770624 swapFree=5788/300868
[pid=17195] ppid=17192 vsize=11130628 CPUtime=2401.16 cores=1,3,5,7,9,11,13,15
/proc/17195/stat : 17195 (java) S 17192 17195 7954 0 -1 1077944320 262771 12385 0 0 239628 479 6 3 20 0 22 0 6162521 11397763072 154879 33554432000 4194304 4196468 140733857057008 140733857039552 140041213644535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
/proc/17195/statm: 2782657 154879 3519 1 0 2770212 0
[pid=17195/tid=17250] ppid=17192 vsize=11130628 CPUtime=2293.31 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17250/stat : 17250 (java) S 17192 17195 7954 0 -1 1077944384 78401 12385 0 0 229280 42 6 3 20 0 22 0 6162531 11397763072 154879 33554432000 4194304 4196468 140733857057008 140041217882256 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17251] ppid=17192 vsize=11130628 CPUtime=8.97 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17251/stat : 17251 (java) R 17192 17195 7954 0 -1 4202560 10046 12385 0 0 845 43 6 3 20 0 22 0 6162532 11397763072 154879 33554432000 4194304 4196468 140733857057008 140041170197384 140041206272743 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17252] ppid=17192 vsize=11130628 CPUtime=9.17 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17252/stat : 17252 (java) R 17192 17195 7954 0 -1 4202560 13359 12385 0 0 864 44 6 3 20 0 22 0 6162532 11397763072 154879 33554432000 4194304 4196468 140733857057008 140041169144920 140041198345168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17253] ppid=17192 vsize=11130628 CPUtime=9.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17253/stat : 17253 (java) R 17192 17195 7954 0 -1 4202560 16454 12385 0 0 858 43 6 3 20 0 22 0 6162532 11397763072 154879 33554432000 4194304 4196468 140733857057008 140041168092296 140041206272743 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17254] ppid=17192 vsize=11130628 CPUtime=9.02 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17254/stat : 17254 (java) R 17192 17195 7954 0 -1 4202560 5297 12385 0 0 849 44 6 3 20 0 22 0 6162532 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040817531856 140041206272743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17255] ppid=17192 vsize=11130628 CPUtime=9.1 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17255/stat : 17255 (java) R 17192 17195 7954 0 -1 4202560 5621 12385 0 0 862 39 6 3 20 0 22 0 6162532 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040816478600 140041206272743 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17256] ppid=17192 vsize=11130628 CPUtime=9.08 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17256/stat : 17256 (java) R 17192 17195 7954 0 -1 4202560 8373 12385 0 0 856 43 6 3 20 0 22 0 6162532 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040815426056 140041197027570 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17257] ppid=17192 vsize=11130628 CPUtime=9.12 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17257/stat : 17257 (java) R 17192 17195 7954 0 -1 4202560 7588 12385 0 0 861 42 6 3 20 0 22 0 6162532 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040814373512 140041206272743 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17258] ppid=17192 vsize=11130628 CPUtime=9.05 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17258/stat : 17258 (java) R 17192 17195 7954 0 -1 4202560 13335 12385 0 0 854 42 6 3 20 0 22 0 6162532 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040813320656 140041206272743 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17259] ppid=17192 vsize=11130628 CPUtime=6.75 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17259/stat : 17259 (java) S 17192 17195 7954 0 -1 1077944384 27721 12385 0 0 620 46 6 3 20 0 22 0 6162535 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040687539344 140041213654741 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17260] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17260/stat : 17260 (java) S 17192 17195 7954 0 -1 1077944384 56 12385 0 0 0 0 6 3 20 0 22 0 6162535 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040686487072 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17261] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17261/stat : 17261 (java) S 17192 17195 7954 0 -1 1077944384 45 12385 0 0 0 0 6 3 20 0 22 0 6162536 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040685434368 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17262] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17262/stat : 17262 (java) S 17192 17195 7954 0 -1 1077944384 242 12385 0 0 0 0 6 3 20 0 22 0 6162540 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040684382928 140041213663131 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17263] ppid=17192 vsize=11130628 CPUtime=7.86 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17263/stat : 17263 (java) S 17192 17195 7954 0 -1 1077944384 15487 12385 0 0 772 5 6 3 20 0 22 0 6162540 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040683329520 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17264] ppid=17192 vsize=11130628 CPUtime=8.16 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17264/stat : 17264 (java) S 17192 17195 7954 0 -1 1077944384 17341 12385 0 0 802 5 6 3 20 0 22 0 6162540 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040682276976 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17265] ppid=17192 vsize=11130628 CPUtime=8.01 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17265/stat : 17265 (java) S 17192 17195 7954 0 -1 1077944384 19314 12385 0 0 786 6 6 3 20 0 22 0 6162540 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040681224432 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17266] ppid=17192 vsize=11130628 CPUtime=4.26 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17266/stat : 17266 (java) S 17192 17195 7954 0 -1 1077944384 20529 12385 0 0 410 7 6 3 20 0 22 0 6162540 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040680171456 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17267] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17267/stat : 17267 (java) S 17192 17195 7954 0 -1 1077944384 3 12385 0 0 0 0 6 3 20 0 22 0 6162540 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040679119584 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17268] ppid=17192 vsize=11130628 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17268/stat : 17268 (java) S 17192 17195 7954 0 -1 1077944384 1073 12385 0 0 59 62 6 3 20 0 22 0 6162540 11397763072 154879 33554432000 4194304 4196468 140733857057008 140040678067120 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
Current children cumulated CPU time (s) 2401.16
Current children cumulated vsize (KiB) 11130628

[startup+2313 s]
/proc/loadavg: 1.70 1.57 1.55 3/281 17501
/proc/meminfo: memFree=28635444/32770624 swapFree=5788/300868
[pid=17195] ppid=17192 vsize=11130628 CPUtime=2402.48 cores=1,3,5,7,9,11,13,15
/proc/17195/stat : 17195 (java) S 17192 17195 7954 0 -1 1077944320 263171 12385 0 0 239760 479 6 3 20 0 22 0 6162521 11397763072 154946 33554432000 4194304 4196468 140733857057008 140733857039552 140041213644535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
/proc/17195/statm: 2782657 154946 3519 1 0 2770212 0
[pid=17195/tid=17250] ppid=17192 vsize=11130628 CPUtime=2293.31 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17250/stat : 17250 (java) S 17192 17195 7954 0 -1 1077944384 78401 12385 0 0 229280 42 6 3 20 0 22 0 6162531 11397763072 154946 33554432000 4194304 4196468 140733857057008 140041217882256 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17251] ppid=17192 vsize=11130628 CPUtime=9.13 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17251/stat : 17251 (java) R 17192 17195 7954 0 -1 4202560 10047 12385 0 0 861 43 6 3 20 0 22 0 6162532 11397763072 154946 33554432000 4194304 4196468 140733857057008 140041170197152 140041206272743 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17252] ppid=17192 vsize=11130628 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17252/stat : 17252 (java) R 17192 17195 7954 0 -1 4202560 13364 12385 0 0 880 44 6 3 20 0 22 0 6162532 11397763072 154946 33554432000 4194304 4196468 140733857057008 140041169144920 140041206272743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17253] ppid=17192 vsize=11130628 CPUtime=9.27 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17253/stat : 17253 (java) R 17192 17195 7954 0 -1 4202560 16456 12385 0 0 875 43 6 3 20 0 22 0 6162532 11397763072 154946 33554432000 4194304 4196468 140733857057008 140041168092376 140041206272743 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17254] ppid=17192 vsize=11130628 CPUtime=9.19 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17254/stat : 17254 (java) R 17192 17195 7954 0 -1 4202560 5309 12385 0 0 866 44 6 3 20 0 22 0 6162532 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040817532248 140041206272743 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17255] ppid=17192 vsize=11130628 CPUtime=9.26 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17255/stat : 17255 (java) R 17192 17195 7954 0 -1 4202560 5624 12385 0 0 878 39 6 3 20 0 22 0 6162532 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040816478680 140041198641208 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17256] ppid=17192 vsize=11130628 CPUtime=9.24 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17256/stat : 17256 (java) R 17192 17195 7954 0 -1 4202560 8378 12385 0 0 872 43 6 3 20 0 22 0 6162532 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040815426056 140041199403352 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17257] ppid=17192 vsize=11130628 CPUtime=9.28 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17257/stat : 17257 (java) R 17192 17195 7954 0 -1 4202560 7633 12385 0 0 877 42 6 3 20 0 22 0 6162532 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040814373592 140041206272743 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17258] ppid=17192 vsize=11130628 CPUtime=9.2 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17258/stat : 17258 (java) R 17192 17195 7954 0 -1 4202560 13336 12385 0 0 869 42 6 3 20 0 22 0 6162532 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040813321048 140041206272743 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17259] ppid=17192 vsize=11130628 CPUtime=6.78 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17259/stat : 17259 (java) S 17192 17195 7954 0 -1 1077944384 28042 12385 0 0 623 46 6 3 20 0 22 0 6162535 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040687539344 140041213654741 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17260] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17260/stat : 17260 (java) S 17192 17195 7954 0 -1 1077944384 58 12385 0 0 0 0 6 3 20 0 22 0 6162535 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040686487056 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17261] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17261/stat : 17261 (java) S 17192 17195 7954 0 -1 1077944384 45 12385 0 0 0 0 6 3 20 0 22 0 6162536 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040685434368 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17262] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17262/stat : 17262 (java) S 17192 17195 7954 0 -1 1077944384 242 12385 0 0 0 0 6 3 20 0 22 0 6162540 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040684382928 140041213663131 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17263] ppid=17192 vsize=11130628 CPUtime=7.86 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17263/stat : 17263 (java) S 17192 17195 7954 0 -1 1077944384 15487 12385 0 0 772 5 6 3 20 0 22 0 6162540 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040683329520 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17264] ppid=17192 vsize=11130628 CPUtime=8.16 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17264/stat : 17264 (java) S 17192 17195 7954 0 -1 1077944384 17341 12385 0 0 802 5 6 3 20 0 22 0 6162540 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040682276976 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17265] ppid=17192 vsize=11130628 CPUtime=8.01 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17265/stat : 17265 (java) S 17192 17195 7954 0 -1 1077944384 19314 12385 0 0 786 6 6 3 20 0 22 0 6162540 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040681224432 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17266] ppid=17192 vsize=11130628 CPUtime=4.26 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17266/stat : 17266 (java) S 17192 17195 7954 0 -1 1077944384 20531 12385 0 0 410 7 6 3 20 0 22 0 6162540 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040680171456 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17267] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17267/stat : 17267 (java) S 17192 17195 7954 0 -1 1077944384 3 12385 0 0 0 0 6 3 20 0 22 0 6162540 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040679119584 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17268] ppid=17192 vsize=11130628 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17268/stat : 17268 (java) S 17192 17195 7954 0 -1 1077944384 1073 12385 0 0 59 62 6 3 20 0 22 0 6162540 11397763072 154946 33554432000 4194304 4196468 140733857057008 140040678067120 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
Current children cumulated CPU time (s) 2402.48
Current children cumulated vsize (KiB) 11130628

[startup+2313.1 s]
/proc/loadavg: 1.70 1.57 1.55 3/281 17501
/proc/meminfo: memFree=28635444/32770624 swapFree=5788/300868
[pid=17195] ppid=17192 vsize=11130628 CPUtime=2403.01 cores=1,3,5,7,9,11,13,15
/proc/17195/stat : 17195 (java) S 17192 17195 7954 0 -1 1077944320 263201 12385 0 0 239812 480 6 3 20 0 22 0 6162521 11397763072 154833 33554432000 4194304 4196468 140733857057008 140733857039552 140041213644535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
/proc/17195/statm: 2782657 154833 3519 1 0 2770212 0
[pid=17195/tid=17250] ppid=17192 vsize=11130628 CPUtime=2293.31 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17250/stat : 17250 (java) S 17192 17195 7954 0 -1 1077944384 78401 12385 0 0 229280 42 6 3 20 0 22 0 6162531 11397763072 154833 33554432000 4194304 4196468 140733857057008 140041217882256 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17251] ppid=17192 vsize=11130628 CPUtime=9.2 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17251/stat : 17251 (java) R 17192 17195 7954 0 -1 4202560 10047 12385 0 0 867 44 6 3 20 0 22 0 6162532 11397763072 154833 33554432000 4194304 4196468 140733857057008 140041170197384 140041206272743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17252] ppid=17192 vsize=11130628 CPUtime=9.39 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17252/stat : 17252 (java) R 17192 17195 7954 0 -1 4202560 13373 12385 0 0 886 44 6 3 20 0 22 0 6162532 11397763072 154833 33554432000 4194304 4196468 140733857057008 140041169144840 140041206272743 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17253] ppid=17192 vsize=11130628 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17253/stat : 17253 (java) R 17192 17195 7954 0 -1 4202560 16456 12385 0 0 881 43 6 3 20 0 22 0 6162532 11397763072 154833 33554432000 4194304 4196468 140733857057008 140041168092296 140041206272743 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17254] ppid=17192 vsize=11130628 CPUtime=9.24 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17254/stat : 17254 (java) R 17192 17195 7954 0 -1 4202560 5309 12385 0 0 871 44 6 3 20 0 22 0 6162532 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040817532248 140041198640891 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17255] ppid=17192 vsize=11130628 CPUtime=9.31 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17255/stat : 17255 (java) R 17192 17195 7954 0 -1 4202560 5627 12385 0 0 883 39 6 3 20 0 22 0 6162532 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040816478600 140041206272743 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17256] ppid=17192 vsize=11130628 CPUtime=9.31 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17256/stat : 17256 (java) R 17192 17195 7954 0 -1 4202560 8384 12385 0 0 878 44 6 3 20 0 22 0 6162532 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040815426056 140041197027568 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17257] ppid=17192 vsize=11130628 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17257/stat : 17257 (java) R 17192 17195 7954 0 -1 4202560 7639 12385 0 0 883 42 6 3 20 0 22 0 6162532 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040814373512 140041206272743 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17258] ppid=17192 vsize=11130628 CPUtime=9.27 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17258/stat : 17258 (java) R 17192 17195 7954 0 -1 4202560 13339 12385 0 0 876 42 6 3 20 0 22 0 6162532 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040813320968 140041206272743 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17259] ppid=17192 vsize=11130628 CPUtime=6.82 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17259/stat : 17259 (java) S 17192 17195 7954 0 -1 1077944384 28042 12385 0 0 627 46 6 3 20 0 22 0 6162535 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040687539344 140041213654741 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17260] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17260/stat : 17260 (java) S 17192 17195 7954 0 -1 1077944384 59 12385 0 0 0 0 6 3 20 0 22 0 6162535 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040686487056 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17261] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17261/stat : 17261 (java) S 17192 17195 7954 0 -1 1077944384 46 12385 0 0 0 0 6 3 20 0 22 0 6162536 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040685433968 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17262] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17262/stat : 17262 (java) S 17192 17195 7954 0 -1 1077944384 242 12385 0 0 0 0 6 3 20 0 22 0 6162540 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040684382928 140041213663131 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17263] ppid=17192 vsize=11130628 CPUtime=7.86 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17263/stat : 17263 (java) S 17192 17195 7954 0 -1 1077944384 15487 12385 0 0 772 5 6 3 20 0 22 0 6162540 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040683329520 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17264] ppid=17192 vsize=11130628 CPUtime=8.16 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17264/stat : 17264 (java) S 17192 17195 7954 0 -1 1077944384 17341 12385 0 0 802 5 6 3 20 0 22 0 6162540 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040682276976 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17265] ppid=17192 vsize=11130628 CPUtime=8.01 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17265/stat : 17265 (java) S 17192 17195 7954 0 -1 1077944384 19314 12385 0 0 786 6 6 3 20 0 22 0 6162540 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040681224432 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17266] ppid=17192 vsize=11130628 CPUtime=4.26 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17266/stat : 17266 (java) S 17192 17195 7954 0 -1 1077944384 20531 12385 0 0 410 7 6 3 20 0 22 0 6162540 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040680171456 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17267] ppid=17192 vsize=11130628 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17267/stat : 17267 (java) S 17192 17195 7954 0 -1 1077944384 3 12385 0 0 0 0 6 3 20 0 22 0 6162540 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040679119584 140041213654741 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
[pid=17195/tid=17268] ppid=17192 vsize=11130628 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/17195/task/17268/stat : 17268 (java) S 17192 17195 7954 0 -1 1077944384 1073 12385 0 0 59 62 6 3 20 0 22 0 6162540 11397763072 154833 33554432000 4194304 4196468 140733857057008 140040678067120 140041213655682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39137280 140733857061569 140733857064343 140733857064343 140733857066959 0
Current children cumulated CPU time (s) 2403.01
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2313.13
CPU time (s): 2403.06
CPU user time (s): 2398.21
CPU system time (s): 4.85021
CPU usage (%): 103.888
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.21
system time used= 4.85021
maximum resident set size= 1281032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275769
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 282758
involuntary context switches= 179079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1466 second user time and 23.4757 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 09:35:50
IDJOB=4246122
IDBENCH=124177
IDSOLVER=2630
FILE ID=node128/4246122-1500708950
RUNJOBID= node128-1500683681-7986
PBS_JOBID= 20623342
Free space on /tmp= 61996 MiB

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

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

MD5SUM BENCH= e916ba0c5634620e8924ec581ee284c9
RANDOM SEED=173012386

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		: 1733.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		: 1867.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		: 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.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		: 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.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		: 2133.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		: 2133.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		: 2668.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		: 2667.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		: 1867.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		: 2133.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		: 1867.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		: 2133.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:        28635508 kB
MemAvailable:   28872404 kB
Buffers:          127248 kB
Cached:           391172 kB
SwapCached:            0 kB
Active:          3393548 kB
Inactive:         306940 kB
Active(anon):    3184688 kB
Inactive(anon):     8756 kB
Active(file):     208860 kB
Inactive(file):   298184 kB
Unevictable:        5788 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24332 kB
Writeback:             0 kB
AnonPages:       3187776 kB
Mapped:            43716 kB
Shmem:              8844 kB
Slab:             125416 kB
SReclaimable:      91376 kB
SUnreclaim:        34040 kB
KernelStack:        4544 kB
PageTables:        10916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3887536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2940928 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:14:24