Trace number 4246213

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.96 2314.54

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t08-5.xml
MD5SUM80f621e31f8a9b35d5cf92091f9e4ac3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark533
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables7084
Number of constraints656
Number of domains11
Minimum domain size2
Maximum domain size213
Distribution of domain sizes[{"size":2,"count":644},{"size":8,"count":644},{"size":19,"count":644},{"size":49,"count":644},{"size":96,"count":644},{"size":97,"count":644},{"size":101,"count":644},{"size":106,"count":644},{"size":159,"count":644},{"size":162,"count":644},{"size":213,"count":644}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":7084}]
Minimum constraint arity11
Maximum constraint arity6440
Distribution of constraint arities[{"arity":11,"count":644},{"arity":644,"count":11},{"arity":6440,"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":654}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=28611
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.66 1.53 1.47 3/265 28614
/proc/meminfo: memFree=31033420/32770624 swapFree=5884/331168
[pid=28614] ppid=28611 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28614/stat : 28614 (bash) S 28611 28614 16913 0 -1 4202496 685 1535 0 0 0 0 0 0 20 0 1 0 6379119 9736192 350 33554432000 4194304 5098028 140737285418800 140737285416440 139804088183808 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 15175680 140737285424398 140737285424483 140737285424483 140737285427182 0
/proc/28614/statm: 2377 350 277 221 0 86 0

[startup+0.100132 s]
/proc/loadavg: 1.66 1.53 1.47 3/265 28614
/proc/meminfo: memFree=31033420/32770624 swapFree=5884/331168
[pid=28614] ppid=28611 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/28614/stat : 28614 (bash) S 28611 28614 16913 0 -1 4202496 879 6426 0 0 0 0 0 1 20 0 1 0 6379119 9871360 378 33554432000 4194304 5098028 140737285418800 140737285412808 139804088183808 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 15175680 140737285424398 140737285424483 140737285424483 140737285427182 0
/proc/28614/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200465 s]
/proc/loadavg: 1.66 1.53 1.47 3/265 28614
/proc/meminfo: memFree=31033420/32770624 swapFree=5884/331168
[pid=28614] ppid=28611 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/28614/stat : 28614 (java) S 28611 28614 16913 0 -1 1077944320 5250 12430 0 0 6 1 7 4 20 0 13 0 6379119 10686320640 4579 33554432000 4194304 4196468 140735355345584 140735355328128 140324194983671 0 0 0 16800971 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
/proc/28614/statm: 2608965 4579 2173 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300352 s]
/proc/loadavg: 1.66 1.53 1.47 3/265 28614
/proc/meminfo: memFree=31033420/32770624 swapFree=5884/331168
[pid=28614] ppid=28611 vsize=10902292 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/28614/stat : 28614 (java) S 28611 28614 16913 0 -1 1077944320 7885 12430 0 0 22 2 7 4 20 0 20 0 6379119 11163947008 9161 33554432000 4194304 4196468 140735355345584 140735355328128 140324194983671 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
/proc/28614/statm: 2725573 9161 2955 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700171 s]
/proc/loadavg: 1.66 1.53 1.47 3/265 28614
/proc/meminfo: memFree=31033420/32770624 swapFree=5884/331168
[pid=28614] ppid=28611 vsize=10902720 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/28614/stat : 28614 (java) S 28611 28614 16913 0 -1 1077944320 12921 12430 0 0 75 5 7 4 20 0 20 0 6379119 11164385280 15756 33554432000 4194304 4196468 140735355345584 140735355328128 140324194983671 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
/proc/28614/statm: 2725680 15756 3197 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.5008 s]
/proc/loadavg: 1.66 1.53 1.47 3/285 28687
/proc/meminfo: memFree=30928788/32770624 swapFree=5884/331232
[pid=28614] ppid=28611 vsize=10913344 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/28614/stat : 28614 (java) S 28611 28614 16913 0 -1 1077944320 27655 12430 0 0 205 13 7 4 20 0 20 0 6379119 11175264256 44382 33554432000 4194304 4196468 140735355345584 140735355328128 140324194983671 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
/proc/28614/statm: 2728336 44382 3409 1 0 2716450 0
[pid=28614/tid=28669] ppid=28611 vsize=10913344 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28669/stat : 28669 (java) R 28611 28614 16913 0 -1 4202560 19671 12430 0 0 126 6 7 4 20 0 20 0 6379131 11175264256 44382 33554432000 4194304 4196468 140735355345584 140324199205456 140324179064158 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28670] ppid=28611 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28670/stat : 28670 (java) S 28611 28614 16913 0 -1 1077944384 130 12430 0 0 1 0 7 4 20 0 20 0 6379132 11175264256 44382 33554432000 4194304 4196468 140735355345584 140324166826384 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28671] ppid=28611 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28671/stat : 28671 (java) S 28611 28614 16913 0 -1 1077944384 16 12430 0 0 1 0 7 4 20 0 20 0 6379132 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323800320272 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28672] ppid=28611 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28672/stat : 28672 (java) S 28611 28614 16913 0 -1 1077944384 48 12430 0 0 0 0 7 4 20 0 20 0 6379132 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323799267984 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28673] ppid=28611 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28673/stat : 28673 (java) S 28611 28614 16913 0 -1 1077944384 16 12430 0 0 1 0 7 4 20 0 20 0 6379132 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323798215184 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28674] ppid=28611 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28674/stat : 28674 (java) S 28611 28614 16913 0 -1 1077944384 20 12430 0 0 1 0 7 4 20 0 20 0 6379132 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323797162896 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28675] ppid=28611 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28675/stat : 28675 (java) S 28611 28614 16913 0 -1 1077944384 30 12430 0 0 1 0 7 4 20 0 20 0 6379132 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323796110096 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28676] ppid=28611 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28676/stat : 28676 (java) S 28611 28614 16913 0 -1 1077944384 37 12430 0 0 1 0 7 4 20 0 20 0 6379132 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323795057808 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28677] ppid=28611 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28677/stat : 28677 (java) S 28611 28614 16913 0 -1 1077944384 73 12430 0 0 1 0 7 4 20 0 20 0 6379132 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323794005008 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28678] ppid=28611 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28678/stat : 28678 (java) S 28611 28614 16913 0 -1 1077944384 1561 12430 0 0 1 0 7 4 20 0 20 0 6379135 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323535341680 140324194994818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28679] ppid=28611 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28679/stat : 28679 (java) S 28611 28614 16913 0 -1 1077944384 55 12430 0 0 0 0 7 4 20 0 20 0 6379135 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323534287648 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28680] ppid=28611 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28680/stat : 28680 (java) S 28611 28614 16913 0 -1 1077944384 44 12430 0 0 0 0 7 4 20 0 20 0 6379136 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323533235328 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28681] ppid=28611 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28681/stat : 28681 (java) S 28611 28614 16913 0 -1 1077944384 1 12430 0 0 0 0 7 4 20 0 20 0 6379140 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323532183632 140324195002267 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28682] ppid=28611 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28682/stat : 28682 (java) S 28611 28614 16913 0 -1 1077944384 687 12430 0 0 12 0 7 4 20 0 20 0 6379140 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323531131504 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28683] ppid=28611 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28683/stat : 28683 (java) S 28611 28614 16913 0 -1 1077944384 899 12430 0 0 14 0 7 4 20 0 20 0 6379140 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323530078704 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28684] ppid=28611 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28684/stat : 28684 (java) S 28611 28614 16913 0 -1 1077944384 736 12430 0 0 13 0 7 4 20 0 20 0 6379140 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323529026416 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28685] ppid=28611 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28685/stat : 28685 (java) S 28611 28614 16913 0 -1 1077944384 1496 12430 0 0 27 0 7 4 20 0 20 0 6379140 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323527973616 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28686] ppid=28611 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28686/stat : 28686 (java) S 28611 28614 16913 0 -1 1077944384 3 12430 0 0 0 0 7 4 20 0 20 0 6379141 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323526920544 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28687] ppid=28611 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28687/stat : 28687 (java) S 28611 28614 16913 0 -1 1077944384 3 12430 0 0 0 0 7 4 20 0 20 0 6379141 11175264256 44382 33554432000 4194304 4196468 140735355345584 140323525867824 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10913344

