Trace number 4259744

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) 258.39801 240.478

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-3.xml
MD5SUM5314b126c5fc4f843c68abc8a30fc0ca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1690
Best CPU time to get the best result obtained on this benchmark251.91701
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1760
Maximum domain size1760
Distribution of domain sizes[{"size":1760,"count":420}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":400}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":20,"count":20}]
Number of extensional constraints0
Number of intensional constraints420
Distribution of constraint types[{"type":"intension","count":420},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=31230
running on 4 cores: 0,2,4,6

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.75 1.69 1.76 4/197 31233
/proc/meminfo: memFree=30317900/32770624 swapFree=0/239412
[pid=31233] ppid=31230 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/31233/stat : 31233 (runsolver) D 31230 31233 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6255265 24240128 106 18446744073709551615 4194304 4338465 140733873792848 140733873790488 140090809164503 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 28450816 140733873799377 140733873799751 140733873799751 140733873803210 0
/proc/31233/statm: 5918 106 53 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 1.75 1.69 1.76 4/197 31233
/proc/meminfo: memFree=30317900/32770624 swapFree=0/239412
[pid=31233] ppid=31230 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/31233/stat : 31233 (runsolver) D 31230 31233 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6255265 24240128 106 18446744073709551615 4194304 4338465 140733873792848 140733873790488 140090809164503 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 28450816 140733873799377 140733873799751 140733873799751 140733873803210 0
/proc/31233/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200437 s]
/proc/loadavg: 1.75 1.69 1.76 4/197 31233
/proc/meminfo: memFree=30317900/32770624 swapFree=0/239412
[pid=31233] ppid=31230 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/31233/stat : 31233 (bash) S 31230 31233 3187 0 -1 4202496 892 6483 0 0 0 0 0 1 20 0 1 0 6255265 9867264 377 18446744073709551615 4194304 5098028 140725226152480 140725226146488 139858065271808 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 12 0 0 7196144 7232144 20365312 140725226160658 140725226160743 140725226160743 140725226164202 0
/proc/31233/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300302 s]
/proc/loadavg: 1.75 1.69 1.76 4/197 31233
/proc/meminfo: memFree=30317900/32770624 swapFree=0/239412
[pid=31233] ppid=31230 vsize=13574488 CPUtime=0.11 cores=0,2,4,6
/proc/31233/stat : 31233 (java) S 31230 31233 3187 0 -1 1077944320 5111 12362 0 0 4 0 4 3 20 0 9 0 6255265 13900275712 4825 18446744073709551615 4194304 4196468 140729964730896 140729964713440 139768386563831 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 12 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
/proc/31233/statm: 3393622 4825 2128 1 0 3383127 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13574488

[startup+0.700432 s]
/proc/loadavg: 1.75 1.69 1.76 4/197 31233
/proc/meminfo: memFree=30317900/32770624 swapFree=0/239412
[pid=31233] ppid=31230 vsize=13974784 CPUtime=0.58 cores=0,2,4,6
/proc/31233/stat : 31233 (java) S 31230 31233 3187 0 -1 1077944320 13653 12362 0 0 47 4 4 3 20 0 15 0 6255265 14310178816 14128 18446744073709551615 4194304 4196468 140729964730896 140729964713440 139768386563831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 12 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
/proc/31233/statm: 3493696 14128 3059 1 0 3482973 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13974784

