Trace number 4259390

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) 255.896 240.23

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w4b3r4.xml
MD5SUMe6d791e594f9eaa90e121e32c21c79c6
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 variables101
Number of constraints13
Number of domains2
Minimum domain size6
Maximum domain size47
Distribution of domain sizes[{"size":6,"count":1},{"size":47,"count":100}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":95},{"degree":5,"count":5}]
Minimum constraint arity6
Maximum constraint arity100
Distribution of constraint arities[{"arity":6,"count":1},{"arity":20,"count":10},{"arity":100,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"sum","count":5},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=19864
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.31 1.51 1.64 3/194 19867
/proc/meminfo: memFree=29591272/32770624 swapFree=0/955088
[pid=19867] ppid=19864 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19867/stat : 19867 (runsolver) D 19864 19867 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 14658652 24240128 107 18446744073709551615 4194304 4338465 140730352104608 140730352102248 140069981373143 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 30056448 140730352111824 140730352112198 140730352112198 140730352115658 0
/proc/19867/statm: 5918 107 54 36 0 2156 0

[startup+0.100158 s]
/proc/loadavg: 1.31 1.51 1.64 3/194 19867
/proc/meminfo: memFree=29591272/32770624 swapFree=0/955088
[pid=19867] ppid=19864 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19867/stat : 19867 (runsolver) D 19864 19867 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 14658652 24240128 107 18446744073709551615 4194304 4338465 140730352104608 140730352102248 140069981373143 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 30056448 140730352111824 140730352112198 140730352112198 140730352115658 0
/proc/19867/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.20032 s]
/proc/loadavg: 1.31 1.51 1.64 3/194 19867
/proc/meminfo: memFree=29591272/32770624 swapFree=0/955088
[pid=19867] ppid=19864 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19867/stat : 19867 (bash) S 19864 19867 5678 0 -1 4202496 897 6483 0 0 0 0 0 1 20 0 1 0 14658652 9867264 377 18446744073709551615 4194304 5098028 140732246566112 140732246560120 139715152313344 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 12 0 0 7196144 7232144 17305600 140732246573585 140732246573670 140732246573670 140732246577130 0
/proc/19867/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300305 s]
/proc/loadavg: 1.31 1.51 1.64 3/194 19867
/proc/meminfo: memFree=29591272/32770624 swapFree=0/955088
[pid=19867] ppid=19864 vsize=13574488 CPUtime=0.11 cores=1,3,5,7
/proc/19867/stat : 19867 (java) S 19864 19867 5678 0 -1 1077944320 5174 12339 0 0 3 1 5 2 20 0 9 0 14658652 13900275712 4900 18446744073709551615 4194304 4196468 140731109415024 140731109397568 140327702929143 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
/proc/19867/statm: 3393622 4900 2128 1 0 3383127 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13574488

[startup+0.702758 s]
/proc/loadavg: 1.31 1.51 1.64 3/194 19867
/proc/meminfo: memFree=29591272/32770624 swapFree=0/955088
[pid=19867] ppid=19864 vsize=13974784 CPUtime=0.59 cores=1,3,5,7
/proc/19867/stat : 19867 (java) S 19864 19867 5678 0 -1 1077944320 13763 12339 0 0 48 4 5 2 20 0 15 0 14658652 14310178816 14212 18446744073709551615 4194304 4196468 140731109415024 140731109397568 140327702929143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
/proc/19867/statm: 3493696 14212 3062 1 0 3482973 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13974784

