Trace number 4259403

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 257.22501 223.638

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
MD5SUM0bf4a40729d33496d05cbb52f4946484
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark257.388
Satisfiable
(Un)Satisfiability was proved
Number of variables397
Number of constraints102
Number of domains2
Minimum domain size100
Maximum domain size139
Distribution of domain sizes[{"size":100,"count":1},{"size":139,"count":396}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":297},{"degree":4,"count":99}]
Minimum constraint arity4
Maximum constraint arity396
Distribution of constraint arities[{"arity":4,"count":99},{"arity":100,"count":1},{"arity":396,"count":2}]
Number of extensional constraints99
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":99},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15150 MiB free)
  memory of node 1: 16384 MiB (13355 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259403-1502648802/watcher-4259403-1502648802 -o /tmp/evaluation-result-4259403-1502648802/solver-4259403-1502648802 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312 bin/concrete HOME/instance-4259403-1502648802.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=883, runsolver pid=880

[startup+0.100138 s]*
/proc/loadavg: 1.82 2.20 2.03 3/205 917
/proc/meminfo: memFree=29187360/32770624 swapFree=67108860/67108860
[pid=883] ppid=880 vsize=9636 memory=1512 CPUtime=0.01 cores=0,2,4,6
/proc/883/stat : 883 (bash) S 880 883 8289 0 -1 4202496 895 6480 0 0 0 0 0 1 20 0 1 0 112695373 9867264 378 18446744073709551615 4194304 5098028 140736483213824 140736483207832 140117753482240 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 7458816 140736483222004 140736483222089 140736483222089 140736483225578 0
/proc/883/statm: 2409 378 297 221 0 118 0
[pid=914] ppid=883 vsize=9636 memory=708 CPUtime=0 cores=0,2,4,6
/proc/914/stat : 914 (bash) S 883 883 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112695382 9867264 177 18446744073709551615 4194304 5098028 140736483213824 140736483206504 140117753307772 0 65536 1 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7458816 140736483222004 140736483222089 140736483222089 140736483225578 0
/proc/914/statm: 2409 177 96 221 0 118 0
[pid=915] ppid=914 vsize=8347556 memory=9600 CPUtime=0 cores=0,2,4,6
/proc/915/stat : 915 (java) S 914 883 8289 0 -1 1077944320 2244 0 0 0 0 0 0 0 20 0 4 0 112695382 8547897344 2400 18446744073709551615 4194304 4196468 140737116906576 140737116889120 140112377622263 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6598656 140737116910168 140737116910182 140737116910182 140737116913615 0
/proc/915/statm: 2086889 2400 1163 1 0 2076859 0
[pid=915/tid=917] ppid=914 vsize=9936720 memory=7022364594140610616 CPUtime=0 cores=0,2,4,6
/proc/915/task/917/stat : 917 (java) R 914 883 8289 0 -1 4202560 1444 0 0 0 0 0 0 0 20 0 6 0 112695383 10175201280 3900 18446744073709551615 4194304 4196468 140737116906576 140112381858384 140112338603894 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6598656 140737116910168 140737116910182 140737116910182 140737116913615 0
[pid=915/tid=918] ppid=914 vsize=9936720 memory=343 CPUtime=0 cores=0,2,4,6
/proc/915/task/918/stat : 918 (java) S 914 883 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112695383 10175201280 3966 18446744073709551615 4194304 4196468 140737116906576 140112308042512 140112377632469 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6598656 140737116910168 140737116910182 140737116910182 140737116913615 0
[pid=915/tid=919] ppid=914 vsize=9936720 memory=140393188567381 CPUtime=0 cores=0,2,4,6
/proc/915/task/919/stat : 919 (java) S 914 883 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112695383 10175201280 3966 18446744073709551615 4194304 4196468 140737116906576 140112306989968 140112377632469 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6598656 140737116910168 140737116910182 140737116910182 140737116913615 0
[pid=915/tid=921] ppid=914 vsize=9936720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/915/task/921/stat : 921 (java) S 914 883 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112695383 10175201280 3966 18446744073709551615 4194304 4196468 140737116906576 140112305937424 140112377632469 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6598656 140737116910168 140737116910182 140737116910182 140737116913615 0
[pid=915/tid=922] ppid=914 vsize=9936720 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/915/task/922/stat : 922 (java) S 914 883 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112695383 10175201280 3966 18446744073709551615 4194304 4196468 140737116906576 140112304884880 140112377632469 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6598656 140737116910168 140737116910182 140737116910182 140737116913615 0
[pid=916] ppid=914 vsize=9872 memory=972 CPUtime=0 cores=0,2,4,6
/proc/916/stat : 916 (awk) S 914 883 8289 0 -1 4202496 391 0 0 0 0 0 0 0 20 0 1 0 112695382 10108928 243 18446744073709551615 4194304 4609284 140723962902656 140723962901832 139850557910016 0 0 1 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 21819392 140723962909312 140723962909342 140723962909342 140723962912747 0
/proc/916/statm: 2468 243 203 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 8376700 KiB
Current children cumulated memory: 12792 KiB

[startup+0.210766 s]*
/proc/loadavg: 1.82 2.20 2.03 3/201 935
/proc/meminfo: memFree=29187144/32770624 swapFree=67108860/67108860
[pid=883] ppid=880 vsize=356956 memory=7528 CPUtime=0.08 cores=0,2,4,6
/proc/883/stat : 883 (java) S 880 883 8289 0 -1 1077944320 2589 12372 0 0 0 0 5 3 20 0 2 0 112695373 365522944 1882 18446744073709551615 4194304 4196468 140729496473504 140729496456048 140081345109751 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
/proc/883/statm: 89239 1882 1036 1 0 79209 0
[pid=883/tid=936] ppid=880 vsize=13356508 memory=8390339637985935414 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/936/stat : 936 (java) R 880 883 8289 0 -1 4202560 1273 12372 0 0 0 0 5 3 20 0 6 0 112695394 13677064192 2732 18446744073709551615 4194304 4196468 140729496473504 140081349350728 140081329153381 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=937] ppid=880 vsize=13356508 memory=303711724132106263 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/937/stat : 937 (java) S 880 883 8289 0 -1 1077944384 1 12372 0 0 0 0 5 3 20 0 6 0 112695395 13677064192 2732 18446744073709551615 4194304 4196468 140729496473504 140081302076176 140081345119957 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=938] ppid=880 vsize=13356508 memory=140393187774342 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/938/stat : 938 (java) S 880 883 8289 0 -1 1077944384 2 12372 0 0 0 0 5 3 20 0 6 0 112695395 13677064192 2732 18446744073709551615 4194304 4196468 140729496473504 140081301023632 140081345119957 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=940] ppid=880 vsize=13356508 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/940/stat : 940 (java) S 880 883 8289 0 -1 1077944384 2 12372 0 0 0 0 5 3 20 0 6 0 112695395 13677064192 2732 18446744073709551615 4194304 4196468 140729496473504 140081299971088 140081345119957 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=941] ppid=880 vsize=13356508 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/941/stat : 941 (java) S 880 883 8289 0 -1 1077944384 2 12372 0 0 0 0 5 3 20 0 6 0 112695395 13677064192 2732 18446744073709551615 4194304 4196468 140729496473504 140080941558928 140081345119957 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 356956 KiB
Current children cumulated memory: 7528 KiB