[startup+3.10074 s]
/proc/loadavg: 1.69 1.53 1.48 4/285 28687
/proc/meminfo: memFree=30854496/32770624 swapFree=5884/331232
[pid=28614] ppid=28611 vsize=10923772 CPUtime=7.45 cores=1,3,5,7,9,11,13,15
/proc/28614/stat : 28614 (java) S 28611 28614 16913 0 -1 1077944320 43153 12430 0 0 715 19 7 4 20 0 20 0 6379119 11185942528 57839 33554432000 4194304 4196468 140735355345584 140735355328128 140324194983671 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
/proc/28614/statm: 2730943 57839 3486 1 0 2718498 0
[pid=28614/tid=28669] ppid=28611 vsize=10923772 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28669/stat : 28669 (java) R 28611 28614 16913 0 -1 4202560 25093 12430 0 0 282 9 7 4 20 0 20 0 6379131 11185942528 57839 33554432000 4194304 4196468 140735355345584 140324199212224 140324179027301 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28670] ppid=28611 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28670/stat : 28670 (java) S 28611 28614 16913 0 -1 1077944384 130 12430 0 0 1 0 7 4 20 0 20 0 6379132 11185942528 57839 33554432000 4194304 4196468 140735355345584 140324166826384 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28671] ppid=28611 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28671/stat : 28671 (java) S 28611 28614 16913 0 -1 1077944384 16 12430 0 0 1 0 7 4 20 0 20 0 6379132 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323800320272 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28672] ppid=28611 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28672/stat : 28672 (java) S 28611 28614 16913 0 -1 1077944384 48 12430 0 0 0 0 7 4 20 0 20 0 6379132 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323799267984 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28673] ppid=28611 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28673/stat : 28673 (java) S 28611 28614 16913 0 -1 1077944384 16 12430 0 0 1 0 7 4 20 0 20 0 6379132 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323798215184 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28674] ppid=28611 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28674/stat : 28674 (java) S 28611 28614 16913 0 -1 1077944384 20 12430 0 0 1 0 7 4 20 0 20 0 6379132 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323797162896 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28675] ppid=28611 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28675/stat : 28675 (java) S 28611 28614 16913 0 -1 1077944384 30 12430 0 0 1 0 7 4 20 0 20 0 6379132 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323796110096 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28676] ppid=28611 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28676/stat : 28676 (java) S 28611 28614 16913 0 -1 1077944384 37 12430 0 0 1 0 7 4 20 0 20 0 6379132 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323795057808 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28677] ppid=28611 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28677/stat : 28677 (java) S 28611 28614 16913 0 -1 1077944384 73 12430 0 0 1 0 7 4 20 0 20 0 6379132 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323794005008 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28678] ppid=28611 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28678/stat : 28678 (java) S 28611 28614 16913 0 -1 1077944384 1927 12430 0 0 1 0 7 4 20 0 20 0 6379135 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323535341680 140324194994818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28679] ppid=28611 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28679/stat : 28679 (java) S 28611 28614 16913 0 -1 1077944384 55 12430 0 0 0 0 7 4 20 0 20 0 6379135 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323534287648 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28680] ppid=28611 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28680/stat : 28680 (java) S 28611 28614 16913 0 -1 1077944384 44 12430 0 0 0 0 7 4 20 0 20 0 6379136 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323533235328 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28681] ppid=28611 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28681/stat : 28681 (java) S 28611 28614 16913 0 -1 1077944384 1 12430 0 0 0 0 7 4 20 0 20 0 6379140 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323532183632 140324195002267 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28682] ppid=28611 vsize=10923772 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28682/stat : 28682 (java) R 28611 28614 16913 0 -1 4202560 1635 12430 0 0 95 0 7 4 20 0 20 0 6379140 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323531131504 140324179375900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28683] ppid=28611 vsize=10923772 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28683/stat : 28683 (java) R 28611 28614 16913 0 -1 4202560 4619 12430 0 0 112 1 7 4 20 0 20 0 6379140 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323530078704 140324174229561 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28684] ppid=28611 vsize=10923772 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28684/stat : 28684 (java) R 28611 28614 16913 0 -1 4202560 2347 12430 0 0 98 1 7 4 20 0 20 0 6379140 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323529013440 140324179865475 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28685] ppid=28611 vsize=10923772 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28685/stat : 28685 (java) R 28611 28614 16913 0 -1 4202560 4926 12430 0 0 115 1 7 4 20 0 20 0 6379140 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323527965136 140324172974777 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28686] ppid=28611 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28686/stat : 28686 (java) S 28611 28614 16913 0 -1 1077944384 3 12430 0 0 0 0 7 4 20 0 20 0 6379141 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323526920544 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28687] ppid=28611 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28687/stat : 28687 (java) S 28611 28614 16913 0 -1 1077944384 5 12430 0 0 0 0 7 4 20 0 20 0 6379141 11185942528 57839 33554432000 4194304 4196468 140735355345584 140323525867824 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 10923772

