Trace number 4259737

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) 254.55299 240.35699

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-4.xml
MD5SUM428eef4dc0068476798a4d67b3fd28ef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1233
Best CPU time to get the best result obtained on this benchmark251.895
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1333
Maximum domain size1333
Distribution of domain sizes[{"size":1333,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=31104
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.56 1.65 1.74 2/198 31107
/proc/meminfo: memFree=29917448/32770624 swapFree=0/239652
[pid=31107] ppid=31104 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/31107/stat : 31107 (runsolver) D 31104 31107 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6250922 24240128 108 18446744073709551615 4194304 4338465 140732213899376 140732213897016 140098429874903 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 22749184 140732213907665 140732213908039 140732213908039 140732213911498 0
/proc/31107/statm: 5918 108 54 36 0 2156 0

[startup+0.100072 s]
/proc/loadavg: 1.56 1.65 1.74 2/198 31107
/proc/meminfo: memFree=29917448/32770624 swapFree=0/239652
[pid=31107] ppid=31104 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/31107/stat : 31107 (bash) S 31104 31107 3187 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 6250922 9736192 351 18446744073709551615 4194304 5098028 140730770956608 140730770954248 140513723509760 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 37392384 140730770960914 140730770960999 140730770960999 140730770964458 0
/proc/31107/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200263 s]
/proc/loadavg: 1.56 1.65 1.74 2/198 31107
/proc/meminfo: memFree=29917448/32770624 swapFree=0/239652
[pid=31107] ppid=31104 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/31107/stat : 31107 (bash) S 31104 31107 3187 0 -1 4202496 891 6491 0 0 0 0 0 1 20 0 1 0 6250922 9867264 377 18446744073709551615 4194304 5098028 140730770956608 140730770950616 140513723509760 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 37392384 140730770960914 140730770960999 140730770960999 140730770964458 0
/proc/31107/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300281 s]
/proc/loadavg: 1.56 1.65 1.74 2/198 31107
/proc/meminfo: memFree=29917448/32770624 swapFree=0/239652
[pid=31107] ppid=31104 vsize=13973936 CPUtime=0.14 cores=1,3,5,7
/proc/31107/stat : 31107 (java) S 31104 31107 3187 0 -1 1077944320 5942 12481 0 0 6 1 4 3 20 0 15 0 6250922 14309310464 6128 18446744073709551615 4194304 4196468 140731970715824 140731970698368 140334289723127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
/proc/31107/statm: 3493484 6128 2673 1 0 3482973 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973936