[startup+0.317228 s]*
/proc/loadavg: 1.82 2.20 2.03 3/215 951
/proc/meminfo: memFree=29172604/32770624 swapFree=67108860/67108860
[pid=883] ppid=880 vsize=13974356 memory=28820 CPUtime=0.19 cores=0,2,4,6
/proc/883/stat : 883 (java) S 880 883 8289 0 -1 1077944320 6561 12372 0 0 10 1 5 3 20 0 15 0 112695373 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140729496456048 140081345109751 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
/proc/883/statm: 3493589 7205 2881 1 0 3482965 0
[pid=883/tid=936] ppid=880 vsize=13974356 memory=7447099334508504171 CPUtime=0.15 cores=0,2,4,6
/proc/883/task/936/stat : 936 (java) R 880 883 8289 0 -1 4202560 3142 12372 0 0 7 0 5 3 20 0 15 0 112695394 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140081349341144 140080979148927 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=937] ppid=880 vsize=13974356 memory=4121417289171017780 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/937/stat : 937 (java) S 880 883 8289 0 -1 1077944384 1 12372 0 0 0 0 5 3 20 0 15 0 112695395 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140081302076176 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=938] ppid=880 vsize=13974356 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/938/stat : 938 (java) S 880 883 8289 0 -1 1077944384 2 12372 0 0 0 0 5 3 20 0 15 0 112695395 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140081301023632 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=940] ppid=880 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/940/stat : 940 (java) S 880 883 8289 0 -1 1077944384 2 12372 0 0 0 0 5 3 20 0 15 0 112695395 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140081299971088 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=941] ppid=880 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/941/stat : 941 (java) S 880 883 8289 0 -1 1077944384 2 12372 0 0 0 0 5 3 20 0 15 0 112695395 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140080941558928 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=942] ppid=880 vsize=13974356 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/942/stat : 942 (java) S 880 883 8289 0 -1 1077944384 2 12372 0 0 0 0 5 3 20 0 15 0 112695396 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140080822851568 140081345120898 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=944] ppid=880 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/944/stat : 944 (java) S 880 883 8289 0 -1 1077944384 33 12372 0 0 0 0 5 3 20 0 15 0 112695396 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140080821797792 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=945] ppid=880 vsize=13974356 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/945/stat : 945 (java) S 880 883 8289 0 -1 1077944384 21 12372 0 0 0 0 5 3 20 0 15 0 112695397 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140080820745200 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=946] ppid=880 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/946/stat : 946 (java) S 880 883 8289 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 112695399 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140080819693776 140081345128347 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=947] ppid=880 vsize=13974356 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/883/task/947/stat : 947 (java) R 880 883 8289 0 -1 4202560 565 12372 0 0 1 0 5 3 20 0 15 0 112695399 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140080818622408 140081325774896 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=948] ppid=880 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/948/stat : 948 (java) R 880 883 8289 0 -1 1077944384 189 12372 0 0 0 0 5 3 20 0 15 0 112695399 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140080817588848 140081345120898 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=949] ppid=880 vsize=13974356 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/883/task/949/stat : 949 (java) R 880 883 8289 0 -1 4202560 501 12372 0 0 1 0 5 3 20 0 15 0 112695399 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140080816530880 140081337346878 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=950] ppid=880 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/950/stat : 950 (java) S 880 883 8289 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 112695399 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140080815484000 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=951] ppid=880 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/951/stat : 951 (java) S 880 883 8289 0 -1 1077944384 1 12372 0 0 0 0 5 3 20 0 15 0 112695402 14309740544 7205 18446744073709551615 4194304 4196468 140729496473504 140080814430512 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 13974356 KiB
Current children cumulated memory: 28820 KiB

