Trace number 4259746

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.082 240.57201

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-8.xml
MD5SUM713d39b17b6d51a27147ff336666abea
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1669
Best CPU time to get the best result obtained on this benchmark251.899
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1729
Maximum domain size1729
Distribution of domain sizes[{"size":1729,"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.25/2.28	c Concrete v3.4 running
257.84/240.46	java.util.concurrent.TimeoutException
257.84/240.46		at concrete.MAC.mac(MAC.scala:74)
257.84/240.46		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
257.84/240.46		at scala.util.Try$.apply(Try.scala:209)
257.84/240.46		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
257.84/240.46		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
257.84/240.46		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
257.84/240.46		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
257.84/240.46		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
257.84/240.46		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
257.84/240.46		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
257.84/240.46		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
257.84/240.46		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
257.84/240.46		at concrete.MAC.oneRun(MAC.scala:146)
257.84/240.46		at concrete.MAC.nextSolution(MAC.scala:166)
257.84/240.46		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
257.84/240.46		at concrete.ProblemState.map(ProblemState.scala:203)
257.84/240.46		at concrete.ProblemState.map(ProblemState.scala:188)
257.84/240.46		at concrete.MAC.nextSolution(MAC.scala:195)
257.84/240.46		at concrete.Solver.hasNext(Solver.scala:202)
257.84/240.46		at scala.collection.Iterator.toStream(Iterator.scala:1403)
257.84/240.46		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
257.84/240.46		at concrete.Solver.toStream(Solver.scala:73)
257.84/240.46		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
257.84/240.46		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
257.84/240.46		at concrete.Solver.toIterable(Solver.scala:73)
257.84/240.46		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
257.84/240.46		at scala.util.Success.$anonfun$map$1(Try.scala:251)
257.84/240.46		at scala.util.Success.map(Try.scala:209)
257.84/240.46		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
257.84/240.46		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
257.84/240.46		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
257.84/240.46		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
257.84/240.46		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
257.84/240.46		at scala.Function0.apply$mcV$sp(Function0.scala:34)
257.84/240.46		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
257.84/240.46		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
257.84/240.46		at scala.App.$anonfun$main$1$adapted(App.scala:76)
257.84/240.46		at scala.collection.immutable.List.foreach(List.scala:389)
257.84/240.46		at scala.App.main(App.scala:76)
257.84/240.46		at scala.App.main$(App.scala:74)
257.84/240.46		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
257.84/240.46		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
257.84/240.47	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-4259746-1501643532/watcher-4259746-1501643532 -o /tmp/evaluation-result-4259746-1501643532/solver-4259746-1501643532 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300 bin/concrete HOME/instance-4259746-1501643532.xml 

pid=29440
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.79 1.87 1.77 4/179 29446
/proc/meminfo: memFree=31104804/32770624 swapFree=0/932784
[pid=29446] ppid=29440 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/29446/stat : 29446 (runsolver) D 29440 29446 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 12977949 24240128 108 18446744073709551615 4194304 4338465 140721191378800 140721191376440 139818991219415 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 17010688 140721191387344 140721191387718 140721191387718 140721191391178 0
/proc/29446/statm: 5918 108 54 36 0 2156 0

[startup+0.100128 s]
/proc/loadavg: 1.79 1.87 1.77 4/179 29446
/proc/meminfo: memFree=31104804/32770624 swapFree=0/932784
[pid=29446] ppid=29440 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/29446/stat : 29446 (bash) S 29440 29446 5678 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 12977949 9736192 352 18446744073709551615 4194304 5098028 140727852414224 140727852411864 139888232455168 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 7823360 140727852417553 140727852417638 140727852417638 140727852421098 0
/proc/29446/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200275 s]
/proc/loadavg: 1.79 1.87 1.77 4/179 29446
/proc/meminfo: memFree=31104804/32770624 swapFree=0/932784
[pid=29446] ppid=29440 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/29446/stat : 29446 (bash) S 29440 29446 5678 0 -1 4202496 896 6482 0 0 0 0 0 1 20 0 1 0 12977949 9867264 377 18446744073709551615 4194304 5098028 140727852414224 140727852408232 139888232455168 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 7823360 140727852417553 140727852417638 140727852417638 140727852421098 0
/proc/29446/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300392 s]
/proc/loadavg: 1.79 1.87 1.77 4/179 29446
/proc/meminfo: memFree=31104804/32770624 swapFree=0/932784
[pid=29446] ppid=29440 vsize=13441360 CPUtime=0.1 cores=0,2,4,6
/proc/29446/stat : 29446 (java) S 29440 29446 5678 0 -1 1077944320 4630 12503 0 0 1 1 5 3 20 0 7 0 12977949 13763952640 3917 18446744073709551615 4194304 4196468 140721702955856 140721702938400 139929171627767 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
/proc/29446/statm: 3360340 3917 1993 1 0 3349845 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13441360