[startup+0.700278 s]
/proc/loadavg: 1.56 1.65 1.74 2/198 31107
/proc/meminfo: memFree=29917448/32770624 swapFree=0/239652
[pid=31107] ppid=31104 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/31107/stat : 31107 (java) S 31104 31107 3187 0 -1 1077944320 13938 12481 0 0 58 5 4 3 20 0 15 0 6250922 14310178816 14855 18446744073709551615 4194304 4196468 140731970715824 140731970698368 140334289723127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
/proc/31107/statm: 3493696 14855 3089 1 0 3482973 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50065 s]
/proc/loadavg: 1.56 1.65 1.74 4/213 31170
/proc/meminfo: memFree=29821092/32770624 swapFree=0/239644
[pid=31107] ppid=31104 vsize=13985408 CPUtime=1.91 cores=1,3,5,7
/proc/31107/stat : 31107 (java) S 31104 31107 3187 0 -1 1077944320 29772 12481 0 0 174 10 4 3 20 0 15 0 6250922 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140731970698368 140334289723127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
/proc/31107/statm: 3496352 42703 3363 1 0 3485533 0
[pid=31107/tid=31157] ppid=31104 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/31107/task/31157/stat : 31157 (java) R 31104 31107 3187 0 -1 4202560 22525 12481 0 0 115 6 4 3 20 0 15 0 6250943 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140334293950512 140334289745053 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31158] ppid=31104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/31107/task/31158/stat : 31158 (java) S 31104 31107 3187 0 -1 1077944384 54 12481 0 0 1 0 4 3 20 0 15 0 6250943 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333889886992 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31159] ppid=31104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/31107/task/31159/stat : 31159 (java) S 31104 31107 3187 0 -1 1077944384 50 12481 0 0 1 0 4 3 20 0 15 0 6250943 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333888834448 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31160] ppid=31104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/31107/task/31160/stat : 31160 (java) S 31104 31107 3187 0 -1 1077944384 47 12481 0 0 1 0 4 3 20 0 15 0 6250943 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333887781904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31161] ppid=31104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/31107/task/31161/stat : 31161 (java) S 31104 31107 3187 0 -1 1077944384 226 12481 0 0 1 0 4 3 20 0 15 0 6250943 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333886729360 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31162] ppid=31104 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/31107/task/31162/stat : 31162 (java) S 31104 31107 3187 0 -1 1077944384 1726 12481 0 0 1 0 4 3 20 0 15 0 6250945 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333835446256 140334289734274 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31163] ppid=31104 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31163/stat : 31163 (java) S 31104 31107 3187 0 -1 1077944384 54 12481 0 0 0 0 4 3 20 0 15 0 6250945 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333834392544 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31164] ppid=31104 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31164/stat : 31164 (java) S 31104 31107 3187 0 -1 1077944384 45 12481 0 0 0 0 4 3 20 0 15 0 6250945 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333833339888 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31165] ppid=31104 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31165/stat : 31165 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333832288464 140334289741723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31166] ppid=31104 vsize=13985408 CPUtime=0.18 cores=1,3,5,7
/proc/31107/task/31166/stat : 31166 (java) S 31104 31107 3187 0 -1 1077944384 943 12481 0 0 11 0 4 3 20 0 15 0 6250948 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333831236080 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31167] ppid=31104 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/31107/task/31167/stat : 31167 (java) S 31104 31107 3187 0 -1 1077944384 828 12481 0 0 17 0 4 3 20 0 15 0 6250948 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333830183536 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31168] ppid=31104 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/31107/task/31168/stat : 31168 (java) S 31104 31107 3187 0 -1 1077944384 1107 12481 0 0 23 0 4 3 20 0 15 0 6250948 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333761424112 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31169] ppid=31104 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31169/stat : 31169 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333760371808 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31170] ppid=31104 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31170/stat : 31170 (java) S 31104 31107 3187 0 -1 1077944384 10 12481 0 0 0 0 4 3 20 0 15 0 6250951 14321057792 42703 18446744073709551615 4194304 4196468 140731970715824 140333759318320 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10066 s]
/proc/loadavg: 1.56 1.65 1.74 3/213 31170
/proc/meminfo: memFree=29748872/32770624 swapFree=0/239644
[pid=31107] ppid=31104 vsize=13997884 CPUtime=5.65 cores=1,3,5,7
/proc/31107/stat : 31107 (java) S 31104 31107 3187 0 -1 1077944320 43493 12481 0 0 542 16 4 3 20 0 15 0 6250922 14333833216 57879 18446744073709551615 4194304 4196468 140731970715824 140731970698368 140334289723127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
/proc/31107/statm: 3499471 57879 3437 1 0 3488093 0
[pid=31107/tid=31157] ppid=31104 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/31107/task/31157/stat : 31157 (java) R 31104 31107 3187 0 -1 4202560 28167 12481 0 0 272 8 4 3 20 0 15 0 6250943 14333833216 57879 18446744073709551615 4194304 4196468 140731970715824 140334293953344 140333915809634 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31158] ppid=31104 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31107/task/31158/stat : 31158 (java) S 31104 31107 3187 0 -1 1077944384 54 12481 0 0 1 0 4 3 20 0 15 0 6250943 14333833216 57879 18446744073709551615 4194304 4196468 140731970715824 140333889886992 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31159] ppid=31104 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31107/task/31159/stat : 31159 (java) S 31104 31107 3187 0 -1 1077944384 50 12481 0 0 1 0 4 3 20 0 15 0 6250943 14333833216 57879 18446744073709551615 4194304 4196468 140731970715824 140333888834448 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31160] ppid=31104 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31107/task/31160/stat : 31160 (java) S 31104 31107 3187 0 -1 1077944384 47 12481 0 0 1 0 4 3 20 0 15 0 6250943 14333833216 57879 18446744073709551615 4194304 4196468 140731970715824 140333887781904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31161] ppid=31104 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31107/task/31161/stat : 31161 (java) S 31104 31107 3187 0 -1 1077944384 226 12481 0 0 1 0 4 3 20 0 15 0 6250943 14333833216 58391 18446744073709551615 4194304 4196468 140731970715824 140333886729360 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31162] ppid=31104 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31107/task/31162/stat : 31162 (java) S 31104 31107 3187 0 -1 1077944384 1738 12481 0 0 1 0 4 3 20 0 15 0 6250945 14333833216 58391 18446744073709551615 4194304 4196468 140731970715824 140333835446256 140334289734274 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31163] ppid=31104 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31163/stat : 31163 (java) S 31104 31107 3187 0 -1 1077944384 54 12481 0 0 0 0 4 3 20 0 15 0 6250945 14333833216 58391 18446744073709551615 4194304 4196468 140731970715824 140333834392544 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31164] ppid=31104 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31164/stat : 31164 (java) S 31104 31107 3187 0 -1 1077944384 45 12481 0 0 0 0 4 3 20 0 15 0 6250945 14333833216 58391 18446744073709551615 4194304 4196468 140731970715824 140333833339888 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31165] ppid=31104 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31165/stat : 31165 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14333833216 58391 18446744073709551615 4194304 4196468 140731970715824 140333832288464 140334289741723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31166] ppid=31104 vsize=13997884 CPUtime=0.86 cores=1,3,5,7
/proc/31107/task/31166/stat : 31166 (java) R 31104 31107 3187 0 -1 4202560 2712 12481 0 0 78 1 4 3 20 0 15 0 6250948 14333833216 58391 18446744073709551615 4194304 4196468 140731970715824 140333831226000 140334271266884 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31167] ppid=31104 vsize=13997884 CPUtime=0.84 cores=1,3,5,7
/proc/31107/task/31167/stat : 31167 (java) R 31104 31107 3187 0 -1 4202560 2086 12481 0 0 76 1 4 3 20 0 15 0 6250948 14333833216 58391 18446744073709551615 4194304 4196468 140731970715824 140333830160896 140334268969017 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31168] ppid=31104 vsize=13997884 CPUtime=1.15 cores=1,3,5,7
/proc/31107/task/31168/stat : 31168 (java) S 31104 31107 3187 0 -1 1077944384 6146 12481 0 0 106 2 4 3 20 0 15 0 6250948 14333833216 58391 18446744073709551615 4194304 4196468 140731970715824 140333761424112 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31169] ppid=31104 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31169/stat : 31169 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14333833216 58391 18446744073709551615 4194304 4196468 140731970715824 140333760371808 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31170] ppid=31104 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31170/stat : 31170 (java) S 31104 31107 3187 0 -1 1077944384 11 12481 0 0 0 0 4 3 20 0 15 0 6250951 14333833216 58391 18446744073709551615 4194304 4196468 140731970715824 140333759318320 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 13997884