[startup+0.700803 s]
/proc/loadavg: 1.82 2.20 2.03 3/215 951
/proc/meminfo: memFree=29147320/32770624 swapFree=67108860/67108860
[pid=883] ppid=880 vsize=13974784 memory=59832 CPUtime=0.71 cores=0,2,4,6
/proc/883/stat : 883 (java) S 880 883 8289 0 -1 1077944320 14009 12372 0 0 59 4 5 3 20 0 15 0 112695373 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140729496456048 140081345109751 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
/proc/883/statm: 3493696 14958 3124 1 0 3482965 0
[pid=883/tid=936] ppid=880 vsize=13974784 memory=5787215003883952491 CPUtime=0.52 cores=0,2,4,6
/proc/883/task/936/stat : 936 (java) R 880 883 8289 0 -1 4202560 10328 12372 0 0 41 3 5 3 20 0 15 0 112695394 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140081349332432 140081326673328 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=937] ppid=880 vsize=13974784 memory=2440 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/937/stat : 937 (java) S 880 883 8289 0 -1 1077944384 1 12372 0 0 0 0 5 3 20 0 15 0 112695395 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140081302076176 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=938] ppid=880 vsize=13974784 memory=1724 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/938/stat : 938 (java) S 880 883 8289 0 -1 1077944384 2 12372 0 0 0 0 5 3 20 0 15 0 112695395 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140081301023632 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=940] ppid=880 vsize=13974784 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/940/stat : 940 (java) S 880 883 8289 0 -1 1077944384 2 12372 0 0 0 0 5 3 20 0 15 0 112695395 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140081299971088 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=941] ppid=880 vsize=13974784 memory=3472328296227679313 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/941/stat : 941 (java) S 880 883 8289 0 -1 1077944384 2 12372 0 0 0 0 5 3 20 0 15 0 112695395 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140080941558928 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=942] ppid=880 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/942/stat : 942 (java) S 880 883 8289 0 -1 1077944384 6 12372 0 0 0 0 5 3 20 0 15 0 112695396 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140080822851568 140081345120898 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=944] ppid=880 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/944/stat : 944 (java) S 880 883 8289 0 -1 1077944384 33 12372 0 0 0 0 5 3 20 0 15 0 112695396 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140080821797792 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=945] ppid=880 vsize=13974784 memory=140393187751552 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/945/stat : 945 (java) S 880 883 8289 0 -1 1077944384 21 12372 0 0 0 0 5 3 20 0 15 0 112695397 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140080820745200 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=946] ppid=880 vsize=13974784 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/946/stat : 946 (java) S 880 883 8289 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 112695399 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140080819693776 140081345128347 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=947] ppid=880 vsize=13974784 memory=6944656592387989600 CPUtime=0.12 cores=0,2,4,6
/proc/883/task/947/stat : 947 (java) S 880 883 8289 0 -1 1077944384 632 12372 0 0 4 0 5 3 20 0 15 0 112695399 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140080818641392 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=948] ppid=880 vsize=13974784 memory=6944656592455359580 CPUtime=0.1 cores=0,2,4,6
/proc/883/task/948/stat : 948 (java) S 880 883 8289 0 -1 1077944384 227 12372 0 0 2 0 5 3 20 0 15 0 112695399 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140080817588848 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=949] ppid=880 vsize=13974784 memory=6944652177228980320 CPUtime=0.18 cores=0,2,4,6
/proc/883/task/949/stat : 949 (java) S 880 883 8289 0 -1 1077944384 597 12372 0 0 10 0 5 3 20 0 15 0 112695399 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140080816536304 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=950] ppid=880 vsize=13974784 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/950/stat : 950 (java) S 880 883 8289 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 112695399 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140080815484000 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=951] ppid=880 vsize=13974784 memory=54592 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/951/stat : 951 (java) S 880 883 8289 0 -1 1077944384 1 12372 0 0 0 0 5 3 20 0 15 0 112695402 14310178816 14958 18446744073709551615 4194304 4196468 140729496473504 140080814430512 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 59832 KiB