[startup+0.700307 s]
/proc/loadavg: 1.79 1.87 1.77 4/179 29446
/proc/meminfo: memFree=31104804/32770624 swapFree=0/932784
[pid=29446] ppid=29440 vsize=13974784 CPUtime=0.55 cores=0,2,4,6
/proc/29446/stat : 29446 (java) S 29440 29446 5678 0 -1 1077944320 13234 12503 0 0 44 3 5 3 20 0 15 0 12977949 14310178816 13547 18446744073709551615 4194304 4196468 140721702955856 140721702938400 139929171627767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
/proc/29446/statm: 3493696 13547 3061 1 0 3482973 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13974784

[startup+1.50061 s]
/proc/loadavg: 1.79 1.87 1.77 4/209 29572
/proc/meminfo: memFree=30926920/32770624 swapFree=0/936164
[pid=29446] ppid=29440 vsize=13985408 CPUtime=1.76 cores=0,2,4,6
/proc/29446/stat : 29446 (java) S 29440 29446 5678 0 -1 1077944320 27901 12503 0 0 160 8 5 3 20 0 15 0 12977949 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 140721702938400 139929171627767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
/proc/29446/statm: 3496352 33294 3325 1 0 3485533 0
[pid=29446/tid=29553] ppid=29440 vsize=13985408 CPUtime=1.23 cores=0,2,4,6
/proc/29446/task/29553/stat : 29553 (java) R 29440 29446 5678 0 -1 4202560 22541 12503 0 0 109 6 5 3 20 0 15 0 12977976 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139929175862080 139929171649693 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29559] ppid=29440 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29559/stat : 29559 (java) S 29440 29446 5678 0 -1 1077944384 1 12503 0 0 0 0 5 3 20 0 15 0 12977977 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139929106061712 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29560] ppid=29440 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29560/stat : 29560 (java) S 29440 29446 5678 0 -1 1077944384 2 12503 0 0 0 0 5 3 20 0 15 0 12977977 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139929105008912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29561] ppid=29440 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29561/stat : 29561 (java) S 29440 29446 5678 0 -1 1077944384 1 12503 0 0 0 0 5 3 20 0 15 0 12977977 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139929103956624 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29562] ppid=29440 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29562/stat : 29562 (java) S 29440 29446 5678 0 -1 1077944384 2 12503 0 0 0 0 5 3 20 0 15 0 12977977 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139929102903824 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29563] ppid=29440 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29563/stat : 29563 (java) S 29440 29446 5678 0 -1 1077944384 5 12503 0 0 0 0 5 3 20 0 15 0 12977978 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139928649824880 139929171638914 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29564] ppid=29440 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29564/stat : 29564 (java) S 29440 29446 5678 0 -1 1077944384 33 12503 0 0 0 0 5 3 20 0 15 0 12977979 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139928648770848 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29565] ppid=29440 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29565/stat : 29565 (java) S 29440 29446 5678 0 -1 1077944384 21 12503 0 0 0 0 5 3 20 0 15 0 12977979 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139928647718512 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29567] ppid=29440 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29567/stat : 29567 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139928646666832 139929171646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29568] ppid=29440 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/29446/task/29568/stat : 29568 (java) S 29440 29446 5678 0 -1 1077944384 1024 12503 0 0 12 0 5 3 20 0 15 0 12977982 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139928645613680 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29569] ppid=29440 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/29446/task/29569/stat : 29569 (java) S 29440 29446 5678 0 -1 1077944384 823 12503 0 0 16 0 5 3 20 0 15 0 12977982 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139928644560880 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29570] ppid=29440 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/29446/task/29570/stat : 29570 (java) S 29440 29446 5678 0 -1 1077944384 1277 12503 0 0 21 0 5 3 20 0 15 0 12977982 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139928643508592 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29571] ppid=29440 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29571/stat : 29571 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139928642456032 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29572] ppid=29440 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29572/stat : 29572 (java) S 29440 29446 5678 0 -1 1077944384 10 12503 0 0 0 0 5 3 20 0 15 0 12977987 14321057792 33294 18446744073709551615 4194304 4196468 140721702955856 139928641403824 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 13985408