[startup+1.50182 s]
/proc/loadavg: 1.75 1.69 1.76 3/212 31296
/proc/meminfo: memFree=30225636/32770624 swapFree=0/239712
[pid=31233] ppid=31230 vsize=13985408 CPUtime=1.82 cores=0,2,4,6
/proc/31233/stat : 31233 (java) S 31230 31233 3187 0 -1 1077944320 27766 12362 0 0 166 9 4 3 20 0 15 0 6255265 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 140729964713440 139768386563831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 12 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
/proc/31233/statm: 3496352 33738 3329 1 0 3485533 0
[pid=31233/tid=31283] ppid=31230 vsize=13985408 CPUtime=1.25 cores=0,2,4,6
/proc/31233/task/31283/stat : 31283 (java) R 31230 31233 3187 0 -1 4202560 21911 12362 0 0 111 7 4 3 20 0 15 0 6255290 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139768390795392 139768370644318 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31284] ppid=31230 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31284/stat : 31284 (java) S 31230 31233 3187 0 -1 1077944384 1 12362 0 0 0 0 4 3 20 0 15 0 6255290 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139768305978384 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31285] ppid=31230 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31285/stat : 31285 (java) S 31230 31233 3187 0 -1 1077944384 1 12362 0 0 0 0 4 3 20 0 15 0 6255290 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139768304925840 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31286] ppid=31230 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31286/stat : 31286 (java) S 31230 31233 3187 0 -1 1077944384 1 12362 0 0 0 0 4 3 20 0 15 0 6255290 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139768303872784 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31287] ppid=31230 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31287/stat : 31287 (java) S 31230 31233 3187 0 -1 1077944384 2 12362 0 0 0 0 4 3 20 0 15 0 6255290 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139767983369104 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31288] ppid=31230 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31288/stat : 31288 (java) S 31230 31233 3187 0 -1 1077944384 5 12362 0 0 0 0 4 3 20 0 15 0 6255292 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139767865104624 139768386574978 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31289] ppid=31230 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31289/stat : 31289 (java) S 31230 31233 3187 0 -1 1077944384 33 12362 0 0 0 0 4 3 20 0 15 0 6255292 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139767864050848 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31290] ppid=31230 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31290/stat : 31290 (java) S 31230 31233 3187 0 -1 1077944384 21 12362 0 0 0 0 4 3 20 0 15 0 6255292 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139767862997744 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31291] ppid=31230 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31291/stat : 31291 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139767861946320 139768386582427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31292] ppid=31230 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/31233/task/31292/stat : 31292 (java) S 31230 31233 3187 0 -1 1077944384 1217 12362 0 0 16 0 4 3 20 0 15 0 6255295 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139767860894448 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31293] ppid=31230 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/31233/task/31293/stat : 31293 (java) S 31230 31233 3187 0 -1 1077944384 649 12362 0 0 16 0 4 3 20 0 15 0 6255295 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139767859841904 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31294] ppid=31230 vsize=13985408 CPUtime=0.28 cores=0,2,4,6
/proc/31233/task/31294/stat : 31294 (java) S 31230 31233 3187 0 -1 1077944384 1762 12362 0 0 21 0 4 3 20 0 15 0 6255295 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139767858788848 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31295] ppid=31230 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31295/stat : 31295 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139767857736544 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31296] ppid=31230 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31296/stat : 31296 (java) S 31230 31233 3187 0 -1 1077944384 6 12362 0 0 0 0 4 3 20 0 15 0 6255301 14321057792 33738 18446744073709551615 4194304 4196468 140729964730896 139767856683568 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 13985408

[startup+3.10063 s]
/proc/loadavg: 1.75 1.69 1.76 5/212 31296
/proc/meminfo: memFree=30143124/32770624 swapFree=0/239712
[pid=31233] ppid=31230 vsize=13997884 CPUtime=6 cores=0,2,4,6
/proc/31233/stat : 31233 (java) S 31230 31233 3187 0 -1 1077944320 44824 12362 0 0 576 17 4 3 20 0 15 0 6255265 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 140729964713440 139768386563831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 12 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
/proc/31233/statm: 3499471 54634 3433 1 0 3488093 0
[pid=31233/tid=31283] ppid=31230 vsize=13997884 CPUtime=2.82 cores=0,2,4,6
/proc/31233/task/31283/stat : 31283 (java) R 31230 31233 3187 0 -1 4202560 27908 12362 0 0 265 10 4 3 20 0 15 0 6255290 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139768390793792 139768386575766 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31284] ppid=31230 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/31233/task/31284/stat : 31284 (java) S 31230 31233 3187 0 -1 1077944384 209 12362 0 0 1 0 4 3 20 0 15 0 6255290 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139768305978384 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31285] ppid=31230 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/31233/task/31285/stat : 31285 (java) S 31230 31233 3187 0 -1 1077944384 48 12362 0 0 1 0 4 3 20 0 15 0 6255290 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139768304925840 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31286] ppid=31230 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/31233/task/31286/stat : 31286 (java) S 31230 31233 3187 0 -1 1077944384 49 12362 0 0 1 0 4 3 20 0 15 0 6255290 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139768303872784 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31287] ppid=31230 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31287/stat : 31287 (java) S 31230 31233 3187 0 -1 1077944384 54 12362 0 0 0 0 4 3 20 0 15 0 6255290 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139767983369104 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31288] ppid=31230 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/31233/task/31288/stat : 31288 (java) S 31230 31233 3187 0 -1 1077944384 1360 12362 0 0 1 0 4 3 20 0 15 0 6255292 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139767865104624 139768386574978 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31289] ppid=31230 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31289/stat : 31289 (java) S 31230 31233 3187 0 -1 1077944384 54 12362 0 0 0 0 4 3 20 0 15 0 6255292 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139767864050848 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31290] ppid=31230 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31290/stat : 31290 (java) S 31230 31233 3187 0 -1 1077944384 44 12362 0 0 0 0 4 3 20 0 15 0 6255292 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139767862997744 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31291] ppid=31230 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31291/stat : 31291 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139767861946320 139768386582427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31292] ppid=31230 vsize=13997884 CPUtime=1.21 cores=0,2,4,6
/proc/31233/task/31292/stat : 31292 (java) R 31230 31233 3187 0 -1 4202560 5189 12362 0 0 114 0 4 3 20 0 15 0 6255295 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139767860873808 139768365740994 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31293] ppid=31230 vsize=13997884 CPUtime=0.87 cores=0,2,4,6
/proc/31233/task/31293/stat : 31293 (java) R 31230 31233 3187 0 -1 1077944384 2186 12362 0 0 79 1 4 3 20 0 15 0 6255295 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139767859841904 139768386574978 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31294] ppid=31230 vsize=13997884 CPUtime=1.19 cores=0,2,4,6
/proc/31233/task/31294/stat : 31294 (java) S 31230 31233 3187 0 -1 1077944384 5560 12362 0 0 110 2 4 3 20 0 15 0 6255295 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139767858788848 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31295] ppid=31230 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31295/stat : 31295 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139767857736544 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31296] ppid=31230 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31296/stat : 31296 (java) S 31230 31233 3187 0 -1 1077944384 7 12362 0 0 0 0 4 3 20 0 15 0 6255301 14333833216 54634 18446744073709551615 4194304 4196468 140729964730896 139767856683568 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 13997884