[startup+1.5009 s]
/proc/loadavg: 1.31 1.51 1.64 3/209 19931
/proc/meminfo: memFree=29500768/32770624 swapFree=0/955104
[pid=19867] ppid=19864 vsize=13985408 CPUtime=1.78 cores=1,3,5,7
/proc/19867/stat : 19867 (java) S 19864 19867 5678 0 -1 1077944320 27445 12339 0 0 164 7 5 2 20 0 15 0 14658652 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140731109397568 140327702929143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
/proc/19867/statm: 3496352 33890 3328 1 0 3485533 0
[pid=19867/tid=19917] ppid=19864 vsize=13985408 CPUtime=1.26 cores=1,3,5,7
/proc/19867/task/19917/stat : 19917 (java) R 19864 19867 5678 0 -1 4202560 22288 12339 0 0 114 5 5 2 20 0 15 0 14658677 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327707162512 140327686130093 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19918] ppid=19864 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19918/stat : 19918 (java) S 19864 19867 5678 0 -1 1077944384 1 12339 0 0 0 0 5 2 20 0 15 0 14658678 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327659895568 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19919] ppid=19864 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19919/stat : 19919 (java) S 19864 19867 5678 0 -1 1077944384 1 12339 0 0 0 0 5 2 20 0 15 0 14658678 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327658843024 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19920] ppid=19864 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19920/stat : 19920 (java) S 19864 19867 5678 0 -1 1077944384 1 12339 0 0 0 0 5 2 20 0 15 0 14658678 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327657790480 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19921] ppid=19864 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19921/stat : 19921 (java) S 19864 19867 5678 0 -1 1077944384 2 12339 0 0 0 0 5 2 20 0 15 0 14658678 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327656737936 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19922] ppid=19864 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19922/stat : 19922 (java) S 19864 19867 5678 0 -1 1077944384 6 12339 0 0 0 0 5 2 20 0 15 0 14658679 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327180543984 140327702940290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19923] ppid=19864 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19923/stat : 19923 (java) S 19864 19867 5678 0 -1 1077944384 33 12339 0 0 0 0 5 2 20 0 15 0 14658680 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327179490208 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19924] ppid=19864 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19924/stat : 19924 (java) S 19864 19867 5678 0 -1 1077944384 21 12339 0 0 0 0 5 2 20 0 15 0 14658680 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327178437616 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19925] ppid=19864 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19925/stat : 19925 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658682 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327177386192 140327702947739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19926] ppid=19864 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/19867/task/19926/stat : 19926 (java) R 19864 19867 5678 0 -1 1077944384 871 12339 0 0 14 0 5 2 20 0 15 0 14658682 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327176320592 140327702939349 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19927] ppid=19864 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/19867/task/19927/stat : 19927 (java) R 19864 19867 5678 0 -1 4202560 762 12339 0 0 14 0 5 2 20 0 15 0 14658683 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327175281264 140327684450276 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19928] ppid=19864 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/19867/task/19928/stat : 19928 (java) R 19864 19867 5678 0 -1 4202560 1287 12339 0 0 21 0 5 2 20 0 15 0 14658683 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327174228720 140327702950490 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19929] ppid=19864 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19929/stat : 19929 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658683 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327173176416 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19930] ppid=19864 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19930/stat : 19930 (java) S 19864 19867 5678 0 -1 1077944384 10 12339 0 0 0 0 5 2 20 0 15 0 14658687 14321057792 33890 18446744073709551615 4194304 4196468 140731109415024 140327172122928 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 13985408

[startup+3.10108 s]
/proc/loadavg: 1.31 1.51 1.64 6/209 19931
/proc/meminfo: memFree=29420736/32770624 swapFree=0/955104
[pid=19867] ppid=19864 vsize=13999932 CPUtime=5.88 cores=1,3,5,7
/proc/19867/stat : 19867 (java) S 19864 19867 5678 0 -1 1077944320 44687 12339 0 0 568 13 5 2 20 0 15 0 14658652 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140731109397568 140327702929143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
/proc/19867/statm: 3499983 53969 3436 1 0 3488605 0
[pid=19867/tid=19917] ppid=19864 vsize=13999932 CPUtime=2.81 cores=1,3,5,7
/proc/19867/task/19917/stat : 19917 (java) R 19864 19867 5678 0 -1 4202560 30550 12339 0 0 267 7 5 2 20 0 15 0 14658677 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327707162368 140327702941078 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19918] ppid=19864 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19918/stat : 19918 (java) S 19864 19867 5678 0 -1 1077944384 208 12339 0 0 0 0 5 2 20 0 15 0 14658678 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327659895568 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19919] ppid=19864 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19867/task/19919/stat : 19919 (java) S 19864 19867 5678 0 -1 1077944384 60 12339 0 0 1 0 5 2 20 0 15 0 14658678 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327658843024 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19920] ppid=19864 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19867/task/19920/stat : 19920 (java) S 19864 19867 5678 0 -1 1077944384 57 12339 0 0 1 0 5 2 20 0 15 0 14658678 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327657790480 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19921] ppid=19864 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19867/task/19921/stat : 19921 (java) S 19864 19867 5678 0 -1 1077944384 42 12339 0 0 1 0 5 2 20 0 15 0 14658678 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327656737936 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19922] ppid=19864 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19867/task/19922/stat : 19922 (java) S 19864 19867 5678 0 -1 1077944384 1748 12339 0 0 1 0 5 2 20 0 15 0 14658679 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327180543984 140327702940290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19923] ppid=19864 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19923/stat : 19923 (java) S 19864 19867 5678 0 -1 1077944384 55 12339 0 0 0 0 5 2 20 0 15 0 14658680 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327179490208 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19924] ppid=19864 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19924/stat : 19924 (java) S 19864 19867 5678 0 -1 1077944384 45 12339 0 0 0 0 5 2 20 0 15 0 14658680 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327178437616 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19925] ppid=19864 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19925/stat : 19925 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658682 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327177386192 140327702947739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19926] ppid=19864 vsize=13999932 CPUtime=0.87 cores=1,3,5,7
/proc/19867/task/19926/stat : 19926 (java) R 19864 19867 5678 0 -1 4202560 2025 12339 0 0 80 0 5 2 20 0 15 0 14658682 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327176318800 140327688622624 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19927] ppid=19864 vsize=13999932 CPUtime=1.17 cores=1,3,5,7
/proc/19867/task/19927/stat : 19927 (java) R 19864 19867 5678 0 -1 4202560 4221 12339 0 0 110 0 5 2 20 0 15 0 14658683 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327175262592 140327686425931 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19928] ppid=19864 vsize=13999932 CPUtime=1.11 cores=1,3,5,7
/proc/19867/task/19928/stat : 19928 (java) R 19864 19867 5678 0 -1 4202560 3503 12339 0 0 103 1 5 2 20 0 15 0 14658683 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327174228720 140327702950490 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19929] ppid=19864 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19929/stat : 19929 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658683 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327173176416 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19930] ppid=19864 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19930/stat : 19930 (java) S 19864 19867 5678 0 -1 1077944384 11 12339 0 0 0 0 5 2 20 0 15 0 14658687 14335930368 53969 18446744073709551615 4194304 4196468 140731109415024 140327172122928 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 13999932

