Trace number 4259396

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) 260.67599 240.67101

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w3b2r8.xml
MD5SUM2d1ea33805a592f1cc5486f43d894179
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1002
Number of constraints157
Number of domains2
Minimum domain size78
Maximum domain size139
Distribution of domain sizes[{"size":78,"count":1},{"size":139,"count":1001}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":924},{"degree":5,"count":77}]
Minimum constraint arity13
Maximum constraint arity1001
Distribution of constraint arities[{"arity":13,"count":154},{"arity":78,"count":1},{"arity":1001,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":77},{"type":"lex","count":1},{"type":"sum","count":77},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=22756
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.73 1.77 1.76 2/202 22759
/proc/meminfo: memFree=27604788/32770624 swapFree=0/256680
[pid=22759] ppid=22756 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/22759/stat : 22759 (runsolver) D 22756 22759 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7919972 24240128 106 18446744073709551615 4194304 4338465 140728195217824 140728195215464 140572309275351 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 18423808 140728195219665 140728195220039 140728195220039 140728195223498 0
/proc/22759/statm: 5918 106 53 36 0 2156 0

[startup+0.100533 s]
/proc/loadavg: 1.73 1.77 1.76 2/202 22759
/proc/meminfo: memFree=27604788/32770624 swapFree=0/256680
[pid=22759] ppid=22756 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/22759/stat : 22759 (bash) S 22756 22759 3187 0 -1 4202496 892 6490 0 0 0 0 0 1 20 0 1 0 7919972 9867264 377 18446744073709551615 4194304 5098028 140732094558576 140732094552584 140233245539328 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 20692992 140732094566930 140732094567015 140732094567015 140732094570474 0
/proc/22759/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200226 s]
/proc/loadavg: 1.73 1.77 1.76 2/202 22759
/proc/meminfo: memFree=27604788/32770624 swapFree=0/256680
[pid=22759] ppid=22756 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/22759/stat : 22759 (bash) S 22756 22759 3187 0 -1 4202496 892 6490 0 0 0 0 0 1 20 0 1 0 7919972 9867264 377 18446744073709551615 4194304 5098028 140732094558576 140732094552584 140233245539328 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 20692992 140732094566930 140732094567015 140732094567015 140732094570474 0
/proc/22759/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300302 s]
/proc/loadavg: 1.73 1.77 1.76 2/202 22759
/proc/meminfo: memFree=27604788/32770624 swapFree=0/256680
[pid=22759] ppid=22756 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22756 22759 3187 0 -1 1077944320 5941 12369 0 0 5 1 5 3 20 0 14 0 7919972 14241083392 5626 18446744073709551615 4194304 4196468 140728731128768 140728731111312 140217110843127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
/proc/22759/statm: 3476827 5626 2646 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.702473 s]
/proc/loadavg: 1.73 1.77 1.76 2/202 22759
/proc/meminfo: memFree=27604788/32770624 swapFree=0/256680
[pid=22759] ppid=22756 vsize=13974784 CPUtime=0.59 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22756 22759 3187 0 -1 1077944320 13710 12369 0 0 46 5 5 3 20 0 15 0 7919972 14310178816 14163 18446744073709551615 4194304 4196468 140728731128768 140728731111312 140217110843127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
/proc/22759/statm: 3493696 14163 3060 1 0 3482973 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13974784

