Trace number 4259740

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) 256.69 240.522

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-15-1.xml
MD5SUMaac981b64b3d0bc7b0997201d0c57f9b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1406
Best CPU time to get the best result obtained on this benchmark251.884
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints335
Number of domains1
Minimum domain size1477
Maximum domain size1477
Distribution of domain sizes[{"size":1477,"count":320}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":300}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":300},{"arity":20,"count":15}]
Number of extensional constraints0
Number of intensional constraints320
Distribution of constraint types[{"type":"intension","count":320},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=31505
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.71 1.57 1.68 2/199 31508
/proc/meminfo: memFree=29439628/32770624 swapFree=0/239424
[pid=31508] ppid=31505 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/31508/stat : 31508 (runsolver) D 31505 31508 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6279425 24240128 107 18446744073709551615 4194304 4338465 140736306728192 140736306725832 140339603768023 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 9572352 140736306729169 140736306729543 140736306729543 140736306733002 0
/proc/31508/statm: 5918 107 54 36 0 2156 0

[startup+0.100142 s]
/proc/loadavg: 1.71 1.57 1.68 2/199 31508
/proc/meminfo: memFree=29439628/32770624 swapFree=0/239424
[pid=31508] ppid=31505 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/31508/stat : 31508 (bash) S 31505 31508 3187 0 -1 4202496 891 6489 0 0 0 0 0 1 20 0 1 0 6279425 9867264 377 18446744073709551615 4194304 5098028 140728250941856 140728250935864 140563006180352 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 7 0 0 7196144 7232144 29372416 140728250950162 140728250950247 140728250950247 140728250953706 0
/proc/31508/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.20028 s]
/proc/loadavg: 1.71 1.57 1.68 2/199 31508
/proc/meminfo: memFree=29439628/32770624 swapFree=0/239424
[pid=31508] ppid=31505 vsize=30064 CPUtime=0.07 cores=0,2,4,6
/proc/31508/stat : 31508 (java) R 31505 31508 3187 0 -1 4202496 2141 12760 0 0 0 0 5 2 20 0 1 0 6279425 30785536 1120 18446744073709551615 4194304 4196468 140737289842368 140737289823064 139736849210341 0 0 1 0 0 0 0 17 0 0 0 7 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
/proc/31508/statm: 7773 1120 829 1 0 417 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30064