[startup+6.30804 s]
/proc/loadavg: 1.36 1.52 1.65 3/209 19931
/proc/meminfo: memFree=29179764/32770624 swapFree=0/955112
[pid=19867] ppid=19864 vsize=14067516 CPUtime=13.8 cores=1,3,5,7
/proc/19867/stat : 19867 (java) S 19864 19867 5678 0 -1 1077944320 78570 12339 0 0 1350 23 5 2 20 0 15 0 14658652 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140731109397568 140327702929143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
/proc/19867/statm: 3516879 129450 3464 1 0 3505501 0
[pid=19867/tid=19917] ppid=19864 vsize=14067516 CPUtime=5.94 cores=1,3,5,7
/proc/19867/task/19917/stat : 19917 (java) R 19864 19867 5678 0 -1 4202560 46654 12339 0 0 574 13 5 2 20 0 15 0 14658677 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327707160696 140327348686363 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19918] ppid=19864 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19867/task/19918/stat : 19918 (java) S 19864 19867 5678 0 -1 1077944384 1086 12339 0 0 4 0 5 2 20 0 15 0 14658678 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327659895568 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19919] ppid=19864 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19867/task/19919/stat : 19919 (java) S 19864 19867 5678 0 -1 1077944384 179 12339 0 0 4 0 5 2 20 0 15 0 14658678 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327658843024 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19920] ppid=19864 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19867/task/19920/stat : 19920 (java) S 19864 19867 5678 0 -1 1077944384 444 12339 0 0 4 0 5 2 20 0 15 0 14658678 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327657790480 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19921] ppid=19864 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19867/task/19921/stat : 19921 (java) S 19864 19867 5678 0 -1 1077944384 433 12339 0 0 4 0 5 2 20 0 15 0 14658678 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327656737936 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19922] ppid=19864 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/19867/task/19922/stat : 19922 (java) S 19864 19867 5678 0 -1 1077944384 2716 12339 0 0 4 0 5 2 20 0 15 0 14658679 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327180543984 140327702940290 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19923] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19923/stat : 19923 (java) S 19864 19867 5678 0 -1 1077944384 55 12339 0 0 0 0 5 2 20 0 15 0 14658680 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327179490336 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19924] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19924/stat : 19924 (java) S 19864 19867 5678 0 -1 1077944384 45 12339 0 0 0 0 5 2 20 0 15 0 14658680 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327178437632 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19925] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19925/stat : 19925 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658682 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327177386192 140327702947739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19926] ppid=19864 vsize=14067516 CPUtime=2.94 cores=1,3,5,7
/proc/19867/task/19926/stat : 19926 (java) R 19864 19867 5678 0 -1 4202560 8867 12339 0 0 286 1 5 2 20 0 15 0 14658682 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327176334104 140327686835332 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19927] ppid=19864 vsize=14067516 CPUtime=3.26 cores=1,3,5,7
/proc/19867/task/19927/stat : 19927 (java) R 19864 19867 5678 0 -1 4202560 10413 12339 0 0 318 1 5 2 20 0 15 0 14658683 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327175281184 140327687323008 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19928] ppid=19864 vsize=14067516 CPUtime=1.57 cores=1,3,5,7
/proc/19867/task/19928/stat : 19928 (java) S 19864 19867 5678 0 -1 1077944384 5103 12339 0 0 147 3 5 2 20 0 15 0 14658683 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327174228720 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19929] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19929/stat : 19929 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658683 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327173176416 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19930] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19930/stat : 19930 (java) S 19864 19867 5678 0 -1 1077944384 413 12339 0 0 0 0 5 2 20 0 15 0 14658687 14405136384 129450 18446744073709551615 4194304 4196468 140731109415024 140327172122928 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
Current children cumulated CPU time (s) 13.8
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.49 1.54 1.65 3/209 19931
/proc/meminfo: memFree=28678124/32770624 swapFree=0/955116
[pid=19867] ppid=19864 vsize=14067516 CPUtime=21.23 cores=1,3,5,7
/proc/19867/stat : 19867 (java) S 19864 19867 5678 0 -1 1077944320 81855 12339 0 0 2083 33 5 2 20 0 15 0 14658652 14405136384 232174 18446744073709551615 4194304 4196468 140731109415024 140731109397568 140327702929143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
/proc/19867/statm: 3516879 232174 3466 1 0 3505501 0
[pid=19867/tid=19917] ppid=19864 vsize=14067516 CPUtime=12.3 cores=1,3,5,7
/proc/19867/task/19917/stat : 19917 (java) R 19864 19867 5678 0 -1 4202560 47198 12339 0 0 1204 19 5 2 20 0 15 0 14658677 14405136384 232174 18446744073709551615 4194304 4196468 140731109415024 140327707162696 140327351644323 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19918] ppid=19864 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/19867/task/19918/stat : 19918 (java) S 19864 19867 5678 0 -1 1077944384 1106 12339 0 0 6 1 5 2 20 0 15 0 14658678 14405136384 232174 18446744073709551615 4194304 4196468 140731109415024 140327659895568 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19919] ppid=19864 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/19867/task/19919/stat : 19919 (java) S 19864 19867 5678 0 -1 1077944384 192 12339 0 0 6 1 5 2 20 0 15 0 14658678 14405136384 232174 18446744073709551615 4194304 4196468 140731109415024 140327658843024 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19920] ppid=19864 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19867/task/19920/stat : 19920 (java) S 19864 19867 5678 0 -1 1077944384 458 12339 0 0 5 1 5 2 20 0 15 0 14658678 14405136384 232174 18446744073709551615 4194304 4196468 140731109415024 140327657790480 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19921] ppid=19864 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/19867/task/19921/stat : 19921 (java) S 19864 19867 5678 0 -1 1077944384 449 12339 0 0 6 1 5 2 20 0 15 0 14658678 14405136384 232174 18446744073709551615 4194304 4196468 140731109415024 140327656737936 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19922] ppid=19864 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/19867/task/19922/stat : 19922 (java) S 19864 19867 5678 0 -1 1077944384 2918 12339 0 0 5 0 5 2 20 0 15 0 14658679 14405136384 232174 18446744073709551615 4194304 4196468 140731109415024 140327180543984 140327702940290 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19923] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19923/stat : 19923 (java) S 19864 19867 5678 0 -1 1077944384 55 12339 0 0 0 0 5 2 20 0 15 0 14658680 14405136384 232174 18446744073709551615 4194304 4196468 140731109415024 140327179490336 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19924] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19924/stat : 19924 (java) S 19864 19867 5678 0 -1 1077944384 45 12339 0 0 0 0 5 2 20 0 15 0 14658680 14405136384 232174 18446744073709551615 4194304 4196468 140731109415024 140327178437632 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19925] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19925/stat : 19925 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658682 14405136384 232174 18446744073709551615 4194304 4196468 140731109415024 140327177386192 140327702947739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0

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