[startup+6.30781 s]
/proc/loadavg: 1.77 1.70 1.76 5/212 31296
/proc/meminfo: memFree=29959516/32770624 swapFree=0/239724
[pid=31233] ppid=31230 vsize=13999932 CPUtime=15.38 cores=0,2,4,6
/proc/31233/stat : 31233 (java) S 31230 31233 3187 0 -1 1077944320 71799 12362 0 0 1499 32 4 3 20 0 15 0 6255265 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 140729964713440 139768386563831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 12 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
/proc/31233/statm: 3499983 107430 3455 1 0 3488605 0
[pid=31233/tid=31283] ppid=31230 vsize=13999932 CPUtime=5.82 cores=0,2,4,6
/proc/31233/task/31283/stat : 31283 (java) S 31230 31233 3187 0 -1 1077944384 31713 12362 0 0 564 11 4 3 20 0 15 0 6255290 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139768390796544 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31284] ppid=31230 vsize=13999932 CPUtime=0.21 cores=0,2,4,6
/proc/31233/task/31284/stat : 31284 (java) R 31230 31233 3187 0 -1 4202560 676 12362 0 0 12 2 4 3 20 0 15 0 6255290 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139768305978584 139768379668514 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31285] ppid=31230 vsize=13999932 CPUtime=0.22 cores=0,2,4,6
/proc/31233/task/31285/stat : 31285 (java) R 31230 31233 3187 0 -1 4202560 380 12362 0 0 12 3 4 3 20 0 15 0 6255290 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139768304925840 139768371264484 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31286] ppid=31230 vsize=13999932 CPUtime=0.21 cores=0,2,4,6
/proc/31233/task/31286/stat : 31286 (java) R 31230 31233 3187 0 -1 4202560 720 12362 0 0 12 2 4 3 20 0 15 0 6255290 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139768303872672 139768371264475 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31287] ppid=31230 vsize=13999932 CPUtime=0.22 cores=0,2,4,6
/proc/31233/task/31287/stat : 31287 (java) R 31230 31233 3187 0 -1 4202560 880 12362 0 0 12 3 4 3 20 0 15 0 6255290 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139767983369104 139768371264832 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31288] ppid=31230 vsize=13999932 CPUtime=0.12 cores=0,2,4,6
/proc/31233/task/31288/stat : 31288 (java) S 31230 31233 3187 0 -1 1077944384 5507 12362 0 0 4 1 4 3 20 0 15 0 6255292 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139767865103136 139768386574037 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31289] ppid=31230 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31289/stat : 31289 (java) S 31230 31233 3187 0 -1 1077944384 62 12362 0 0 0 0 4 3 20 0 15 0 6255292 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139767864050912 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31290] ppid=31230 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31290/stat : 31290 (java) S 31230 31233 3187 0 -1 1077944384 58 12362 0 0 0 0 4 3 20 0 15 0 6255292 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139767862997760 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31291] ppid=31230 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31291/stat : 31291 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139767861946320 139768386582427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31292] ppid=31230 vsize=13999932 CPUtime=3.77 cores=0,2,4,6
/proc/31233/task/31292/stat : 31292 (java) S 31230 31233 3187 0 -1 1077944384 11388 12362 0 0 369 1 4 3 20 0 15 0 6255295 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139767860877376 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31293] ppid=31230 vsize=13999932 CPUtime=3.51 cores=0,2,4,6
/proc/31233/task/31293/stat : 31293 (java) S 31230 31233 3187 0 -1 1077944384 7803 12362 0 0 342 2 4 3 20 0 15 0 6255295 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139767859826896 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31294] ppid=31230 vsize=13999932 CPUtime=1.77 cores=0,2,4,6
/proc/31233/task/31294/stat : 31294 (java) S 31230 31233 3187 0 -1 1077944384 10376 12362 0 0 167 3 4 3 20 0 15 0 6255295 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139767858783168 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31295] ppid=31230 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31295/stat : 31295 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139767857736544 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31296] ppid=31230 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31296/stat : 31296 (java) S 31230 31233 3187 0 -1 1077944384 79 12362 0 0 0 0 4 3 20 0 15 0 6255301 14335930368 107430 18446744073709551615 4194304 4196468 140729964730896 139767856683568 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
Current children cumulated CPU time (s) 15.38
Current children cumulated vsize (KiB) 13999932