[startup+0.3003 s]
/proc/loadavg: 1.71 1.57 1.68 2/199 31508
/proc/meminfo: memFree=29439628/32770624 swapFree=0/239424
[pid=31508] ppid=31505 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/31508/stat : 31508 (java) S 31505 31508 3187 0 -1 1077944320 5544 12760 0 0 5 1 5 2 20 0 14 0 6279425 14241083392 5216 18446744073709551615 4194304 4196468 140737289842368 140737289824912 139736856968951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
/proc/31508/statm: 3476827 5216 2552 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700299 s]
/proc/loadavg: 1.71 1.57 1.68 2/199 31508
/proc/meminfo: memFree=29439628/32770624 swapFree=0/239424
[pid=31508] ppid=31505 vsize=13974784 CPUtime=0.68 cores=0,2,4,6
/proc/31508/stat : 31508 (java) S 31505 31508 3187 0 -1 1077944320 13678 12760 0 0 58 3 5 2 20 0 15 0 6279425 14310178816 14524 18446744073709551615 4194304 4196468 140737289842368 140737289824912 139736856968951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
/proc/31508/statm: 3493696 14524 3080 1 0 3482973 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50068 s]
/proc/loadavg: 1.71 1.57 1.68 3/214 31571
/proc/meminfo: memFree=29346012/32770624 swapFree=0/239920
[pid=31508] ppid=31505 vsize=13985408 CPUtime=1.89 cores=0,2,4,6
/proc/31508/stat : 31508 (java) S 31505 31508 3187 0 -1 1077944320 28247 12760 0 0 172 10 5 2 20 0 15 0 6279425 14321057792 39600 18446744073709551615 4194304 4196468 140737289842368 140737289824912 139736856968951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
/proc/31508/statm: 3496352 39600 3355 1 0 3485533 0
[pid=31508/tid=31558] ppid=31505 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/31508/task/31558/stat : 31558 (java) S 31505 31508 3187 0 -1 1077944384 21772 12760 0 0 116 6 5 2 20 0 15 0 6279445 14321057792 39600 18446744073709551615 4194304 4196468 140737289842368 139736861187360 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31559] ppid=31505 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31559/stat : 31559 (java) S 31505 31508 3187 0 -1 1077944384 194 12760 0 0 0 0 5 2 20 0 15 0 6279446 14321057792 39600 18446744073709551615 4194304 4196468 140737289842368 139736456882832 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31560] ppid=31505 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31560/stat : 31560 (java) S 31505 31508 3187 0 -1 1077944384 41 12760 0 0 0 0 5 2 20 0 15 0 6279446 14321057792 39600 18446744073709551615 4194304 4196468 140737289842368 139736455830032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31561] ppid=31505 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31561/stat : 31561 (java) S 31505 31508 3187 0 -1 1077944384 41 12760 0 0 0 0 5 2 20 0 15 0 6279446 14321057792 39600 18446744073709551615 4194304 4196468 140737289842368 139736454777232 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31562] ppid=31505 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31562/stat : 31562 (java) S 31505 31508 3187 0 -1 1077944384 56 12760 0 0 0 0 5 2 20 0 15 0 6279446 14321057792 39600 18446744073709551615 4194304 4196468 140737289842368 139736453724432 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31563] ppid=31505 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31563/stat : 31563 (java) R 31505 31508 3187 0 -1 4202560 1116 12760 0 0 0 0 5 2 20 0 15 0 6279447 14321057792 39600 18446744073709551615 4194304 4196468 140737289842368 139736335189184 139736841964897 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31564] ppid=31505 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31564/stat : 31564 (java) S 31505 31508 3187 0 -1 1077944384 33 12760 0 0 0 0 5 2 20 0 15 0 6279448 14321057792 39600 18446744073709551615 4194304 4196468 140737289842368 139736334136864 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31565] ppid=31505 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31565/stat : 31565 (java) S 31505 31508 3187 0 -1 1077944384 21 12760 0 0 0 0 5 2 20 0 15 0 6279448 14321057792 39600 18446744073709551615 4194304 4196468 140737289842368 139736333084016 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31566] ppid=31505 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31566/stat : 31566 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14321057792 39600 18446744073709551615 4194304 4196468 140737289842368 139736332032336 139736856987547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31567] ppid=31505 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/31508/task/31567/stat : 31567 (java) S 31505 31508 3187 0 -1 1077944384 821 12760 0 0 15 0 5 2 20 0 15 0 6279451 14321057792 39600 18446744073709551615 4194304 4196468 140737289842368 139736330979696 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31568] ppid=31505 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/31508/task/31568/stat : 31568 (java) S 31505 31508 3187 0 -1 1077944384 768 12760 0 0 14 0 5 2 20 0 15 0 6279451 14321057792 40112 18446744073709551615 4194304 4196468 140737289842368 139736329926896 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31569] ppid=31505 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/31508/task/31569/stat : 31569 (java) S 31505 31508 3187 0 -1 1077944384 1219 12760 0 0 23 0 5 2 20 0 15 0 6279451 14321057792 40112 18446744073709551615 4194304 4196468 140737289842368 139736328869472 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31570] ppid=31505 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31570/stat : 31570 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14321057792 40112 18446744073709551615 4194304 4196468 140737289842368 139736327821536 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31571] ppid=31505 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31571/stat : 31571 (java) S 31505 31508 3187 0 -1 1077944384 10 12760 0 0 0 0 5 2 20 0 15 0 6279456 14321057792 40112 18446744073709551615 4194304 4196468 140737289842368 139736326769840 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.10108 s]
/proc/loadavg: 1.71 1.57 1.68 4/214 31571
/proc/meminfo: memFree=29268568/32770624 swapFree=0/239920
[pid=31508] ppid=31505 vsize=13997884 CPUtime=6.09 cores=0,2,4,6
/proc/31508/stat : 31508 (java) S 31505 31508 3187 0 -1 1077944320 44843 12760 0 0 587 15 5 2 20 0 15 0 6279425 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 140737289824912 139736856968951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
/proc/31508/statm: 3499471 55060 3433 1 0 3488093 0
[pid=31508/tid=31558] ppid=31505 vsize=13997884 CPUtime=2.87 cores=0,2,4,6
/proc/31508/task/31558/stat : 31558 (java) R 31505 31508 3187 0 -1 4202560 28193 12760 0 0 271 9 5 2 20 0 15 0 6279445 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736861197472 139736500933564 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31559] ppid=31505 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31559/stat : 31559 (java) S 31505 31508 3187 0 -1 1077944384 199 12760 0 0 0 0 5 2 20 0 15 0 6279446 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736456882832 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31560] ppid=31505 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/31508/task/31560/stat : 31560 (java) S 31505 31508 3187 0 -1 1077944384 41 12760 0 0 1 0 5 2 20 0 15 0 6279446 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736455830032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31561] ppid=31505 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/31508/task/31561/stat : 31561 (java) S 31505 31508 3187 0 -1 1077944384 41 12760 0 0 1 0 5 2 20 0 15 0 6279446 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736454777232 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31562] ppid=31505 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/31508/task/31562/stat : 31562 (java) S 31505 31508 3187 0 -1 1077944384 59 12760 0 0 1 0 5 2 20 0 15 0 6279446 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736453724432 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31563] ppid=31505 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/31508/task/31563/stat : 31563 (java) S 31505 31508 3187 0 -1 1077944384 1493 12760 0 0 1 0 5 2 20 0 15 0 6279447 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736335190896 139736856980098 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31564] ppid=31505 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31564/stat : 31564 (java) S 31505 31508 3187 0 -1 1077944384 56 12760 0 0 0 0 5 2 20 0 15 0 6279448 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736334136864 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31565] ppid=31505 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31565/stat : 31565 (java) S 31505 31508 3187 0 -1 1077944384 45 12760 0 0 0 0 5 2 20 0 15 0 6279448 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736333084032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31566] ppid=31505 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31566/stat : 31566 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736332032336 139736856987547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31567] ppid=31505 vsize=13997884 CPUtime=1.19 cores=0,2,4,6
/proc/31508/task/31567/stat : 31567 (java) R 31505 31508 3187 0 -1 4202560 4881 12760 0 0 112 0 5 2 20 0 15 0 6279451 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736330961648 139736837695719 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31568] ppid=31505 vsize=13997884 CPUtime=0.94 cores=0,2,4,6
/proc/31508/task/31568/stat : 31568 (java) R 31505 31508 3187 0 -1 4202560 2795 12760 0 0 86 1 5 2 20 0 15 0 6279451 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736329904768 139736840874871 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31569] ppid=31505 vsize=13997884 CPUtime=1.19 cores=0,2,4,6
/proc/31508/task/31569/stat : 31569 (java) S 31505 31508 3187 0 -1 1077944384 4873 12760 0 0 111 1 5 2 20 0 15 0 6279451 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736328874096 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31570] ppid=31505 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31570/stat : 31570 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736327821536 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31571] ppid=31505 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31571/stat : 31571 (java) S 31505 31508 3187 0 -1 1077944384 11 12760 0 0 0 0 5 2 20 0 15 0 6279456 14333833216 55060 18446744073709551615 4194304 4196468 140737289842368 139736326769840 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 13997884

