Trace number 4259747

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) 259.034 240.644

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-15-9.xml
MD5SUMace514d87f50dd866893bf6c8eeff4c9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints495
Number of domains1
Minimum domain size1820
Maximum domain size1820
Distribution of domain sizes[{"size":1820,"count":480}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":450}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":450},{"arity":30,"count":15}]
Number of extensional constraints0
Number of intensional constraints480
Distribution of constraint types[{"type":"intension","count":480},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=29747
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.59 1.70 1.73 2/186 29750
/proc/meminfo: memFree=31095072/32770624 swapFree=0/935352
[pid=29750] ppid=29747 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29750/stat : 29750 (runsolver) D 29747 29750 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13002198 24240128 108 18446744073709551615 4194304 4338465 140725410783040 140725410780680 140713507996375 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 22786048 140725410791632 140725410792006 140725410792006 140725410795466 0
/proc/29750/statm: 5918 108 54 36 0 2156 0

[startup+0.100084 s]
/proc/loadavg: 1.59 1.70 1.73 2/186 29750
/proc/meminfo: memFree=31095072/32770624 swapFree=0/935352
[pid=29750] ppid=29747 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/29750/stat : 29750 (bash) S 29747 29750 5678 0 -1 4202496 896 6485 0 0 0 0 0 1 20 0 1 0 13002198 9867264 377 18446744073709551615 4194304 5098028 140729426727568 140729426721576 139765835455488 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 6 0 0 7196144 7232144 24256512 140729426735633 140729426735718 140729426735718 140729426739178 0
/proc/29750/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200807 s]
/proc/loadavg: 1.59 1.70 1.73 2/186 29750
/proc/meminfo: memFree=31095072/32770624 swapFree=0/935352
[pid=29750] ppid=29747 vsize=98708 CPUtime=0.07 cores=1,3,5,7
/proc/29750/stat : 29750 (java) S 29747 29750 5678 0 -1 1077944320 2218 12843 0 0 0 0 4 3 20 0 2 0 13002198 101076992 1147 18446744073709551615 4194304 4196468 140728747314160 140728747296704 140551652265719 0 0 1 0 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
/proc/29750/statm: 24933 1147 848 1 0 17057 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 98708