/proc/19867/task/19929/stat : 19929 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658683 14405136384 326137 18446744073709551615 4194304 4196468 140731109415024 140327173176416 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19930] ppid=19864 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/19867/task/19930/stat : 19930 (java) S 19864 19867 5678 0 -1 1077944384 490 12339 0 0 2 3 5 2 20 0 15 0 14658687 14405136384 326137 18446744073709551615 4194304 4196468 140731109415024 140327172122928 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
Current children cumulated CPU time (s) 113.35
Current children cumulated vsize (KiB) 14067516

[startup+162.301 s]
/proc/loadavg: 1.50 1.56 1.65 3/210 20075
/proc/meminfo: memFree=25724804/32770624 swapFree=0/955264
[pid=19867] ppid=19864 vsize=14067516 CPUtime=175.41 cores=1,3,5,7
/proc/19867/stat : 19867 (java) S 19864 19867 5678 0 -1 1077944320 123490 12339 0 0 17466 68 5 2 20 0 15 0 14658652 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140731109397568 140327702929143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
/proc/19867/statm: 3516879 326703 3466 1 0 3505501 0
[pid=19867/tid=19917] ppid=19864 vsize=14067516 CPUtime=160.81 cores=1,3,5,7
/proc/19867/task/19917/stat : 19917 (java) R 19864 19867 5678 0 -1 4202560 53425 12339 0 0 16047 27 5 2 20 0 15 0 14658677 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327707163216 140327350197808 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19918] ppid=19864 vsize=14067516 CPUtime=0.62 cores=1,3,5,7
/proc/19867/task/19918/stat : 19918 (java) S 19864 19867 5678 0 -1 1077944384 2881 12339 0 0 50 5 5 2 20 0 15 0 14658678 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327659895568 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19919] ppid=19864 vsize=14067516 CPUtime=0.62 cores=1,3,5,7
/proc/19867/task/19919/stat : 19919 (java) S 19864 19867 5678 0 -1 1077944384 1927 12339 0 0 50 5 5 2 20 0 15 0 14658678 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327658843024 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19920] ppid=19864 vsize=14067516 CPUtime=0.62 cores=1,3,5,7
/proc/19867/task/19920/stat : 19920 (java) S 19864 19867 5678 0 -1 1077944384 3121 12339 0 0 49 6 5 2 20 0 15 0 14658678 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327657790480 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19921] ppid=19864 vsize=14067516 CPUtime=0.61 cores=1,3,5,7
/proc/19867/task/19921/stat : 19921 (java) S 19864 19867 5678 0 -1 1077944384 1443 12339 0 0 49 5 5 2 20 0 15 0 14658678 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327656737936 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19922] ppid=19864 vsize=14067516 CPUtime=0.57 cores=1,3,5,7
/proc/19867/task/19922/stat : 19922 (java) S 19864 19867 5678 0 -1 1077944384 4189 12339 0 0 47 3 5 2 20 0 15 0 14658679 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327180543984 140327702940290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19923] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19923/stat : 19923 (java) S 19864 19867 5678 0 -1 1077944384 55 12339 0 0 0 0 5 2 20 0 15 0 14658680 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327179490336 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19924] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19924/stat : 19924 (java) S 19864 19867 5678 0 -1 1077944384 45 12339 0 0 0 0 5 2 20 0 15 0 14658680 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327178437632 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19925] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19925/stat : 19925 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658682 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327177386192 140327702947739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19926] ppid=19864 vsize=14067516 CPUtime=4.86 cores=1,3,5,7
/proc/19867/task/19926/stat : 19926 (java) S 19864 19867 5678 0 -1 1077944384 21876 12339 0 0 476 3 5 2 20 0 15 0 14658682 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327176333808 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19927] ppid=19864 vsize=14067516 CPUtime=5.1 cores=1,3,5,7
/proc/19867/task/19927/stat : 19927 (java) S 19864 19867 5678 0 -1 1077944384 19605 12339 0 0 500 3 5 2 20 0 15 0 14658683 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327175281264 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19928] ppid=19864 vsize=14067516 CPUtime=1.94 cores=1,3,5,7
/proc/19867/task/19928/stat : 19928 (java) S 19864 19867 5678 0 -1 1077944384 12245 12339 0 0 183 4 5 2 20 0 15 0 14658683 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327174228720 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19929] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19929/stat : 19929 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658683 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327173176416 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19930] ppid=19864 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/19867/task/19930/stat : 19930 (java) S 19864 19867 5678 0 -1 1077944384 516 12339 0 0 4 5 5 2 20 0 15 0 14658687 14405136384 326703 18446744073709551615 4194304 4196468 140731109415024 140327172122928 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
Current children cumulated CPU time (s) 175.41
Current children cumulated vsize (KiB) 14067516