[startup+1.50488 s]
/proc/loadavg: 1.82 2.20 2.03 3/215 951
/proc/meminfo: memFree=29105024/32770624 swapFree=67108860/67108860
[pid=883] ppid=880 vsize=13985408 memory=163260 CPUtime=1.92 cores=0,2,4,6
/proc/883/stat : 883 (java) S 880 883 8289 0 -1 1077944320 29791 12372 0 0 174 10 5 3 20 0 15 0 112695373 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140729496456048 140081345109751 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
/proc/883/statm: 3496352 40815 3377 1 0 3485525 0
[pid=883/tid=936] ppid=880 vsize=13985408 memory=140393085695656 CPUtime=1.31 cores=0,2,4,6
/proc/883/task/936/stat : 936 (java) S 880 883 8289 0 -1 1077944384 22622 12372 0 0 116 7 5 3 20 0 15 0 112695394 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140081349328464 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=937] ppid=880 vsize=13985408 memory=280786171391216 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/937/stat : 937 (java) R 880 883 8289 0 -1 4202560 71 12372 0 0 0 0 5 3 20 0 15 0 112695395 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140081302076176 140081338206224 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=938] ppid=880 vsize=13985408 memory=3472328296227679313 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/938/stat : 938 (java) R 880 883 8289 0 -1 1077944384 189 12372 0 0 0 0 5 3 20 0 15 0 112695395 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140081301023632 140081345119957 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=940] ppid=880 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/940/stat : 940 (java) R 880 883 8289 0 -1 4202560 40 12372 0 0 0 0 5 3 20 0 15 0 112695395 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140081299971088 140081338213378 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=941] ppid=880 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/941/stat : 941 (java) R 880 883 8289 0 -1 4202560 46 12372 0 0 0 0 5 3 20 0 15 0 112695395 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140080941558928 140081330098151 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=942] ppid=880 vsize=13985408 memory=2440 CPUtime=0.09 cores=0,2,4,6
/proc/883/task/942/stat : 942 (java) S 880 883 8289 0 -1 1077944384 1465 12372 0 0 1 0 5 3 20 0 15 0 112695396 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140080822850080 140081345119957 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=944] ppid=880 vsize=13985408 memory=1724 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/944/stat : 944 (java) S 880 883 8289 0 -1 1077944384 33 12372 0 0 0 0 5 3 20 0 15 0 112695396 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140080821797792 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=945] ppid=880 vsize=13985408 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/945/stat : 945 (java) S 880 883 8289 0 -1 1077944384 21 12372 0 0 0 0 5 3 20 0 15 0 112695397 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140080820745200 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=946] ppid=880 vsize=13985408 memory=305 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/946/stat : 946 (java) S 880 883 8289 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 112695399 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140080819693776 140081345128347 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=947] ppid=880 vsize=13985408 memory=576583242059703325 CPUtime=0.25 cores=0,2,4,6
/proc/883/task/947/stat : 947 (java) S 880 883 8289 0 -1 1077944384 1100 12372 0 0 17 0 5 3 20 0 15 0 112695399 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140080818641392 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=948] ppid=880 vsize=13985408 memory=288293255379168935 CPUtime=0.21 cores=0,2,4,6
/proc/883/task/948/stat : 948 (java) S 880 883 8289 0 -1 1077944384 624 12372 0 0 13 0 5 3 20 0 15 0 112695399 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140080817588848 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=949] ppid=880 vsize=13985408 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/883/task/949/stat : 949 (java) S 880 883 8289 0 -1 1077944384 1415 12372 0 0 23 0 5 3 20 0 15 0 112695399 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140080816536304 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=950] ppid=880 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/950/stat : 950 (java) S 880 883 8289 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 112695399 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140080815484000 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=951] ppid=880 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/951/stat : 951 (java) S 880 883 8289 0 -1 1077944384 9 12372 0 0 0 0 5 3 20 0 15 0 112695402 14321057792 40815 18446744073709551615 4194304 4196468 140729496473504 140080814430512 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 163260 KiB

[startup+3.11032 s]
/proc/loadavg: 1.91 2.22 2.04 3/215 951
/proc/meminfo: memFree=28764412/32770624 swapFree=67108860/67108860
[pid=883] ppid=880 vsize=13995836 memory=285708 CPUtime=5.48 cores=0,2,4,6
/proc/883/stat : 883 (java) S 880 883 8289 0 -1 1077944320 41085 12372 0 0 523 17 5 3 20 0 15 0 112695373 14331736064 71427 18446744073709551615 4194304 4196468 140729496473504 140729496456048 140081345109751 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
/proc/883/statm: 3498959 71427 3466 1 0 3487573 0
[pid=883/tid=936] ppid=880 vsize=13995836 memory=1724 CPUtime=2.89 cores=0,2,4,6

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