[startup+0.300249 s]
/proc/loadavg: 1.59 1.70 1.73 2/186 29750
/proc/meminfo: memFree=31095072/32770624 swapFree=0/935352
[pid=29750] ppid=29747 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/29750/stat : 29750 (java) S 29747 29750 5678 0 -1 1077944320 5820 12843 0 0 5 1 4 3 20 0 14 0 13002198 14241083392 5496 18446744073709551615 4194304 4196468 140728747314160 140728747296704 140551652265719 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
/proc/29750/statm: 3476827 5496 2550 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700209 s]
/proc/loadavg: 1.59 1.70 1.73 2/186 29750
/proc/meminfo: memFree=31095072/32770624 swapFree=0/935352
[pid=29750] ppid=29747 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/29750/stat : 29750 (java) S 29747 29750 5678 0 -1 1077944320 13886 12843 0 0 57 4 4 3 20 0 15 0 13002198 14310178816 14263 18446744073709551615 4194304 4196468 140728747314160 140728747296704 140551652265719 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
/proc/29750/statm: 3493696 14263 3075 1 0 3482973 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.59 1.70 1.73 4/215 29875
/proc/meminfo: memFree=30898944/32770624 swapFree=0/935508
[pid=29750] ppid=29747 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/29750/stat : 29750 (java) S 29747 29750 5678 0 -1 1077944320 30144 12843 0 0 171 10 4 3 20 0 15 0 13002198 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140728747296704 140551652265719 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
/proc/29750/statm: 3496352 40154 3358 1 0 3485533 0
[pid=29750/tid=29856] ppid=29747 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/29750/task/29856/stat : 29856 (java) S 29747 29750 5678 0 -1 1077944384 23190 12843 0 0 115 6 4 3 20 0 15 0 13002218 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551656484368 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29861] ppid=29747 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29861/stat : 29861 (java) S 29747 29750 5678 0 -1 1077944384 46 12843 0 0 0 0 4 3 20 0 15 0 13002219 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551609231760 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29862] ppid=29747 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29862/stat : 29862 (java) S 29747 29750 5678 0 -1 1077944384 51 12843 0 0 0 0 4 3 20 0 15 0 13002219 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551608178960 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29863] ppid=29747 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29863/stat : 29863 (java) S 29747 29750 5678 0 -1 1077944384 207 12843 0 0 0 0 4 3 20 0 15 0 13002219 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551607126672 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29864] ppid=29747 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29864/stat : 29864 (java) S 29747 29750 5678 0 -1 1077944384 42 12843 0 0 0 0 4 3 20 0 15 0 13002219 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551606073872 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29866] ppid=29747 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29866/stat : 29866 (java) R 29747 29750 5678 0 -1 4202560 1327 12843 0 0 0 0 4 3 20 0 15 0 13002220 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551197979584 140551637261685 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29867] ppid=29747 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29867/stat : 29867 (java) S 29747 29750 5678 0 -1 1077944384 33 12843 0 0 0 0 4 3 20 0 15 0 13002221 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551196927264 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29868] ppid=29747 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29868/stat : 29868 (java) S 29747 29750 5678 0 -1 1077944384 21 12843 0 0 0 0 4 3 20 0 15 0 13002221 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551195874928 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29870] ppid=29747 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29870/stat : 29870 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551127034448 140551652284315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29871] ppid=29747 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/29750/task/29871/stat : 29871 (java) S 29747 29750 5678 0 -1 1077944384 940 12843 0 0 12 0 4 3 20 0 15 0 13002224 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551125981296 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29872] ppid=29747 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/29750/task/29872/stat : 29872 (java) S 29747 29750 5678 0 -1 1077944384 775 12843 0 0 17 0 4 3 20 0 15 0 13002224 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551124928496 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29873] ppid=29747 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/29750/task/29873/stat : 29873 (java) S 29747 29750 5678 0 -1 1077944384 1341 12843 0 0 23 0 4 3 20 0 15 0 13002224 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551123871584 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29874] ppid=29747 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29874/stat : 29874 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551122823648 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29875] ppid=29747 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29875/stat : 29875 (java) S 29747 29750 5678 0 -1 1077944384 10 12843 0 0 0 0 4 3 20 0 15 0 13002229 14321057792 40154 18446744073709551615 4194304 4196468 140728747314160 140551121771440 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10084 s]
/proc/loadavg: 1.59 1.70 1.73 4/215 29875
/proc/meminfo: memFree=30752340/32770624 swapFree=0/935508
[pid=29750] ppid=29747 vsize=13997884 CPUtime=6.19 cores=1,3,5,7
/proc/29750/stat : 29750 (java) S 29747 29750 5678 0 -1 1077944320 45562 12843 0 0 597 15 4 3 20 0 15 0 13002198 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140728747296704 140551652265719 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
/proc/29750/statm: 3499471 55411 3436 1 0 3488093 0
[pid=29750/tid=29856] ppid=29747 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/29750/task/29856/stat : 29856 (java) R 29747 29750 5678 0 -1 4202560 29215 12843 0 0 271 9 4 3 20 0 15 0 13002218 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551656493008 140551637945841 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29861] ppid=29747 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29861/stat : 29861 (java) S 29747 29750 5678 0 -1 1077944384 51 12843 0 0 0 0 4 3 20 0 15 0 13002219 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551609231760 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29862] ppid=29747 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29862/stat : 29862 (java) S 29747 29750 5678 0 -1 1077944384 51 12843 0 0 0 0 4 3 20 0 15 0 13002219 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551608178960 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29863] ppid=29747 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29750/task/29863/stat : 29863 (java) S 29747 29750 5678 0 -1 1077944384 208 12843 0 0 1 0 4 3 20 0 15 0 13002219 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551607126672 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29864] ppid=29747 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29750/task/29864/stat : 29864 (java) S 29747 29750 5678 0 -1 1077944384 44 12843 0 0 1 0 4 3 20 0 15 0 13002219 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551606073872 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29866] ppid=29747 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29750/task/29866/stat : 29866 (java) S 29747 29750 5678 0 -1 1077944384 1683 12843 0 0 1 0 4 3 20 0 15 0 13002220 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551197981296 140551652276866 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29867] ppid=29747 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29867/stat : 29867 (java) S 29747 29750 5678 0 -1 1077944384 55 12843 0 0 0 0 4 3 20 0 15 0 13002221 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551196927328 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29868] ppid=29747 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29868/stat : 29868 (java) S 29747 29750 5678 0 -1 1077944384 43 12843 0 0 0 0 4 3 20 0 15 0 13002221 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551195874944 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29870] ppid=29747 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29870/stat : 29870 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551127034448 140551652284315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29871] ppid=29747 vsize=13997884 CPUtime=0.93 cores=1,3,5,7
/proc/29750/task/29871/stat : 29871 (java) R 29747 29750 5678 0 -1 4202560 2271 12843 0 0 86 0 4 3 20 0 15 0 13002224 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551125964048 140551638307728 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29872] ppid=29747 vsize=13997884 CPUtime=1.26 cores=1,3,5,7
/proc/29750/task/29872/stat : 29872 (java) S 29747 29750 5678 0 -1 1077944384 4582 12843 0 0 118 1 4 3 20 0 15 0 13002224 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551124928496 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29873] ppid=29747 vsize=13997884 CPUtime=1.22 cores=1,3,5,7
/proc/29750/task/29873/stat : 29873 (java) S 29747 29750 5678 0 -1 1077944384 5189 12843 0 0 114 1 4 3 20 0 15 0 13002224 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551123876208 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29874] ppid=29747 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29874/stat : 29874 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551122823648 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29875] ppid=29747 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29875/stat : 29875 (java) S 29747 29750 5678 0 -1 1077944384 11 12843 0 0 0 0 4 3 20 0 15 0 13002229 14333833216 55411 18446744073709551615 4194304 4196468 140728747314160 140551121771440 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 13997884