[startup+3.10058 s]
/proc/loadavg: 1.80 1.87 1.77 10/209 29572
/proc/meminfo: memFree=30762752/32770624 swapFree=0/935256
[pid=29446] ppid=29440 vsize=13997884 CPUtime=5.56 cores=0,2,4,6
/proc/29446/stat : 29446 (java) S 29440 29446 5678 0 -1 1077944320 42618 12503 0 0 530 18 5 3 20 0 15 0 12977949 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 140721702938400 139929171627767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
/proc/29446/statm: 3499471 53045 3441 1 0 3488093 0
[pid=29446/tid=29553] ppid=29440 vsize=13997884 CPUtime=2.8 cores=0,2,4,6
/proc/29446/task/29553/stat : 29553 (java) R 29440 29446 5678 0 -1 4202560 29030 12503 0 0 260 12 5 3 20 0 15 0 12977976 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139929175858472 139929153191323 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29559] ppid=29440 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29559/stat : 29559 (java) S 29440 29446 5678 0 -1 1077944384 67 12503 0 0 0 0 5 3 20 0 15 0 12977977 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139929106061712 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29560] ppid=29440 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/29446/task/29560/stat : 29560 (java) S 29440 29446 5678 0 -1 1077944384 45 12503 0 0 1 0 5 3 20 0 15 0 12977977 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139929105008912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29561] ppid=29440 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/29446/task/29561/stat : 29561 (java) S 29440 29446 5678 0 -1 1077944384 35 12503 0 0 1 0 5 3 20 0 15 0 12977977 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139929103956624 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29562] ppid=29440 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/29446/task/29562/stat : 29562 (java) S 29440 29446 5678 0 -1 1077944384 211 12503 0 0 1 0 5 3 20 0 15 0 12977977 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139929102903824 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29563] ppid=29440 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/29446/task/29563/stat : 29563 (java) S 29440 29446 5678 0 -1 1077944384 1538 12503 0 0 1 0 5 3 20 0 15 0 12977978 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139928649824880 139929171638914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29564] ppid=29440 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29564/stat : 29564 (java) S 29440 29446 5678 0 -1 1077944384 54 12503 0 0 0 0 5 3 20 0 15 0 12977979 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139928648770848 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29565] ppid=29440 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29565/stat : 29565 (java) S 29440 29446 5678 0 -1 1077944384 45 12503 0 0 0 0 5 3 20 0 15 0 12977979 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139928647718528 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29567] ppid=29440 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29567/stat : 29567 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139928646666832 139929171646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29568] ppid=29440 vsize=13997884 CPUtime=0.81 cores=0,2,4,6
/proc/29446/task/29568/stat : 29568 (java) R 29440 29446 5678 0 -1 4202560 2406 12503 0 0 72 1 5 3 20 0 15 0 12977982 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139928645613680 139929157642947 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29569] ppid=29440 vsize=13997884 CPUtime=0.9 cores=0,2,4,6
/proc/29446/task/29569/stat : 29569 (java) S 29440 29446 5678 0 -1 1077944384 2502 12503 0 0 82 0 5 3 20 0 15 0 12977982 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139928644560880 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29570] ppid=29440 vsize=13997884 CPUtime=1.17 cores=0,2,4,6
/proc/29446/task/29570/stat : 29570 (java) R 29440 29446 5678 0 -1 4202560 4511 12503 0 0 108 1 5 3 20 0 15 0 12977982 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139928643503240 139929150612479 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29571] ppid=29440 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29571/stat : 29571 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139928642456032 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29572] ppid=29440 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29572/stat : 29572 (java) S 29440 29446 5678 0 -1 1077944384 13 12503 0 0 0 0 5 3 20 0 15 0 12977987 14333833216 53045 18446744073709551615 4194304 4196468 140721702955856 139928641403824 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 13997884