[startup+222.307 s]
/proc/loadavg: 1.36 1.52 1.63 3/210 20077
/proc/meminfo: memFree=25605228/32770624 swapFree=0/955300
[pid=19867] ppid=19864 vsize=14067516 CPUtime=237.12 cores=1,3,5,7
/proc/19867/stat : 19867 (java) S 19864 19867 5678 0 -1 1077944320 132521 12339 0 0 23626 79 5 2 20 0 15 0 14658652 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140731109397568 140327702929143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
/proc/19867/statm: 3516879 326750 3466 1 0 3505501 0
[pid=19867/tid=19917] ppid=19864 vsize=14067516 CPUtime=220.17 cores=1,3,5,7
/proc/19867/task/19917/stat : 19917 (java) R 19864 19867 5678 0 -1 4202560 54838 12339 0 0 21981 29 5 2 20 0 15 0 14658677 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327707163472 140327349050659 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19918] ppid=19864 vsize=14067516 CPUtime=0.91 cores=1,3,5,7
/proc/19867/task/19918/stat : 19918 (java) S 19864 19867 5678 0 -1 1077944384 3074 12339 0 0 77 7 5 2 20 0 15 0 14658678 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327659895568 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19919] ppid=19864 vsize=14067516 CPUtime=0.91 cores=1,3,5,7
/proc/19867/task/19919/stat : 19919 (java) S 19864 19867 5678 0 -1 1077944384 2034 12339 0 0 77 7 5 2 20 0 15 0 14658678 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327658843024 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19920] ppid=19864 vsize=14067516 CPUtime=0.9 cores=1,3,5,7
/proc/19867/task/19920/stat : 19920 (java) S 19864 19867 5678 0 -1 1077944384 3236 12339 0 0 76 7 5 2 20 0 15 0 14658678 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327657790480 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19921] ppid=19864 vsize=14067516 CPUtime=0.9 cores=1,3,5,7
/proc/19867/task/19921/stat : 19921 (java) S 19864 19867 5678 0 -1 1077944384 2967 12339 0 0 76 7 5 2 20 0 15 0 14658678 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327656737936 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19922] ppid=19864 vsize=14067516 CPUtime=0.85 cores=1,3,5,7
/proc/19867/task/19922/stat : 19922 (java) S 19864 19867 5678 0 -1 1077944384 4509 12339 0 0 73 5 5 2 20 0 15 0 14658679 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327180543984 140327702940290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19923] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19923/stat : 19923 (java) S 19864 19867 5678 0 -1 1077944384 55 12339 0 0 0 0 5 2 20 0 15 0 14658680 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327179490336 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19924] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19924/stat : 19924 (java) S 19864 19867 5678 0 -1 1077944384 45 12339 0 0 0 0 5 2 20 0 15 0 14658680 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327178437632 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19925] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19925/stat : 19925 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658682 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327177386192 140327702947739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19926] ppid=19864 vsize=14067516 CPUtime=5.27 cores=1,3,5,7
/proc/19867/task/19926/stat : 19926 (java) S 19864 19867 5678 0 -1 1077944384 24244 12339 0 0 516 4 5 2 20 0 15 0 14658682 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327176333808 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19927] ppid=19864 vsize=14067516 CPUtime=5.49 cores=1,3,5,7
/proc/19867/task/19927/stat : 19927 (java) S 19864 19867 5678 0 -1 1077944384 20706 12339 0 0 539 3 5 2 20 0 15 0 14658683 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327175281264 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19928] ppid=19864 vsize=14067516 CPUtime=2.05 cores=1,3,5,7
/proc/19867/task/19928/stat : 19928 (java) S 19864 19867 5678 0 -1 1077944384 14116 12339 0 0 193 5 5 2 20 0 15 0 14658683 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327174228720 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19929] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19929/stat : 19929 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658683 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327173176416 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19930] ppid=19864 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/19867/task/19930/stat : 19930 (java) S 19864 19867 5678 0 -1 1077944384 535 12339 0 0 5 8 5 2 20 0 15 0 14658687 14405136384 326750 18446744073709551615 4194304 4196468 140731109415024 140327172122928 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
Current children cumulated CPU time (s) 237.12
Current children cumulated vsize (KiB) 14067516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.47 1.53 1.64 3/210 20077
/proc/meminfo: memFree=25603308/32770624 swapFree=0/955304
[pid=19867] ppid=19864 vsize=14067516 CPUtime=255.32 cores=1,3,5,7
/proc/19867/stat : 19867 (java) S 19864 19867 5678 0 -1 1077944320 139266 12339 0 0 25444 81 5 2 20 0 15 0 14658652 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140731109397568 140327702929143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
/proc/19867/statm: 3516879 326790 3466 1 0 3505501 0
[pid=19867/tid=19917] ppid=19864 vsize=14067516 CPUtime=237.66 cores=1,3,5,7
/proc/19867/task/19917/stat : 19917 (java) R 19864 19867 5678 0 -1 4202560 55699 12339 0 0 23730 29 5 2 20 0 15 0 14658677 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327707163472 140327350469746 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19918] ppid=19864 vsize=14067516 CPUtime=1 cores=1,3,5,7
/proc/19867/task/19918/stat : 19918 (java) S 19864 19867 5678 0 -1 1077944384 4498 12339 0 0 86 7 5 2 20 0 15 0 14658678 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327659895568 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19919] ppid=19864 vsize=14067516 CPUtime=0.99 cores=1,3,5,7
/proc/19867/task/19919/stat : 19919 (java) S 19864 19867 5678 0 -1 1077944384 2136 12339 0 0 85 7 5 2 20 0 15 0 14658678 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327658843024 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19920] ppid=19864 vsize=14067516 CPUtime=1 cores=1,3,5,7
/proc/19867/task/19920/stat : 19920 (java) S 19864 19867 5678 0 -1 1077944384 3402 12339 0 0 85 8 5 2 20 0 15 0 14658678 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327657790480 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19921] ppid=19864 vsize=14067516 CPUtime=0.99 cores=1,3,5,7
/proc/19867/task/19921/stat : 19921 (java) S 19864 19867 5678 0 -1 1077944384 2980 12339 0 0 85 7 5 2 20 0 15 0 14658678 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327656737936 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19922] ppid=19864 vsize=14067516 CPUtime=0.94 cores=1,3,5,7
/proc/19867/task/19922/stat : 19922 (java) S 19864 19867 5678 0 -1 1077944384 4633 12339 0 0 81 6 5 2 20 0 15 0 14658679 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327180543984 140327702940290 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19923] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19923/stat : 19923 (java) S 19864 19867 5678 0 -1 1077944384 55 12339 0 0 0 0 5 2 20 0 15 0 14658680 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327179490336 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19924] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19924/stat : 19924 (java) S 19864 19867 5678 0 -1 1077944384 45 12339 0 0 0 0 5 2 20 0 15 0 14658680 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327178437632 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19925] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19925/stat : 19925 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658682 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327177386192 140327702947739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19926] ppid=19864 vsize=14067516 CPUtime=5.37 cores=1,3,5,7
/proc/19867/task/19926/stat : 19926 (java) S 19864 19867 5678 0 -1 1077944384 26286 12339 0 0 526 4 5 2 20 0 15 0 14658682 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327176333808 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19927] ppid=19864 vsize=14067516 CPUtime=5.6 cores=1,3,5,7
/proc/19867/task/19927/stat : 19927 (java) S 19864 19867 5678 0 -1 1077944384 21375 12339 0 0 550 3 5 2 20 0 15 0 14658683 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327175281264 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19928] ppid=19864 vsize=14067516 CPUtime=2.1 cores=1,3,5,7
/proc/19867/task/19928/stat : 19928 (java) S 19864 19867 5678 0 -1 1077944384 15441 12339 0 0 198 5 5 2 20 0 15 0 14658683 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327174228720 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19929] ppid=19864 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19929/stat : 19929 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 15 0 14658683 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327173176416 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19930] ppid=19864 vsize=14067516 CPUtime=0.21 cores=1,3,5,7
/proc/19867/task/19930/stat : 19930 (java) S 19864 19867 5678 0 -1 1077944384 554 12339 0 0 5 9 5 2 20 0 15 0 14658687 14405136384 326790 18446744073709551615 4194304 4196468 140731109415024 140327172122928 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
Current children cumulated CPU time (s) 255.32
Current children cumulated vsize (KiB) 14067516

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