[startup+6.3007 s]
/proc/loadavg: 1.47 1.68 1.72 6/215 29875
/proc/meminfo: memFree=30223288/32770624 swapFree=0/935520
[pid=29750] ppid=29747 vsize=13999932 CPUtime=15.05 cores=1,3,5,7
/proc/29750/stat : 29750 (java) S 29747 29750 5678 0 -1 1077944320 70375 12843 0 0 1462 36 4 3 20 0 15 0 13002198 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140728747296704 140551652265719 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
/proc/29750/statm: 3499983 121003 3455 1 0 3488605 0
[pid=29750/tid=29856] ppid=29747 vsize=13999932 CPUtime=5.88 cores=1,3,5,7
/proc/29750/task/29856/stat : 29856 (java) R 29747 29750 5678 0 -1 4202560 32674 12843 0 0 570 11 4 3 20 0 15 0 13002218 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551656499120 140551279153636 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29861] ppid=29747 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/29750/task/29861/stat : 29861 (java) S 29747 29750 5678 0 -1 1077944384 228 12843 0 0 11 4 4 3 20 0 15 0 13002219 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551609231760 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29862] ppid=29747 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/29750/task/29862/stat : 29862 (java) S 29747 29750 5678 0 -1 1077944384 405 12843 0 0 12 4 4 3 20 0 15 0 13002219 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551608178960 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29863] ppid=29747 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/29750/task/29863/stat : 29863 (java) S 29747 29750 5678 0 -1 1077944384 414 12843 0 0 13 3 4 3 20 0 15 0 13002219 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551607126672 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29864] ppid=29747 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/29750/task/29864/stat : 29864 (java) S 29747 29750 5678 0 -1 1077944384 632 12843 0 0 11 3 4 3 20 0 15 0 13002219 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551606073872 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29866] ppid=29747 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/29750/task/29866/stat : 29866 (java) S 29747 29750 5678 0 -1 1077944384 2464 12843 0 0 2 0 4 3 20 0 15 0 13002220 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551197981296 140551652276866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29867] ppid=29747 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29867/stat : 29867 (java) S 29747 29750 5678 0 -1 1077944384 55 12843 0 0 0 0 4 3 20 0 15 0 13002221 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551196927328 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29868] ppid=29747 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29868/stat : 29868 (java) S 29747 29750 5678 0 -1 1077944384 43 12843 0 0 0 0 4 3 20 0 15 0 13002221 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551195874944 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29870] ppid=29747 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29870/stat : 29870 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551127034448 140551652284315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29871] ppid=29747 vsize=13999932 CPUtime=3.16 cores=1,3,5,7
/proc/29750/task/29871/stat : 29871 (java) R 29747 29750 5678 0 -1 4202560 12029 12843 0 0 308 1 4 3 20 0 15 0 13002224 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551125970096 140551629860496 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29872] ppid=29747 vsize=13999932 CPUtime=3.75 cores=1,3,5,7
/proc/29750/task/29872/stat : 29872 (java) R 29747 29750 5678 0 -1 4202560 10079 12843 0 0 366 2 4 3 20 0 15 0 13002224 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551124928496 140551635757799 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29873] ppid=29747 vsize=13999932 CPUtime=1.74 cores=1,3,5,7
/proc/29750/task/29873/stat : 29873 (java) S 29747 29750 5678 0 -1 1077944384 9165 12843 0 0 164 3 4 3 20 0 15 0 13002224 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551123876208 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29874] ppid=29747 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29874/stat : 29874 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551122823648 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29875] ppid=29747 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29875/stat : 29875 (java) S 29747 29750 5678 0 -1 1077944384 26 12843 0 0 0 0 4 3 20 0 15 0 13002229 14335930368 121003 18446744073709551615 4194304 4196468 140728747314160 140551121771440 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
Current children cumulated CPU time (s) 15.05
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.75 1.73 1.74 5/215 29875
/proc/meminfo: memFree=29294000/32770624 swapFree=0/935528
[pid=29750] ppid=29747 vsize=14069564 CPUtime=27.6 cores=1,3,5,7
/proc/29750/stat : 29750 (java) S 29747 29750 5678 0 -1 1077944320 98876 12843 0 0 2697 56 4 3 20 0 15 0 13002198 14407233536 251555 18446744073709551615 4194304 4196468 140728747314160 140728747296704 140551652265719 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
/proc/29750/statm: 3517391 251555 3471 1 0 3506013 0
[pid=29750/tid=29856] ppid=29747 vsize=14069564 CPUtime=12.06 cores=1,3,5,7
/proc/29750/task/29856/stat : 29856 (java) R 29747 29750 5678 0 -1 4202560 49249 12843 0 0 1181 18 4 3 20 0 15 0 13002218 14407233536 251555 18446744073709551615 4194304 4196468 140728747314160 140551656496656 140551279153894 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29861] ppid=29747 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/29750/task/29861/stat : 29861 (java) S 29747 29750 5678 0 -1 1077944384 385 12843 0 0 27 6 4 3 20 0 15 0 13002219 14407233536 251555 18446744073709551615 4194304 4196468 140728747314160 140551609231760 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29862] ppid=29747 vsize=14069564 CPUtime=0.41 cores=1,3,5,7
/proc/29750/task/29862/stat : 29862 (java) S 29747 29750 5678 0 -1 1077944384 585 12843 0 0 28 6 4 3 20 0 15 0 13002219 14407233536 251555 18446744073709551615 4194304 4196468 140728747314160 140551608178960 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29863] ppid=29747 vsize=14069564 CPUtime=0.42 cores=1,3,5,7
/proc/29750/task/29863/stat : 29863 (java) S 29747 29750 5678 0 -1 1077944384 580 12843 0 0 29 6 4 3 20 0 15 0 13002219 14407233536 251555 18446744073709551615 4194304 4196468 140728747314160 140551607126672 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29864] ppid=29747 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/29750/task/29864/stat : 29864 (java) S 29747 29750 5678 0 -1 1077944384 898 12843 0 0 27 6 4 3 20 0 15 0 13002219 14407233536 251555 18446744073709551615 4194304 4196468 140728747314160 140551606073872 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29866] ppid=29747 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/29750/task/29866/stat : 29866 (java) S 29747 29750 5678 0 -1 1077944384 6178 12843 0 0 5 0 4 3 20 0 15 0 13002220 14407233536 251555 18446744073709551615 4194304 4196468 140728747314160 140551197981296 140551652276866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29867] ppid=29747 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29867/stat : 29867 (java) S 29747 29750 5678 0 -1 1077944384 61 12843 0 0 0 0 4 3 20 0 15 0 13002221 14407233536 251555 18446744073709551615 4194304 4196468 140728747314160 140551196927392 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29868] ppid=29747 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29868/stat : 29868 (java) S 29747 29750 5678 0 -1 1077944384 48 12843 0 0 0 0 4 3 20 0 15 0 13002221 14407233536 251555 18446744073709551615 4194304 4196468 140728747314160 140551195874944 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29870] ppid=29747 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29870/stat : 29870 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14407233536 251555 18446744073709551615 4194304 4196468 140728747314160 140551127034448 140551652284315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0

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