[startup+6.30136 s]
/proc/loadavg: 1.80 1.87 1.77 8/209 29572
/proc/meminfo: memFree=30400704/32770624 swapFree=0/935236
[pid=29446] ppid=29440 vsize=13999932 CPUtime=14.9 cores=0,2,4,6
/proc/29446/stat : 29446 (java) S 29440 29446 5678 0 -1 1077944320 69306 12503 0 0 1448 34 5 3 20 0 15 0 12977949 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 140721702938400 139929171627767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
/proc/29446/statm: 3499983 107301 3454 1 0 3488605 0
[pid=29446/tid=29553] ppid=29440 vsize=13999932 CPUtime=5.76 cores=0,2,4,6
/proc/29446/task/29553/stat : 29553 (java) R 29440 29446 5678 0 -1 4202560 33839 12503 0 0 553 15 5 3 20 0 15 0 12977976 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139929175859112 139928788443566 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29559] ppid=29440 vsize=13999932 CPUtime=0.27 cores=0,2,4,6
/proc/29446/task/29559/stat : 29559 (java) S 29440 29446 5678 0 -1 1077944384 942 12503 0 0 16 3 5 3 20 0 15 0 12977977 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139929106061712 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29560] ppid=29440 vsize=13999932 CPUtime=0.25 cores=0,2,4,6
/proc/29446/task/29560/stat : 29560 (java) S 29440 29446 5678 0 -1 1077944384 689 12503 0 0 15 2 5 3 20 0 15 0 12977977 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139929105008912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29561] ppid=29440 vsize=13999932 CPUtime=0.24 cores=0,2,4,6
/proc/29446/task/29561/stat : 29561 (java) S 29440 29446 5678 0 -1 1077944384 378 12503 0 0 14 2 5 3 20 0 15 0 12977977 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139929103956624 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29562] ppid=29440 vsize=13999932 CPUtime=0.25 cores=0,2,4,6
/proc/29446/task/29562/stat : 29562 (java) S 29440 29446 5678 0 -1 1077944384 589 12503 0 0 15 2 5 3 20 0 15 0 12977977 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139929102903824 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29563] ppid=29440 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/29446/task/29563/stat : 29563 (java) S 29440 29446 5678 0 -1 1077944384 7160 12503 0 0 5 0 5 3 20 0 15 0 12977978 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139928649824880 139929171638914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29564] ppid=29440 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29564/stat : 29564 (java) S 29440 29446 5678 0 -1 1077944384 57 12503 0 0 0 0 5 3 20 0 15 0 12977979 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139928648770912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29565] ppid=29440 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29565/stat : 29565 (java) S 29440 29446 5678 0 -1 1077944384 47 12503 0 0 0 0 5 3 20 0 15 0 12977979 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139928647718528 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29567] ppid=29440 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29567/stat : 29567 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139928646666832 139929171646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29568] ppid=29440 vsize=13999932 CPUtime=3.34 cores=0,2,4,6
/proc/29446/task/29568/stat : 29568 (java) S 29440 29446 5678 0 -1 1077944384 7396 12503 0 0 324 2 5 3 20 0 15 0 12977982 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139928645613680 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29569] ppid=29440 vsize=13999932 CPUtime=3.38 cores=0,2,4,6
/proc/29446/task/29569/stat : 29569 (java) R 29440 29446 5678 0 -1 4202560 8326 12503 0 0 329 1 5 3 20 0 15 0 12977982 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139928644560880 139929155154208 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29570] ppid=29440 vsize=13999932 CPUtime=1.8 cores=0,2,4,6
/proc/29446/task/29570/stat : 29570 (java) S 29440 29446 5678 0 -1 1077944384 7527 12503 0 0 170 2 5 3 20 0 15 0 12977982 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139928643508592 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29571] ppid=29440 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29571/stat : 29571 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139928642456032 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29572] ppid=29440 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29572/stat : 29572 (java) S 29440 29446 5678 0 -1 1077944384 195 12503 0 0 0 0 5 3 20 0 15 0 12977987 14335930368 107301 18446744073709551615 4194304 4196468 140721702955856 139928641403824 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
Current children cumulated CPU time (s) 14.9
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.21 1.96 1.80 5/209 29572
/proc/meminfo: memFree=29449576/32770624 swapFree=0/935244
[pid=29446] ppid=29440 vsize=14069564 CPUtime=26.66 cores=0,2,4,6
/proc/29446/stat : 29446 (java) S 29440 29446 5678 0 -1 1077944320 95058 12503 0 0 2604 54 5 3 20 0 15 0 12977949 14407233536 243604 18446744073709551615 4194304 4196468 140721702955856 140721702938400 139929171627767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
/proc/29446/statm: 3517391 243604 3469 1 0 3506013 0
[pid=29446/tid=29553] ppid=29440 vsize=14069564 CPUtime=12.07 cores=0,2,4,6
/proc/29446/task/29553/stat : 29553 (java) R 29440 29446 5678 0 -1 4202560 49503 12503 0 0 1174 25 5 3 20 0 15 0 12977976 14407233536 243604 18446744073709551615 4194304 4196468 140721702955856 139929175863352 139928796687303 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29559] ppid=29440 vsize=14069564 CPUtime=0.34 cores=0,2,4,6
/proc/29446/task/29559/stat : 29559 (java) S 29440 29446 5678 0 -1 1077944384 1009 12503 0 0 21 5 5 3 20 0 15 0 12977977 14407233536 243604 18446744073709551615 4194304 4196468 140721702955856 139929106061712 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29560] ppid=29440 vsize=14069564 CPUtime=0.32 cores=0,2,4,6
/proc/29446/task/29560/stat : 29560 (java) S 29440 29446 5678 0 -1 1077944384 760 12503 0 0 20 4 5 3 20 0 15 0 12977977 14407233536 243604 18446744073709551615 4194304 4196468 140721702955856 139929105008912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29561] ppid=29440 vsize=14069564 CPUtime=0.32 cores=0,2,4,6
/proc/29446/task/29561/stat : 29561 (java) S 29440 29446 5678 0 -1 1077944384 450 12503 0 0 20 4 5 3 20 0 15 0 12977977 14407233536 243604 18446744073709551615 4194304 4196468 140721702955856 139929103956624 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29562] ppid=29440 vsize=14069564 CPUtime=0.32 cores=0,2,4,6
/proc/29446/task/29562/stat : 29562 (java) S 29440 29446 5678 0 -1 1077944384 665 12503 0 0 20 4 5 3 20 0 15 0 12977977 14407233536 243604 18446744073709551615 4194304 4196468 140721702955856 139929102903824 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29563] ppid=29440 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/29446/task/29563/stat : 29563 (java) S 29440 29446 5678 0 -1 1077944384 7466 12503 0 0 6 0 5 3 20 0 15 0 12977978 14407233536 243604 18446744073709551615 4194304 4196468 140721702955856 139928649824880 139929171638914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29564] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29564/stat : 29564 (java) S 29440 29446 5678 0 -1 1077944384 57 12503 0 0 0 0 5 3 20 0 15 0 12977979 14407233536 243604 18446744073709551615 4194304 4196468 140721702955856 139928648770912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29565] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29565/stat : 29565 (java) S 29440 29446 5678 0 -1 1077944384 48 12503 0 0 0 0 5 3 20 0 15 0 12977979 14407233536 243604 18446744073709551615 4194304 4196468 140721702955856 139928647718528 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29567] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29567/stat : 29567 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14407233536 243604 18446744073709551615 4194304 4196468 140721702955856 139928646666832 139929171646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0

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