[startup+12.7008 s]
/proc/loadavg: 1.79 1.70 1.76 3/212 31296
/proc/meminfo: memFree=29514100/32770624 swapFree=0/239724
[pid=31233] ppid=31230 vsize=14069564 CPUtime=26.94 cores=0,2,4,6
/proc/31233/stat : 31233 (java) S 31230 31233 3187 0 -1 1077944320 97265 12362 0 0 2638 49 4 3 20 0 15 0 6255265 14407233536 232247 18446744073709551615 4194304 4196468 140729964730896 140729964713440 139768386563831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 12 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
/proc/31233/statm: 3517391 232247 3472 1 0 3506013 0
[pid=31233/tid=31283] ppid=31230 vsize=14069564 CPUtime=12.09 cores=0,2,4,6
/proc/31233/task/31283/stat : 31283 (java) R 31230 31233 3187 0 -1 4202560 46163 12362 0 0 1182 20 4 3 20 0 15 0 6255290 14407233536 232247 18446744073709551615 4194304 4196468 140729964730896 139768390797872 139768003453880 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31284] ppid=31230 vsize=14069564 CPUtime=0.32 cores=0,2,4,6
/proc/31233/task/31284/stat : 31284 (java) S 31230 31233 3187 0 -1 1077944384 746 12362 0 0 21 4 4 3 20 0 15 0 6255290 14407233536 232247 18446744073709551615 4194304 4196468 140729964730896 139768305978384 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31285] ppid=31230 vsize=14069564 CPUtime=0.32 cores=0,2,4,6
/proc/31233/task/31285/stat : 31285 (java) S 31230 31233 3187 0 -1 1077944384 505 12362 0 0 21 4 4 3 20 0 15 0 6255290 14407233536 232247 18446744073709551615 4194304 4196468 140729964730896 139768304925840 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31286] ppid=31230 vsize=14069564 CPUtime=0.31 cores=0,2,4,6
/proc/31233/task/31286/stat : 31286 (java) S 31230 31233 3187 0 -1 1077944384 1426 12362 0 0 20 4 4 3 20 0 15 0 6255290 14407233536 232247 18446744073709551615 4194304 4196468 140729964730896 139768303872784 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31287] ppid=31230 vsize=14069564 CPUtime=0.32 cores=0,2,4,6
/proc/31233/task/31287/stat : 31287 (java) S 31230 31233 3187 0 -1 1077944384 987 12362 0 0 21 4 4 3 20 0 15 0 6255290 14407233536 232247 18446744073709551615 4194304 4196468 140729964730896 139767983369104 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31288] ppid=31230 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/31233/task/31288/stat : 31288 (java) S 31230 31233 3187 0 -1 1077944384 6044 12362 0 0 5 1 4 3 20 0 15 0 6255292 14407233536 232247 18446744073709551615 4194304 4196468 140729964730896 139767865104624 139768386574978 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31289] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31289/stat : 31289 (java) S 31230 31233 3187 0 -1 1077944384 63 12362 0 0 0 0 4 3 20 0 15 0 6255292 14407233536 232247 18446744073709551615 4194304 4196468 140729964730896 139767864050912 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31290] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31290/stat : 31290 (java) S 31230 31233 3187 0 -1 1077944384 59 12362 0 0 0 0 4 3 20 0 15 0 6255292 14407233536 232247 18446744073709551615 4194304 4196468 140729964730896 139767862997760 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31291] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31291/stat : 31291 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14407233536 232247 18446744073709551615 4194304 4196468 140729964730896 139767861946320 139768386582427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0

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