[startup+6.30064 s]
/proc/loadavg: 1.89 1.61 1.69 5/214 31571
/proc/meminfo: memFree=28995476/32770624 swapFree=0/239924
[pid=31508] ppid=31505 vsize=14001980 CPUtime=15.31 cores=0,2,4,6
/proc/31508/stat : 31508 (java) S 31505 31508 3187 0 -1 1077944320 66511 12760 0 0 1494 30 5 2 20 0 15 0 6279425 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 140737289824912 139736856968951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
/proc/31508/statm: 3500495 106919 3468 1 0 3489117 0
[pid=31508/tid=31558] ppid=31505 vsize=14001980 CPUtime=5.87 cores=0,2,4,6
/proc/31508/task/31558/stat : 31558 (java) R 31505 31508 3187 0 -1 4202560 32879 12760 0 0 570 10 5 2 20 0 15 0 6279445 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736861196016 139736501613735 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31559] ppid=31505 vsize=14001980 CPUtime=0.22 cores=0,2,4,6
/proc/31508/task/31559/stat : 31559 (java) S 31505 31508 3187 0 -1 1077944384 337 12760 0 0 12 3 5 2 20 0 15 0 6279446 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736456882832 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31560] ppid=31505 vsize=14001980 CPUtime=0.21 cores=0,2,4,6
/proc/31508/task/31560/stat : 31560 (java) S 31505 31508 3187 0 -1 1077944384 180 12760 0 0 11 3 5 2 20 0 15 0 6279446 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736455830032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31561] ppid=31505 vsize=14001980 CPUtime=0.21 cores=0,2,4,6
/proc/31508/task/31561/stat : 31561 (java) S 31505 31508 3187 0 -1 1077944384 578 12760 0 0 12 2 5 2 20 0 15 0 6279446 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736454777232 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31562] ppid=31505 vsize=14001980 CPUtime=0.2 cores=0,2,4,6
/proc/31508/task/31562/stat : 31562 (java) S 31505 31508 3187 0 -1 1077944384 253 12760 0 0 11 2 5 2 20 0 15 0 6279446 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736453724432 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31563] ppid=31505 vsize=14001980 CPUtime=0.12 cores=0,2,4,6
/proc/31508/task/31563/stat : 31563 (java) S 31505 31508 3187 0 -1 1077944384 2227 12760 0 0 5 0 5 2 20 0 15 0 6279447 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736335190896 139736856980098 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31564] ppid=31505 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31564/stat : 31564 (java) S 31505 31508 3187 0 -1 1077944384 56 12760 0 0 0 0 5 2 20 0 15 0 6279448 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736334136992 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31565] ppid=31505 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31565/stat : 31565 (java) S 31505 31508 3187 0 -1 1077944384 45 12760 0 0 0 0 5 2 20 0 15 0 6279448 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736333084032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31566] ppid=31505 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31566/stat : 31566 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736332032336 139736856987547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31567] ppid=31505 vsize=14001980 CPUtime=3.66 cores=0,2,4,6
/proc/31508/task/31567/stat : 31567 (java) R 31505 31508 3187 0 -1 4202560 9257 12760 0 0 358 1 5 2 20 0 15 0 6279451 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736330979696 139736838144775 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31568] ppid=31505 vsize=14001980 CPUtime=3.4 cores=0,2,4,6
/proc/31508/task/31568/stat : 31568 (java) R 31505 31508 3187 0 -1 4202560 6723 12760 0 0 331 2 5 2 20 0 15 0 6279451 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736329914576 139736836214799 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31569] ppid=31505 vsize=14001980 CPUtime=1.87 cores=0,2,4,6
/proc/31508/task/31569/stat : 31569 (java) S 31505 31508 3187 0 -1 1077944384 11661 12760 0 0 178 2 5 2 20 0 15 0 6279451 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736328874096 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31570] ppid=31505 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31570/stat : 31570 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736327821536 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31571] ppid=31505 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31571/stat : 31571 (java) S 31505 31508 3187 0 -1 1077944384 159 12760 0 0 0 0 5 2 20 0 15 0 6279456 14338027520 106919 18446744073709551615 4194304 4196468 140737289842368 139736326769840 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
Current children cumulated CPU time (s) 15.31
Current children cumulated vsize (KiB) 14001980