[pid=883/tid=937] ppid=880 vsize=14202692 memory=4651376 CPUtime=4.61 cores=0,2,4,6
/proc/883/task/937/stat : 937 (java) R 880 883 8289 0 -1 4202560 2843 12372 0 0 406 47 5 3 20 0 17 0 112695395 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140081302076376 140081330060448 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=938] ppid=880 vsize=14202692 memory=4651376 CPUtime=4.58 cores=0,2,4,6
/proc/883/task/938/stat : 938 (java) R 880 883 8289 0 -1 4202560 4250 12372 0 0 403 47 5 3 20 0 17 0 112695395 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140081301023632 140081326706762 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=940] ppid=880 vsize=14202692 memory=4651376 CPUtime=4.62 cores=0,2,4,6
/proc/883/task/940/stat : 940 (java) R 880 883 8289 0 -1 4202560 3750 12372 0 0 406 48 5 3 20 0 17 0 112695395 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140081299971088 140081329807390 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=941] ppid=880 vsize=14202692 memory=4651376 CPUtime=4.59 cores=0,2,4,6
/proc/883/task/941/stat : 941 (java) R 880 883 8289 0 -1 4202560 4890 12372 0 0 404 47 5 3 20 0 17 0 112695395 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080941559128 140081329807503 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=942] ppid=880 vsize=14202692 memory=280786172830784 CPUtime=0.26 cores=0,2,4,6
/proc/883/task/942/stat : 942 (java) S 880 883 8289 0 -1 1077944384 15672 12372 0 0 16 2 5 3 20 0 17 0 112695396 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080822849968 140081345119957 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=944] ppid=880 vsize=14202692 memory=280786171539080 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/944/stat : 944 (java) S 880 883 8289 0 -1 1077944384 62 12372 0 0 0 0 5 3 20 0 17 0 112695396 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080821797920 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=945] ppid=880 vsize=14202692 memory=4651376 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/945/stat : 945 (java) S 880 883 8289 0 -1 1077944384 46 12372 0 0 0 0 5 3 20 0 17 0 112695397 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080820745216 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=946] ppid=880 vsize=14202692 memory=4168 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/946/stat : 946 (java) S 880 883 8289 0 -1 1077944384 180 12372 0 0 0 0 5 3 20 0 17 0 112695399 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080819693776 140081345128347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=947] ppid=880 vsize=14202692 memory=4651376 CPUtime=6.8 cores=0,2,4,6
/proc/883/task/947/stat : 947 (java) S 880 883 8289 0 -1 1077944384 18892 12372 0 0 668 4 5 3 20 0 17 0 112695399 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080818641392 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=948] ppid=880 vsize=14202692 memory=4651376 CPUtime=7.69 cores=0,2,4,6
/proc/883/task/948/stat : 948 (java) S 880 883 8289 0 -1 1077944384 25778 12372 0 0 757 4 5 3 20 0 17 0 112695399 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080817588848 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=949] ppid=880 vsize=14202692 memory=4651376 CPUtime=2.26 cores=0,2,4,6
/proc/883/task/949/stat : 949 (java) S 880 883 8289 0 -1 1077944384 11758 12372 0 0 214 4 5 3 20 0 17 0 112695399 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080816536304 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=950] ppid=880 vsize=14202692 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/950/stat : 950 (java) S 880 883 8289 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 17 0 112695399 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080815484000 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=951] ppid=880 vsize=14202692 memory=4651376 CPUtime=0.21 cores=0,2,4,6
/proc/883/task/951/stat : 951 (java) S 880 883 8289 0 -1 1077944384 549 12372 0 0 6 7 5 3 20 0 17 0 112695402 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080814430512 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
Current children cumulated CPU time: 252.34 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4651608 KiB

[startup+223.637 s]
# the end of solver process 883 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=254.452 s, system=2.77226 s

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