[startup+240.202 s]
/proc/loadavg: 1.47 1.53 1.64 3/210 20077
/proc/meminfo: memFree=25603308/32770624 swapFree=0/955304
[pid=19867] ppid=19864 vsize=14200644 CPUtime=255.84 cores=1,3,5,7
/proc/19867/stat : 19867 (java) S 19864 19867 5678 0 -1 1077944320 148261 12339 0 0 25495 82 5 2 20 0 17 0 14658652 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140731109397568 140327702929143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
/proc/19867/statm: 3550161 328416 3466 1 0 3538783 0
[pid=19867/tid=19917] ppid=19864 vsize=14200644 CPUtime=237.67 cores=1,3,5,7
/proc/19867/task/19917/stat : 19917 (java) S 19864 19867 5678 0 -1 1077944384 56260 12339 0 0 23731 29 5 2 20 0 17 0 14658677 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327707166688 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19918] ppid=19864 vsize=14200644 CPUtime=1.1 cores=1,3,5,7
/proc/19867/task/19918/stat : 19918 (java) R 19864 19867 5678 0 -1 1077944384 4525 12339 0 0 96 7 5 2 20 0 17 0 14658678 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327659895584 140327702939349 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19919] ppid=19864 vsize=14200644 CPUtime=1.1 cores=1,3,5,7
/proc/19867/task/19919/stat : 19919 (java) S 19864 19867 5678 0 -1 1077944384 2187 12339 0 0 96 7 5 2 20 0 17 0 14658678 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327658843024 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19920] ppid=19864 vsize=14200644 CPUtime=1.1 cores=1,3,5,7
/proc/19867/task/19920/stat : 19920 (java) S 19864 19867 5678 0 -1 1077944384 3448 12339 0 0 95 8 5 2 20 0 17 0 14658678 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327657790480 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19921] ppid=19864 vsize=14200644 CPUtime=1.09 cores=1,3,5,7
/proc/19867/task/19921/stat : 19921 (java) S 19864 19867 5678 0 -1 1077944384 2998 12339 0 0 95 7 5 2 20 0 17 0 14658678 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327656737936 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19922] ppid=19864 vsize=14200644 CPUtime=1.02 cores=1,3,5,7
/proc/19867/task/19922/stat : 19922 (java) S 19864 19867 5678 0 -1 1077944384 12454 12339 0 0 89 6 5 2 20 0 17 0 14658679 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327180542608 140327702939349 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19923] ppid=19864 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19923/stat : 19923 (java) S 19864 19867 5678 0 -1 1077944384 57 12339 0 0 0 0 5 2 20 0 17 0 14658680 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327179490240 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19924] ppid=19864 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19924/stat : 19924 (java) S 19864 19867 5678 0 -1 1077944384 45 12339 0 0 0 0 5 2 20 0 17 0 14658680 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327178437632 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19925] ppid=19864 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19925/stat : 19925 (java) S 19864 19867 5678 0 -1 1077944384 175 12339 0 0 0 0 5 2 20 0 17 0 14658682 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327177386192 140327702947739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19926] ppid=19864 vsize=14200644 CPUtime=5.37 cores=1,3,5,7
/proc/19867/task/19926/stat : 19926 (java) S 19864 19867 5678 0 -1 1077944384 26286 12339 0 0 526 4 5 2 20 0 17 0 14658682 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327176333808 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19927] ppid=19864 vsize=14200644 CPUtime=5.6 cores=1,3,5,7
/proc/19867/task/19927/stat : 19927 (java) S 19864 19867 5678 0 -1 1077944384 21375 12339 0 0 550 3 5 2 20 0 17 0 14658683 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327175281264 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19928] ppid=19864 vsize=14200644 CPUtime=2.1 cores=1,3,5,7
/proc/19867/task/19928/stat : 19928 (java) S 19864 19867 5678 0 -1 1077944384 15441 12339 0 0 198 5 5 2 20 0 17 0 14658683 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327174228720 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19929] ppid=19864 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/19867/task/19929/stat : 19929 (java) S 19864 19867 5678 0 -1 1077944384 3 12339 0 0 0 0 5 2 20 0 17 0 14658683 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327173176416 140327702939349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
[pid=19867/tid=19930] ppid=19864 vsize=14200644 CPUtime=0.21 cores=1,3,5,7
/proc/19867/task/19930/stat : 19930 (java) S 19864 19867 5678 0 -1 1077944384 554 12339 0 0 5 9 5 2 20 0 17 0 14658687 14541459456 328416 18446744073709551615 4194304 4196468 140731109415024 140327172122928 140327702940290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38711296 140731109423053 140731109425838 140731109425838 140731109429199 0
Current children cumulated CPU time (s) 255.84
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 240.23
CPU time (s): 255.896
CPU user time (s): 255.021
CPU system time (s): 0.875232
CPU usage (%): 106.521
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.021
system time used= 0.875232
maximum resident set size= 1314248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160761
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= 33110
involuntary context switches= 749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.10692 second user time and 1.48219 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 09:38:21
IDJOB=4259390
IDBENCH=137636
IDSOLVER=2646
FILE ID=node128/4259390-1501660339
RUNJOBID= node128-1501642693-29418
PBS_JOBID= 
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w4b3r4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259390-1501660339/watcher-4259390-1501660339 -o /tmp/evaluation-result-4259390-1501660339/solver-4259390-1501660339 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29418 --watchdog 300  bin/concrete HOME/instance-4259390-1501660339.xml

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

MD5SUM BENCH= e6d791e594f9eaa90e121e32c21c79c6
RANDOM SEED=1387323404

node128.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.05
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.05
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.05
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.05
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:        29591628 kB
MemAvailable:   30556552 kB
Buffers:          135004 kB
Cached:          1109724 kB
SwapCached:            0 kB
Active:          1800820 kB
Inactive:         963620 kB
Active(anon):    1520304 kB
Inactive(anon):     8532 kB
Active(file):     280516 kB
Inactive(file):   955088 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24520 kB
Writeback:             0 kB
AnonPages:       1527900 kB
Mapped:            43940 kB
Shmem:              8872 kB
Slab:             116400 kB
SReclaimable:      90308 kB
SUnreclaim:        26092 kB
KernelStack:        3696 kB
PageTables:         7912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2385216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1298432 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= 61804 MiB
End job on node128 at 2017-08-02 09:42:21