[startup+12.7008 s]
/proc/loadavg: 1.90 1.61 1.70 3/214 31571
/proc/meminfo: memFree=28338700/32770624 swapFree=0/239932
[pid=31508] ppid=31505 vsize=14004028 CPUtime=25.46 cores=0,2,4,6
/proc/31508/stat : 31508 (java) S 31505 31508 3187 0 -1 1077944320 91446 12760 0 0 2492 47 5 2 20 0 15 0 6279425 14340124672 245966 18446744073709551615 4194304 4196468 140737289842368 140737289824912 139736856968951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
/proc/31508/statm: 3501007 245966 3474 1 0 3489629 0
[pid=31508/tid=31558] ppid=31505 vsize=14004028 CPUtime=12.2 cores=0,2,4,6
/proc/31508/task/31558/stat : 31558 (java) R 31505 31508 3187 0 -1 4202560 48634 12760 0 0 1194 19 5 2 20 0 15 0 6279445 14340124672 245966 18446744073709551615 4194304 4196468 140737289842368 139736861202992 139736510938519 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31559] ppid=31505 vsize=14004028 CPUtime=0.27 cores=0,2,4,6
/proc/31508/task/31559/stat : 31559 (java) S 31505 31508 3187 0 -1 1077944384 382 12760 0 0 16 4 5 2 20 0 15 0 6279446 14340124672 245966 18446744073709551615 4194304 4196468 140737289842368 139736456882832 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31560] ppid=31505 vsize=14004028 CPUtime=0.26 cores=0,2,4,6
/proc/31508/task/31560/stat : 31560 (java) S 31505 31508 3187 0 -1 1077944384 230 12760 0 0 15 4 5 2 20 0 15 0 6279446 14340124672 245966 18446744073709551615 4194304 4196468 140737289842368 139736455830032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31561] ppid=31505 vsize=14004028 CPUtime=0.26 cores=0,2,4,6
/proc/31508/task/31561/stat : 31561 (java) S 31505 31508 3187 0 -1 1077944384 647 12760 0 0 15 4 5 2 20 0 15 0 6279446 14340124672 245966 18446744073709551615 4194304 4196468 140737289842368 139736454777232 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31562] ppid=31505 vsize=14004028 CPUtime=0.27 cores=0,2,4,6
/proc/31508/task/31562/stat : 31562 (java) S 31505 31508 3187 0 -1 1077944384 416 12760 0 0 16 4 5 2 20 0 15 0 6279446 14340124672 245966 18446744073709551615 4194304 4196468 140737289842368 139736453724432 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31563] ppid=31505 vsize=14004028 CPUtime=0.13 cores=0,2,4,6
/proc/31508/task/31563/stat : 31563 (java) S 31505 31508 3187 0 -1 1077944384 2581 12760 0 0 6 0 5 2 20 0 15 0 6279447 14340124672 245966 18446744073709551615 4194304 4196468 140737289842368 139736335190896 139736856980098 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31564] ppid=31505 vsize=14004028 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31564/stat : 31564 (java) S 31505 31508 3187 0 -1 1077944384 58 12760 0 0 0 0 5 2 20 0 15 0 6279448 14340124672 245966 18446744073709551615 4194304 4196468 140737289842368 139736334136992 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31565] ppid=31505 vsize=14004028 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31565/stat : 31565 (java) S 31505 31508 3187 0 -1 1077944384 50 12760 0 0 0 0 5 2 20 0 15 0 6279448 14340124672 245966 18446744073709551615 4194304 4196468 140737289842368 139736333084032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31566] ppid=31505 vsize=14004028 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31566/stat : 31566 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14340124672 245966 18446744073709551615 4194304 4196468 140737289842368 139736332032336 139736856987547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0

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

/proc/31508/task/31570/stat : 31570 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14340124672 522219 18446744073709551615 4194304 4196468 140737289842368 139736327821536 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31571] ppid=31505 vsize=14004028 CPUtime=0.16 cores=0,2,4,6
/proc/31508/task/31571/stat : 31571 (java) S 31505 31508 3187 0 -1 1077944384 279 12760 0 0 4 5 5 2 20 0 15 0 6279456 14340124672 522219 18446744073709551615 4194304 4196468 140737289842368 139736326769840 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
Current children cumulated CPU time (s) 176.31
Current children cumulated vsize (KiB) 14004028