[startup+222.402 s]
/proc/loadavg: 1.52 1.95 1.98 3/213 1097
/proc/meminfo: memFree=24771876/32770624 swapFree=67108860/67108860
[pid=883] ppid=880 vsize=14202692 memory=4651608 CPUtime=252.66 cores=0,2,4,6
/proc/883/stat : 883 (java) S 880 883 8289 0 -1 1077944320 177567 12372 0 0 24988 270 5 3 20 0 17 0 112695373 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140729496456048 140081345109751 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
/proc/883/statm: 3550673 1162902 3492 1 0 3539287 0
[pid=883/tid=936] ppid=880 vsize=14202692 memory=2012 CPUtime=217.32 cores=0,2,4,6
/proc/883/task/936/stat : 936 (java) S 880 883 8289 0 -1 1077944384 77312 12372 0 0 21668 56 5 3 20 0 17 0 112695394 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140081349347456 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=937] ppid=880 vsize=14202692 memory=11136 CPUtime=4.68 cores=0,2,4,6
/proc/883/task/937/stat : 937 (java) R 880 883 8289 0 -1 4202560 2843 12372 0 0 413 47 5 3 20 0 17 0 112695395 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140081302076176 140081330106161 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=938] ppid=880 vsize=14202692 memory=5788 CPUtime=4.65 cores=0,2,4,6
/proc/883/task/938/stat : 938 (java) R 880 883 8289 0 -1 4202560 4282 12372 0 0 410 47 5 3 20 0 17 0 112695395 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140081301023632 140081329567384 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=940] ppid=880 vsize=14202692 memory=54592 CPUtime=4.69 cores=0,2,4,6
/proc/883/task/940/stat : 940 (java) R 880 883 8289 0 -1 4202560 3751 12372 0 0 413 48 5 3 20 0 17 0 112695395 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140081299971288 140081329810439 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=941] ppid=880 vsize=14202692 memory=1296 CPUtime=4.66 cores=0,2,4,6
/proc/883/task/941/stat : 941 (java) R 880 883 8289 0 -1 4202560 4894 12372 0 0 411 47 5 3 20 0 17 0 112695395 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080941558928 140081329810382 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=942] ppid=880 vsize=14202692 memory=2440 CPUtime=0.28 cores=0,2,4,6
/proc/883/task/942/stat : 942 (java) S 880 883 8289 0 -1 1077944384 24736 12372 0 0 18 2 5 3 20 0 17 0 112695396 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080822850192 140081345119957 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=944] ppid=880 vsize=14202692 memory=4134931637327791675 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/944/stat : 944 (java) S 880 883 8289 0 -1 1077944384 62 12372 0 0 0 0 5 3 20 0 17 0 112695396 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080821797920 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=945] ppid=880 vsize=14202692 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/945/stat : 945 (java) S 880 883 8289 0 -1 1077944384 46 12372 0 0 0 0 5 3 20 0 17 0 112695397 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080820745216 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=946] ppid=880 vsize=14202692 memory=4651376 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/946/stat : 946 (java) S 880 883 8289 0 -1 1077944384 180 12372 0 0 0 0 5 3 20 0 17 0 112695399 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080819693776 140081345128347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=947] ppid=880 vsize=14202692 memory=4168 CPUtime=6.8 cores=0,2,4,6
/proc/883/task/947/stat : 947 (java) S 880 883 8289 0 -1 1077944384 18892 12372 0 0 668 4 5 3 20 0 17 0 112695399 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080818641392 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=948] ppid=880 vsize=14202692 memory=2968 CPUtime=7.69 cores=0,2,4,6
/proc/883/task/948/stat : 948 (java) S 880 883 8289 0 -1 1077944384 25778 12372 0 0 757 4 5 3 20 0 17 0 112695399 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080817588848 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=949] ppid=880 vsize=14202692 memory=4651376 CPUtime=2.26 cores=0,2,4,6
/proc/883/task/949/stat : 949 (java) S 880 883 8289 0 -1 1077944384 11758 12372 0 0 214 4 5 3 20 0 17 0 112695399 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080816536304 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=950] ppid=880 vsize=14202692 memory=4040 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/950/stat : 950 (java) S 880 883 8289 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 17 0 112695399 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080815484000 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=951] ppid=880 vsize=14202692 memory=33556 CPUtime=0.21 cores=0,2,4,6
/proc/883/task/951/stat : 951 (java) S 880 883 8289 0 -1 1077944384 549 12372 0 0 6 7 5 3 20 0 17 0 112695402 14543556608 1162902 18446744073709551615 4194304 4196468 140729496473504 140080814430512 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
Current children cumulated CPU time: 252.66 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4651608 KiB