[startup+1.50058 s]
/proc/loadavg: 1.73 1.77 1.76 3/217 22822
/proc/meminfo: memFree=27514468/32770624 swapFree=0/256676
[pid=22759] ppid=22756 vsize=13985408 CPUtime=1.79 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22756 22759 3187 0 -1 1077944320 27552 12369 0 0 163 8 5 3 20 0 15 0 7919972 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140728731111312 140217110843127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
/proc/22759/statm: 3496352 33855 3332 1 0 3485533 0
[pid=22759/tid=22809] ppid=22756 vsize=13985408 CPUtime=1.26 cores=1,3,5,7
/proc/22759/task/22809/stat : 22809 (java) R 22756 22759 3187 0 -1 4202560 22342 12369 0 0 112 6 5 3 20 0 15 0 7919994 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140217115077440 140217094923614 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22810] ppid=22756 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22810/stat : 22810 (java) S 22756 22759 3187 0 -1 1077944384 1 12369 0 0 0 0 5 3 20 0 15 0 7919995 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140217067809040 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22811] ppid=22756 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22811/stat : 22811 (java) S 22756 22759 3187 0 -1 1077944384 1 12369 0 0 0 0 5 3 20 0 15 0 7919995 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140217066756496 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22812] ppid=22756 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22812/stat : 22812 (java) S 22756 22759 3187 0 -1 1077944384 1 12369 0 0 0 0 5 3 20 0 15 0 7919995 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140217065703952 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22813] ppid=22756 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22813/stat : 22813 (java) S 22756 22759 3187 0 -1 1077944384 2 12369 0 0 0 0 5 3 20 0 15 0 7919995 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140217064651408 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22814] ppid=22756 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22814/stat : 22814 (java) S 22756 22759 3187 0 -1 1077944384 5 12369 0 0 0 0 5 3 20 0 15 0 7919996 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140216589347312 140217110854274 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22815] ppid=22756 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22815/stat : 22815 (java) S 22756 22759 3187 0 -1 1077944384 33 12369 0 0 0 0 5 3 20 0 15 0 7919997 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140216588293536 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22816] ppid=22756 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22816/stat : 22816 (java) S 22756 22759 3187 0 -1 1077944384 21 12369 0 0 0 0 5 3 20 0 15 0 7919997 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140216587240944 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22817] ppid=22756 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22817/stat : 22817 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140216586189520 140217110861723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22818] ppid=22756 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/22759/task/22818/stat : 22818 (java) S 22756 22759 3187 0 -1 1077944384 1012 12369 0 0 12 0 5 3 20 0 15 0 7920000 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140216585136112 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22819] ppid=22756 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/22759/task/22819/stat : 22819 (java) S 22756 22759 3187 0 -1 1077944384 681 12369 0 0 15 0 5 3 20 0 15 0 7920000 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140216584083568 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22820] ppid=22756 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/22759/task/22820/stat : 22820 (java) S 22756 22759 3187 0 -1 1077944384 1289 12369 0 0 21 0 5 3 20 0 15 0 7920000 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140216583031024 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22821] ppid=22756 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22821/stat : 22821 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140216581978720 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22822] ppid=22756 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22822/stat : 22822 (java) S 22756 22759 3187 0 -1 1077944384 6 12369 0 0 0 0 5 3 20 0 15 0 7920008 14321057792 33855 18446744073709551615 4194304 4196468 140728731128768 140216580926256 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 1.67 1.76 1.75 5/217 22823
/proc/meminfo: memFree=27432952/32770624 swapFree=0/256676
[pid=22759] ppid=22756 vsize=13997884 CPUtime=6.12 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22756 22759 3187 0 -1 1077944320 44521 12369 0 0 587 17 5 3 20 0 15 0 7919972 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140728731111312 140217110843127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
/proc/22759/statm: 3499471 66868 3442 1 0 3488093 0
[pid=22759/tid=22809] ppid=22756 vsize=13997884 CPUtime=2.82 cores=1,3,5,7
/proc/22759/task/22809/stat : 22809 (java) R 22756 22759 3187 0 -1 4202560 29751 12369 0 0 266 8 5 3 20 0 15 0 7919994 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140217115075304 140216749104156 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22810] ppid=22756 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22810/stat : 22810 (java) S 22756 22759 3187 0 -1 1077944384 70 12369 0 0 0 0 5 3 20 0 15 0 7919995 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140217067809040 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22811] ppid=22756 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22811/stat : 22811 (java) S 22756 22759 3187 0 -1 1077944384 46 12369 0 0 0 0 5 3 20 0 15 0 7919995 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140217066756496 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22812] ppid=22756 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22812/stat : 22812 (java) S 22756 22759 3187 0 -1 1077944384 31 12369 0 0 0 0 5 3 20 0 15 0 7919995 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140217065703952 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22813] ppid=22756 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22813/stat : 22813 (java) S 22756 22759 3187 0 -1 1077944384 215 12369 0 0 0 0 5 3 20 0 15 0 7919995 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140217064651408 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22814] ppid=22756 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/22759/task/22814/stat : 22814 (java) S 22756 22759 3187 0 -1 1077944384 1735 12369 0 0 1 0 5 3 20 0 15 0 7919996 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140216589347312 140217110854274 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22815] ppid=22756 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22815/stat : 22815 (java) S 22756 22759 3187 0 -1 1077944384 56 12369 0 0 0 0 5 3 20 0 15 0 7919997 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140216588293600 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22816] ppid=22756 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22816/stat : 22816 (java) S 22756 22759 3187 0 -1 1077944384 43 12369 0 0 0 0 5 3 20 0 15 0 7919997 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140216587240944 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22817] ppid=22756 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22817/stat : 22817 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140216586189520 140217110861723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22818] ppid=22756 vsize=13997884 CPUtime=1.03 cores=1,3,5,7
/proc/22759/task/22818/stat : 22818 (java) R 22756 22759 3187 0 -1 4202560 2455 12369 0 0 93 2 5 3 20 0 15 0 7920000 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140216585136240 140217090199042 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22819] ppid=22756 vsize=13997884 CPUtime=1.26 cores=1,3,5,7
/proc/22759/task/22819/stat : 22819 (java) R 22756 22759 3187 0 -1 4202560 4246 12369 0 0 117 1 5 3 20 0 15 0 7920000 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140216584074896 140217090311201 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22820] ppid=22756 vsize=13997884 CPUtime=1.11 cores=1,3,5,7
/proc/22759/task/22820/stat : 22820 (java) S 22756 22759 3187 0 -1 1077944384 3707 12369 0 0 102 1 5 3 20 0 15 0 7920000 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140216583031024 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22821] ppid=22756 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22821/stat : 22821 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140216581978720 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22822] ppid=22756 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22822/stat : 22822 (java) S 22756 22759 3187 0 -1 1077944384 8 12369 0 0 0 0 5 3 20 0 15 0 7920008 14333833216 66868 18446744073709551615 4194304 4196468 140728731128768 140216580926256 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 13997884