[startup+222.307 s]
/proc/loadavg: 1.54 1.49 1.62 3/215 31731
/proc/meminfo: memFree=28610708/32770624 swapFree=0/240120
[pid=31508] ppid=31505 vsize=14004028 CPUtime=237.11 cores=0,2,4,6
/proc/31508/stat : 31508 (java) S 31505 31508 3187 0 -1 1077944320 122045 12760 0 0 23621 83 5 2 20 0 15 0 6279425 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 140737289824912 139736856968951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
/proc/31508/statm: 3501007 519140 3474 1 0 3489629 0
[pid=31508/tid=31558] ppid=31505 vsize=14004028 CPUtime=220.68 cores=0,2,4,6
/proc/31508/task/31558/stat : 31558 (java) R 31505 31508 3187 0 -1 4202560 60678 12760 0 0 22024 37 5 2 20 0 15 0 6279445 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736861203152 139736514849438 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31559] ppid=31505 vsize=14004028 CPUtime=0.83 cores=0,2,4,6
/proc/31508/task/31559/stat : 31559 (java) S 31505 31508 3187 0 -1 1077944384 2148 12760 0 0 68 8 5 2 20 0 15 0 6279446 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736456882832 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31560] ppid=31505 vsize=14004028 CPUtime=0.82 cores=0,2,4,6
/proc/31508/task/31560/stat : 31560 (java) S 31505 31508 3187 0 -1 1077944384 4934 12760 0 0 68 7 5 2 20 0 15 0 6279446 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736455830032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31561] ppid=31505 vsize=14004028 CPUtime=0.81 cores=0,2,4,6
/proc/31508/task/31561/stat : 31561 (java) S 31505 31508 3187 0 -1 1077944384 3004 12760 0 0 67 7 5 2 20 0 15 0 6279446 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736454777232 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31562] ppid=31505 vsize=14004028 CPUtime=0.82 cores=0,2,4,6
/proc/31508/task/31562/stat : 31562 (java) S 31505 31508 3187 0 -1 1077944384 700 12760 0 0 69 6 5 2 20 0 15 0 6279446 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736453724432 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31563] ppid=31505 vsize=14004028 CPUtime=0.54 cores=0,2,4,6
/proc/31508/task/31563/stat : 31563 (java) S 31505 31508 3187 0 -1 1077944384 4739 12760 0 0 44 3 5 2 20 0 15 0 6279447 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736335190896 139736856980098 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31564] ppid=31505 vsize=14004028 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31564/stat : 31564 (java) S 31505 31508 3187 0 -1 1077944384 58 12760 0 0 0 0 5 2 20 0 15 0 6279448 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736334136992 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31565] ppid=31505 vsize=14004028 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31565/stat : 31565 (java) S 31505 31508 3187 0 -1 1077944384 50 12760 0 0 0 0 5 2 20 0 15 0 6279448 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736333084032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31566] ppid=31505 vsize=14004028 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31566/stat : 31566 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736332032336 139736856987547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31567] ppid=31505 vsize=14004028 CPUtime=5.58 cores=0,2,4,6
/proc/31508/task/31567/stat : 31567 (java) S 31505 31508 3187 0 -1 1077944384 17572 12760 0 0 549 2 5 2 20 0 15 0 6279451 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736330979696 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31568] ppid=31505 vsize=14004028 CPUtime=5.1 cores=0,2,4,6
/proc/31508/task/31568/stat : 31568 (java) S 31505 31508 3187 0 -1 1077944384 11890 12760 0 0 500 3 5 2 20 0 15 0 6279451 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736329926896 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31569] ppid=31505 vsize=14004028 CPUtime=2.23 cores=0,2,4,6
/proc/31508/task/31569/stat : 31569 (java) S 31505 31508 3187 0 -1 1077944384 13811 12760 0 0 213 3 5 2 20 0 15 0 6279451 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736328874096 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31570] ppid=31505 vsize=14004028 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31570/stat : 31570 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736327821536 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31571] ppid=31505 vsize=14004028 CPUtime=0.2 cores=0,2,4,6
/proc/31508/task/31571/stat : 31571 (java) S 31505 31508 3187 0 -1 1077944384 305 12760 0 0 6 7 5 2 20 0 15 0 6279456 14340124672 519140 18446744073709551615 4194304 4196468 140737289842368 139736326769840 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
Current children cumulated CPU time (s) 237.11
Current children cumulated vsize (KiB) 14004028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.53 1.49 1.62 3/214 31732
/proc/meminfo: memFree=28409132/32770624 swapFree=0/240128
[pid=31508] ppid=31505 vsize=14004028 CPUtime=255.06 cores=0,2,4,6
/proc/31508/stat : 31508 (java) S 31505 31508 3187 0 -1 1077944320 125292 12760 0 0 25413 86 5 2 20 0 15 0 6279425 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 140737289824912 139736856968951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
/proc/31508/statm: 3501007 517987 3474 1 0 3489629 0
[pid=31508/tid=31558] ppid=31505 vsize=14004028 CPUtime=238.21 cores=0,2,4,6
/proc/31508/task/31558/stat : 31558 (java) R 31505 31508 3187 0 -1 4202560 61541 12760 0 0 23776 38 5 2 20 0 15 0 6279445 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736861203120 139736510938337 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31559] ppid=31505 vsize=14004028 CPUtime=0.92 cores=0,2,4,6
/proc/31508/task/31559/stat : 31559 (java) S 31505 31508 3187 0 -1 1077944384 2780 12760 0 0 77 8 5 2 20 0 15 0 6279446 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736456882832 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31560] ppid=31505 vsize=14004028 CPUtime=0.91 cores=0,2,4,6
/proc/31508/task/31560/stat : 31560 (java) S 31505 31508 3187 0 -1 1077944384 5174 12760 0 0 76 8 5 2 20 0 15 0 6279446 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736455830032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31561] ppid=31505 vsize=14004028 CPUtime=0.9 cores=0,2,4,6
/proc/31508/task/31561/stat : 31561 (java) S 31505 31508 3187 0 -1 1077944384 3099 12760 0 0 75 8 5 2 20 0 15 0 6279446 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736454777232 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31562] ppid=31505 vsize=14004028 CPUtime=0.91 cores=0,2,4,6
/proc/31508/task/31562/stat : 31562 (java) S 31505 31508 3187 0 -1 1077944384 1755 12760 0 0 78 6 5 2 20 0 15 0 6279446 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736453724432 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31563] ppid=31505 vsize=14004028 CPUtime=0.61 cores=0,2,4,6
/proc/31508/task/31563/stat : 31563 (java) S 31505 31508 3187 0 -1 1077944384 5075 12760 0 0 51 3 5 2 20 0 15 0 6279447 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736335190896 139736856980098 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31564] ppid=31505 vsize=14004028 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31564/stat : 31564 (java) S 31505 31508 3187 0 -1 1077944384 58 12760 0 0 0 0 5 2 20 0 15 0 6279448 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736334136992 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31565] ppid=31505 vsize=14004028 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31565/stat : 31565 (java) S 31505 31508 3187 0 -1 1077944384 50 12760 0 0 0 0 5 2 20 0 15 0 6279448 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736333084032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31566] ppid=31505 vsize=14004028 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31566/stat : 31566 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736332032336 139736856987547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31567] ppid=31505 vsize=14004028 CPUtime=5.58 cores=0,2,4,6
/proc/31508/task/31567/stat : 31567 (java) S 31505 31508 3187 0 -1 1077944384 17575 12760 0 0 549 2 5 2 20 0 15 0 6279451 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736330979696 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31568] ppid=31505 vsize=14004028 CPUtime=5.1 cores=0,2,4,6
/proc/31508/task/31568/stat : 31568 (java) S 31505 31508 3187 0 -1 1077944384 11892 12760 0 0 500 3 5 2 20 0 15 0 6279451 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736329926896 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31569] ppid=31505 vsize=14004028 CPUtime=2.23 cores=0,2,4,6
/proc/31508/task/31569/stat : 31569 (java) S 31505 31508 3187 0 -1 1077944384 13813 12760 0 0 213 3 5 2 20 0 15 0 6279451 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736328874096 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31570] ppid=31505 vsize=14004028 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31570/stat : 31570 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 15 0 6279451 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736327821536 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31571] ppid=31505 vsize=14004028 CPUtime=0.21 cores=0,2,4,6
/proc/31508/task/31571/stat : 31571 (java) S 31505 31508 3187 0 -1 1077944384 324 12760 0 0 6 8 5 2 20 0 15 0 6279456 14340124672 517987 18446744073709551615 4194304 4196468 140737289842368 139736326769840 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
Current children cumulated CPU time (s) 255.06
Current children cumulated vsize (KiB) 14004028

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