[startup+6.30119 s]
/proc/loadavg: 1.69 1.53 1.48 6/285 28687
/proc/meminfo: memFree=30732912/32770624 swapFree=5884/331240
[pid=28614] ppid=28611 vsize=10929916 CPUtime=18.26 cores=1,3,5,7,9,11,13,15
/proc/28614/stat : 28614 (java) S 28611 28614 16913 0 -1 1077944320 60321 12430 0 0 1775 40 7 4 20 0 20 0 6379119 11192233984 87645 33554432000 4194304 4196468 140735355345584 140735355328128 140324194983671 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
/proc/28614/statm: 2732479 87645 3507 1 0 2720034 0
[pid=28614/tid=28669] ppid=28611 vsize=10929916 CPUtime=5.68 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28669/stat : 28669 (java) R 28611 28614 16913 0 -1 4202560 27756 12430 0 0 545 12 7 4 20 0 20 0 6379131 11192233984 87645 33554432000 4194304 4196468 140735355345584 140324199209664 140324176568133 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28670] ppid=28611 vsize=10929916 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28670/stat : 28670 (java) S 28611 28614 16913 0 -1 1077944384 151 12430 0 0 8 1 7 4 20 0 20 0 6379132 11192233984 87645 33554432000 4194304 4196468 140735355345584 140324166826384 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28671] ppid=28611 vsize=10929916 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28671/stat : 28671 (java) S 28611 28614 16913 0 -1 1077944384 54 12430 0 0 8 2 7 4 20 0 20 0 6379132 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323800320272 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28672] ppid=28611 vsize=10929916 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28672/stat : 28672 (java) S 28611 28614 16913 0 -1 1077944384 90 12430 0 0 9 2 7 4 20 0 20 0 6379132 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323799267984 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28673] ppid=28611 vsize=10929916 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28673/stat : 28673 (java) S 28611 28614 16913 0 -1 1077944384 47 12430 0 0 8 2 7 4 20 0 20 0 6379132 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323798215184 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28674] ppid=28611 vsize=10929916 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28674/stat : 28674 (java) S 28611 28614 16913 0 -1 1077944384 55 12430 0 0 9 2 7 4 20 0 20 0 6379132 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323797162896 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28675] ppid=28611 vsize=10929916 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28675/stat : 28675 (java) S 28611 28614 16913 0 -1 1077944384 73 12430 0 0 8 2 7 4 20 0 20 0 6379132 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323796110096 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28676] ppid=28611 vsize=10929916 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28676/stat : 28676 (java) S 28611 28614 16913 0 -1 1077944384 113 12430 0 0 9 2 7 4 20 0 20 0 6379132 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323795057808 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28677] ppid=28611 vsize=10929916 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28677/stat : 28677 (java) S 28611 28614 16913 0 -1 1077944384 103 12430 0 0 9 2 7 4 20 0 20 0 6379132 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323794005008 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28678] ppid=28611 vsize=10929916 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28678/stat : 28678 (java) S 28611 28614 16913 0 -1 1077944384 2584 12430 0 0 6 0 7 4 20 0 20 0 6379135 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323535341680 140324194994818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28679] ppid=28611 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28679/stat : 28679 (java) S 28611 28614 16913 0 -1 1077944384 56 12430 0 0 0 0 7 4 20 0 20 0 6379135 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323534287712 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28680] ppid=28611 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28680/stat : 28680 (java) S 28611 28614 16913 0 -1 1077944384 44 12430 0 0 0 0 7 4 20 0 20 0 6379136 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323533235328 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28681] ppid=28611 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28681/stat : 28681 (java) S 28611 28614 16913 0 -1 1077944384 1 12430 0 0 0 0 7 4 20 0 20 0 6379140 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323532183632 140324195002267 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28682] ppid=28611 vsize=10929916 CPUtime=3.17 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28682/stat : 28682 (java) R 28611 28614 16913 0 -1 4202560 5272 12430 0 0 305 1 7 4 20 0 20 0 6379140 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323531120896 140324178480618 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28683] ppid=28611 vsize=10929916 CPUtime=3.31 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28683/stat : 28683 (java) R 28611 28614 16913 0 -1 4202560 8313 12430 0 0 319 1 7 4 20 0 20 0 6379140 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323530064896 140324174819935 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28684] ppid=28611 vsize=10929916 CPUtime=3.15 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28684/stat : 28684 (java) R 28611 28614 16913 0 -1 4202560 5152 12430 0 0 303 1 7 4 20 0 20 0 6379140 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323529007840 140324178480411 0 4 0 16800975 0 0 0 -1 13 0 0 39 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28685] ppid=28611 vsize=10929916 CPUtime=2.36 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28685/stat : 28685 (java) R 28611 28614 16913 0 -1 1077944384 8317 12430 0 0 222 3 7 4 20 0 20 0 6379140 11192233984 87645 33554432000 4194304 4196468 140735355345584 140323527973616 140324194994818 0 4 0 16800975 0 0 0 -1 15 0 0 38 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28686] ppid=28611 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=28614/tid=28685] ppid=28611 vsize=10997500 CPUtime=4.31 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28685/stat : 28685 (java) S 28611 28614 16913 0 -1 1077944384 21386 12430 0 0 414 6 7 4 20 0 20 0 6379140 11261440000 141922 33554432000 4194304 4196468 140735355345584 140323527973616 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28686] ppid=28611 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28686/stat : 28686 (java) S 28611 28614 16913 0 -1 1077944384 3 12430 0 0 0 0 7 4 20 0 20 0 6379141 11261440000 141922 33554432000 4194304 4196468 140735355345584 140323526920544 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28687] ppid=28611 vsize=10997500 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28687/stat : 28687 (java) S 28611 28614 16913 0 -1 1077944384 1900 12430 0 0 52 63 7 4 20 0 20 0 6379141 11261440000 141922 33554432000 4194304 4196468 140735355345584 140323525867824 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 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 28614 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2314.01 s]
/proc/loadavg: 1.50 1.50 1.45 3/284 28902
/proc/meminfo: memFree=30238432/32770624 swapFree=5884/333848
[pid=28614] ppid=28611 vsize=11130628 CPUtime=2400.46 cores=1,3,5,7,9,11,13,15
/proc/28614/stat : 28614 (java) S 28611 28614 16913 0 -1 1077944320 267453 12430 0 0 239527 508 7 4 20 0 22 0 6379119 11397763072 143200 33554432000 4194304 4196468 140735355345584 140735355328128 140324194983671 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
/proc/28614/statm: 2782657 143200 3528 1 0 2770212 0
[pid=28614/tid=28669] ppid=28611 vsize=11130628 CPUtime=2294.91 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28669/stat : 28669 (java) S 28611 28614 16913 0 -1 1077944384 96588 12430 0 0 229436 44 7 4 20 0 22 0 6379131 11397763072 143200 33554432000 4194304 4196468 140735355345584 140324199221392 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28670] ppid=28611 vsize=11130628 CPUtime=8.71 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28670/stat : 28670 (java) R 28611 28614 16913 0 -1 4202560 8115 12430 0 0 816 44 7 4 20 0 22 0 6379132 11397763072 143200 33554432000 4194304 4196468 140735355345584 140324166826504 140324187611879 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28671] ppid=28611 vsize=11130628 CPUtime=8.62 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28671/stat : 28671 (java) R 28611 28614 16913 0 -1 4202560 5662 12430 0 0 806 45 7 4 20 0 22 0 6379132 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323800320392 140324187611879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28672] ppid=28611 vsize=11130628 CPUtime=8.69 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28672/stat : 28672 (java) R 28611 28614 16913 0 -1 4202560 8921 12430 0 0 814 44 7 4 20 0 22 0 6379132 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323799268104 140324187611879 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28673] ppid=28611 vsize=11130628 CPUtime=8.61 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28673/stat : 28673 (java) R 28611 28614 16913 0 -1 4202560 6334 12430 0 0 801 49 7 4 20 0 22 0 6379132 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323798215384 140324179684148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28674] ppid=28611 vsize=11130628 CPUtime=8.73 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28674/stat : 28674 (java) R 28611 28614 16913 0 -1 4202560 7344 12430 0 0 817 45 7 4 20 0 22 0 6379132 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323797163016 140324187611879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28675] ppid=28611 vsize=11130628 CPUtime=8.63 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28675/stat : 28675 (java) R 28611 28614 16913 0 -1 4202560 8309 12430 0 0 805 47 7 4 20 0 22 0 6379132 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323796110216 140324187611879 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28676] ppid=28611 vsize=11130628 CPUtime=8.59 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28676/stat : 28676 (java) R 28611 28614 16913 0 -1 4202560 6336 12430 0 0 806 42 7 4 20 0 22 0 6379132 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323795057928 140324180742488 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28677] ppid=28611 vsize=11130628 CPUtime=8.64 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28677/stat : 28677 (java) R 28611 28614 16913 0 -1 4202560 4821 12430 0 0 810 43 7 4 20 0 22 0 6379132 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323794005128 140324187611879 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28678] ppid=28611 vsize=11130628 CPUtime=6.38 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28678/stat : 28678 (java) S 28611 28614 16913 0 -1 1077944384 20175 12430 0 0 569 58 7 4 20 0 22 0 6379135 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323535340304 140324194993877 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28679] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28679/stat : 28679 (java) S 28611 28614 16913 0 -1 1077944384 67 12430 0 0 0 0 7 4 20 0 22 0 6379135 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323534287712 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28680] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28680/stat : 28680 (java) S 28611 28614 16913 0 -1 1077944384 55 12430 0 0 0 0 7 4 20 0 22 0 6379136 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323533235328 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28681] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28681/stat : 28681 (java) S 28611 28614 16913 0 -1 1077944384 135 12430 0 0 0 0 7 4 20 0 22 0 6379140 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323532183632 140324195002267 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28682] ppid=28611 vsize=11130628 CPUtime=8.56 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28682/stat : 28682 (java) S 28611 28614 16913 0 -1 1077944384 21437 12430 0 0 840 5 7 4 20 0 22 0 6379140 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323531131504 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28683] ppid=28611 vsize=11130628 CPUtime=8.68 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28683/stat : 28683 (java) S 28611 28614 16913 0 -1 1077944384 25613 12430 0 0 852 5 7 4 20 0 22 0 6379140 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323530078704 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28684] ppid=28611 vsize=11130628 CPUtime=8.51 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28684/stat : 28684 (java) S 28611 28614 16913 0 -1 1077944384 21997 12430 0 0 835 5 7 4 20 0 22 0 6379140 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323529011408 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28685] ppid=28611 vsize=11130628 CPUtime=4.31 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28685/stat : 28685 (java) S 28611 28614 16913 0 -1 1077944384 21386 12430 0 0 414 6 7 4 20 0 22 0 6379140 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323527973616 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28686] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28686/stat : 28686 (java) S 28611 28614 16913 0 -1 1077944384 3 12430 0 0 0 0 7 4 20 0 22 0 6379141 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323526920544 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28687] ppid=28611 vsize=11130628 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28687/stat : 28687 (java) S 28611 28614 16913 0 -1 1077944384 1900 12430 0 0 52 63 7 4 20 0 22 0 6379141 11397763072 143200 33554432000 4194304 4196468 140735355345584 140323525867824 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
Current children cumulated CPU time (s) 2400.46
Current children cumulated vsize (KiB) 11130628