[startup+6.3006 s]
/proc/loadavg: 1.67 1.76 1.75 3/216 22823
/proc/meminfo: memFree=27185692/32770624 swapFree=0/256684
[pid=22759] ppid=22756 vsize=14001980 CPUtime=14.56 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22756 22759 3187 0 -1 1077944320 71776 12369 0 0 1412 36 5 3 20 0 15 0 7919972 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140728731111312 140217110843127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
/proc/22759/statm: 3500495 137655 3466 1 0 3489117 0
[pid=22759/tid=22809] ppid=22756 vsize=14001980 CPUtime=5.78 cores=1,3,5,7
/proc/22759/task/22809/stat : 22809 (java) R 22756 22759 3187 0 -1 4202560 37021 12369 0 0 558 12 5 3 20 0 15 0 7919994 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140217115077776 140217103084108 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22810] ppid=22756 vsize=14001980 CPUtime=0.28 cores=1,3,5,7
/proc/22759/task/22810/stat : 22810 (java) S 22756 22759 3187 0 -1 1077944384 264 12369 0 0 17 3 5 3 20 0 15 0 7919995 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140217067809040 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22811] ppid=22756 vsize=14001980 CPUtime=0.26 cores=1,3,5,7
/proc/22759/task/22811/stat : 22811 (java) S 22756 22759 3187 0 -1 1077944384 160 12369 0 0 15 3 5 3 20 0 15 0 7919995 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140217066756496 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22812] ppid=22756 vsize=14001980 CPUtime=0.27 cores=1,3,5,7
/proc/22759/task/22812/stat : 22812 (java) S 22756 22759 3187 0 -1 1077944384 189 12369 0 0 16 3 5 3 20 0 15 0 7919995 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140217065703952 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22813] ppid=22756 vsize=14001980 CPUtime=0.29 cores=1,3,5,7
/proc/22759/task/22813/stat : 22813 (java) S 22756 22759 3187 0 -1 1077944384 639 12369 0 0 17 4 5 3 20 0 15 0 7919995 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140217064651408 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22814] ppid=22756 vsize=14001980 CPUtime=0.13 cores=1,3,5,7
/proc/22759/task/22814/stat : 22814 (java) S 22756 22759 3187 0 -1 1077944384 3348 12369 0 0 5 0 5 3 20 0 15 0 7919996 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140216589347312 140217110854274 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22815] ppid=22756 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22815/stat : 22815 (java) S 22756 22759 3187 0 -1 1077944384 68 12369 0 0 0 0 5 3 20 0 15 0 7919997 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140216588293600 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22816] ppid=22756 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22816/stat : 22816 (java) S 22756 22759 3187 0 -1 1077944384 43 12369 0 0 0 0 5 3 20 0 15 0 7919997 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140216587240960 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22817] ppid=22756 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22817/stat : 22817 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140216586189520 140217110861723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22818] ppid=22756 vsize=14001980 CPUtime=3.03 cores=1,3,5,7
/proc/22759/task/22818/stat : 22818 (java) S 22756 22759 3187 0 -1 1077944384 9509 12369 0 0 292 3 5 3 20 0 15 0 7920000 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140216585136112 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22819] ppid=22756 vsize=14001980 CPUtime=3.26 cores=1,3,5,7
/proc/22759/task/22819/stat : 22819 (java) S 22756 22759 3187 0 -1 1077944384 9891 12369 0 0 316 2 5 3 20 0 15 0 7920000 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140216584083568 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22820] ppid=22756 vsize=14001980 CPUtime=1.83 cores=1,3,5,7
/proc/22759/task/22820/stat : 22820 (java) R 22756 22759 3187 0 -1 4202560 8468 12369 0 0 172 3 5 3 20 0 15 0 7920000 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140216583031024 140217094951213 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22821] ppid=22756 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22821/stat : 22821 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140216581978720 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22822] ppid=22756 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22822/stat : 22822 (java) S 22756 22759 3187 0 -1 1077944384 19 12369 0 0 0 0 5 3 20 0 15 0 7920008 14338027520 137655 18446744073709551615 4194304 4196468 140728731128768 140216580926256 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
Current children cumulated CPU time (s) 14.56
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.57 1.74 1.75 3/216 22823
/proc/meminfo: memFree=26227336/32770624 swapFree=0/256692
[pid=22759] ppid=22756 vsize=14069564 CPUtime=26.13 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22756 22759 3187 0 -1 1077944320 98097 12369 0 0 2547 58 5 3 20 0 15 0 7919972 14407233536 352571 18446744073709551615 4194304 4196468 140728731128768 140728731111312 140217110843127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
/proc/22759/statm: 3517391 352571 3475 1 0 3506013 0
[pid=22759/tid=22809] ppid=22756 vsize=14069564 CPUtime=12.07 cores=1,3,5,7
/proc/22759/task/22809/stat : 22809 (java) R 22756 22759 3187 0 -1 4202560 55981 12369 0 0 1174 25 5 3 20 0 15 0 7919994 14407233536 352571 18446744073709551615 4194304 4196468 140728731128768 140217115075080 140216743674144 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22810] ppid=22756 vsize=14069564 CPUtime=0.36 cores=1,3,5,7
/proc/22759/task/22810/stat : 22810 (java) S 22756 22759 3187 0 -1 1077944384 307 12369 0 0 23 5 5 3 20 0 15 0 7919995 14407233536 352571 18446744073709551615 4194304 4196468 140728731128768 140217067809040 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22811] ppid=22756 vsize=14069564 CPUtime=0.31 cores=1,3,5,7
/proc/22759/task/22811/stat : 22811 (java) S 22756 22759 3187 0 -1 1077944384 189 12369 0 0 19 4 5 3 20 0 15 0 7919995 14407233536 352571 18446744073709551615 4194304 4196468 140728731128768 140217066756496 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22812] ppid=22756 vsize=14069564 CPUtime=0.36 cores=1,3,5,7
/proc/22759/task/22812/stat : 22812 (java) S 22756 22759 3187 0 -1 1077944384 236 12369 0 0 23 5 5 3 20 0 15 0 7919995 14407233536 352571 18446744073709551615 4194304 4196468 140728731128768 140217065703952 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22813] ppid=22756 vsize=14069564 CPUtime=0.35 cores=1,3,5,7
/proc/22759/task/22813/stat : 22813 (java) S 22756 22759 3187 0 -1 1077944384 689 12369 0 0 22 5 5 3 20 0 15 0 7919995 14407233536 352571 18446744073709551615 4194304 4196468 140728731128768 140217064651408 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22814] ppid=22756 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/22759/task/22814/stat : 22814 (java) S 22756 22759 3187 0 -1 1077944384 3812 12369 0 0 5 0 5 3 20 0 15 0 7919996 14407233536 352571 18446744073709551615 4194304 4196468 140728731128768 140216589347312 140217110854274 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22815] ppid=22756 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22815/stat : 22815 (java) S 22756 22759 3187 0 -1 1077944384 68 12369 0 0 0 0 5 3 20 0 15 0 7919997 14407233536 352571 18446744073709551615 4194304 4196468 140728731128768 140216588293600 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22816] ppid=22756 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22816/stat : 22816 (java) S 22756 22759 3187 0 -1 1077944384 51 12369 0 0 0 0 5 3 20 0 15 0 7919997 14407233536 352571 18446744073709551615 4194304 4196468 140728731128768 140216587240960 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22817] ppid=22756 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22817/stat : 22817 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14407233536 352571 18446744073709551615 4194304 4196468 140728731128768 140216586189520 140217110861723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0

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