[startup+240.401 s]
/proc/loadavg: 1.53 1.49 1.62 3/214 31732
/proc/meminfo: memFree=28409132/32770624 swapFree=0/240128
[pid=31508] ppid=31505 vsize=14137156 CPUtime=256.38 cores=0,2,4,6
/proc/31508/stat : 31508 (java) S 31505 31508 3187 0 -1 1077944320 137960 12760 0 0 25544 87 5 2 20 0 17 0 6279425 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 140737289824912 139736856968951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
/proc/31508/statm: 3534289 519562 3475 1 0 3522911 0
[pid=31508/tid=31558] ppid=31505 vsize=14137156 CPUtime=238.23 cores=0,2,4,6
/proc/31508/task/31558/stat : 31558 (java) S 31505 31508 3187 0 -1 1077944384 62253 12760 0 0 23778 38 5 2 20 0 17 0 6279445 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736861206496 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31559] ppid=31505 vsize=14137156 CPUtime=1.23 cores=0,2,4,6
/proc/31508/task/31559/stat : 31559 (java) R 31505 31508 3187 0 -1 4202560 2855 12760 0 0 108 8 5 2 20 0 17 0 6279446 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736456883032 139736841457887 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31560] ppid=31505 vsize=14137156 CPUtime=1.22 cores=0,2,4,6
/proc/31508/task/31560/stat : 31560 (java) R 31505 31508 3187 0 -1 4202560 5222 12760 0 0 107 8 5 2 20 0 17 0 6279446 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736455830032 139736841666613 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31561] ppid=31505 vsize=14137156 CPUtime=1.21 cores=0,2,4,6
/proc/31508/task/31561/stat : 31561 (java) R 31505 31508 3187 0 -1 4202560 3160 12760 0 0 106 8 5 2 20 0 17 0 6279446 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736454777120 139736841423568 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31562] ppid=31505 vsize=14137156 CPUtime=1.21 cores=0,2,4,6
/proc/31508/task/31562/stat : 31562 (java) R 31505 31508 3187 0 -1 4202560 1890 12760 0 0 108 6 5 2 20 0 17 0 6279446 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736453724432 139736838565962 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31563] ppid=31505 vsize=14137156 CPUtime=0.68 cores=0,2,4,6
/proc/31508/task/31563/stat : 31563 (java) S 31505 31508 3187 0 -1 1077944384 16044 12760 0 0 57 4 5 2 20 0 17 0 6279447 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736335189296 139736856979157 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31564] ppid=31505 vsize=14137156 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31564/stat : 31564 (java) S 31505 31508 3187 0 -1 1077944384 60 12760 0 0 0 0 5 2 20 0 17 0 6279448 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736334136896 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31565] ppid=31505 vsize=14137156 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31565/stat : 31565 (java) S 31505 31508 3187 0 -1 1077944384 50 12760 0 0 0 0 5 2 20 0 17 0 6279448 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736333084032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31566] ppid=31505 vsize=14137156 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31566/stat : 31566 (java) S 31505 31508 3187 0 -1 1077944384 211 12760 0 0 0 0 5 2 20 0 17 0 6279451 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736332032336 139736856987547 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31567] ppid=31505 vsize=14137156 CPUtime=5.59 cores=0,2,4,6
/proc/31508/task/31567/stat : 31567 (java) S 31505 31508 3187 0 -1 1077944384 17684 12760 0 0 550 2 5 2 20 0 17 0 6279451 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736330970160 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31568] ppid=31505 vsize=14137156 CPUtime=5.1 cores=0,2,4,6
/proc/31508/task/31568/stat : 31568 (java) S 31505 31508 3187 0 -1 1077944384 11892 12760 0 0 500 3 5 2 20 0 17 0 6279451 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736329926896 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31569] ppid=31505 vsize=14137156 CPUtime=2.23 cores=0,2,4,6
/proc/31508/task/31569/stat : 31569 (java) S 31505 31508 3187 0 -1 1077944384 13813 12760 0 0 213 3 5 2 20 0 17 0 6279451 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736328874096 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31570] ppid=31505 vsize=14137156 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31570/stat : 31570 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 17 0 6279451 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736327821536 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31571] ppid=31505 vsize=14137156 CPUtime=0.21 cores=0,2,4,6
/proc/31508/task/31571/stat : 31571 (java) S 31505 31508 3187 0 -1 1077944384 324 12760 0 0 6 8 5 2 20 0 17 0 6279456 14476447744 519562 18446744073709551615 4194304 4196468 140737289842368 139736326769840 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
Current children cumulated CPU time (s) 256.38
Current children cumulated vsize (KiB) 14137156