[startup+2314.4 s]
/proc/loadavg: 1.50 1.50 1.45 10/286 28905
/proc/meminfo: memFree=30233904/32770624 swapFree=5884/333848
[pid=28614] ppid=28611 vsize=11130628 CPUtime=2403.34 cores=1,3,5,7,9,11,13,15
/proc/28614/stat : 28614 (java) S 28611 28614 16913 0 -1 1077944320 267724 12430 0 0 239815 508 7 4 20 0 22 0 6379119 11397763072 143354 33554432000 4194304 4196468 140735355345584 140735355328128 140324194983671 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
/proc/28614/statm: 2782657 143354 3528 1 0 2770212 0
[pid=28614/tid=28669] ppid=28611 vsize=11130628 CPUtime=2294.91 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28669/stat : 28669 (java) S 28611 28614 16913 0 -1 1077944384 96588 12430 0 0 229436 44 7 4 20 0 22 0 6379131 11397763072 143354 33554432000 4194304 4196468 140735355345584 140324199221392 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28670] ppid=28611 vsize=11130628 CPUtime=9.07 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28670/stat : 28670 (java) R 28611 28614 16913 0 -1 4202560 8115 12430 0 0 852 44 7 4 20 0 22 0 6379132 11397763072 143354 33554432000 4194304 4196468 140735355345584 140324166826272 140324176580409 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28671] ppid=28611 vsize=11130628 CPUtime=8.96 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28671/stat : 28671 (java) R 28611 28614 16913 0 -1 4202560 5663 12430 0 0 840 45 7 4 20 0 22 0 6379132 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323800320472 140324176580682 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28672] ppid=28611 vsize=11130628 CPUtime=9.05 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28672/stat : 28672 (java) R 28611 28614 16913 0 -1 4202560 8922 12430 0 0 850 44 7 4 20 0 22 0 6379132 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323799268184 140324176580333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28673] ppid=28611 vsize=11130628 CPUtime=8.98 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28673/stat : 28673 (java) R 28611 28614 16913 0 -1 4202560 6340 12430 0 0 838 49 7 4 20 0 22 0 6379132 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323798215384 140324176537296 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28674] ppid=28611 vsize=11130628 CPUtime=9.09 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28674/stat : 28674 (java) R 28611 28614 16913 0 -1 4202560 7344 12430 0 0 853 45 7 4 20 0 22 0 6379132 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323797163096 140324179438428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28675] ppid=28611 vsize=11130628 CPUtime=8.98 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28675/stat : 28675 (java) R 28611 28614 16913 0 -1 4202560 8309 12430 0 0 840 47 7 4 20 0 22 0 6379132 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323796110296 140324179934276 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28676] ppid=28611 vsize=11130628 CPUtime=8.95 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28676/stat : 28676 (java) R 28611 28614 16913 0 -1 4202560 6337 12430 0 0 842 42 7 4 20 0 22 0 6379132 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323795058008 140324179681310 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28677] ppid=28611 vsize=11130628 CPUtime=9 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28677/stat : 28677 (java) R 28611 28614 16913 0 -1 4202560 4843 12430 0 0 846 43 7 4 20 0 22 0 6379132 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323794005208 140324179934276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28678] ppid=28611 vsize=11130628 CPUtime=6.42 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28678/stat : 28678 (java) S 28611 28614 16913 0 -1 1077944384 20410 12430 0 0 573 58 7 4 20 0 22 0 6379135 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323535340080 140324194993877 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28679] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28679/stat : 28679 (java) S 28611 28614 16913 0 -1 1077944384 70 12430 0 0 0 0 7 4 20 0 22 0 6379135 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323534287344 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28680] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28680/stat : 28680 (java) S 28611 28614 16913 0 -1 1077944384 55 12430 0 0 0 0 7 4 20 0 22 0 6379136 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323533235328 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28681] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28681/stat : 28681 (java) S 28611 28614 16913 0 -1 1077944384 135 12430 0 0 0 0 7 4 20 0 22 0 6379140 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323532183632 140324195002267 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28682] ppid=28611 vsize=11130628 CPUtime=8.56 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28682/stat : 28682 (java) S 28611 28614 16913 0 -1 1077944384 21437 12430 0 0 840 5 7 4 20 0 22 0 6379140 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323531131504 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28683] ppid=28611 vsize=11130628 CPUtime=8.68 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28683/stat : 28683 (java) S 28611 28614 16913 0 -1 1077944384 25613 12430 0 0 852 5 7 4 20 0 22 0 6379140 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323530078704 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28684] ppid=28611 vsize=11130628 CPUtime=8.51 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28684/stat : 28684 (java) S 28611 28614 16913 0 -1 1077944384 21998 12430 0 0 835 5 7 4 20 0 22 0 6379140 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323529012880 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 39 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28685] ppid=28611 vsize=11130628 CPUtime=4.31 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28685/stat : 28685 (java) S 28611 28614 16913 0 -1 1077944384 21386 12430 0 0 414 6 7 4 20 0 22 0 6379140 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323527973616 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28686] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28686/stat : 28686 (java) S 28611 28614 16913 0 -1 1077944384 3 12430 0 0 0 0 7 4 20 0 22 0 6379141 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323526920544 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28687] ppid=28611 vsize=11130628 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28687/stat : 28687 (java) S 28611 28614 16913 0 -1 1077944384 1900 12430 0 0 52 63 7 4 20 0 22 0 6379141 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323525867824 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28903] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28903/stat : 28903 (java) S 28611 28614 16913 0 -1 1077944384 101 12430 0 0 0 0 7 4 20 0 22 0 6610510 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323292438896 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28904] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28904/stat : 28904 (java) S 28611 28614 16913 0 -1 1077944384 25 12430 0 0 0 0 7 4 20 0 22 0 6610510 11397763072 143354 33554432000 4194304 4196468 140735355345584 140323291386816 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
Current children cumulated CPU time (s) 2403.34
Current children cumulated vsize (KiB) 11130628