/proc/29446/statm: 3517391 482229 3472 1 0 3506013 0
[pid=29446/tid=29553] ppid=29440 vsize=14069564 CPUtime=161.14 cores=0,2,4,6
/proc/29446/task/29553/stat : 29553 (java) R 29440 29446 5678 0 -1 4202560 57598 12503 0 0 16066 40 5 3 20 0 15 0 12977976 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139929175861872 139928795901687 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29559] ppid=29440 vsize=14069564 CPUtime=0.62 cores=0,2,4,6
/proc/29446/task/29559/stat : 29559 (java) S 29440 29446 5678 0 -1 1077944384 3071 12503 0 0 46 8 5 3 20 0 15 0 12977977 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139929106061712 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29560] ppid=29440 vsize=14069564 CPUtime=0.6 cores=0,2,4,6
/proc/29446/task/29560/stat : 29560 (java) S 29440 29446 5678 0 -1 1077944384 2012 12503 0 0 46 6 5 3 20 0 15 0 12977977 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139929105008912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29561] ppid=29440 vsize=14069564 CPUtime=0.6 cores=0,2,4,6
/proc/29446/task/29561/stat : 29561 (java) S 29440 29446 5678 0 -1 1077944384 1282 12503 0 0 46 6 5 3 20 0 15 0 12977977 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139929103956624 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29562] ppid=29440 vsize=14069564 CPUtime=0.6 cores=0,2,4,6
/proc/29446/task/29562/stat : 29562 (java) S 29440 29446 5678 0 -1 1077944384 1998 12503 0 0 46 6 5 3 20 0 15 0 12977977 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139929102903824 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29563] ppid=29440 vsize=14069564 CPUtime=0.33 cores=0,2,4,6
/proc/29446/task/29563/stat : 29563 (java) S 29440 29446 5678 0 -1 1077944384 8811 12503 0 0 23 2 5 3 20 0 15 0 12977978 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139928649824880 139929171638914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29564] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29564/stat : 29564 (java) S 29440 29446 5678 0 -1 1077944384 57 12503 0 0 0 0 5 3 20 0 15 0 12977979 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139928648770912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29565] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29565/stat : 29565 (java) S 29440 29446 5678 0 -1 1077944384 48 12503 0 0 0 0 5 3 20 0 15 0 12977979 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139928647718528 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29567] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29567/stat : 29567 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139928646666832 139929171646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29568] ppid=29440 vsize=14069564 CPUtime=6.26 cores=0,2,4,6
/proc/29446/task/29568/stat : 29568 (java) S 29440 29446 5678 0 -1 1077944384 16498 12503 0 0 614 4 5 3 20 0 15 0 12977982 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139928645613680 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29569] ppid=29440 vsize=14069564 CPUtime=5.66 cores=0,2,4,6
/proc/29446/task/29569/stat : 29569 (java) S 29440 29446 5678 0 -1 1077944384 12717 12503 0 0 556 2 5 3 20 0 15 0 12977982 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139928644560880 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29570] ppid=29440 vsize=14069564 CPUtime=2.4 cores=0,2,4,6
/proc/29446/task/29570/stat : 29570 (java) S 29440 29446 5678 0 -1 1077944384 12522 12503 0 0 229 3 5 3 20 0 15 0 12977982 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139928643508592 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29571] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29571/stat : 29571 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139928642456032 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29572] ppid=29440 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/29446/task/29572/stat : 29572 (java) S 29440 29446 5678 0 -1 1077944384 281 12503 0 0 5 4 5 3 20 0 15 0 12977987 14407233536 482229 18446744073709551615 4194304 4196468 140721702955856 139928641403824 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
Current children cumulated CPU time (s) 177.75
Current children cumulated vsize (KiB) 14069564