/proc/31233/task/31295/stat : 31295 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14407233536 483224 18446744073709551615 4194304 4196468 140729964730896 139767857736544 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31296] ppid=31230 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/31233/task/31296/stat : 31296 (java) S 31230 31233 3187 0 -1 1077944384 314 12362 0 0 3 2 4 3 20 0 15 0 6255301 14407233536 483224 18446744073709551615 4194304 4196468 140729964730896 139767856683568 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
Current children cumulated CPU time (s) 117.54
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.26 1.49 1.67 3/213 31302
/proc/meminfo: memFree=28490232/32770624 swapFree=0/239804
[pid=31233] ppid=31230 vsize=14069564 CPUtime=178.14 cores=0,2,4,6
/proc/31233/stat : 31233 (java) S 31230 31233 3187 0 -1 1077944320 124480 12362 0 0 17725 82 4 3 20 0 15 0 6255265 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 140729964713440 139768386563831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 12 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
/proc/31233/statm: 3517391 468601 3473 1 0 3506013 0
[pid=31233/tid=31283] ppid=31230 vsize=14069564 CPUtime=161.15 cores=0,2,4,6
/proc/31233/task/31283/stat : 31283 (java) R 31230 31233 3187 0 -1 4202560 53948 12362 0 0 16072 36 4 3 20 0 15 0 6255290 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139768390797840 139767992176960 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31284] ppid=31230 vsize=14069564 CPUtime=0.61 cores=0,2,4,6
/proc/31233/task/31284/stat : 31284 (java) S 31230 31233 3187 0 -1 1077944384 2010 12362 0 0 48 6 4 3 20 0 15 0 6255290 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139768305978384 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31285] ppid=31230 vsize=14069564 CPUtime=0.63 cores=0,2,4,6
/proc/31233/task/31285/stat : 31285 (java) S 31230 31233 3187 0 -1 1077944384 805 12362 0 0 49 7 4 3 20 0 15 0 6255290 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139768304925840 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31286] ppid=31230 vsize=14069564 CPUtime=0.6 cores=0,2,4,6
/proc/31233/task/31286/stat : 31286 (java) S 31230 31233 3187 0 -1 1077944384 2693 12362 0 0 46 7 4 3 20 0 15 0 6255290 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139768303872784 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31287] ppid=31230 vsize=14069564 CPUtime=0.63 cores=0,2,4,6
/proc/31233/task/31287/stat : 31287 (java) S 31230 31233 3187 0 -1 1077944384 2707 12362 0 0 48 8 4 3 20 0 15 0 6255290 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139767983369104 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31288] ppid=31230 vsize=14069564 CPUtime=0.31 cores=0,2,4,6
/proc/31233/task/31288/stat : 31288 (java) S 31230 31233 3187 0 -1 1077944384 7383 12362 0 0 21 3 4 3 20 0 15 0 6255292 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139767865104624 139768386574978 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31289] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31289/stat : 31289 (java) S 31230 31233 3187 0 -1 1077944384 63 12362 0 0 0 0 4 3 20 0 15 0 6255292 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139767864050912 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31290] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31290/stat : 31290 (java) S 31230 31233 3187 0 -1 1077944384 59 12362 0 0 0 0 4 3 20 0 15 0 6255292 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139767862997760 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31291] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31291/stat : 31291 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139767861946320 139768386582427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31292] ppid=31230 vsize=14069564 CPUtime=6.02 cores=0,2,4,6
/proc/31233/task/31292/stat : 31292 (java) S 31230 31233 3187 0 -1 1077944384 20500 12362 0 0 593 2 4 3 20 0 15 0 6255295 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139767860894448 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31293] ppid=31230 vsize=14069564 CPUtime=6.18 cores=0,2,4,6
/proc/31233/task/31293/stat : 31293 (java) S 31230 31233 3187 0 -1 1077944384 15974 12362 0 0 608 3 4 3 20 0 15 0 6255295 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139767859841904 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31294] ppid=31230 vsize=14069564 CPUtime=2.36 cores=0,2,4,6
/proc/31233/task/31294/stat : 31294 (java) S 31230 31233 3187 0 -1 1077944384 15843 12362 0 0 225 4 4 3 20 0 15 0 6255295 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139767858788848 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31295] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31295/stat : 31295 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139767857736544 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31296] ppid=31230 vsize=14069564 CPUtime=0.15 cores=0,2,4,6
/proc/31233/task/31296/stat : 31296 (java) S 31230 31233 3187 0 -1 1077944384 338 12362 0 0 5 3 4 3 20 0 15 0 6255301 14407233536 468601 18446744073709551615 4194304 4196468 140729964730896 139767856683568 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
Current children cumulated CPU time (s) 178.14
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.59 1.54 1.67 3/214 31444
/proc/meminfo: memFree=28006644/32770624 swapFree=0/239864
[pid=31233] ppid=31230 vsize=14069564 CPUtime=238.96 cores=0,2,4,6
/proc/31233/stat : 31233 (java) S 31230 31233 3187 0 -1 1077944320 132360 12362 0 0 23799 90 4 3 20 0 15 0 6255265 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 140729964713440 139768386563831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 12 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
/proc/31233/statm: 3517391 461932 3473 1 0 3506013 0
[pid=31233/tid=31283] ppid=31230 vsize=14069564 CPUtime=220.65 cores=0,2,4,6
/proc/31233/task/31283/stat : 31283 (java) R 31230 31233 3187 0 -1 4202560 56245 12362 0 0 22021 37 4 3 20 0 15 0 6255290 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139768390798064 139768002905560 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31284] ppid=31230 vsize=14069564 CPUtime=0.89 cores=0,2,4,6
/proc/31233/task/31284/stat : 31284 (java) S 31230 31233 3187 0 -1 1077944384 3832 12362 0 0 74 8 4 3 20 0 15 0 6255290 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139768305978384 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31285] ppid=31230 vsize=14069564 CPUtime=0.91 cores=0,2,4,6
/proc/31233/task/31285/stat : 31285 (java) S 31230 31233 3187 0 -1 1077944384 1217 12362 0 0 76 8 4 3 20 0 15 0 6255290 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139768304925840 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31286] ppid=31230 vsize=14069564 CPUtime=0.88 cores=0,2,4,6
/proc/31233/task/31286/stat : 31286 (java) S 31230 31233 3187 0 -1 1077944384 4282 12362 0 0 73 8 4 3 20 0 15 0 6255290 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139768303872784 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31287] ppid=31230 vsize=14069564 CPUtime=0.9 cores=0,2,4,6
/proc/31233/task/31287/stat : 31287 (java) S 31230 31233 3187 0 -1 1077944384 2848 12362 0 0 74 9 4 3 20 0 15 0 6255290 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139767983369104 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31288] ppid=31230 vsize=14069564 CPUtime=0.5 cores=0,2,4,6
/proc/31233/task/31288/stat : 31288 (java) S 31230 31233 3187 0 -1 1077944384 8040 12362 0 0 38 5 4 3 20 0 15 0 6255292 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139767865104624 139768386574978 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31289] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31289/stat : 31289 (java) S 31230 31233 3187 0 -1 1077944384 63 12362 0 0 0 0 4 3 20 0 15 0 6255292 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139767864050912 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31290] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31290/stat : 31290 (java) S 31230 31233 3187 0 -1 1077944384 59 12362 0 0 0 0 4 3 20 0 15 0 6255292 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139767862997760 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31291] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31291/stat : 31291 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139767861946320 139768386582427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31292] ppid=31230 vsize=14069564 CPUtime=6.02 cores=0,2,4,6
/proc/31233/task/31292/stat : 31292 (java) S 31230 31233 3187 0 -1 1077944384 20504 12362 0 0 593 2 4 3 20 0 15 0 6255295 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139767860894448 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31293] ppid=31230 vsize=14069564 CPUtime=6.18 cores=0,2,4,6
/proc/31233/task/31293/stat : 31293 (java) S 31230 31233 3187 0 -1 1077944384 15980 12362 0 0 608 3 4 3 20 0 15 0 6255295 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139767859841904 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31294] ppid=31230 vsize=14069564 CPUtime=2.36 cores=0,2,4,6
/proc/31233/task/31294/stat : 31294 (java) S 31230 31233 3187 0 -1 1077944384 16757 12362 0 0 225 4 4 3 20 0 15 0 6255295 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139767858788848 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31295] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31295/stat : 31295 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139767857736544 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31296] ppid=31230 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/31233/task/31296/stat : 31296 (java) S 31230 31233 3187 0 -1 1077944384 376 12362 0 0 7 5 4 3 20 0 15 0 6255301 14407233536 461932 18446744073709551615 4194304 4196468 140729964730896 139767856683568 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
Current children cumulated CPU time (s) 238.96
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.77 1.58 1.68 3/214 31445
/proc/meminfo: memFree=27607824/32770624 swapFree=0/239864
[pid=31233] ppid=31230 vsize=14069564 CPUtime=256.9 cores=0,2,4,6
/proc/31233/stat : 31233 (java) S 31230 31233 3187 0 -1 1077944320 135310 12362 0 0 25590 93 4 3 20 0 15 0 6255265 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 140729964713440 139768386563831 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 12 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
/proc/31233/statm: 3517391 460139 3473 1 0 3506013 0
[pid=31233/tid=31283] ppid=31230 vsize=14069564 CPUtime=238.18 cores=0,2,4,6
/proc/31233/task/31283/stat : 31283 (java) R 31230 31233 3187 0 -1 4202560 57030 12362 0 0 23774 37 4 3 20 0 15 0 6255290 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139768390798016 139767992706630 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31284] ppid=31230 vsize=14069564 CPUtime=0.98 cores=0,2,4,6
/proc/31233/task/31284/stat : 31284 (java) S 31230 31233 3187 0 -1 1077944384 3851 12362 0 0 82 9 4 3 20 0 15 0 6255290 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139768305978384 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31285] ppid=31230 vsize=14069564 CPUtime=0.99 cores=0,2,4,6
/proc/31233/task/31285/stat : 31285 (java) S 31230 31233 3187 0 -1 1077944384 2766 12362 0 0 84 8 4 3 20 0 15 0 6255290 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139768304925840 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31286] ppid=31230 vsize=14069564 CPUtime=0.97 cores=0,2,4,6
/proc/31233/task/31286/stat : 31286 (java) S 31230 31233 3187 0 -1 1077944384 4303 12362 0 0 81 9 4 3 20 0 15 0 6255290 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139768303872784 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31287] ppid=31230 vsize=14069564 CPUtime=0.98 cores=0,2,4,6
/proc/31233/task/31287/stat : 31287 (java) S 31230 31233 3187 0 -1 1077944384 3067 12362 0 0 82 9 4 3 20 0 15 0 6255290 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139767983369104 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31288] ppid=31230 vsize=14069564 CPUtime=0.56 cores=0,2,4,6
/proc/31233/task/31288/stat : 31288 (java) S 31230 31233 3187 0 -1 1077944384 8371 12362 0 0 43 6 4 3 20 0 15 0 6255292 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139767865104624 139768386574978 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31289] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31289/stat : 31289 (java) S 31230 31233 3187 0 -1 1077944384 63 12362 0 0 0 0 4 3 20 0 15 0 6255292 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139767864050912 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31290] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31290/stat : 31290 (java) S 31230 31233 3187 0 -1 1077944384 59 12362 0 0 0 0 4 3 20 0 15 0 6255292 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139767862997760 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31291] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31291/stat : 31291 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139767861946320 139768386582427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31292] ppid=31230 vsize=14069564 CPUtime=6.02 cores=0,2,4,6
/proc/31233/task/31292/stat : 31292 (java) S 31230 31233 3187 0 -1 1077944384 20506 12362 0 0 593 2 4 3 20 0 15 0 6255295 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139767860894448 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31293] ppid=31230 vsize=14069564 CPUtime=6.18 cores=0,2,4,6
/proc/31233/task/31293/stat : 31293 (java) S 31230 31233 3187 0 -1 1077944384 15983 12362 0 0 608 3 4 3 20 0 15 0 6255295 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139767859841904 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31294] ppid=31230 vsize=14069564 CPUtime=2.36 cores=0,2,4,6
/proc/31233/task/31294/stat : 31294 (java) S 31230 31233 3187 0 -1 1077944384 16759 12362 0 0 225 4 4 3 20 0 15 0 6255295 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139767858788848 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31295] ppid=31230 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31295/stat : 31295 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 15 0 6255295 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139767857736544 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31296] ppid=31230 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/31233/task/31296/stat : 31296 (java) S 31230 31233 3187 0 -1 1077944384 395 12362 0 0 8 5 4 3 20 0 15 0 6255301 14407233536 460139 18446744073709551615 4194304 4196468 140729964730896 139767856683568 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
Current children cumulated CPU time (s) 256.9
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 31233 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.403 s]
/proc/loadavg: 1.77 1.58 1.68 3/214 31445
/proc/meminfo: memFree=27607824/32770624 swapFree=0/239864
[pid=31233] ppid=31230 vsize=14202692 CPUtime=258.21 cores=0,2,4,6
/proc/31233/stat : 31233 (java) S 31230 31233 3187 0 -1 1077944320 148770 12362 0 0 25720 94 4 3 20 0 17 0 6255265 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 140729964713440 139768386563831 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 12 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
/proc/31233/statm: 3550673 461926 3474 1 0 3539295 0
[pid=31233/tid=31283] ppid=31230 vsize=14202692 CPUtime=238.19 cores=0,2,4,6
/proc/31233/task/31283/stat : 31283 (java) S 31230 31233 3187 0 -1 1077944384 58138 12362 0 0 23775 37 4 3 20 0 17 0 6255290 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139768390801376 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31284] ppid=31230 vsize=14202692 CPUtime=1.28 cores=0,2,4,6
/proc/31233/task/31284/stat : 31284 (java) R 31230 31233 3187 0 -1 4202560 3954 12362 0 0 112 9 4 3 20 0 17 0 6255290 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139768305978584 139768371017872 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31285] ppid=31230 vsize=14202692 CPUtime=1.3 cores=0,2,4,6
/proc/31233/task/31285/stat : 31285 (java) R 31230 31233 3187 0 -1 4202560 2854 12362 0 0 115 8 4 3 20 0 17 0 6255290 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139768304925840 139768371261399 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31286] ppid=31230 vsize=14202692 CPUtime=1.27 cores=0,2,4,6
/proc/31233/task/31286/stat : 31286 (java) R 31230 31233 3187 0 -1 4202560 4374 12362 0 0 111 9 4 3 20 0 17 0 6255290 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139768303872984 139768371261606 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31287] ppid=31230 vsize=14202692 CPUtime=1.29 cores=0,2,4,6
/proc/31233/task/31287/stat : 31287 (java) R 31230 31233 3187 0 -1 4202560 3152 12362 0 0 113 9 4 3 20 0 17 0 6255290 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139767983369104 139768371549127 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31288] ppid=31230 vsize=14202692 CPUtime=0.65 cores=0,2,4,6
/proc/31233/task/31288/stat : 31288 (java) S 31230 31233 3187 0 -1 1077944384 19754 12362 0 0 51 7 4 3 20 0 17 0 6255292 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139767865103024 139768386574037 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31289] ppid=31230 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31289/stat : 31289 (java) S 31230 31233 3187 0 -1 1077944384 65 12362 0 0 0 0 4 3 20 0 17 0 6255292 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139767864050416 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31290] ppid=31230 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31290/stat : 31290 (java) S 31230 31233 3187 0 -1 1077944384 59 12362 0 0 0 0 4 3 20 0 17 0 6255292 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139767862997760 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31291] ppid=31230 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31291/stat : 31291 (java) S 31230 31233 3187 0 -1 1077944384 245 12362 0 0 0 0 4 3 20 0 17 0 6255295 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139767861946320 139768386582427 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31292] ppid=31230 vsize=14202692 CPUtime=6.02 cores=0,2,4,6
/proc/31233/task/31292/stat : 31292 (java) S 31230 31233 3187 0 -1 1077944384 20506 12362 0 0 593 2 4 3 20 0 17 0 6255295 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139767860894448 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31293] ppid=31230 vsize=14202692 CPUtime=6.18 cores=0,2,4,6
/proc/31233/task/31293/stat : 31293 (java) S 31230 31233 3187 0 -1 1077944384 15983 12362 0 0 608 3 4 3 20 0 17 0 6255295 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139767859841904 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31294] ppid=31230 vsize=14202692 CPUtime=2.36 cores=0,2,4,6
/proc/31233/task/31294/stat : 31294 (java) S 31230 31233 3187 0 -1 1077944384 16759 12362 0 0 225 4 4 3 20 0 17 0 6255295 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139767858788848 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31295] ppid=31230 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31233/task/31295/stat : 31295 (java) S 31230 31233 3187 0 -1 1077944384 3 12362 0 0 0 0 4 3 20 0 17 0 6255295 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139767857736544 139768386574037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
[pid=31233/tid=31296] ppid=31230 vsize=14202692 CPUtime=0.2 cores=0,2,4,6
/proc/31233/task/31296/stat : 31296 (java) S 31230 31233 3187 0 -1 1077944384 395 12362 0 0 8 5 4 3 20 0 17 0 6255301 14543556608 461926 18446744073709551615 4194304 4196468 140729964730896 139767856683568 139768386574978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30089216 140729964738510 140729964741295 140729964741295 140729964744655 0
Current children cumulated CPU time (s) 258.21
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.478
CPU time (s): 258.398
CPU user time (s): 257.4
CPU system time (s): 0.997458
CPU usage (%): 107.452
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.4
system time used= 0.997458
maximum resident set size= 1971380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161365
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= 22161
involuntary context switches= 638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.872449 second user time and 1.74182 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:56:46
IDJOB=4259744
IDBENCH=115758
IDSOLVER=2646
FILE ID=node135/4259744-1501643446
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259744-1501643446/watcher-4259744-1501643446 -o /tmp/evaluation-result-4259744-1501643446/solver-4259744-1501643446 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300  bin/concrete HOME/instance-4259744-1501643446.xml

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

MD5SUM BENCH= 5314b126c5fc4f843c68abc8a30fc0ca
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:        30319280 kB
MemAvailable:   30576624 kB
Buffers:          117084 kB
Cached:           417548 kB
SwapCached:            0 kB
Active:          1787216 kB
Inactive:         248004 kB
Active(anon):    1500916 kB
Inactive(anon):     8592 kB
Active(file):     286300 kB
Inactive(file):   239412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24344 kB
Writeback:             0 kB
AnonPages:       1500708 kB
Mapped:            42196 kB
Shmem:              8960 kB
Slab:             121336 kB
SReclaimable:      94936 kB
SUnreclaim:        26400 kB
KernelStack:        3616 kB
PageTables:         7612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2388660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1269760 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:47