[startup+2314.51 s]
/proc/loadavg: 1.50 1.50 1.45 10/286 28905
/proc/meminfo: memFree=30233904/32770624 swapFree=5884/333848
[pid=28614] ppid=28611 vsize=11130628 CPUtime=2403.87 cores=1,3,5,7,9,11,13,15
/proc/28614/stat : 28614 (java) S 28611 28614 16913 0 -1 1077944320 267727 12430 0 0 239867 509 7 4 20 0 22 0 6379119 11397763072 143230 33554432000 4194304 4196468 140735355345584 140735355328128 140324194983671 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
/proc/28614/statm: 2782657 143230 3528 1 0 2770212 0
[pid=28614/tid=28669] ppid=28611 vsize=11130628 CPUtime=2294.91 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28669/stat : 28669 (java) S 28611 28614 16913 0 -1 1077944384 96588 12430 0 0 229436 44 7 4 20 0 22 0 6379131 11397763072 143230 33554432000 4194304 4196468 140735355345584 140324199221392 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28670] ppid=28611 vsize=11130628 CPUtime=9.12 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28670/stat : 28670 (java) R 28611 28614 16913 0 -1 4202560 8115 12430 0 0 857 44 7 4 20 0 22 0 6379132 11397763072 143230 33554432000 4194304 4196468 140735355345584 140324166826504 140324187611879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28671] ppid=28611 vsize=11130628 CPUtime=9.02 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28671/stat : 28671 (java) R 28611 28614 16913 0 -1 4202560 5663 12430 0 0 846 45 7 4 20 0 22 0 6379132 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323800320392 140324178366706 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28672] ppid=28611 vsize=11130628 CPUtime=9.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28672/stat : 28672 (java) R 28611 28614 16913 0 -1 4202560 8922 12430 0 0 856 44 7 4 20 0 22 0 6379132 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323799268104 140324187611879 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28673] ppid=28611 vsize=11130628 CPUtime=9.04 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28673/stat : 28673 (java) R 28611 28614 16913 0 -1 4202560 6340 12430 0 0 844 49 7 4 20 0 22 0 6379132 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323798215304 140324187611879 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28674] ppid=28611 vsize=11130628 CPUtime=9.14 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28674/stat : 28674 (java) R 28611 28614 16913 0 -1 4202560 7344 12430 0 0 858 45 7 4 20 0 22 0 6379132 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323797163016 140324187611879 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28675] ppid=28611 vsize=11130628 CPUtime=9.05 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28675/stat : 28675 (java) R 28611 28614 16913 0 -1 4202560 8309 12430 0 0 847 47 7 4 20 0 22 0 6379132 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323796110216 140324187611879 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28676] ppid=28611 vsize=11130628 CPUtime=9.01 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28676/stat : 28676 (java) R 28611 28614 16913 0 -1 4202560 6337 12430 0 0 848 42 7 4 20 0 22 0 6379132 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323795058008 140324176593500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28677] ppid=28611 vsize=11130628 CPUtime=9.07 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28677/stat : 28677 (java) R 28611 28614 16913 0 -1 4202560 4844 12430 0 0 853 43 7 4 20 0 22 0 6379132 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323794005128 140324187611879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28678] ppid=28611 vsize=11130628 CPUtime=6.46 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28678/stat : 28678 (java) S 28611 28614 16913 0 -1 1077944384 20410 12430 0 0 577 58 7 4 20 0 22 0 6379135 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323535340304 140324194993877 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28679] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28679/stat : 28679 (java) S 28611 28614 16913 0 -1 1077944384 70 12430 0 0 0 0 7 4 20 0 22 0 6379135 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323534287344 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28680] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28680/stat : 28680 (java) S 28611 28614 16913 0 -1 1077944384 55 12430 0 0 0 0 7 4 20 0 22 0 6379136 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323533235328 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28681] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28681/stat : 28681 (java) S 28611 28614 16913 0 -1 1077944384 135 12430 0 0 0 0 7 4 20 0 22 0 6379140 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323532183632 140324195002267 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28682] ppid=28611 vsize=11130628 CPUtime=8.56 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28682/stat : 28682 (java) S 28611 28614 16913 0 -1 1077944384 21437 12430 0 0 840 5 7 4 20 0 22 0 6379140 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323531131504 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28683] ppid=28611 vsize=11130628 CPUtime=8.68 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28683/stat : 28683 (java) S 28611 28614 16913 0 -1 1077944384 25613 12430 0 0 852 5 7 4 20 0 22 0 6379140 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323530078704 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28684] ppid=28611 vsize=11130628 CPUtime=8.51 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28684/stat : 28684 (java) S 28611 28614 16913 0 -1 1077944384 21999 12430 0 0 835 5 7 4 20 0 22 0 6379140 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323529011312 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 39 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28685] ppid=28611 vsize=11130628 CPUtime=4.31 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28685/stat : 28685 (java) S 28611 28614 16913 0 -1 1077944384 21386 12430 0 0 414 6 7 4 20 0 22 0 6379140 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323527973616 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28686] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28686/stat : 28686 (java) S 28611 28614 16913 0 -1 1077944384 3 12430 0 0 0 0 7 4 20 0 22 0 6379141 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323526920544 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28687] ppid=28611 vsize=11130628 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28687/stat : 28687 (java) S 28611 28614 16913 0 -1 1077944384 1900 12430 0 0 52 63 7 4 20 0 22 0 6379141 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323525867824 140324194994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28903] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28903/stat : 28903 (java) S 28611 28614 16913 0 -1 1077944384 101 12430 0 0 0 0 7 4 20 0 22 0 6610510 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323292438896 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
[pid=28614/tid=28904] ppid=28611 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28614/task/28904/stat : 28904 (java) S 28611 28614 16913 0 -1 1077944384 26 12430 0 0 0 0 7 4 20 0 22 0 6610510 11397763072 143230 33554432000 4194304 4196468 140735355345584 140323291386816 140324194993877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13496320 140735355353793 140735355356567 140735355356567 140735355359183 0
Current children cumulated CPU time (s) 2403.87
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2314.54
CPU time (s): 2403.96
CPU user time (s): 2398.82
CPU system time (s): 5.14481
CPU usage (%): 103.863
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.82
system time used= 5.14481
maximum resident set size= 1600488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280239
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= 264746
involuntary context switches= 169817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.09 second user time and 20.7043 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 10:12:02
IDJOB=4246213
IDBENCH=124249
IDSOLVER=2630
FILE ID=node133/4246213-1500711122
RUNJOBID= node133-1500696963-25081
PBS_JOBID= 20623321
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t08-5.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246213-1500711122/watcher-4246213-1500711122 -o /tmp/evaluation-result-4246213-1500711122/solver-4246213-1500711122 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500696963-25081 --watchdog 2560  bin/concrete HOME/instance-4246213-1500711122.xml

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

MD5SUM BENCH= 80f621e31f8a9b35d5cf92091f9e4ac3
RANDOM SEED=68468910

node133.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	: 5334.13
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		: 2133.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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 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	: 5334.13
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	: 5229.85
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	: 5334.13
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	: 5229.85
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	: 5334.13
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	: 5229.85
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		: 1600.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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31033532 kB
MemAvailable:   31335636 kB
Buffers:          133244 kB
Cached:           447416 kB
SwapCached:            0 kB
Active:           951940 kB
Inactive:         339940 kB
Active(anon):     713816 kB
Inactive(anon):     8772 kB
Active(file):     238124 kB
Inactive(file):   331168 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24316 kB
Writeback:             0 kB
AnonPages:        716836 kB
Mapped:            44276 kB
Shmem:              8872 kB
Slab:             131524 kB
SReclaimable:      97296 kB
SUnreclaim:        34228 kB
KernelStack:        4576 kB
PageTables:         7704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1434324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    626688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61968 MiB
End job on node133 at 2017-07-22 10:50:36