[startup+6.30098 s]
/proc/loadavg: 1.75 1.68 1.76 5/213 31170
/proc/meminfo: memFree=29587584/32770624 swapFree=0/239656
[pid=31107] ppid=31104 vsize=14069564 CPUtime=15.4 cores=1,3,5,7
/proc/31107/stat : 31107 (java) S 31104 31107 3187 0 -1 1077944320 79269 12481 0 0 1505 28 4 3 20 0 15 0 6250922 14407233536 101748 18446744073709551615 4194304 4196468 140731970715824 140731970698368 140334289723127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
/proc/31107/statm: 3517391 101748 3471 1 0 3506013 0
[pid=31107/tid=31157] ppid=31104 vsize=14069564 CPUtime=5.93 cores=1,3,5,7
/proc/31107/task/31157/stat : 31157 (java) R 31104 31107 3187 0 -1 4202560 43208 12481 0 0 574 12 4 3 20 0 15 0 6250943 14407233536 101748 18446744073709551615 4194304 4196468 140731970715824 140334293956472 140333912761490 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31158] ppid=31104 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/31107/task/31158/stat : 31158 (java) S 31104 31107 3187 0 -1 1077944384 167 12481 0 0 7 1 4 3 20 0 15 0 6250943 14407233536 101748 18446744073709551615 4194304 4196468 140731970715824 140333889886992 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31159] ppid=31104 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/31107/task/31159/stat : 31159 (java) S 31104 31107 3187 0 -1 1077944384 98 12481 0 0 9 1 4 3 20 0 15 0 6250943 14407233536 101748 18446744073709551615 4194304 4196468 140731970715824 140333888834448 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31160] ppid=31104 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/31107/task/31160/stat : 31160 (java) S 31104 31107 3187 0 -1 1077944384 115 12481 0 0 9 1 4 3 20 0 15 0 6250943 14407233536 101748 18446744073709551615 4194304 4196468 140731970715824 140333887781904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31161] ppid=31104 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/31107/task/31161/stat : 31161 (java) S 31104 31107 3187 0 -1 1077944384 274 12481 0 0 9 1 4 3 20 0 15 0 6250943 14407233536 101748 18446744073709551615 4194304 4196468 140731970715824 140333886729360 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31162] ppid=31104 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/31107/task/31162/stat : 31162 (java) S 31104 31107 3187 0 -1 1077944384 2480 12481 0 0 4 0 4 3 20 0 15 0 6250945 14407233536 101748 18446744073709551615 4194304 4196468 140731970715824 140333835446256 140334289734274 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31163] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31163/stat : 31163 (java) S 31104 31107 3187 0 -1 1077944384 54 12481 0 0 0 0 4 3 20 0 15 0 6250945 14407233536 102260 18446744073709551615 4194304 4196468 140731970715824 140333834392544 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31164] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31164/stat : 31164 (java) S 31104 31107 3187 0 -1 1077944384 45 12481 0 0 0 0 4 3 20 0 15 0 6250945 14407233536 102260 18446744073709551615 4194304 4196468 140731970715824 140333833339904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31165] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31165/stat : 31165 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14407233536 102260 18446744073709551615 4194304 4196468 140731970715824 140333832288464 140334289741723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31166] ppid=31104 vsize=14069564 CPUtime=3.58 cores=1,3,5,7
/proc/31107/task/31166/stat : 31166 (java) R 31104 31107 3187 0 -1 4202560 12997 12481 0 0 348 3 4 3 20 0 15 0 6250948 14407233536 102260 18446744073709551615 4194304 4196468 140731970715824 140333831226000 140334273689586 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31167] ppid=31104 vsize=14069564 CPUtime=3.57 cores=1,3,5,7
/proc/31107/task/31167/stat : 31167 (java) R 31104 31107 3187 0 -1 4202560 8686 12481 0 0 348 2 4 3 20 0 15 0 6250948 14407233536 102260 18446744073709551615 4194304 4196468 140731970715824 140333830161408 140334273219915 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31168] ppid=31104 vsize=14069564 CPUtime=2.03 cores=1,3,5,7
/proc/31107/task/31168/stat : 31168 (java) S 31104 31107 3187 0 -1 1077944384 8767 12481 0 0 192 4 4 3 20 0 15 0 6250948 14407233536 102260 18446744073709551615 4194304 4196468 140731970715824 140333761424112 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31169] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31169/stat : 31169 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14407233536 102260 18446744073709551615 4194304 4196468 140731970715824 140333760371808 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31170] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31170/stat : 31170 (java) S 31104 31107 3187 0 -1 1077944384 221 12481 0 0 0 0 4 3 20 0 15 0 6250951 14407233536 102260 18446744073709551615 4194304 4196468 140731970715824 140333759318320 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
Current children cumulated CPU time (s) 15.4
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.77 1.69 1.76 3/212 31170
/proc/meminfo: memFree=29126068/32770624 swapFree=0/239660
[pid=31107] ppid=31104 vsize=14069564 CPUtime=23.44 cores=1,3,5,7
/proc/31107/stat : 31107 (java) S 31104 31107 3187 0 -1 1077944320 88043 12481 0 0 2297 40 4 3 20 0 15 0 6250922 14407233536 203097 18446744073709551615 4194304 4196468 140731970715824 140731970698368 140334289723127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
/proc/31107/statm: 3517391 203097 3475 1 0 3506013 0
[pid=31107/tid=31157] ppid=31104 vsize=14069564 CPUtime=12.27 cores=1,3,5,7
/proc/31107/task/31157/stat : 31157 (java) R 31104 31107 3187 0 -1 4202560 44426 12481 0 0 1202 18 4 3 20 0 15 0 6250943 14407233536 203097 18446744073709551615 4194304 4196468 140731970715824 140334293957216 140333915913927 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31158] ppid=31104 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/31107/task/31158/stat : 31158 (java) S 31104 31107 3187 0 -1 1077944384 1153 12481 0 0 11 2 4 3 20 0 15 0 6250943 14407233536 203097 18446744073709551615 4194304 4196468 140731970715824 140333889886992 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31159] ppid=31104 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/31107/task/31159/stat : 31159 (java) S 31104 31107 3187 0 -1 1077944384 190 12481 0 0 12 2 4 3 20 0 15 0 6250943 14407233536 203097 18446744073709551615 4194304 4196468 140731970715824 140333888834448 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31160] ppid=31104 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/31107/task/31160/stat : 31160 (java) S 31104 31107 3187 0 -1 1077944384 523 12481 0 0 12 2 4 3 20 0 15 0 6250943 14407233536 203097 18446744073709551615 4194304 4196468 140731970715824 140333887781904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31161] ppid=31104 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/31107/task/31161/stat : 31161 (java) S 31104 31107 3187 0 -1 1077944384 339 12481 0 0 12 2 4 3 20 0 15 0 6250943 14407233536 203097 18446744073709551615 4194304 4196468 140731970715824 140333886729360 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31162] ppid=31104 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/31107/task/31162/stat : 31162 (java) S 31104 31107 3187 0 -1 1077944384 2961 12481 0 0 5 0 4 3 20 0 15 0 6250945 14407233536 203097 18446744073709551615 4194304 4196468 140731970715824 140333835446256 140334289734274 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31163] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31163/stat : 31163 (java) S 31104 31107 3187 0 -1 1077944384 54 12481 0 0 0 0 4 3 20 0 15 0 6250945 14407233536 203097 18446744073709551615 4194304 4196468 140731970715824 140333834392544 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31164] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31164/stat : 31164 (java) S 31104 31107 3187 0 -1 1077944384 45 12481 0 0 0 0 4 3 20 0 15 0 6250945 14407233536 203097 18446744073709551615 4194304 4196468 140731970715824 140333833339904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31165] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31165/stat : 31165 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14407233536 203097 18446744073709551615 4194304 4196468 140731970715824 140333832288464 140334289741723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0

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