[startup+222.306 s]
/proc/loadavg: 1.41 1.68 1.72 5/214 29623
/proc/meminfo: memFree=27308352/32770624 swapFree=0/935396
[pid=29446] ppid=29440 vsize=14069564 CPUtime=238.57 cores=0,2,4,6
/proc/29446/stat : 29446 (java) S 29440 29446 5678 0 -1 1077944320 124176 12503 0 0 23762 87 5 3 20 0 15 0 12977949 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 140721702938400 139929171627767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
/proc/29446/statm: 3517391 480306 3472 1 0 3506013 0
[pid=29446/tid=29553] ppid=29440 vsize=14069564 CPUtime=220.64 cores=0,2,4,6
/proc/29446/task/29553/stat : 29553 (java) R 29440 29446 5678 0 -1 4202560 59006 12503 0 0 22016 40 5 3 20 0 15 0 12977976 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139929175861968 139928785885987 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29559] ppid=29440 vsize=14069564 CPUtime=0.89 cores=0,2,4,6
/proc/29446/task/29559/stat : 29559 (java) S 29440 29446 5678 0 -1 1077944384 4237 12503 0 0 72 9 5 3 20 0 15 0 12977977 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139929106061712 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29560] ppid=29440 vsize=14069564 CPUtime=0.87 cores=0,2,4,6
/proc/29446/task/29560/stat : 29560 (java) S 29440 29446 5678 0 -1 1077944384 3717 12503 0 0 72 7 5 3 20 0 15 0 12977977 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139929105008912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29561] ppid=29440 vsize=14069564 CPUtime=0.87 cores=0,2,4,6
/proc/29446/task/29561/stat : 29561 (java) S 29440 29446 5678 0 -1 1077944384 1417 12503 0 0 72 7 5 3 20 0 15 0 12977977 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139929103956624 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29562] ppid=29440 vsize=14069564 CPUtime=0.88 cores=0,2,4,6
/proc/29446/task/29562/stat : 29562 (java) S 29440 29446 5678 0 -1 1077944384 2244 12503 0 0 73 7 5 3 20 0 15 0 12977977 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139929102903824 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29563] ppid=29440 vsize=14069564 CPUtime=0.53 cores=0,2,4,6
/proc/29446/task/29563/stat : 29563 (java) S 29440 29446 5678 0 -1 1077944384 9233 12503 0 0 42 3 5 3 20 0 15 0 12977978 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139928649824880 139929171638914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29564] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29564/stat : 29564 (java) S 29440 29446 5678 0 -1 1077944384 57 12503 0 0 0 0 5 3 20 0 15 0 12977979 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139928648770912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29565] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29565/stat : 29565 (java) S 29440 29446 5678 0 -1 1077944384 48 12503 0 0 0 0 5 3 20 0 15 0 12977979 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139928647718528 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29567] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29567/stat : 29567 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139928646666832 139929171646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29568] ppid=29440 vsize=14069564 CPUtime=6.26 cores=0,2,4,6
/proc/29446/task/29568/stat : 29568 (java) S 29440 29446 5678 0 -1 1077944384 16503 12503 0 0 614 4 5 3 20 0 15 0 12977982 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139928645613680 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29569] ppid=29440 vsize=14069564 CPUtime=5.66 cores=0,2,4,6
/proc/29446/task/29569/stat : 29569 (java) S 29440 29446 5678 0 -1 1077944384 12722 12503 0 0 556 2 5 3 20 0 15 0 12977982 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139928644560880 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29570] ppid=29440 vsize=14069564 CPUtime=2.4 cores=0,2,4,6
/proc/29446/task/29570/stat : 29570 (java) S 29440 29446 5678 0 -1 1077944384 12526 12503 0 0 229 3 5 3 20 0 15 0 12977982 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139928643508592 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29571] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29571/stat : 29571 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139928642456032 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29572] ppid=29440 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/29446/task/29572/stat : 29572 (java) S 29440 29446 5678 0 -1 1077944384 305 12503 0 0 7 6 5 3 20 0 15 0 12977987 14407233536 480306 18446744073709551615 4194304 4196468 140721702955856 139928641403824 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
Current children cumulated CPU time (s) 238.57
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.56 1.70 1.73 4/214 29623
/proc/meminfo: memFree=27315040/32770624 swapFree=0/935412
[pid=29446] ppid=29440 vsize=14069564 CPUtime=256.53 cores=0,2,4,6
/proc/29446/stat : 29446 (java) S 29440 29446 5678 0 -1 1077944320 125708 12503 0 0 25556 89 5 3 20 0 15 0 12977949 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 140721702938400 139929171627767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
/proc/29446/statm: 3517391 478509 3472 1 0 3506013 0
[pid=29446/tid=29553] ppid=29440 vsize=14069564 CPUtime=238.17 cores=0,2,4,6
/proc/29446/task/29553/stat : 29553 (java) R 29440 29446 5678 0 -1 4202560 59790 12503 0 0 23769 40 5 3 20 0 15 0 12977976 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139929175862080 139928797014553 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29559] ppid=29440 vsize=14069564 CPUtime=0.98 cores=0,2,4,6
/proc/29446/task/29559/stat : 29559 (java) S 29440 29446 5678 0 -1 1077944384 4284 12503 0 0 81 9 5 3 20 0 15 0 12977977 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139929106061712 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29560] ppid=29440 vsize=14069564 CPUtime=0.96 cores=0,2,4,6
/proc/29446/task/29560/stat : 29560 (java) S 29440 29446 5678 0 -1 1077944384 4118 12503 0 0 81 7 5 3 20 0 15 0 12977977 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139929105008912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29561] ppid=29440 vsize=14069564 CPUtime=0.95 cores=0,2,4,6
/proc/29446/task/29561/stat : 29561 (java) S 29440 29446 5678 0 -1 1077944384 1424 12503 0 0 80 7 5 3 20 0 15 0 12977977 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139929103956624 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29562] ppid=29440 vsize=14069564 CPUtime=0.96 cores=0,2,4,6
/proc/29446/task/29562/stat : 29562 (java) S 29440 29446 5678 0 -1 1077944384 2295 12503 0 0 81 7 5 3 20 0 15 0 12977977 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139929102903824 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29563] ppid=29440 vsize=14069564 CPUtime=0.6 cores=0,2,4,6
/proc/29446/task/29563/stat : 29563 (java) S 29440 29446 5678 0 -1 1077944384 9452 12503 0 0 48 4 5 3 20 0 15 0 12977978 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139928649824880 139929171638914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29564] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29564/stat : 29564 (java) S 29440 29446 5678 0 -1 1077944384 57 12503 0 0 0 0 5 3 20 0 15 0 12977979 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139928648770912 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29565] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29565/stat : 29565 (java) S 29440 29446 5678 0 -1 1077944384 48 12503 0 0 0 0 5 3 20 0 15 0 12977979 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139928647718528 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29567] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29567/stat : 29567 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139928646666832 139929171646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29568] ppid=29440 vsize=14069564 CPUtime=6.26 cores=0,2,4,6
/proc/29446/task/29568/stat : 29568 (java) S 29440 29446 5678 0 -1 1077944384 16503 12503 0 0 614 4 5 3 20 0 15 0 12977982 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139928645613680 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29569] ppid=29440 vsize=14069564 CPUtime=5.66 cores=0,2,4,6
/proc/29446/task/29569/stat : 29569 (java) S 29440 29446 5678 0 -1 1077944384 12722 12503 0 0 556 2 5 3 20 0 15 0 12977982 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139928644560880 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29570] ppid=29440 vsize=14069564 CPUtime=2.4 cores=0,2,4,6
/proc/29446/task/29570/stat : 29570 (java) S 29440 29446 5678 0 -1 1077944384 12526 12503 0 0 229 3 5 3 20 0 15 0 12977982 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139928643508592 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29571] ppid=29440 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29571/stat : 29571 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 12977982 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139928642456032 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29572] ppid=29440 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/29446/task/29572/stat : 29572 (java) S 29440 29446 5678 0 -1 1077944384 328 12503 0 0 8 6 5 3 20 0 15 0 12977987 14407233536 478509 18446744073709551615 4194304 4196468 140721702955856 139928641403824 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
Current children cumulated CPU time (s) 256.53
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 29446 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.401 s]
/proc/loadavg: 1.56 1.70 1.73 4/214 29623
/proc/meminfo: memFree=27315040/32770624 swapFree=0/935412
[pid=29446] ppid=29440 vsize=14202692 CPUtime=257.84 cores=0,2,4,6
/proc/29446/stat : 29446 (java) S 29440 29446 5678 0 -1 1077944320 138898 12503 0 0 25685 91 5 3 20 0 17 0 12977949 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 140721702938400 139929171627767 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
/proc/29446/statm: 3550673 480315 3473 1 0 3539295 0
[pid=29446/tid=29553] ppid=29440 vsize=14202692 CPUtime=238.18 cores=0,2,4,6
/proc/29446/task/29553/stat : 29553 (java) S 29440 29446 5678 0 -1 1077944384 60605 12503 0 0 23770 40 5 3 20 0 17 0 12977976 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139929175865312 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29559] ppid=29440 vsize=14202692 CPUtime=1.28 cores=0,2,4,6
/proc/29446/task/29559/stat : 29559 (java) R 29440 29446 5678 0 -1 4202560 4375 12503 0 0 111 9 5 3 20 0 17 0 12977977 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139929106061712 139929164255975 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29560] ppid=29440 vsize=14202692 CPUtime=1.26 cores=0,2,4,6
/proc/29446/task/29560/stat : 29560 (java) R 29440 29446 5678 0 -1 4202560 4174 12503 0 0 111 7 5 3 20 0 17 0 12977977 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139929105008912 139929164255975 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29561] ppid=29440 vsize=14202692 CPUtime=1.26 cores=0,2,4,6
/proc/29446/task/29561/stat : 29561 (java) R 29440 29446 5678 0 -1 4202560 1508 12503 0 0 111 7 5 3 20 0 17 0 12977977 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139929103956624 139929156326464 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29562] ppid=29440 vsize=14202692 CPUtime=1.27 cores=0,2,4,6
/proc/29446/task/29562/stat : 29562 (java) R 29440 29446 5678 0 -1 4202560 2397 12503 0 0 112 7 5 3 20 0 17 0 12977977 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139929102903944 139929164255975 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29563] ppid=29440 vsize=14202692 CPUtime=0.68 cores=0,2,4,6
/proc/29446/task/29563/stat : 29563 (java) S 29440 29446 5678 0 -1 1077944384 20810 12503 0 0 56 4 5 3 20 0 17 0 12977978 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139928649823504 139929171637973 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29564] ppid=29440 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29564/stat : 29564 (java) S 29440 29446 5678 0 -1 1077944384 59 12503 0 0 0 0 5 3 20 0 17 0 12977979 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139928648770448 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29565] ppid=29440 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29565/stat : 29565 (java) S 29440 29446 5678 0 -1 1077944384 48 12503 0 0 0 0 5 3 20 0 17 0 12977979 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139928647718528 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29567] ppid=29440 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29567/stat : 29567 (java) S 29440 29446 5678 0 -1 1077944384 232 12503 0 0 0 0 5 3 20 0 17 0 12977982 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139928646666832 139929171646363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29568] ppid=29440 vsize=14202692 CPUtime=6.26 cores=0,2,4,6
/proc/29446/task/29568/stat : 29568 (java) S 29440 29446 5678 0 -1 1077944384 16503 12503 0 0 614 4 5 3 20 0 17 0 12977982 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139928645613680 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29569] ppid=29440 vsize=14202692 CPUtime=5.66 cores=0,2,4,6
/proc/29446/task/29569/stat : 29569 (java) S 29440 29446 5678 0 -1 1077944384 12802 12503 0 0 556 2 5 3 20 0 17 0 12977982 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139928644550400 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29570] ppid=29440 vsize=14202692 CPUtime=2.4 cores=0,2,4,6
/proc/29446/task/29570/stat : 29570 (java) S 29440 29446 5678 0 -1 1077944384 12526 12503 0 0 229 3 5 3 20 0 17 0 12977982 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139928643508592 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29571] ppid=29440 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/29446/task/29571/stat : 29571 (java) S 29440 29446 5678 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 17 0 12977982 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139928642456032 139929171637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
[pid=29446/tid=29572] ppid=29440 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/29446/task/29572/stat : 29572 (java) S 29440 29446 5678 0 -1 1077944384 328 12503 0 0 8 6 5 3 20 0 17 0 12977987 14543556608 480315 18446744073709551615 4194304 4196468 140721702955856 139928641403824 139929171638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31272960 140721702963149 140721702965934 140721702965934 140721702969295 0
Current children cumulated CPU time (s) 257.84
Current children cumulated vsize (KiB) 14202692