[startup+240.501 s]
/proc/loadavg: 1.53 1.49 1.62 3/214 31732
/proc/meminfo: memFree=28409132/32770624 swapFree=0/240128
[pid=31508] ppid=31505 vsize=14137156 CPUtime=256.64 cores=0,2,4,6
/proc/31508/stat : 31508 (java) S 31505 31508 3187 0 -1 1077944320 138357 12760 0 0 25570 87 5 2 20 0 17 0 6279425 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 140737289824912 139736856968951 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
/proc/31508/statm: 3534289 519578 3476 1 0 3522911 0
[pid=31508/tid=31558] ppid=31505 vsize=14137156 CPUtime=238.23 cores=0,2,4,6
/proc/31508/task/31558/stat : 31558 (java) S 31505 31508 3187 0 -1 1077944384 62372 12760 0 0 23778 38 5 2 20 0 17 0 6279445 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736861211824 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31559] ppid=31505 vsize=14137156 CPUtime=1.29 cores=0,2,4,6
/proc/31508/task/31559/stat : 31559 (java) S 31505 31508 3187 0 -1 1077944384 2855 12760 0 0 114 8 5 2 20 0 17 0 6279446 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736456882832 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31560] ppid=31505 vsize=14137156 CPUtime=1.27 cores=0,2,4,6
/proc/31508/task/31560/stat : 31560 (java) S 31505 31508 3187 0 -1 1077944384 5222 12760 0 0 112 8 5 2 20 0 17 0 6279446 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736455830032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31561] ppid=31505 vsize=14137156 CPUtime=1.26 cores=0,2,4,6
/proc/31508/task/31561/stat : 31561 (java) S 31505 31508 3187 0 -1 1077944384 3161 12760 0 0 111 8 5 2 20 0 17 0 6279446 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736454777232 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31562] ppid=31505 vsize=14137156 CPUtime=1.27 cores=0,2,4,6
/proc/31508/task/31562/stat : 31562 (java) S 31505 31508 3187 0 -1 1077944384 1890 12760 0 0 114 6 5 2 20 0 17 0 6279446 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736453724432 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31563] ppid=31505 vsize=14137156 CPUtime=0.71 cores=0,2,4,6
/proc/31508/task/31563/stat : 31563 (java) S 31505 31508 3187 0 -1 1077944384 16044 12760 0 0 60 4 5 2 20 0 17 0 6279447 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736335190896 139736856980098 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31564] ppid=31505 vsize=14137156 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31564/stat : 31564 (java) S 31505 31508 3187 0 -1 1077944384 61 12760 0 0 0 0 5 2 20 0 17 0 6279448 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736334136992 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31565] ppid=31505 vsize=14137156 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31565/stat : 31565 (java) S 31505 31508 3187 0 -1 1077944384 52 12760 0 0 0 0 5 2 20 0 17 0 6279448 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736333084032 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31566] ppid=31505 vsize=14137156 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31566/stat : 31566 (java) S 31505 31508 3187 0 -1 1077944384 211 12760 0 0 0 0 5 2 20 0 17 0 6279451 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736332032336 139736856987547 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31567] ppid=31505 vsize=14137156 CPUtime=5.59 cores=0,2,4,6
/proc/31508/task/31567/stat : 31567 (java) S 31505 31508 3187 0 -1 1077944384 17809 12760 0 0 550 2 5 2 20 0 17 0 6279451 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736330979696 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31568] ppid=31505 vsize=14137156 CPUtime=5.1 cores=0,2,4,6
/proc/31508/task/31568/stat : 31568 (java) S 31505 31508 3187 0 -1 1077944384 11892 12760 0 0 500 3 5 2 20 0 17 0 6279451 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736329926896 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31569] ppid=31505 vsize=14137156 CPUtime=2.24 cores=0,2,4,6
/proc/31508/task/31569/stat : 31569 (java) S 31505 31508 3187 0 -1 1077944384 13961 12760 0 0 214 3 5 2 20 0 17 0 6279451 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736328874096 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31570] ppid=31505 vsize=14137156 CPUtime=0.07 cores=0,2,4,6
/proc/31508/task/31570/stat : 31570 (java) S 31505 31508 3187 0 -1 1077944384 3 12760 0 0 0 0 5 2 20 0 17 0 6279451 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736327821536 139736856979157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
[pid=31508/tid=31571] ppid=31505 vsize=14137156 CPUtime=0.21 cores=0,2,4,6
/proc/31508/task/31571/stat : 31571 (java) S 31505 31508 3187 0 -1 1077944384 324 12760 0 0 6 8 5 2 20 0 17 0 6279456 14476447744 519578 18446744073709551615 4194304 4196468 140737289842368 139736326769840 139736856980098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7675904 140737289844686 140737289847471 140737289847471 140737289850831 0
Current children cumulated CPU time (s) 256.64
Current children cumulated vsize (KiB) 14137156