/proc/31107/task/31169/stat : 31169 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14407233536 357634 18446744073709551615 4194304 4196468 140731970715824 140333760371808 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31170] ppid=31104 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/31107/task/31170/stat : 31170 (java) S 31104 31107 3187 0 -1 1077944384 2112 12481 0 0 4 4 4 3 20 0 15 0 6250951 14407233536 357634 18446744073709551615 4194304 4196468 140731970715824 140333759318320 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
Current children cumulated CPU time (s) 174.75
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.43 1.51 1.67 3/214 31304
/proc/meminfo: memFree=28497012/32770624 swapFree=0/239808
[pid=31107] ppid=31104 vsize=14069564 CPUtime=235.58 cores=1,3,5,7
/proc/31107/stat : 31107 (java) S 31104 31107 3187 0 -1 1077944320 124970 12481 0 0 23475 76 4 3 20 0 15 0 6250922 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140731970698368 140334289723127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
/proc/31107/statm: 3517391 352659 3475 1 0 3506013 0
[pid=31107/tid=31157] ppid=31104 vsize=14069564 CPUtime=220.6 cores=1,3,5,7
/proc/31107/task/31157/stat : 31157 (java) R 31104 31107 3187 0 -1 4202560 52038 12481 0 0 22024 29 4 3 20 0 15 0 6250943 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140334293957376 140333932196821 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31158] ppid=31104 vsize=14069564 CPUtime=0.86 cores=1,3,5,7
/proc/31107/task/31158/stat : 31158 (java) S 31104 31107 3187 0 -1 1077944384 3980 12481 0 0 72 7 4 3 20 0 15 0 6250943 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333889886992 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31159] ppid=31104 vsize=14069564 CPUtime=0.87 cores=1,3,5,7
/proc/31107/task/31159/stat : 31159 (java) S 31104 31107 3187 0 -1 1077944384 1794 12481 0 0 72 8 4 3 20 0 15 0 6250943 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333888834448 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31160] ppid=31104 vsize=14069564 CPUtime=0.86 cores=1,3,5,7
/proc/31107/task/31160/stat : 31160 (java) S 31104 31107 3187 0 -1 1077944384 3833 12481 0 0 72 7 4 3 20 0 15 0 6250943 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333887781904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31161] ppid=31104 vsize=14069564 CPUtime=0.88 cores=1,3,5,7
/proc/31107/task/31161/stat : 31161 (java) S 31104 31107 3187 0 -1 1077944384 2004 12481 0 0 74 7 4 3 20 0 15 0 6250943 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333886729360 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31162] ppid=31104 vsize=14069564 CPUtime=0.65 cores=1,3,5,7
/proc/31107/task/31162/stat : 31162 (java) S 31104 31107 3187 0 -1 1077944384 4824 12481 0 0 54 4 4 3 20 0 15 0 6250945 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333835446256 140334289734274 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31163] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31163/stat : 31163 (java) S 31104 31107 3187 0 -1 1077944384 54 12481 0 0 0 0 4 3 20 0 15 0 6250945 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333834392544 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31164] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31164/stat : 31164 (java) S 31104 31107 3187 0 -1 1077944384 45 12481 0 0 0 0 4 3 20 0 15 0 6250945 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333833339904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31165] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31165/stat : 31165 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333832288464 140334289741723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31166] ppid=31104 vsize=14069564 CPUtime=4.53 cores=1,3,5,7
/proc/31107/task/31166/stat : 31166 (java) S 31104 31107 3187 0 -1 1077944384 19064 12481 0 0 443 3 4 3 20 0 15 0 6250948 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333831236080 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31167] ppid=31104 vsize=14069564 CPUtime=4.54 cores=1,3,5,7
/proc/31107/task/31167/stat : 31167 (java) S 31104 31107 3187 0 -1 1077944384 17401 12481 0 0 444 3 4 3 20 0 15 0 6250948 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333830183536 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31168] ppid=31104 vsize=14069564 CPUtime=2.14 cores=1,3,5,7
/proc/31107/task/31168/stat : 31168 (java) S 31104 31107 3187 0 -1 1077944384 15619 12481 0 0 203 4 4 3 20 0 15 0 6250948 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333761424112 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31169] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31169/stat : 31169 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333760371808 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31170] ppid=31104 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/31107/task/31170/stat : 31170 (java) S 31104 31107 3187 0 -1 1077944384 2157 12481 0 0 5 7 4 3 20 0 15 0 6250951 14407233536 352659 18446744073709551615 4194304 4196468 140731970715824 140333759318320 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
Current children cumulated CPU time (s) 235.58
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.38 1.50 1.66 3/214 31319
/proc/meminfo: memFree=28507808/32770624 swapFree=0/239828
[pid=31107] ppid=31104 vsize=14069564 CPUtime=253.52 cores=1,3,5,7
/proc/31107/stat : 31107 (java) S 31104 31107 3187 0 -1 1077944320 127403 12481 0 0 25266 79 4 3 20 0 15 0 6250922 14407233536 352029 18446744073709551615 4194304 4196468 140731970715824 140731970698368 140334289723127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
/proc/31107/statm: 3517391 352029 3475 1 0 3506013 0
[pid=31107/tid=31157] ppid=31104 vsize=14069564 CPUtime=238.11 cores=1,3,5,7
/proc/31107/task/31157/stat : 31157 (java) S 31104 31107 3187 0 -1 1077944384 52863 12481 0 0 23775 29 4 3 20 0 15 0 6250943 14407233536 352029 18446744073709551615 4194304 4196468 140731970715824 140334293957376 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31158] ppid=31104 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/31107/task/31158/stat : 31158 (java) S 31104 31107 3187 0 -1 1077944384 4183 12481 0 0 79 7 4 3 20 0 15 0 6250943 14407233536 352029 18446744073709551615 4194304 4196468 140731970715824 140333889886992 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31159] ppid=31104 vsize=14069564 CPUtime=0.96 cores=1,3,5,7
/proc/31107/task/31159/stat : 31159 (java) S 31104 31107 3187 0 -1 1077944384 1897 12481 0 0 81 8 4 3 20 0 15 0 6250943 14407233536 352029 18446744073709551615 4194304 4196468 140731970715824 140333888834448 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31160] ppid=31104 vsize=14069564 CPUtime=0.94 cores=1,3,5,7
/proc/31107/task/31160/stat : 31160 (java) S 31104 31107 3187 0 -1 1077944384 4898 12481 0 0 80 7 4 3 20 0 15 0 6250943 14407233536 352029 18446744073709551615 4194304 4196468 140731970715824 140333887781904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31161] ppid=31104 vsize=14069564 CPUtime=0.95 cores=1,3,5,7
/proc/31107/task/31161/stat : 31161 (java) S 31104 31107 3187 0 -1 1077944384 2078 12481 0 0 81 7 4 3 20 0 15 0 6250943 14407233536 352029 18446744073709551615 4194304 4196468 140731970715824 140333886729360 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31162] ppid=31104 vsize=14069564 CPUtime=0.72 cores=1,3,5,7
/proc/31107/task/31162/stat : 31162 (java) R 31104 31107 3187 0 -1 4202560 4985 12481 0 0 61 4 4 3 20 0 15 0 6250945 14407233536 352029 18446744073709551615 4194304 4196468 140731970715824 140333835444768 140334289744474 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31163] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31163/stat : 31163 (java) S 31104 31107 3187 0 -1 1077944384 54 12481 0 0 0 0 4 3 20 0 15 0 6250945 14407233536 351901 18446744073709551615 4194304 4196468 140731970715824 140333834392544 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31164] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31164/stat : 31164 (java) S 31104 31107 3187 0 -1 1077944384 45 12481 0 0 0 0 4 3 20 0 15 0 6250945 14407233536 351900 18446744073709551615 4194304 4196468 140731970715824 140333833339904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31165] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31165/stat : 31165 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14407233536 351900 18446744073709551615 4194304 4196468 140731970715824 140333832288464 140334289741723 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31166] ppid=31104 vsize=14069564 CPUtime=4.53 cores=1,3,5,7
/proc/31107/task/31166/stat : 31166 (java) S 31104 31107 3187 0 -1 1077944384 19064 12481 0 0 443 3 4 3 20 0 15 0 6250948 14407233536 351900 18446744073709551615 4194304 4196468 140731970715824 140333831236080 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31167] ppid=31104 vsize=14069564 CPUtime=4.54 cores=1,3,5,7
/proc/31107/task/31167/stat : 31167 (java) S 31104 31107 3187 0 -1 1077944384 17401 12481 0 0 444 3 4 3 20 0 15 0 6250948 14407233536 351900 18446744073709551615 4194304 4196468 140731970715824 140333830183536 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31168] ppid=31104 vsize=14069564 CPUtime=2.14 cores=1,3,5,7
/proc/31107/task/31168/stat : 31168 (java) S 31104 31107 3187 0 -1 1077944384 15619 12481 0 0 203 4 4 3 20 0 15 0 6250948 14407233536 351900 18446744073709551615 4194304 4196468 140731970715824 140333761424112 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31169] ppid=31104 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31169/stat : 31169 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 15 0 6250948 14407233536 351900 18446744073709551615 4194304 4196468 140731970715824 140333760371808 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31170] ppid=31104 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/31107/task/31170/stat : 31170 (java) S 31104 31107 3187 0 -1 1077944384 2159 12481 0 0 6 8 4 3 20 0 15 0 6250951 14407233536 351900 18446744073709551615 4194304 4196468 140731970715824 140333759318320 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
Current children cumulated CPU time (s) 253.52
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 31107 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.205 s]
/proc/loadavg: 1.38 1.50 1.66 3/214 31319
/proc/meminfo: memFree=28507808/32770624 swapFree=0/239828
[pid=31107] ppid=31104 vsize=14202692 CPUtime=254.15 cores=1,3,5,7
/proc/31107/stat : 31107 (java) S 31104 31107 3187 0 -1 1077944320 140711 12481 0 0 25328 80 4 3 20 0 17 0 6250922 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140731970698368 140334289723127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
/proc/31107/statm: 3550673 353534 3475 1 0 3539295 0
[pid=31107/tid=31157] ppid=31104 vsize=14202692 CPUtime=238.12 cores=1,3,5,7
/proc/31107/task/31157/stat : 31157 (java) S 31104 31107 3187 0 -1 1077944384 53929 12481 0 0 23776 29 4 3 20 0 17 0 6250943 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140334293960800 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31158] ppid=31104 vsize=14202692 CPUtime=1.09 cores=1,3,5,7
/proc/31107/task/31158/stat : 31158 (java) R 31104 31107 3187 0 -1 4202560 4257 12481 0 0 94 8 4 3 20 0 17 0 6250943 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333889886992 140334282351335 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31159] ppid=31104 vsize=14202692 CPUtime=1.1 cores=1,3,5,7
/proc/31107/task/31159/stat : 31159 (java) R 31104 31107 3187 0 -1 4202560 1950 12481 0 0 95 8 4 3 20 0 17 0 6250943 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333888834448 140334274423818 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31160] ppid=31104 vsize=14202692 CPUtime=1.09 cores=1,3,5,7
/proc/31107/task/31160/stat : 31160 (java) R 31104 31107 3187 0 -1 4202560 4935 12481 0 0 95 7 4 3 20 0 17 0 6250943 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333887782024 140334282351335 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31161] ppid=31104 vsize=14202692 CPUtime=1.1 cores=1,3,5,7
/proc/31107/task/31161/stat : 31161 (java) R 31104 31107 3187 0 -1 4202560 2128 12481 0 0 96 7 4 3 20 0 17 0 6250943 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333886729360 140334274719747 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31162] ppid=31104 vsize=14202692 CPUtime=0.76 cores=1,3,5,7
/proc/31107/task/31162/stat : 31162 (java) S 31104 31107 3187 0 -1 1077944384 16321 12481 0 0 65 4 4 3 20 0 17 0 6250945 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333835444880 140334289733333 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31163] ppid=31104 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31163/stat : 31163 (java) S 31104 31107 3187 0 -1 1077944384 56 12481 0 0 0 0 4 3 20 0 17 0 6250945 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333834392144 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31164] ppid=31104 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31164/stat : 31164 (java) S 31104 31107 3187 0 -1 1077944384 45 12481 0 0 0 0 4 3 20 0 17 0 6250945 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333833339904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31165] ppid=31104 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31165/stat : 31165 (java) S 31104 31107 3187 0 -1 1077944384 242 12481 0 0 0 0 4 3 20 0 17 0 6250948 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333832288464 140334289741723 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31166] ppid=31104 vsize=14202692 CPUtime=4.53 cores=1,3,5,7
/proc/31107/task/31166/stat : 31166 (java) S 31104 31107 3187 0 -1 1077944384 19066 12481 0 0 443 3 4 3 20 0 17 0 6250948 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333831236080 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31167] ppid=31104 vsize=14202692 CPUtime=4.54 cores=1,3,5,7
/proc/31107/task/31167/stat : 31167 (java) S 31104 31107 3187 0 -1 1077944384 17478 12481 0 0 444 3 4 3 20 0 17 0 6250948 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333830172864 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31168] ppid=31104 vsize=14202692 CPUtime=2.14 cores=1,3,5,7
/proc/31107/task/31168/stat : 31168 (java) S 31104 31107 3187 0 -1 1077944384 15621 12481 0 0 203 4 4 3 20 0 17 0 6250948 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333761424112 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31169] ppid=31104 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31169/stat : 31169 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 17 0 6250948 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333760371808 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31170] ppid=31104 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/31107/task/31170/stat : 31170 (java) S 31104 31107 3187 0 -1 1077944384 2159 12481 0 0 6 8 4 3 20 0 17 0 6250951 14543556608 353534 18446744073709551615 4194304 4196468 140731970715824 140333759318320 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
Current children cumulated CPU time (s) 254.15
Current children cumulated vsize (KiB) 14202692