/proc/22759/task/22821/stat : 22821 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14407233536 585505 18446744073709551615 4194304 4196468 140728731128768 140216581978720 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22822] ppid=22756 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/22759/task/22822/stat : 22822 (java) S 22756 22759 3187 0 -1 1077944384 221 12369 0 0 4 6 5 3 20 0 15 0 7920008 14407233536 585505 18446744073709551615 4194304 4196468 140728731128768 140216580926256 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
Current children cumulated CPU time (s) 179.23
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.53 1.64 1.70 3/213 22953
/proc/meminfo: memFree=25138212/32770624 swapFree=0/256868
[pid=22759] ppid=22756 vsize=14069564 CPUtime=240.38 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22756 22759 3187 0 -1 1077944320 164683 12369 0 0 23919 111 5 3 20 0 15 0 7919972 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140728731111312 140217110843127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
/proc/22759/statm: 3517391 559556 3481 1 0 3506013 0
[pid=22759/tid=22809] ppid=22756 vsize=14069564 CPUtime=220.46 cores=1,3,5,7
/proc/22759/task/22809/stat : 22809 (java) R 22756 22759 3187 0 -1 4202560 69855 12369 0 0 21996 42 5 3 20 0 15 0 7919994 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140217115077504 140216748979583 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22810] ppid=22756 vsize=14069564 CPUtime=1.07 cores=1,3,5,7
/proc/22759/task/22810/stat : 22810 (java) S 22756 22759 3187 0 -1 1077944384 3204 12369 0 0 89 10 5 3 20 0 15 0 7919995 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140217067809040 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22811] ppid=22756 vsize=14069564 CPUtime=1.03 cores=1,3,5,7
/proc/22759/task/22811/stat : 22811 (java) S 22756 22759 3187 0 -1 1077944384 2610 12369 0 0 85 10 5 3 20 0 15 0 7919995 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140217066756496 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22812] ppid=22756 vsize=14069564 CPUtime=1.08 cores=1,3,5,7
/proc/22759/task/22812/stat : 22812 (java) S 22756 22759 3187 0 -1 1077944384 1862 12369 0 0 89 11 5 3 20 0 15 0 7919995 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140217065703952 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22813] ppid=22756 vsize=14069564 CPUtime=1.07 cores=1,3,5,7
/proc/22759/task/22813/stat : 22813 (java) S 22756 22759 3187 0 -1 1077944384 3104 12369 0 0 88 11 5 3 20 0 15 0 7919995 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140217064651408 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22814] ppid=22756 vsize=14069564 CPUtime=0.55 cores=1,3,5,7
/proc/22759/task/22814/stat : 22814 (java) S 22756 22759 3187 0 -1 1077944384 5762 12369 0 0 41 6 5 3 20 0 15 0 7919996 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140216589347312 140217110854274 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22815] ppid=22756 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22815/stat : 22815 (java) S 22756 22759 3187 0 -1 1077944384 68 12369 0 0 0 0 5 3 20 0 15 0 7919997 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140216588293600 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22816] ppid=22756 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22816/stat : 22816 (java) S 22756 22759 3187 0 -1 1077944384 51 12369 0 0 0 0 5 3 20 0 15 0 7919997 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140216587240960 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22817] ppid=22756 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22817/stat : 22817 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140216586189520 140217110861723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22818] ppid=22756 vsize=14069564 CPUtime=6.56 cores=1,3,5,7
/proc/22759/task/22818/stat : 22818 (java) S 22756 22759 3187 0 -1 1077944384 25034 12369 0 0 643 5 5 3 20 0 15 0 7920000 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140216585136112 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22819] ppid=22756 vsize=14069564 CPUtime=6.59 cores=1,3,5,7
/proc/22759/task/22819/stat : 22819 (java) S 22756 22759 3187 0 -1 1077944384 28997 12369 0 0 647 4 5 3 20 0 15 0 7920000 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140216584083568 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22820] ppid=22756 vsize=14069564 CPUtime=2.36 cores=1,3,5,7
/proc/22759/task/22820/stat : 22820 (java) S 22756 22759 3187 0 -1 1077944384 21655 12369 0 0 223 5 5 3 20 0 15 0 7920000 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140216583031024 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22821] ppid=22756 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22821/stat : 22821 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140216581978720 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22822] ppid=22756 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/22759/task/22822/stat : 22822 (java) S 22756 22759 3187 0 -1 1077944384 323 12369 0 0 5 8 5 3 20 0 15 0 7920008 14407233536 559556 18446744073709551615 4194304 4196468 140728731128768 140216580926256 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
Current children cumulated CPU time (s) 240.38
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.56 1.64 1.70 3/213 22954
/proc/meminfo: memFree=25151668/32770624 swapFree=0/256896
[pid=22759] ppid=22756 vsize=14069564 CPUtime=258.44 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22756 22759 3187 0 -1 1077944320 169176 12369 0 0 25721 115 5 3 20 0 15 0 7919972 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140728731111312 140217110843127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
/proc/22759/statm: 3517391 554454 3481 1 0 3506013 0
[pid=22759/tid=22809] ppid=22756 vsize=14069564 CPUtime=237.99 cores=1,3,5,7
/proc/22759/task/22809/stat : 22809 (java) R 22756 22759 3187 0 -1 4202560 71391 12369 0 0 23748 43 5 3 20 0 15 0 7919994 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140217115077504 140216748979583 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22810] ppid=22756 vsize=14069564 CPUtime=1.17 cores=1,3,5,7
/proc/22759/task/22810/stat : 22810 (java) S 22756 22759 3187 0 -1 1077944384 3359 12369 0 0 98 11 5 3 20 0 15 0 7919995 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140217067809040 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22811] ppid=22756 vsize=14069564 CPUtime=1.13 cores=1,3,5,7
/proc/22759/task/22811/stat : 22811 (java) S 22756 22759 3187 0 -1 1077944384 3720 12369 0 0 94 11 5 3 20 0 15 0 7919995 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140217066756496 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22812] ppid=22756 vsize=14069564 CPUtime=1.18 cores=1,3,5,7
/proc/22759/task/22812/stat : 22812 (java) S 22756 22759 3187 0 -1 1077944384 1891 12369 0 0 99 11 5 3 20 0 15 0 7919995 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140217065703952 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22813] ppid=22756 vsize=14069564 CPUtime=1.16 cores=1,3,5,7
/proc/22759/task/22813/stat : 22813 (java) S 22756 22759 3187 0 -1 1077944384 3126 12369 0 0 97 11 5 3 20 0 15 0 7919995 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140217064651408 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22814] ppid=22756 vsize=14069564 CPUtime=0.62 cores=1,3,5,7
/proc/22759/task/22814/stat : 22814 (java) S 22756 22759 3187 0 -1 1077944384 5811 12369 0 0 47 7 5 3 20 0 15 0 7919996 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140216589347312 140217110854274 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22815] ppid=22756 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22815/stat : 22815 (java) S 22756 22759 3187 0 -1 1077944384 68 12369 0 0 0 0 5 3 20 0 15 0 7919997 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140216588293600 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22816] ppid=22756 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22816/stat : 22816 (java) S 22756 22759 3187 0 -1 1077944384 51 12369 0 0 0 0 5 3 20 0 15 0 7919997 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140216587240960 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22817] ppid=22756 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22817/stat : 22817 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140216586189520 140217110861723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22818] ppid=22756 vsize=14069564 CPUtime=6.59 cores=1,3,5,7
/proc/22759/task/22818/stat : 22818 (java) S 22756 22759 3187 0 -1 1077944384 26238 12369 0 0 646 5 5 3 20 0 15 0 7920000 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140216585136112 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22819] ppid=22756 vsize=14069564 CPUtime=6.62 cores=1,3,5,7
/proc/22759/task/22819/stat : 22819 (java) S 22756 22759 3187 0 -1 1077944384 29092 12369 0 0 650 4 5 3 20 0 15 0 7920000 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140216584083568 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22820] ppid=22756 vsize=14069564 CPUtime=2.37 cores=1,3,5,7
/proc/22759/task/22820/stat : 22820 (java) S 22756 22759 3187 0 -1 1077944384 21946 12369 0 0 224 5 5 3 20 0 15 0 7920000 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140216583031024 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22821] ppid=22756 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22821/stat : 22821 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 15 0 7920000 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140216581978720 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22822] ppid=22756 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/22759/task/22822/stat : 22822 (java) S 22756 22759 3187 0 -1 1077944384 325 12369 0 0 6 9 5 3 20 0 15 0 7920008 14407233536 554454 18446744073709551615 4194304 4196468 140728731128768 140216580926256 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
Current children cumulated CPU time (s) 258.44
Current children cumulated vsize (KiB) 14069564

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 22759 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.411 s]
/proc/loadavg: 1.56 1.64 1.70 3/213 22954
/proc/meminfo: memFree=25151668/32770624 swapFree=0/256896
[pid=22759] ppid=22756 vsize=14202692 CPUtime=259.88 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22756 22759 3187 0 -1 1077944320 181624 12369 0 0 25864 116 5 3 20 0 17 0 7919972 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140728731111312 140217110843127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
/proc/22759/statm: 3550673 555920 3482 1 0 3539295 0
[pid=22759/tid=22809] ppid=22756 vsize=14202692 CPUtime=238 cores=1,3,5,7
/proc/22759/task/22809/stat : 22809 (java) S 22756 22759 3187 0 -1 1077944384 72284 12369 0 0 23749 43 5 3 20 0 17 0 7919994 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140217115080880 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22810] ppid=22756 vsize=14202692 CPUtime=1.51 cores=1,3,5,7
/proc/22759/task/22810/stat : 22810 (java) R 22756 22759 3187 0 -1 4202560 3493 12369 0 0 132 11 5 3 20 0 17 0 7919995 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140217067809040 140217095793747 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22811] ppid=22756 vsize=14202692 CPUtime=1.47 cores=1,3,5,7
/proc/22759/task/22811/stat : 22811 (java) R 22756 22759 3187 0 -1 4202560 3802 12369 0 0 128 11 5 3 20 0 17 0 7919995 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140217066756496 140217095297158 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22812] ppid=22756 vsize=14202692 CPUtime=1.52 cores=1,3,5,7
/proc/22759/task/22812/stat : 22812 (java) R 22756 22759 3187 0 -1 4202560 1973 12369 0 0 133 11 5 3 20 0 17 0 7919995 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140217065703840 140217092438950 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22813] ppid=22756 vsize=14202692 CPUtime=1.52 cores=1,3,5,7
/proc/22759/task/22813/stat : 22813 (java) R 22756 22759 3187 0 -1 4202560 3397 12369 0 0 132 12 5 3 20 0 17 0 7919995 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140217064651408 140217092396368 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22814] ppid=22756 vsize=14202692 CPUtime=0.66 cores=1,3,5,7
/proc/22759/task/22814/stat : 22814 (java) S 22756 22759 3187 0 -1 1077944384 16312 12369 0 0 51 7 5 3 20 0 17 0 7919996 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140216589345712 140217110853333 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22815] ppid=22756 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22815/stat : 22815 (java) S 22756 22759 3187 0 -1 1077944384 70 12369 0 0 0 0 5 3 20 0 17 0 7919997 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140216588293200 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22816] ppid=22756 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22816/stat : 22816 (java) S 22756 22759 3187 0 -1 1077944384 51 12369 0 0 0 0 5 3 20 0 17 0 7919997 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140216587240960 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22817] ppid=22756 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22817/stat : 22817 (java) S 22756 22759 3187 0 -1 1077944384 186 12369 0 0 0 0 5 3 20 0 17 0 7920000 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140216586189520 140217110861723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22818] ppid=22756 vsize=14202692 CPUtime=6.59 cores=1,3,5,7
/proc/22759/task/22818/stat : 22818 (java) S 22756 22759 3187 0 -1 1077944384 26238 12369 0 0 646 5 5 3 20 0 17 0 7920000 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140216585136112 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22819] ppid=22756 vsize=14202692 CPUtime=6.62 cores=1,3,5,7
/proc/22759/task/22819/stat : 22819 (java) S 22756 22759 3187 0 -1 1077944384 29092 12369 0 0 650 4 5 3 20 0 17 0 7920000 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140216584083568 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22820] ppid=22756 vsize=14202692 CPUtime=2.37 cores=1,3,5,7
/proc/22759/task/22820/stat : 22820 (java) S 22756 22759 3187 0 -1 1077944384 21946 12369 0 0 224 5 5 3 20 0 17 0 7920000 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140216583031024 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22821] ppid=22756 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22821/stat : 22821 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 17 0 7920000 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140216581978720 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22822] ppid=22756 vsize=14202692 CPUtime=0.23 cores=1,3,5,7
/proc/22759/task/22822/stat : 22822 (java) S 22756 22759 3187 0 -1 1077944384 325 12369 0 0 6 9 5 3 20 0 17 0 7920008 14543556608 555920 18446744073709551615 4194304 4196468 140728731128768 140216580926256 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
Current children cumulated CPU time (s) 259.88
Current children cumulated vsize (KiB) 14202692