Child status: 143
Real time (s): 240.522
CPU time (s): 256.69
CPU user time (s): 255.762
CPU system time (s): 0.928165
CPU usage (%): 106.722
Max. virtual memory (cumulated for all children) (KiB): 14137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.762
system time used= 0.928165
maximum resident set size= 2189448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151148
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= 23609
involuntary context switches= 664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07668 second user time and 1.55487 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 05:00:47
IDJOB=4259740
IDBENCH=115776
IDSOLVER=2646
FILE ID=node135/4259740-1501643688
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-15-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259740-1501643688/watcher-4259740-1501643688 -o /tmp/evaluation-result-4259740-1501643688/solver-4259740-1501643688 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300  bin/concrete HOME/instance-4259740-1501643688.xml

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

MD5SUM BENCH= aac981b64b3d0bc7b0997201d0c57f9b
RANDOM SEED=674503564

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:        29440284 kB
MemAvailable:   29697760 kB
Buffers:          117248 kB
Cached:           417128 kB
SwapCached:            0 kB
Active:          2662844 kB
Inactive:         248276 kB
Active(anon):    2376684 kB
Inactive(anon):     8592 kB
Active(file):     286160 kB
Inactive(file):   239684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23736 kB
Writeback:             0 kB
AnonPages:       2372244 kB
Mapped:            42188 kB
Shmem:              8960 kB
Slab:             121264 kB
SReclaimable:      94936 kB
SUnreclaim:        26328 kB
KernelStack:        3552 kB
PageTables:         9844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3262432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2150400 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:04:48