[startup+240.302 s]
/proc/loadavg: 1.38 1.50 1.66 3/214 31319
/proc/meminfo: memFree=28507808/32770624 swapFree=0/239828
[pid=31107] ppid=31104 vsize=14202692 CPUtime=254.43 cores=1,3,5,7
/proc/31107/stat : 31107 (java) S 31104 31107 3187 0 -1 1077944320 140720 12481 0 0 25356 80 4 3 20 0 17 0 6250922 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140731970698368 140334289723127 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
/proc/31107/statm: 3550673 353411 3475 1 0 3539295 0
[pid=31107/tid=31157] ppid=31104 vsize=14202692 CPUtime=238.12 cores=1,3,5,7
/proc/31107/task/31157/stat : 31157 (java) S 31104 31107 3187 0 -1 1077944384 53930 12481 0 0 23776 29 4 3 20 0 17 0 6250943 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140334293960800 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31158] ppid=31104 vsize=14202692 CPUtime=1.15 cores=1,3,5,7
/proc/31107/task/31158/stat : 31158 (java) R 31104 31107 3187 0 -1 4202560 4261 12481 0 0 100 8 4 3 20 0 17 0 6250943 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333889886992 140334274420706 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31159] ppid=31104 vsize=14202692 CPUtime=1.16 cores=1,3,5,7
/proc/31107/task/31159/stat : 31159 (java) R 31104 31107 3187 0 -1 4202560 1951 12481 0 0 101 8 4 3 20 0 17 0 6250943 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333888834448 140334274708423 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31160] ppid=31104 vsize=14202692 CPUtime=1.15 cores=1,3,5,7
/proc/31107/task/31160/stat : 31160 (java) R 31104 31107 3187 0 -1 4202560 4936 12481 0 0 101 7 4 3 20 0 17 0 6250943 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333887781904 140334271318960 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31161] ppid=31104 vsize=14202692 CPUtime=1.16 cores=1,3,5,7
/proc/31107/task/31161/stat : 31161 (java) R 31104 31107 3187 0 -1 4202560 2129 12481 0 0 102 7 4 3 20 0 17 0 6250943 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333886729560 140334272899707 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31162] ppid=31104 vsize=14202692 CPUtime=0.8 cores=1,3,5,7
/proc/31107/task/31162/stat : 31162 (java) S 31104 31107 3187 0 -1 1077944384 16321 12481 0 0 69 4 4 3 20 0 17 0 6250945 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333835444656 140334289733333 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31163] ppid=31104 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31163/stat : 31163 (java) S 31104 31107 3187 0 -1 1077944384 56 12481 0 0 0 0 4 3 20 0 17 0 6250945 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333834392144 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31164] ppid=31104 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31164/stat : 31164 (java) S 31104 31107 3187 0 -1 1077944384 45 12481 0 0 0 0 4 3 20 0 17 0 6250945 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333833339904 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31165] ppid=31104 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31165/stat : 31165 (java) S 31104 31107 3187 0 -1 1077944384 242 12481 0 0 0 0 4 3 20 0 17 0 6250948 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333832288464 140334289741723 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31166] ppid=31104 vsize=14202692 CPUtime=4.53 cores=1,3,5,7
/proc/31107/task/31166/stat : 31166 (java) S 31104 31107 3187 0 -1 1077944384 19066 12481 0 0 443 3 4 3 20 0 17 0 6250948 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333831236080 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31167] ppid=31104 vsize=14202692 CPUtime=4.54 cores=1,3,5,7
/proc/31107/task/31167/stat : 31167 (java) S 31104 31107 3187 0 -1 1077944384 17478 12481 0 0 444 3 4 3 20 0 17 0 6250948 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333830172864 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31168] ppid=31104 vsize=14202692 CPUtime=2.14 cores=1,3,5,7
/proc/31107/task/31168/stat : 31168 (java) S 31104 31107 3187 0 -1 1077944384 15621 12481 0 0 203 4 4 3 20 0 17 0 6250948 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333761424112 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31169] ppid=31104 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31107/task/31169/stat : 31169 (java) S 31104 31107 3187 0 -1 1077944384 3 12481 0 0 0 0 4 3 20 0 17 0 6250948 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333760371808 140334289733333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
[pid=31107/tid=31170] ppid=31104 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/31107/task/31170/stat : 31170 (java) S 31104 31107 3187 0 -1 1077944384 2159 12481 0 0 6 8 4 3 20 0 17 0 6250951 14543556608 353411 18446744073709551615 4194304 4196468 140731970715824 140333759318320 140334289734274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19243008 140731970721742 140731970724527 140731970724527 140731970727887 0
Current children cumulated CPU time (s) 254.43
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.357
CPU time (s): 254.553
CPU user time (s): 253.696
CPU system time (s): 0.856608
CPU usage (%): 105.906
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.696
system time used= 0.856608
maximum resident set size= 1501204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153825
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= 25543
involuntary context switches= 724

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.13205 second user time and 1.56153 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:56:02
IDJOB=4259737
IDBENCH=115757
IDSOLVER=2646
FILE ID=node135/4259737-1501643403
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-015-15-4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259737-1501643403/watcher-4259737-1501643403 -o /tmp/evaluation-result-4259737-1501643403/solver-4259737-1501643403 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259737-1501643403.xml

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

MD5SUM BENCH= 428eef4dc0068476798a4d67b3fd28ef
RANDOM SEED=1865633408

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:        29917720 kB
MemAvailable:   30175036 kB
Buffers:          117012 kB
Cached:           417500 kB
SwapCached:            0 kB
Active:          2182340 kB
Inactive:         248244 kB
Active(anon):    1896304 kB
Inactive(anon):     8592 kB
Active(file):     286036 kB
Inactive(file):   239652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24148 kB
Writeback:             0 kB
AnonPages:       1895988 kB
Mapped:            42172 kB
Shmem:              8960 kB
Slab:             120872 kB
SReclaimable:      94928 kB
SUnreclaim:        25944 kB
KernelStack:        3504 kB
PageTables:         8692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2704716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1673216 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 05:00:03