[startup+240.612 s]
/proc/loadavg: 1.56 1.64 1.70 3/213 22954
/proc/meminfo: memFree=25151668/32770624 swapFree=0/256896
[pid=22759] ppid=22756 vsize=14202692 CPUtime=260.54 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22756 22759 3187 0 -1 1077944320 181637 12369 0 0 25930 116 5 3 20 0 17 0 7919972 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140728731111312 140217110843127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
/proc/22759/statm: 3550673 555663 3482 1 0 3539295 0
[pid=22759/tid=22809] ppid=22756 vsize=14202692 CPUtime=238 cores=1,3,5,7
/proc/22759/task/22809/stat : 22809 (java) S 22756 22759 3187 0 -1 1077944384 72284 12369 0 0 23749 43 5 3 20 0 17 0 7919994 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140217115080880 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22810] ppid=22756 vsize=14202692 CPUtime=1.67 cores=1,3,5,7
/proc/22759/task/22810/stat : 22810 (java) S 22756 22759 3187 0 -1 1077944384 3493 12369 0 0 148 11 5 3 20 0 17 0 7919995 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140217067809040 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22811] ppid=22756 vsize=14202692 CPUtime=1.62 cores=1,3,5,7
/proc/22759/task/22811/stat : 22811 (java) S 22756 22759 3187 0 -1 1077944384 3806 12369 0 0 143 11 5 3 20 0 17 0 7919995 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140217066756496 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22812] ppid=22756 vsize=14202692 CPUtime=1.67 cores=1,3,5,7
/proc/22759/task/22812/stat : 22812 (java) S 22756 22759 3187 0 -1 1077944384 1977 12369 0 0 148 11 5 3 20 0 17 0 7919995 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140217065703952 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22813] ppid=22756 vsize=14202692 CPUtime=1.67 cores=1,3,5,7
/proc/22759/task/22813/stat : 22813 (java) S 22756 22759 3187 0 -1 1077944384 3397 12369 0 0 147 12 5 3 20 0 17 0 7919995 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140217064651408 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22814] ppid=22756 vsize=14202692 CPUtime=0.71 cores=1,3,5,7
/proc/22759/task/22814/stat : 22814 (java) R 22756 22759 3187 0 -1 4202560 16313 12369 0 0 56 7 5 3 20 0 17 0 7919996 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140216589345600 140217092249517 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22815] ppid=22756 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22815/stat : 22815 (java) S 22756 22759 3187 0 -1 1077944384 71 12369 0 0 0 0 5 3 20 0 17 0 7919997 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140216588293136 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22816] ppid=22756 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22816/stat : 22816 (java) S 22756 22759 3187 0 -1 1077944384 51 12369 0 0 0 0 5 3 20 0 17 0 7919997 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140216587240960 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22817] ppid=22756 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22817/stat : 22817 (java) S 22756 22759 3187 0 -1 1077944384 186 12369 0 0 0 0 5 3 20 0 17 0 7920000 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140216586189520 140217110861723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22818] ppid=22756 vsize=14202692 CPUtime=6.59 cores=1,3,5,7
/proc/22759/task/22818/stat : 22818 (java) S 22756 22759 3187 0 -1 1077944384 26238 12369 0 0 646 5 5 3 20 0 17 0 7920000 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140216585136112 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22819] ppid=22756 vsize=14202692 CPUtime=6.62 cores=1,3,5,7
/proc/22759/task/22819/stat : 22819 (java) S 22756 22759 3187 0 -1 1077944384 29092 12369 0 0 650 4 5 3 20 0 17 0 7920000 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140216584083568 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22820] ppid=22756 vsize=14202692 CPUtime=2.37 cores=1,3,5,7
/proc/22759/task/22820/stat : 22820 (java) S 22756 22759 3187 0 -1 1077944384 21946 12369 0 0 224 5 5 3 20 0 17 0 7920000 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140216583031024 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22821] ppid=22756 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/22759/task/22821/stat : 22821 (java) S 22756 22759 3187 0 -1 1077944384 3 12369 0 0 0 0 5 3 20 0 17 0 7920000 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140216581978720 140217110853333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
[pid=22759/tid=22822] ppid=22756 vsize=14202692 CPUtime=0.23 cores=1,3,5,7
/proc/22759/task/22822/stat : 22822 (java) S 22756 22759 3187 0 -1 1077944384 325 12369 0 0 6 9 5 3 20 0 17 0 7920008 14543556608 555663 18446744073709551615 4194304 4196468 140728731128768 140216580926256 140217110854274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15589376 140728731133902 140728731136687 140728731136687 140728731140047 0
Current children cumulated CPU time (s) 260.54
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.671
CPU time (s): 260.676
CPU user time (s): 259.456
CPU system time (s): 1.21949
CPU usage (%): 108.312
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.456
system time used= 1.21949
maximum resident set size= 2548976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194190
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23144
involuntary context switches= 835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.986256 second user time and 1.65227 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 09:34:13
IDJOB=4259396
IDBENCH=137243
IDSOLVER=2646
FILE ID=node135/4259396-1501660093
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w3b2r8.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259396-1501660093/watcher-4259396-1501660093 -o /tmp/evaluation-result-4259396-1501660093/solver-4259396-1501660093 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259396-1501660093.xml

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

MD5SUM BENCH= 2d1ea33805a592f1cc5486f43d894179
RANDOM SEED=1249848572

node135.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.21
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.21
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.21
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.21
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:        27604788 kB
MemAvailable:   27893444 kB
Buffers:          137008 kB
Cached:           428248 kB
SwapCached:            0 kB
Active:          4473912 kB
Inactive:         265272 kB
Active(anon):    4174552 kB
Inactive(anon):     8592 kB
Active(file):     299360 kB
Inactive(file):   256680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24452 kB
Writeback:             4 kB
AnonPages:       4174192 kB
Mapped:            42612 kB
Shmem:              8960 kB
Slab:             123372 kB
SReclaimable:      96900 kB
SUnreclaim:        26472 kB
KernelStack:        3536 kB
PageTables:        12908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4843444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3942400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 09:38:14