/proc/29750/task/29874/stat : 29874 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14407233536 756222 18446744073709551615 4194304 4196468 140728747314160 140551122823648 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29875] ppid=29747 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/29750/task/29875/stat : 29875 (java) S 29747 29750 5678 0 -1 1077944384 201 12843 0 0 4 4 4 3 20 0 15 0 13002229 14407233536 756222 18446744073709551615 4194304 4196468 140728747314160 140551121771440 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
Current children cumulated CPU time (s) 178.53
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.43 1.54 1.66 3/210 29882
/proc/meminfo: memFree=25206736/32770624 swapFree=0/935624
[pid=29750] ppid=29747 vsize=14069564 CPUtime=238.94 cores=1,3,5,7
/proc/29750/stat : 29750 (java) S 29747 29750 5678 0 -1 1077944320 132906 12843 0 0 23782 105 4 3 20 0 15 0 13002198 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140728747296704 140551652265719 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
/proc/29750/statm: 3517391 736470 3474 1 0 3506013 0
[pid=29750/tid=29856] ppid=29747 vsize=14069564 CPUtime=221.23 cores=1,3,5,7
/proc/29750/task/29856/stat : 29856 (java) R 29747 29750 5678 0 -1 4202560 63211 12843 0 0 22065 51 4 3 20 0 15 0 13002218 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551656499792 140551297107212 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29861] ppid=29747 vsize=14069564 CPUtime=0.7 cores=1,3,5,7
/proc/29750/task/29861/stat : 29861 (java) S 29747 29750 5678 0 -1 1077944384 2278 12843 0 0 54 9 4 3 20 0 15 0 13002219 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551609231760 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29862] ppid=29747 vsize=14069564 CPUtime=0.7 cores=1,3,5,7
/proc/29750/task/29862/stat : 29862 (java) S 29747 29750 5678 0 -1 1077944384 1740 12843 0 0 55 8 4 3 20 0 15 0 13002219 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551608178960 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29863] ppid=29747 vsize=14069564 CPUtime=0.7 cores=1,3,5,7
/proc/29750/task/29863/stat : 29863 (java) S 29747 29750 5678 0 -1 1077944384 3050 12843 0 0 55 8 4 3 20 0 15 0 13002219 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551607126672 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29864] ppid=29747 vsize=14069564 CPUtime=0.68 cores=1,3,5,7
/proc/29750/task/29864/stat : 29864 (java) S 29747 29750 5678 0 -1 1077944384 2838 12843 0 0 53 8 4 3 20 0 15 0 13002219 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551606073872 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29866] ppid=29747 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/29750/task/29866/stat : 29866 (java) S 29747 29750 5678 0 -1 1077944384 8451 12843 0 0 15 3 4 3 20 0 15 0 13002220 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551197981296 140551652276866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29867] ppid=29747 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29867/stat : 29867 (java) S 29747 29750 5678 0 -1 1077944384 61 12843 0 0 0 0 4 3 20 0 15 0 13002221 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551196927392 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29868] ppid=29747 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29868/stat : 29868 (java) S 29747 29750 5678 0 -1 1077944384 48 12843 0 0 0 0 4 3 20 0 15 0 13002221 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551195874944 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29870] ppid=29747 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29870/stat : 29870 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551127034448 140551652284315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29871] ppid=29747 vsize=14069564 CPUtime=5.71 cores=1,3,5,7
/proc/29750/task/29871/stat : 29871 (java) S 29747 29750 5678 0 -1 1077944384 17536 12843 0 0 562 2 4 3 20 0 15 0 13002224 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551125981296 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29872] ppid=29747 vsize=14069564 CPUtime=6.9 cores=1,3,5,7
/proc/29750/task/29872/stat : 29872 (java) S 29747 29750 5678 0 -1 1077944384 17008 12843 0 0 680 3 4 3 20 0 15 0 13002224 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551124928496 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29873] ppid=29747 vsize=14069564 CPUtime=2.4 cores=1,3,5,7
/proc/29750/task/29873/stat : 29873 (java) S 29747 29750 5678 0 -1 1077944384 14293 12843 0 0 229 4 4 3 20 0 15 0 13002224 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551123876208 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29874] ppid=29747 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29874/stat : 29874 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551122823648 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29875] ppid=29747 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/29750/task/29875/stat : 29875 (java) S 29747 29750 5678 0 -1 1077944384 231 12843 0 0 6 6 4 3 20 0 15 0 13002229 14407233536 736470 18446744073709551615 4194304 4196468 140728747314160 140551121771440 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
Current children cumulated CPU time (s) 238.94
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.45 1.54 1.66 3/210 29882
/proc/meminfo: memFree=25240124/32770624 swapFree=0/935632
[pid=29750] ppid=29747 vsize=14069564 CPUtime=256.92 cores=1,3,5,7
/proc/29750/stat : 29750 (java) S 29747 29750 5678 0 -1 1077944320 136758 12843 0 0 25577 108 4 3 20 0 15 0 13002198 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140728747296704 140551652265719 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
/proc/29750/statm: 3517391 729543 3474 1 0 3506013 0
[pid=29750/tid=29856] ppid=29747 vsize=14069564 CPUtime=238.77 cores=1,3,5,7
/proc/29750/task/29856/stat : 29856 (java) R 29747 29750 5678 0 -1 4202560 63713 12843 0 0 23819 51 4 3 20 0 15 0 13002218 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551656499888 140551297834674 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29861] ppid=29747 vsize=14069564 CPUtime=0.79 cores=1,3,5,7
/proc/29750/task/29861/stat : 29861 (java) S 29747 29750 5678 0 -1 1077944384 3357 12843 0 0 63 9 4 3 20 0 15 0 13002219 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551609231760 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29862] ppid=29747 vsize=14069564 CPUtime=0.79 cores=1,3,5,7
/proc/29750/task/29862/stat : 29862 (java) S 29747 29750 5678 0 -1 1077944384 1959 12843 0 0 64 8 4 3 20 0 15 0 13002219 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551608178960 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29863] ppid=29747 vsize=14069564 CPUtime=0.8 cores=1,3,5,7
/proc/29750/task/29863/stat : 29863 (java) S 29747 29750 5678 0 -1 1077944384 3563 12843 0 0 64 9 4 3 20 0 15 0 13002219 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551607126672 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29864] ppid=29747 vsize=14069564 CPUtime=0.78 cores=1,3,5,7
/proc/29750/task/29864/stat : 29864 (java) S 29747 29750 5678 0 -1 1077944384 2863 12843 0 0 62 9 4 3 20 0 15 0 13002219 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551606073872 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29866] ppid=29747 vsize=14069564 CPUtime=0.3 cores=1,3,5,7
/proc/29750/task/29866/stat : 29866 (java) S 29747 29750 5678 0 -1 1077944384 8762 12843 0 0 19 4 4 3 20 0 15 0 13002220 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551197981296 140551652276866 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29867] ppid=29747 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29867/stat : 29867 (java) S 29747 29750 5678 0 -1 1077944384 61 12843 0 0 0 0 4 3 20 0 15 0 13002221 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551196927392 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29868] ppid=29747 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29868/stat : 29868 (java) S 29747 29750 5678 0 -1 1077944384 48 12843 0 0 0 0 4 3 20 0 15 0 13002221 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551195874944 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29870] ppid=29747 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29870/stat : 29870 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551127034448 140551652284315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29871] ppid=29747 vsize=14069564 CPUtime=5.73 cores=1,3,5,7
/proc/29750/task/29871/stat : 29871 (java) S 29747 29750 5678 0 -1 1077944384 18720 12843 0 0 563 3 4 3 20 0 15 0 13002224 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551125981296 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29872] ppid=29747 vsize=14069564 CPUtime=6.9 cores=1,3,5,7
/proc/29750/task/29872/stat : 29872 (java) S 29747 29750 5678 0 -1 1077944384 17008 12843 0 0 680 3 4 3 20 0 15 0 13002224 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551124928496 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29873] ppid=29747 vsize=14069564 CPUtime=2.4 cores=1,3,5,7
/proc/29750/task/29873/stat : 29873 (java) S 29747 29750 5678 0 -1 1077944384 14293 12843 0 0 229 4 4 3 20 0 15 0 13002224 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551123876208 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29874] ppid=29747 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29874/stat : 29874 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 15 0 13002224 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551122823648 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29875] ppid=29747 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/29750/task/29875/stat : 29875 (java) S 29747 29750 5678 0 -1 1077944384 250 12843 0 0 6 6 4 3 20 0 15 0 13002229 14407233536 729543 18446744073709551615 4194304 4196468 140728747314160 140551121771440 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
Current children cumulated CPU time (s) 256.92
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 29750 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.411 s]
/proc/loadavg: 1.45 1.54 1.66 3/210 29882
/proc/meminfo: memFree=25240124/32770624 swapFree=0/935632
[pid=29750] ppid=29747 vsize=14202692 CPUtime=258.33 cores=1,3,5,7
/proc/29750/stat : 29750 (java) S 29747 29750 5678 0 -1 1077944320 150545 12843 0 0 25717 109 4 3 20 0 17 0 13002198 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140728747296704 140551652265719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
/proc/29750/statm: 3550673 731075 3474 1 0 3539295 0
[pid=29750/tid=29856] ppid=29747 vsize=14202692 CPUtime=238.79 cores=1,3,5,7
/proc/29750/task/29856/stat : 29856 (java) S 29747 29750 5678 0 -1 1077944384 64819 12843 0 0 23820 52 4 3 20 0 17 0 13002218 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551656503264 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29861] ppid=29747 vsize=14202692 CPUtime=1.12 cores=1,3,5,7
/proc/29750/task/29861/stat : 29861 (java) R 29747 29750 5678 0 -1 4202560 3456 12843 0 0 96 9 4 3 20 0 17 0 13002219 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551609231960 140551636963372 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29862] ppid=29747 vsize=14202692 CPUtime=1.12 cores=1,3,5,7
/proc/29750/task/29862/stat : 29862 (java) R 29747 29750 5678 0 -1 4202560 2078 12843 0 0 97 8 4 3 20 0 17 0 13002219 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551608178960 140551633862730 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29863] ppid=29747 vsize=14202692 CPUtime=1.14 cores=1,3,5,7
/proc/29750/task/29863/stat : 29863 (java) R 29747 29750 5678 0 -1 4202560 3655 12843 0 0 98 9 4 3 20 0 17 0 13002219 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551607126672 140551633862730 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29864] ppid=29747 vsize=14202692 CPUtime=1.12 cores=1,3,5,7
/proc/29750/task/29864/stat : 29864 (java) R 29747 29750 5678 0 -1 4202560 2947 12843 0 0 96 9 4 3 20 0 17 0 13002219 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551606073872 140551633862467 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29866] ppid=29747 vsize=14202692 CPUtime=0.35 cores=1,3,5,7
/proc/29750/task/29866/stat : 29866 (java) S 29747 29750 5678 0 -1 1077944384 20350 12843 0 0 24 4 4 3 20 0 17 0 13002220 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551197979696 140551652275925 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29867] ppid=29747 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29867/stat : 29867 (java) S 29747 29750 5678 0 -1 1077944384 62 12843 0 0 0 0 4 3 20 0 17 0 13002221 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551196926992 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29868] ppid=29747 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29868/stat : 29868 (java) S 29747 29750 5678 0 -1 1077944384 48 12843 0 0 0 0 4 3 20 0 17 0 13002221 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551195874944 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29870] ppid=29747 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29870/stat : 29870 (java) S 29747 29750 5678 0 -1 1077944384 252 12843 0 0 0 0 4 3 20 0 17 0 13002224 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551127034448 140551652284315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29871] ppid=29747 vsize=14202692 CPUtime=5.73 cores=1,3,5,7
/proc/29750/task/29871/stat : 29871 (java) S 29747 29750 5678 0 -1 1077944384 18722 12843 0 0 563 3 4 3 20 0 17 0 13002224 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551125981296 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29872] ppid=29747 vsize=14202692 CPUtime=6.9 cores=1,3,5,7
/proc/29750/task/29872/stat : 29872 (java) S 29747 29750 5678 0 -1 1077944384 17085 12843 0 0 680 3 4 3 20 0 17 0 13002224 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551124918960 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29873] ppid=29747 vsize=14202692 CPUtime=2.4 cores=1,3,5,7
/proc/29750/task/29873/stat : 29873 (java) S 29747 29750 5678 0 -1 1077944384 14295 12843 0 0 229 4 4 3 20 0 17 0 13002224 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551123876208 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29874] ppid=29747 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29874/stat : 29874 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 17 0 13002224 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551122823648 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29875] ppid=29747 vsize=14202692 CPUtime=0.19 cores=1,3,5,7
/proc/29750/task/29875/stat : 29875 (java) S 29747 29750 5678 0 -1 1077944384 250 12843 0 0 6 6 4 3 20 0 17 0 13002229 14543556608 731075 18446744073709551615 4194304 4196468 140728747314160 140551121771440 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
Current children cumulated CPU time (s) 258.33
Current children cumulated vsize (KiB) 14202692