[startup+223.201 s]
/proc/loadavg: 1.52 1.95 1.98 6/215 1099
/proc/meminfo: memFree=24771852/32770624 swapFree=67108860/67108860
[pid=883] ppid=880 vsize=14202692 memory=4651624 CPUtime=255.7 cores=0,2,4,6
/proc/883/stat : 883 (java) S 880 883 8289 0 -1 1077944320 177950 12372 0 0 25292 270 5 3 20 0 17 0 112695373 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140729496456048 140081345109751 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
/proc/883/statm: 3550673 1162906 3492 1 0 3539287 0
[pid=883/tid=936] ppid=880 vsize=14202692 memory=54592 CPUtime=217.32 cores=0,2,4,6
/proc/883/task/936/stat : 936 (java) S 880 883 8289 0 -1 1077944384 77312 12372 0 0 21668 56 5 3 20 0 17 0 112695394 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140081349347456 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=937] ppid=880 vsize=14202692 memory=4651376 CPUtime=5.44 cores=0,2,4,6
/proc/883/task/937/stat : 937 (java) R 880 883 8289 0 -1 4202560 2846 12372 0 0 489 47 5 3 20 0 17 0 112695395 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140081302076176 140081326719463 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=938] ppid=880 vsize=14202692 memory=1156 CPUtime=5.41 cores=0,2,4,6
/proc/883/task/938/stat : 938 (java) R 880 883 8289 0 -1 4202560 4315 12372 0 0 486 47 5 3 20 0 17 0 112695395 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140081301023632 140081330106132 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=940] ppid=880 vsize=14202692 memory=2656 CPUtime=5.44 cores=0,2,4,6
/proc/883/task/940/stat : 940 (java) R 880 883 8289 0 -1 4202560 3761 12372 0 0 488 48 5 3 20 0 17 0 112695395 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140081299970976 140081330106155 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=941] ppid=880 vsize=14202692 memory=4134931637327791675 CPUtime=5.4 cores=0,2,4,6
/proc/883/task/941/stat : 941 (java) R 880 883 8289 0 -1 4202560 4903 12372 0 0 485 47 5 3 20 0 17 0 112695395 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080941558928 140081326719571 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=942] ppid=880 vsize=14202692 memory=4064 CPUtime=0.33 cores=0,2,4,6
/proc/883/task/942/stat : 942 (java) S 880 883 8289 0 -1 1077944384 25060 12372 0 0 22 3 5 3 20 0 17 0 112695396 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080822850192 140081345119957 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=944] ppid=880 vsize=14202692 memory=1160 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/944/stat : 944 (java) S 880 883 8289 0 -1 1077944384 65 12372 0 0 0 0 5 3 20 0 17 0 112695396 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080821797520 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=945] ppid=880 vsize=14202692 memory=2968 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/945/stat : 945 (java) S 880 883 8289 0 -1 1077944384 46 12372 0 0 0 0 5 3 20 0 17 0 112695397 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080820745216 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=946] ppid=880 vsize=14202692 memory=4651376 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/946/stat : 946 (java) S 880 883 8289 0 -1 1077944384 180 12372 0 0 0 0 5 3 20 0 17 0 112695399 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080819693776 140081345128347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=947] ppid=880 vsize=14202692 memory=1296 CPUtime=6.8 cores=0,2,4,6
/proc/883/task/947/stat : 947 (java) S 880 883 8289 0 -1 1077944384 18892 12372 0 0 668 4 5 3 20 0 17 0 112695399 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080818641392 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=948] ppid=880 vsize=14202692 memory=2440 CPUtime=7.69 cores=0,2,4,6
/proc/883/task/948/stat : 948 (java) S 880 883 8289 0 -1 1077944384 25778 12372 0 0 757 4 5 3 20 0 17 0 112695399 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080817588848 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=949] ppid=880 vsize=14202692 memory=1724 CPUtime=2.26 cores=0,2,4,6
/proc/883/task/949/stat : 949 (java) S 880 883 8289 0 -1 1077944384 11758 12372 0 0 214 4 5 3 20 0 17 0 112695399 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080816536304 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=950] ppid=880 vsize=14202692 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/950/stat : 950 (java) S 880 883 8289 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 17 0 112695399 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080815484000 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=951] ppid=880 vsize=14202692 memory=1716 CPUtime=0.21 cores=0,2,4,6
/proc/883/task/951/stat : 951 (java) S 880 883 8289 0 -1 1077944384 549 12372 0 0 6 7 5 3 20 0 17 0 112695402 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080814430512 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=1098] ppid=880 vsize=14202692 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/1098/stat : 1098 (java) S 880 883 8289 0 -1 1077944384 301 12372 0 0 0 0 5 3 20 0 17 0 112717593 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080783515760 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=1099] ppid=880 vsize=14202692 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/1099/stat : 1099 (java) S 880 883 8289 0 -1 1077944384 29 12372 0 0 0 0 5 3 20 0 17 0 112717593 14543556608 1162906 18446744073709551615 4194304 4196468 140729496473504 140080782463936 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
Current children cumulated CPU time: 255.7 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4651624 KiB