[startup+240.501 s]
/proc/loadavg: 1.56 1.70 1.73 4/214 29623
/proc/meminfo: memFree=27315040/32770624 swapFree=0/935412
[pid=29446] ppid=29440 vsize=0 CPUtime=258.06 cores=0,2,4,6
/proc/29446/stat : 29446 (java) Z 29440 29446 5678 0 -1 4228108 139230 12503 0 0 25705 93 5 3 20 0 2 0 12977949 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/29446/statm: 0 0 0 0 0 0 0
[pid=29446/tid=29560] ppid=29440 vsize=0 CPUtime=1.32 cores=0,2,4,6
/proc/29446/task/29560/stat : 29560 (java) D 29440 29446 5678 0 -1 4203588 4174 12503 0 0 115 9 5 3 20 0 2 0 12977977 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 258.06
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 240.572
CPU time (s): 258.082
CPU user time (s): 257.114
CPU system time (s): 0.968329
CPU usage (%): 107.279
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.114
system time used= 0.968329
maximum resident set size= 2016148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151733
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= 22929
involuntary context switches= 605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.98335 second user time and 1.48827 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 04:58:14
IDJOB=4259746
IDBENCH=115766
IDSOLVER=2646
FILE ID=node128/4259746-1501643532
RUNJOBID= node128-1501642693-29417
PBS_JOBID= 
Free space on /tmp= 61852 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-8.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259746-1501643532/watcher-4259746-1501643532 -o /tmp/evaluation-result-4259746-1501643532/solver-4259746-1501643532 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300  bin/concrete HOME/instance-4259746-1501643532.xml

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

MD5SUM BENCH= 713d39b17b6d51a27147ff336666abea
RANDOM SEED=1824276548

node128.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31105268 kB
MemAvailable:   32029452 kB
Buffers:          110796 kB
Cached:          1094276 kB
SwapCached:            0 kB
Active:           316696 kB
Inactive:         941316 kB
Active(anon):      53472 kB
Inactive(anon):     8532 kB
Active(file):     263224 kB
Inactive(file):   932784 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48800 kB
Writeback:             0 kB
AnonPages:         53196 kB
Mapped:            30588 kB
Shmem:              8872 kB
Slab:             113364 kB
SReclaimable:      88020 kB
SUnreclaim:        25344 kB
KernelStack:        3072 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     283380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61804 MiB
End job on node128 at 2017-08-02 05:02:14