[startup+240.602 s]
/proc/loadavg: 1.45 1.54 1.66 3/210 29882
/proc/meminfo: memFree=25240124/32770624 swapFree=0/935632
[pid=29750] ppid=29747 vsize=14202692 CPUtime=258.93 cores=1,3,5,7
/proc/29750/stat : 29750 (java) S 29747 29750 5678 0 -1 1077944320 150555 12843 0 0 25777 109 4 3 20 0 17 0 13002198 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140728747296704 140551652265719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
/proc/29750/statm: 3550673 730947 3474 1 0 3539295 0
[pid=29750/tid=29856] ppid=29747 vsize=14202692 CPUtime=238.79 cores=1,3,5,7
/proc/29750/task/29856/stat : 29856 (java) S 29747 29750 5678 0 -1 1077944384 64821 12843 0 0 23820 52 4 3 20 0 17 0 13002218 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551656503264 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29861] ppid=29747 vsize=14202692 CPUtime=1.26 cores=1,3,5,7
/proc/29750/task/29861/stat : 29861 (java) R 29747 29750 5678 0 -1 4202560 3459 12843 0 0 110 9 4 3 20 0 17 0 13002219 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551609231648 140551636964459 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29862] ppid=29747 vsize=14202692 CPUtime=1.26 cores=1,3,5,7
/proc/29750/task/29862/stat : 29862 (java) R 29747 29750 5678 0 -1 4202560 2078 12843 0 0 111 8 4 3 20 0 17 0 13002219 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551608178960 140551636964561 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29863] ppid=29747 vsize=14202692 CPUtime=1.27 cores=1,3,5,7
/proc/29750/task/29863/stat : 29863 (java) R 29747 29750 5678 0 -1 4202560 3659 12843 0 0 111 9 4 3 20 0 17 0 13002219 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551607126672 140551636964535 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29864] ppid=29747 vsize=14202692 CPUtime=1.25 cores=1,3,5,7
/proc/29750/task/29864/stat : 29864 (java) R 29747 29750 5678 0 -1 4202560 2947 12843 0 0 109 9 4 3 20 0 17 0 13002219 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551606073872 140551636964430 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29866] ppid=29747 vsize=14202692 CPUtime=0.4 cores=1,3,5,7
/proc/29750/task/29866/stat : 29866 (java) S 29747 29750 5678 0 -1 1077944384 20350 12843 0 0 29 4 4 3 20 0 17 0 13002220 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551197979920 140551652275925 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29867] ppid=29747 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29867/stat : 29867 (java) S 29747 29750 5678 0 -1 1077944384 62 12843 0 0 0 0 4 3 20 0 17 0 13002221 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551196926992 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29868] ppid=29747 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29868/stat : 29868 (java) S 29747 29750 5678 0 -1 1077944384 48 12843 0 0 0 0 4 3 20 0 17 0 13002221 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551195874944 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29870] ppid=29747 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29870/stat : 29870 (java) S 29747 29750 5678 0 -1 1077944384 252 12843 0 0 0 0 4 3 20 0 17 0 13002224 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551127034448 140551652284315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29871] ppid=29747 vsize=14202692 CPUtime=5.73 cores=1,3,5,7
/proc/29750/task/29871/stat : 29871 (java) S 29747 29750 5678 0 -1 1077944384 18722 12843 0 0 563 3 4 3 20 0 17 0 13002224 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551125981296 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29872] ppid=29747 vsize=14202692 CPUtime=6.9 cores=1,3,5,7
/proc/29750/task/29872/stat : 29872 (java) S 29747 29750 5678 0 -1 1077944384 17086 12843 0 0 680 3 4 3 20 0 17 0 13002224 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551124920592 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29873] ppid=29747 vsize=14202692 CPUtime=2.4 cores=1,3,5,7
/proc/29750/task/29873/stat : 29873 (java) S 29747 29750 5678 0 -1 1077944384 14295 12843 0 0 229 4 4 3 20 0 17 0 13002224 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551123876208 140551652276866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29874] ppid=29747 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29750/task/29874/stat : 29874 (java) S 29747 29750 5678 0 -1 1077944384 3 12843 0 0 0 0 4 3 20 0 17 0 13002224 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551122823648 140551652275925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
[pid=29750/tid=29875] ppid=29747 vsize=14202692 CPUtime=0.19 cores=1,3,5,7
/proc/29750/task/29875/stat : 29875 (java) R 29747 29750 5678 0 -1 1077944384 250 12843 0 0 6 6 4 3 20 0 17 0 13002229 14543556608 730947 18446744073709551615 4194304 4196468 140728747314160 140551121771440 140551652276866 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10436608 140728747321293 140728747324078 140728747324078 140728747327439 0
Current children cumulated CPU time (s) 258.93
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.644
CPU time (s): 259.034
CPU user time (s): 257.878
CPU system time (s): 1.1566
CPU usage (%): 107.642
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.878
system time used= 1.1566
maximum resident set size= 3165512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163838
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= 16989
involuntary context switches= 391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02767 second user time and 1.5869 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 05:02:16
IDJOB=4259747
IDBENCH=115785
IDSOLVER=2646
FILE ID=node128/4259747-1501643775
RUNJOBID= node128-1501642693-29418
PBS_JOBID= 
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-15-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259747-1501643775/watcher-4259747-1501643775 -o /tmp/evaluation-result-4259747-1501643775/solver-4259747-1501643775 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29418 --watchdog 300  bin/concrete HOME/instance-4259747-1501643775.xml

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

MD5SUM BENCH= ace514d87f50dd866893bf6c8eeff4c9
RANDOM SEED=1116283046

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:        31095604 kB
MemAvailable:   32024328 kB
Buffers:          111144 kB
Cached:          1098548 kB
SwapCached:            0 kB
Active:           323024 kB
Inactive:         943884 kB
Active(anon):      57876 kB
Inactive(anon):     8532 kB
Active(file):     265148 kB
Inactive(file):   935352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5140 kB
Writeback:         38424 kB
AnonPages:         57800 kB
Mapped:            31620 kB
Shmem:              8872 kB
Slab:             113808 kB
SReclaimable:      88120 kB
SUnreclaim:        25688 kB
KernelStack:        3200 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     313904 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:06:17