[startup+223.603 s]
/proc/loadavg: 1.52 1.95 1.98 6/215 1099
/proc/meminfo: memFree=24771852/32770624 swapFree=67108860/67108860
[pid=883] ppid=880 vsize=14202692 memory=4651692 CPUtime=257.18 cores=0,2,4,6
/proc/883/stat : 883 (java) S 880 883 8289 0 -1 1077944320 178060 12372 0 0 25440 270 5 3 20 0 17 0 112695373 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140729496456048 140081345109751 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
/proc/883/statm: 3550673 1162923 3493 1 0 3539287 0
[pid=883/tid=936] ppid=880 vsize=14202692 memory=1724 CPUtime=217.33 cores=0,2,4,6
/proc/883/task/936/stat : 936 (java) S 880 883 8289 0 -1 1077944384 77408 12372 0 0 21669 56 5 3 20 0 17 0 112695394 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140081349352624 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=937] ppid=880 vsize=14202692 memory=792 CPUtime=5.79 cores=0,2,4,6
/proc/883/task/937/stat : 937 (java) S 880 883 8289 0 -1 1077944384 2846 12372 0 0 524 47 5 3 20 0 17 0 112695395 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140081302076176 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=938] ppid=880 vsize=14202692 memory=1716 CPUtime=5.77 cores=0,2,4,6
/proc/883/task/938/stat : 938 (java) S 880 883 8289 0 -1 1077944384 4315 12372 0 0 522 47 5 3 20 0 17 0 112695395 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140081301023632 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=940] ppid=880 vsize=14202692 memory=1200 CPUtime=5.8 cores=0,2,4,6
/proc/883/task/940/stat : 940 (java) S 880 883 8289 0 -1 1077944384 3761 12372 0 0 524 48 5 3 20 0 17 0 112695395 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140081299971088 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=941] ppid=880 vsize=14202692 memory=15876 CPUtime=5.76 cores=0,2,4,6
/proc/883/task/941/stat : 941 (java) S 880 883 8289 0 -1 1077944384 4903 12372 0 0 521 47 5 3 20 0 17 0 112695395 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080941558928 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=942] ppid=880 vsize=14202692 memory=4064 CPUtime=0.37 cores=0,2,4,6
/proc/883/task/942/stat : 942 (java) S 880 883 8289 0 -1 1077944384 25060 12372 0 0 26 3 5 3 20 0 17 0 112695396 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080822851568 140081345120898 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=944] ppid=880 vsize=14202692 memory=1160 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/944/stat : 944 (java) S 880 883 8289 0 -1 1077944384 66 12372 0 0 0 0 5 3 20 0 17 0 112695396 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080821797920 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=945] ppid=880 vsize=14202692 memory=2968 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/945/stat : 945 (java) S 880 883 8289 0 -1 1077944384 48 12372 0 0 0 0 5 3 20 0 17 0 112695397 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080820745216 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=946] ppid=880 vsize=14202692 memory=4651608 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/946/stat : 946 (java) S 880 883 8289 0 -1 1077944384 180 12372 0 0 0 0 5 3 20 0 17 0 112695399 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080819693776 140081345128347 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=947] ppid=880 vsize=14202692 memory=4040 CPUtime=6.8 cores=0,2,4,6
/proc/883/task/947/stat : 947 (java) S 880 883 8289 0 -1 1077944384 18892 12372 0 0 668 4 5 3 20 0 17 0 112695399 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080818641392 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=948] ppid=880 vsize=14202692 memory=33556 CPUtime=7.69 cores=0,2,4,6
/proc/883/task/948/stat : 948 (java) S 880 883 8289 0 -1 1077944384 25778 12372 0 0 757 4 5 3 20 0 17 0 112695399 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080817588848 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=949] ppid=880 vsize=14202692 memory=1232 CPUtime=2.26 cores=0,2,4,6
/proc/883/task/949/stat : 949 (java) S 880 883 8289 0 -1 1077944384 11768 12372 0 0 214 4 5 3 20 0 17 0 112695399 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080816536304 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=950] ppid=880 vsize=14202692 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/950/stat : 950 (java) S 880 883 8289 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 17 0 112695399 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080815484000 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=951] ppid=880 vsize=14202692 memory=1792 CPUtime=0.21 cores=0,2,4,6
/proc/883/task/951/stat : 951 (java) S 880 883 8289 0 -1 1077944384 549 12372 0 0 6 7 5 3 20 0 17 0 112695402 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080814430512 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=1098] ppid=880 vsize=14202692 memory=1156 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/1098/stat : 1098 (java) S 880 883 8289 0 -1 1077944384 301 12372 0 0 0 0 5 3 20 0 17 0 112717593 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080783515760 140081345119957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
[pid=883/tid=1099] ppid=880 vsize=14202692 memory=2704 CPUtime=0.08 cores=0,2,4,6
/proc/883/task/1099/stat : 1099 (java) S 880 883 8289 0 -1 1077944384 30 12372 0 0 0 0 5 3 20 0 17 0 112717593 14543556608 1162923 18446744073709551615 4194304 4196468 140729496473504 140080782464240 140081345120898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8175616 140729496475568 140729496478353 140729496478353 140729496481743 0
Current children cumulated CPU time: 257.18 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4651692 KiB

Child status: 143
Real time (s): 223.638
CPU time (s): 257.225
CPU user time (s): 254.452
CPU system time (s): 2.77226
CPU usage (%): 115.019
Max. virtual memory (cumulated for all children) (KiB): 14202692
Max. memory (cumulated for all children) (KiB): 4680764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.452
system time used= 2.77226
maximum resident set size= 4680764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15961
involuntary context switches= 1027


# summary of solver processes directly reported to runsolver:
#   pid: 883
#   total CPU time (s): 257.225
#   total CPU user time (s): 254.452
#   total CPU system time (s): 2.77226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.71928 second user time and 1.87479 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 20:12:34
IDJOB=4259403
IDBENCH=136008
IDSOLVER=2646
FILE ID=node133/4259403-1502648802
RUNJOBID= node133-1502641620-25473
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259403-1502648802/watcher-4259403-1502648802 -o /tmp/evaluation-result-4259403-1502648802/solver-4259403-1502648802 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312  bin/concrete HOME/instance-4259403-1502648802.xml

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

MD5SUM BENCH= 0bf4a40729d33496d05cbb52f4946484
RANDOM SEED=1378093248

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29191184 kB
MemAvailable:   29838144 kB
Buffers:          239904 kB
Cached:           702128 kB
SwapCached:            0 kB
Active:          2942340 kB
Inactive:         187464 kB
Active(anon):    2128676 kB
Inactive(anon):   100804 kB
Active(file):     813664 kB
Inactive(file):    86660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26448 kB
Writeback:             0 kB
AnonPages:       2185768 kB
Mapped:            69736 kB
Shmem:             41660 kB
Slab:             152344 kB
SReclaimable:     124940 kB
SUnreclaim:        27404 kB
KernelStack:        3488 kB
PageTables:         9208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3108036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2011136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61980 MiB
End job on node133 at 2017-08-13 20:16:18