Trace number 4262133

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) 2522.28 2462.6699

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.72 1.54 1.51 2/195 17674
/proc/meminfo: memFree=30017928/32770624 swapFree=0/296680
[pid=17674] ppid=17671 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17674/stat : 17674 (runsolver) D 17671 17674 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 43912562 24240128 106 18446744073709551615 4194304 4338465 140737164839104 140737164836744 139861147189975 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 29372416 140737164845264 140737164845641 140737164845641 140737164849098 0
/proc/17674/statm: 5918 106 53 36 0 2156 0

[startup+0.100075 s]
/proc/loadavg: 1.72 1.54 1.51 2/195 17674
/proc/meminfo: memFree=30017928/32770624 swapFree=0/296680
[pid=17674] ppid=17671 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/17674/stat : 17674 (bash) S 17671 17674 16548 0 -1 4202496 898 6478 0 0 0 0 0 1 20 0 1 0 43912562 9867264 377 18446744073709551615 4194304 5098028 140737160566560 140737160560568 139770213833728 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 26411008 140737160573460 140737160573545 140737160573545 140737160577002 0
/proc/17674/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200331 s]
/proc/loadavg: 1.72 1.54 1.51 2/195 17674
/proc/meminfo: memFree=30017928/32770624 swapFree=0/296680
[pid=17674] ppid=17671 vsize=13358716 CPUtime=0.07 cores=1,3,5,7
/proc/17674/stat : 17674 (java) S 17671 17674 16548 0 -1 1077944320 3780 12482 0 0 0 0 5 2 20 0 6 0 43912562 13679325184 3066 18446744073709551615 4194304 4196468 140722578610944 140722578593488 140364487397111 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
/proc/17674/statm: 3339679 3066 1523 1 0 3329176 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13358716

[startup+0.305859 s]
/proc/loadavg: 1.72 1.54 1.51 2/195 17674
/proc/meminfo: memFree=30017928/32770624 swapFree=0/296680
[pid=17674] ppid=17671 vsize=13974356 CPUtime=0.18 cores=1,3,5,7
/proc/17674/stat : 17674 (java) S 17671 17674 16548 0 -1 1077944320 6591 12482 0 0 10 1 5 2 20 0 15 0 43912562 14309740544 7180 18446744073709551615 4194304 4196468 140722578610944 140722578593488 140364487397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
/proc/17674/statm: 3493589 7180 2878 1 0 3482965 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13974356

[startup+0.70029 s]
/proc/loadavg: 1.72 1.54 1.51 2/195 17674
/proc/meminfo: memFree=30017928/32770624 swapFree=0/296680
[pid=17674] ppid=17671 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/17674/stat : 17674 (java) S 17671 17674 16548 0 -1 1077944320 14021 12482 0 0 61 3 5 2 20 0 15 0 43912562 14310178816 14959 18446744073709551615 4194304 4196468 140722578610944 140722578593488 140364487397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
/proc/17674/statm: 3493696 14959 3127 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.72 1.54 1.51 3/210 17737
/proc/meminfo: memFree=29919460/32770624 swapFree=0/296712
[pid=17674] ppid=17671 vsize=13985408 CPUtime=1.95 cores=1,3,5,7
/proc/17674/stat : 17674 (java) S 17671 17674 16548 0 -1 1077944320 29428 12482 0 0 177 11 5 2 20 0 15 0 43912562 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140722578593488 140364487397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
/proc/17674/statm: 3496352 42809 3381 1 0 3485525 0
[pid=17674/tid=17724] ppid=17671 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/17674/task/17724/stat : 17724 (java) R 17671 17674 16548 0 -1 4202560 22651 12482 0 0 116 6 5 2 20 0 15 0 43912581 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140364491623216 140364471477598 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17725] ppid=17671 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17725/stat : 17725 (java) S 17671 17674 16548 0 -1 1077944384 41 12482 0 0 0 0 5 2 20 0 15 0 43912582 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140364444363664 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17726] ppid=17671 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17726/stat : 17726 (java) S 17671 17674 16548 0 -1 1077944384 198 12482 0 0 0 0 5 2 20 0 15 0 43912582 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140364443310864 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17727] ppid=17671 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17674/task/17727/stat : 17727 (java) S 17671 17674 16548 0 -1 1077944384 68 12482 0 0 1 0 5 2 20 0 15 0 43912582 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140364442258576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17728] ppid=17671 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17728/stat : 17728 (java) S 17671 17674 16548 0 -1 1077944384 45 12482 0 0 0 0 5 2 20 0 15 0 43912582 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140364441205776 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17729] ppid=17671 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17729/stat : 17729 (java) S 17671 17674 16548 0 -1 1077944384 1075 12482 0 0 0 0 5 2 20 0 15 0 43912583 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140364033058928 140364487408258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17730] ppid=17671 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17730/stat : 17730 (java) S 17671 17674 16548 0 -1 1077944384 55 12482 0 0 0 0 5 2 20 0 15 0 43912584 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140364032004896 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17731] ppid=17671 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17731/stat : 17731 (java) S 17671 17674 16548 0 -1 1077944384 43 12482 0 0 0 0 5 2 20 0 15 0 43912584 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140364030952576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17732] ppid=17671 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17732/stat : 17732 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912586 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140364029900880 140364487415707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17733] ppid=17671 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/17674/task/17733/stat : 17733 (java) R 17671 17674 16548 0 -1 4202560 1116 12482 0 0 16 0 5 2 20 0 15 0 43912586 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140364028848752 140364470883085 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17734] ppid=17671 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/17674/task/17734/stat : 17734 (java) R 17671 17674 16548 0 -1 1077944384 593 12482 0 0 14 0 5 2 20 0 15 0 43912586 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140363960401920 140364487407317 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17735] ppid=17671 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/17674/task/17735/stat : 17735 (java) R 17671 17674 16548 0 -1 4202560 1372 12482 0 0 23 0 5 2 20 0 15 0 43912586 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140363959360368 140364471477598 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17736] ppid=17671 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17736/stat : 17736 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912587 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140363958307808 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17737] ppid=17671 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17737/stat : 17737 (java) S 17671 17674 16548 0 -1 1077944384 11 12482 0 0 0 0 5 2 20 0 15 0 43912590 14321057792 42809 18446744073709551615 4194304 4196468 140722578610944 140363957254576 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.1009 s]
/proc/loadavg: 1.90 1.58 1.53 5/210 17737
/proc/meminfo: memFree=29830948/32770624 swapFree=0/296712
[pid=17674] ppid=17671 vsize=13997884 CPUtime=6.36 cores=1,3,5,7
/proc/17674/stat : 17674 (java) S 17671 17674 16548 0 -1 1077944320 46032 12482 0 0 613 16 5 2 20 0 15 0 43912562 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140722578593488 140364487397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
/proc/17674/statm: 3499471 56298 3449 1 0 3488085 0
[pid=17674/tid=17724] ppid=17671 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/17674/task/17724/stat : 17724 (java) R 17671 17674 16548 0 -1 4202560 30581 12482 0 0 273 9 5 2 20 0 15 0 43912581 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140364491618608 140364473092007 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17725] ppid=17671 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17725/stat : 17725 (java) S 17671 17674 16548 0 -1 1077944384 41 12482 0 0 0 0 5 2 20 0 15 0 43912582 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140364444363664 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17726] ppid=17671 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17726/stat : 17726 (java) S 17671 17674 16548 0 -1 1077944384 198 12482 0 0 0 0 5 2 20 0 15 0 43912582 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140364443310864 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17727] ppid=17671 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/17674/task/17727/stat : 17727 (java) S 17671 17674 16548 0 -1 1077944384 68 12482 0 0 1 0 5 2 20 0 15 0 43912582 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140364442258576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17728] ppid=17671 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17728/stat : 17728 (java) S 17671 17674 16548 0 -1 1077944384 45 12482 0 0 0 0 5 2 20 0 15 0 43912582 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140364441205776 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17729] ppid=17671 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/17674/task/17729/stat : 17729 (java) S 17671 17674 16548 0 -1 1077944384 1091 12482 0 0 1 0 5 2 20 0 15 0 43912583 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140364033058928 140364487408258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17730] ppid=17671 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17730/stat : 17730 (java) S 17671 17674 16548 0 -1 1077944384 55 12482 0 0 0 0 5 2 20 0 15 0 43912584 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140364032004896 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17731] ppid=17671 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17731/stat : 17731 (java) S 17671 17674 16548 0 -1 1077944384 43 12482 0 0 0 0 5 2 20 0 15 0 43912584 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140364030952576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17732] ppid=17671 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17732/stat : 17732 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912586 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140364029900880 140364487415707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17733] ppid=17671 vsize=13997884 CPUtime=1.29 cores=1,3,5,7
/proc/17674/task/17733/stat : 17733 (java) R 17671 17674 16548 0 -1 4202560 4524 12482 0 0 122 0 5 2 20 0 15 0 43912586 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140364028835296 140364471789720 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17734] ppid=17671 vsize=13997884 CPUtime=1.05 cores=1,3,5,7
/proc/17674/task/17734/stat : 17734 (java) R 17671 17674 16548 0 -1 4202560 2381 12482 0 0 97 1 5 2 20 0 15 0 43912586 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140363960398416 140364471784160 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17735] ppid=17671 vsize=13997884 CPUtime=1.21 cores=1,3,5,7
/proc/17674/task/17735/stat : 17735 (java) S 17671 17674 16548 0 -1 1077944384 4832 12482 0 0 113 1 5 2 20 0 15 0 43912586 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140363959360368 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17736] ppid=17671 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17736/stat : 17736 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912587 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140363958307808 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17737] ppid=17671 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17737/stat : 17737 (java) S 17671 17674 16548 0 -1 1077944384 12 12482 0 0 0 0 5 2 20 0 15 0 43912590 14333833216 56298 18446744073709551615 4194304 4196468 140722578610944 140363957254576 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 13997884

[startup+6.30089 s]
/proc/loadavg: 1.90 1.58 1.53 4/210 17737
/proc/meminfo: memFree=29594584/32770624 swapFree=0/296708
[pid=17674] ppid=17671 vsize=13999932 CPUtime=15.15 cores=1,3,5,7
/proc/17674/stat : 17674 (java) S 17671 17674 16548 0 -1 1077944320 69536 12482 0 0 1471 37 5 2 20 0 15 0 43912562 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140722578593488 140364487397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
/proc/17674/statm: 3499983 118834 3464 1 0 3488597 0
[pid=17674/tid=17724] ppid=17671 vsize=13999932 CPUtime=5.91 cores=1,3,5,7
/proc/17674/task/17724/stat : 17724 (java) R 17671 17674 16548 0 -1 4202560 35052 12482 0 0 572 12 5 2 20 0 15 0 43912581 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140364491626880 140364123795744 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17725] ppid=17671 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/17674/task/17725/stat : 17725 (java) S 17671 17674 16548 0 -1 1077944384 301 12482 0 0 12 4 5 2 20 0 15 0 43912582 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140364444363664 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17726] ppid=17671 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/17674/task/17726/stat : 17726 (java) S 17671 17674 16548 0 -1 1077944384 349 12482 0 0 12 4 5 2 20 0 15 0 43912582 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140364443310864 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17727] ppid=17671 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/17674/task/17727/stat : 17727 (java) S 17671 17674 16548 0 -1 1077944384 265 12482 0 0 13 3 5 2 20 0 15 0 43912582 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140364442258576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17728] ppid=17671 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/17674/task/17728/stat : 17728 (java) S 17671 17674 16548 0 -1 1077944384 1271 12482 0 0 12 3 5 2 20 0 15 0 43912582 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140364441205776 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17729] ppid=17671 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/17674/task/17729/stat : 17729 (java) S 17671 17674 16548 0 -1 1077944384 1766 12482 0 0 2 0 5 2 20 0 15 0 43912583 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140364033058928 140364487408258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17730] ppid=17671 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17730/stat : 17730 (java) S 17671 17674 16548 0 -1 1077944384 55 12482 0 0 0 0 5 2 20 0 15 0 43912584 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140364032004960 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17731] ppid=17671 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17731/stat : 17731 (java) S 17671 17674 16548 0 -1 1077944384 44 12482 0 0 0 0 5 2 20 0 15 0 43912584 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140364030952576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17732] ppid=17671 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17732/stat : 17732 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912586 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140364029900880 140364487415707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17733] ppid=17671 vsize=13999932 CPUtime=3.79 cores=1,3,5,7
/proc/17674/task/17733/stat : 17733 (java) R 17671 17674 16548 0 -1 4202560 9355 12482 0 0 371 1 5 2 20 0 15 0 43912586 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140364028845120 140364466851106 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17734] ppid=17671 vsize=13999932 CPUtime=3.15 cores=1,3,5,7
/proc/17674/task/17734/stat : 17734 (java) R 17671 17674 16548 0 -1 4202560 8912 12482 0 0 306 2 5 2 20 0 15 0 43912586 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140363960412656 140364472504716 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17735] ppid=17671 vsize=13999932 CPUtime=1.74 cores=1,3,5,7
/proc/17674/task/17735/stat : 17735 (java) S 17671 17674 16548 0 -1 1077944384 9971 12482 0 0 165 2 5 2 20 0 15 0 43912586 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140363959360368 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17736] ppid=17671 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17736/stat : 17736 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912587 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140363958307808 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17737] ppid=17671 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17737/stat : 17737 (java) S 17671 17674 16548 0 -1 1077944384 34 12482 0 0 0 0 5 2 20 0 15 0 43912590 14335930368 118834 18446744073709551615 4194304 4196468 140722578610944 140363957254576 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
Current children cumulated CPU time (s) 15.15
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.91 1.59 1.53 3/210 17737
/proc/meminfo: memFree=29034492/32770624 swapFree=0/296712
[pid=17674] ppid=17671 vsize=14069564 CPUtime=27.23 cores=1,3,5,7
/proc/17674/stat : 17674 (java) S 17671 17674 16548 0 -1 1077944320 102550 12482 0 0 2659 57 5 2 20 0 15 0 43912562 14407233536 248614 18446744073709551615 4194304 4196468 140722578610944 140722578593488 140364487397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
/proc/17674/statm: 3517391 248614 3481 1 0 3506005 0
[pid=17674/tid=17724] ppid=17671 vsize=14069564 CPUtime=12.08 cores=1,3,5,7
/proc/17674/task/17724/stat : 17724 (java) R 17671 17674 16548 0 -1 4202560 51006 12482 0 0 1181 20 5 2 20 0 15 0 43912581 14407233536 248614 18446744073709551615 4194304 4196468 140722578610944 140364491628048 140364112533670 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17725] ppid=17671 vsize=14069564 CPUtime=0.41 cores=1,3,5,7
/proc/17674/task/17725/stat : 17725 (java) S 17671 17674 16548 0 -1 1077944384 1253 12482 0 0 28 6 5 2 20 0 15 0 43912582 14407233536 248614 18446744073709551615 4194304 4196468 140722578610944 140364444363664 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17726] ppid=17671 vsize=14069564 CPUtime=0.42 cores=1,3,5,7
/proc/17674/task/17726/stat : 17726 (java) S 17671 17674 16548 0 -1 1077944384 531 12482 0 0 29 6 5 2 20 0 15 0 43912582 14407233536 248614 18446744073709551615 4194304 4196468 140722578610944 140364443310864 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17727] ppid=17671 vsize=14069564 CPUtime=0.41 cores=1,3,5,7
/proc/17674/task/17727/stat : 17727 (java) S 17671 17674 16548 0 -1 1077944384 482 12482 0 0 29 5 5 2 20 0 15 0 43912582 14407233536 248614 18446744073709551615 4194304 4196468 140722578610944 140364442258576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17728] ppid=17671 vsize=14069564 CPUtime=0.41 cores=1,3,5,7
/proc/17674/task/17728/stat : 17728 (java) S 17671 17674 16548 0 -1 1077944384 1475 12482 0 0 28 6 5 2 20 0 15 0 43912582 14407233536 248614 18446744073709551615 4194304 4196468 140722578610944 140364441205776 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17729] ppid=17671 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/17674/task/17729/stat : 17729 (java) S 17671 17674 16548 0 -1 1077944384 5282 12482 0 0 5 1 5 2 20 0 15 0 43912583 14407233536 248614 18446744073709551615 4194304 4196468 140722578610944 140364033058928 140364487408258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17730] ppid=17671 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17730/stat : 17730 (java) S 17671 17674 16548 0 -1 1077944384 60 12482 0 0 0 0 5 2 20 0 15 0 43912584 14407233536 248614 18446744073709551615 4194304 4196468 140722578610944 140364032004960 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17731] ppid=17671 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17731/stat : 17731 (java) S 17671 17674 16548 0 -1 1077944384 50 12482 0 0 0 0 5 2 20 0 15 0 43912584 14407233536 248614 18446744073709551615 4194304 4196468 140722578610944 140364030952576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17732] ppid=17671 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17732/stat : 17732 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912586 14407233536 248614 18446744073709551615 4194304 4196468 140722578610944 140364029900880 140364487415707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0

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

/proc/17674/task/17736/stat : 17736 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912587 14407233536 649696 18446744073709551615 4194304 4196468 140722578610944 140363958307808 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17737] ppid=17671 vsize=14069564 CPUtime=1.45 cores=1,3,5,7
/proc/17674/task/17737/stat : 17737 (java) S 17671 17674 16548 0 -1 1077944384 2529 12482 0 0 59 79 5 2 20 0 15 0 43912590 14407233536 649696 18446744073709551615 4194304 4196468 140722578610944 140363957254576 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
Current children cumulated CPU time (s) 2438.74
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 0.94 1.33 1.39 3/209 18031
/proc/meminfo: memFree=27492836/32770624 swapFree=0/297520
[pid=17674] ppid=17671 vsize=14069564 CPUtime=2499.92 cores=1,3,5,7
/proc/17674/stat : 17674 (java) S 17671 17674 16548 0 -1 1077944320 388384 12482 0 0 249614 371 5 2 20 0 15 0 43912562 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140722578593488 140364487397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
/proc/17674/statm: 3517391 650227 3484 1 0 3506005 0
[pid=17674/tid=17724] ppid=17671 vsize=14069564 CPUtime=2416.14 cores=1,3,5,7
/proc/17674/task/17724/stat : 17724 (java) R 17671 17674 16548 0 -1 4202560 134827 12482 0 0 241529 78 5 2 20 0 15 0 43912581 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140364491631184 140364127976728 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17725] ppid=17671 vsize=14069564 CPUtime=15.12 cores=1,3,5,7
/proc/17674/task/17725/stat : 17725 (java) S 17671 17674 16548 0 -1 1077944384 42551 12482 0 0 1460 45 5 2 20 0 15 0 43912582 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140364444363664 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17726] ppid=17671 vsize=14069564 CPUtime=15.14 cores=1,3,5,7
/proc/17674/task/17726/stat : 17726 (java) S 17671 17674 16548 0 -1 1077944384 40528 12482 0 0 1460 47 5 2 20 0 15 0 43912582 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140364443310864 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17727] ppid=17671 vsize=14069564 CPUtime=15.16 cores=1,3,5,7
/proc/17674/task/17727/stat : 17727 (java) S 17671 17674 16548 0 -1 1077944384 39762 12482 0 0 1459 50 5 2 20 0 15 0 43912582 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140364442258576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17728] ppid=17671 vsize=14069564 CPUtime=15.16 cores=1,3,5,7
/proc/17674/task/17728/stat : 17728 (java) S 17671 17674 16548 0 -1 1077944384 37055 12482 0 0 1461 48 5 2 20 0 15 0 43912582 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140364441205776 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17729] ppid=17671 vsize=14069564 CPUtime=7.6 cores=1,3,5,7
/proc/17674/task/17729/stat : 17729 (java) S 17671 17674 16548 0 -1 1077944384 34174 12482 0 0 703 50 5 2 20 0 15 0 43912583 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140364033058928 140364487408258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17730] ppid=17671 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17730/stat : 17730 (java) S 17671 17674 16548 0 -1 1077944384 60 12482 0 0 0 0 5 2 20 0 15 0 43912584 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140364032004960 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17731] ppid=17671 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17731/stat : 17731 (java) S 17671 17674 16548 0 -1 1077944384 50 12482 0 0 0 0 5 2 20 0 15 0 43912584 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140364030952576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17732] ppid=17671 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17732/stat : 17732 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912586 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140364029900880 140364487415707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17733] ppid=17671 vsize=14069564 CPUtime=6.77 cores=1,3,5,7
/proc/17674/task/17733/stat : 17733 (java) S 17671 17674 16548 0 -1 1077944384 19451 12482 0 0 667 3 5 2 20 0 15 0 43912586 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140364028848752 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17734] ppid=17671 vsize=14069564 CPUtime=5.45 cores=1,3,5,7
/proc/17674/task/17734/stat : 17734 (java) S 17671 17674 16548 0 -1 1077944384 17804 12482 0 0 534 4 5 2 20 0 15 0 43912586 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140363960412656 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17735] ppid=17671 vsize=14069564 CPUtime=2.41 cores=1,3,5,7
/proc/17674/task/17735/stat : 17735 (java) S 17671 17674 16548 0 -1 1077944384 17400 12482 0 0 230 4 5 2 20 0 15 0 43912586 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140363959360368 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17736] ppid=17671 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17736/stat : 17736 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912587 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140363958307808 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17737] ppid=17671 vsize=14069564 CPUtime=1.48 cores=1,3,5,7
/proc/17674/task/17737/stat : 17737 (java) S 17671 17674 16548 0 -1 1077944384 2561 12482 0 0 60 81 5 2 20 0 15 0 43912590 14407233536 650227 18446744073709551615 4194304 4196468 140722578610944 140363957254576 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
Current children cumulated CPU time (s) 2499.92
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462 s]
/proc/loadavg: 1.18 1.36 1.39 3/209 18032
/proc/meminfo: memFree=27493648/32770624 swapFree=0/297540
[pid=17674] ppid=17671 vsize=14069564 CPUtime=2520.01 cores=1,3,5,7
/proc/17674/stat : 17674 (java) S 17671 17674 16548 0 -1 1077944320 389595 12482 0 0 251621 373 5 2 20 0 15 0 43912562 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140722578593488 140364487397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
/proc/17674/statm: 3517391 650235 3484 1 0 3506005 0
[pid=17674/tid=17724] ppid=17671 vsize=14069564 CPUtime=2435.62 cores=1,3,5,7
/proc/17674/task/17724/stat : 17724 (java) R 17671 17674 16548 0 -1 4202560 135163 12482 0 0 243476 79 5 2 20 0 15 0 43912581 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140364491631264 140364127571738 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17725] ppid=17671 vsize=14069564 CPUtime=15.26 cores=1,3,5,7
/proc/17674/task/17725/stat : 17725 (java) S 17671 17674 16548 0 -1 1077944384 42620 12482 0 0 1474 45 5 2 20 0 15 0 43912582 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140364444363664 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17726] ppid=17671 vsize=14069564 CPUtime=15.28 cores=1,3,5,7
/proc/17674/task/17726/stat : 17726 (java) S 17671 17674 16548 0 -1 1077944384 40636 12482 0 0 1473 48 5 2 20 0 15 0 43912582 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140364443310864 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17727] ppid=17671 vsize=14069564 CPUtime=15.29 cores=1,3,5,7
/proc/17674/task/17727/stat : 17727 (java) S 17671 17674 16548 0 -1 1077944384 39873 12482 0 0 1472 50 5 2 20 0 15 0 43912582 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140364442258576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17728] ppid=17671 vsize=14069564 CPUtime=15.3 cores=1,3,5,7
/proc/17674/task/17728/stat : 17728 (java) S 17671 17674 16548 0 -1 1077944384 37433 12482 0 0 1475 48 5 2 20 0 15 0 43912582 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140364441205776 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17729] ppid=17671 vsize=14069564 CPUtime=7.67 cores=1,3,5,7
/proc/17674/task/17729/stat : 17729 (java) S 17671 17674 16548 0 -1 1077944384 34363 12482 0 0 710 50 5 2 20 0 15 0 43912583 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140364033058928 140364487408258 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17730] ppid=17671 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17730/stat : 17730 (java) S 17671 17674 16548 0 -1 1077944384 60 12482 0 0 0 0 5 2 20 0 15 0 43912584 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140364032004960 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17731] ppid=17671 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17731/stat : 17731 (java) S 17671 17674 16548 0 -1 1077944384 50 12482 0 0 0 0 5 2 20 0 15 0 43912584 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140364030952576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17732] ppid=17671 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17732/stat : 17732 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912586 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140364029900880 140364487415707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17733] ppid=17671 vsize=14069564 CPUtime=6.77 cores=1,3,5,7
/proc/17674/task/17733/stat : 17733 (java) S 17671 17674 16548 0 -1 1077944384 19453 12482 0 0 667 3 5 2 20 0 15 0 43912586 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140364028848752 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17734] ppid=17671 vsize=14069564 CPUtime=5.45 cores=1,3,5,7
/proc/17674/task/17734/stat : 17734 (java) S 17671 17674 16548 0 -1 1077944384 17806 12482 0 0 534 4 5 2 20 0 15 0 43912586 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140363960412656 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17735] ppid=17671 vsize=14069564 CPUtime=2.41 cores=1,3,5,7
/proc/17674/task/17735/stat : 17735 (java) S 17671 17674 16548 0 -1 1077944384 17402 12482 0 0 230 4 5 2 20 0 15 0 43912586 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140363959360368 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17736] ppid=17671 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17736/stat : 17736 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 15 0 43912587 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140363958307808 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17737] ppid=17671 vsize=14069564 CPUtime=1.5 cores=1,3,5,7
/proc/17674/task/17737/stat : 17737 (java) S 17671 17674 16548 0 -1 1077944384 2575 12482 0 0 61 82 5 2 20 0 15 0 43912590 14407233536 650235 18446744073709551615 4194304 4196468 140722578610944 140363957254576 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
Current children cumulated CPU time (s) 2520.01
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 17674 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2462.4 s]
/proc/loadavg: 1.18 1.36 1.39 3/209 18032
/proc/meminfo: memFree=27493648/32770624 swapFree=0/297540
[pid=17674] ppid=17671 vsize=14202692 CPUtime=2521.42 cores=1,3,5,7
/proc/17674/stat : 17674 (java) S 17671 17674 16548 0 -1 1077944320 396911 12482 0 0 251761 374 5 2 20 0 17 0 43912562 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140722578593488 140364487397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
/proc/17674/statm: 3550673 653240 3484 1 0 3539287 0
[pid=17674/tid=17724] ppid=17671 vsize=14202692 CPUtime=2435.63 cores=1,3,5,7
/proc/17674/task/17724/stat : 17724 (java) S 17671 17674 16548 0 -1 1077944384 135525 12482 0 0 243477 79 5 2 20 0 17 0 43912581 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140364491634656 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17725] ppid=17671 vsize=14202692 CPUtime=15.6 cores=1,3,5,7
/proc/17674/task/17725/stat : 17725 (java) R 17671 17674 16548 0 -1 4202560 42716 12482 0 0 1508 45 5 2 20 0 17 0 43912582 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140364444363664 140364487409046 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17726] ppid=17671 vsize=14202692 CPUtime=15.62 cores=1,3,5,7
/proc/17674/task/17726/stat : 17726 (java) R 17671 17674 16548 0 -1 4202560 40713 12482 0 0 1507 48 5 2 20 0 17 0 43912582 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140364443310864 140364487409046 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17727] ppid=17671 vsize=14202692 CPUtime=15.63 cores=1,3,5,7
/proc/17674/task/17727/stat : 17727 (java) R 17671 17674 16548 0 -1 1077944384 39913 12482 0 0 1506 50 5 2 20 0 17 0 43912582 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140364442258576 140364487407317 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17728] ppid=17671 vsize=14202692 CPUtime=15.63 cores=1,3,5,7
/proc/17674/task/17728/stat : 17728 (java) R 17671 17674 16548 0 -1 4202560 37550 12482 0 0 1508 48 5 2 20 0 17 0 43912582 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140364441205776 140364472094886 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17729] ppid=17671 vsize=14202692 CPUtime=7.71 cores=1,3,5,7
/proc/17674/task/17729/stat : 17729 (java) S 17671 17674 16548 0 -1 1077944384 40750 12482 0 0 714 50 5 2 20 0 17 0 43912583 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140364033057328 140364487407317 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17730] ppid=17671 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17730/stat : 17730 (java) S 17671 17674 16548 0 -1 1077944384 62 12482 0 0 0 0 5 2 20 0 17 0 43912584 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140364032004352 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17731] ppid=17671 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17731/stat : 17731 (java) S 17671 17674 16548 0 -1 1077944384 50 12482 0 0 0 0 5 2 20 0 17 0 43912584 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140364030952576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17732] ppid=17671 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17732/stat : 17732 (java) S 17671 17674 16548 0 -1 1077944384 100 12482 0 0 0 0 5 2 20 0 17 0 43912586 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140364029900880 140364487415707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17733] ppid=17671 vsize=14202692 CPUtime=6.78 cores=1,3,5,7
/proc/17674/task/17733/stat : 17733 (java) S 17671 17674 16548 0 -1 1077944384 19476 12482 0 0 668 3 5 2 20 0 17 0 43912586 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140364028838080 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17734] ppid=17671 vsize=14202692 CPUtime=5.45 cores=1,3,5,7
/proc/17674/task/17734/stat : 17734 (java) S 17671 17674 16548 0 -1 1077944384 17806 12482 0 0 534 4 5 2 20 0 17 0 43912586 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140363960412656 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17735] ppid=17671 vsize=14202692 CPUtime=2.41 cores=1,3,5,7
/proc/17674/task/17735/stat : 17735 (java) S 17671 17674 16548 0 -1 1077944384 17402 12482 0 0 230 4 5 2 20 0 17 0 43912586 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140363959360368 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17736] ppid=17671 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17736/stat : 17736 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 17 0 43912587 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140363958307808 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17737] ppid=17671 vsize=14202692 CPUtime=1.5 cores=1,3,5,7
/proc/17674/task/17737/stat : 17737 (java) S 17671 17674 16548 0 -1 1077944384 2575 12482 0 0 61 82 5 2 20 0 17 0 43912590 14543556608 653240 18446744073709551615 4194304 4196468 140722578610944 140363957254576 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
Current children cumulated CPU time (s) 2521.42
Current children cumulated vsize (KiB) 14202692

[startup+2462.6 s]
/proc/loadavg: 1.18 1.36 1.39 3/209 18032
/proc/meminfo: memFree=27493648/32770624 swapFree=0/297540
[pid=17674] ppid=17671 vsize=14202692 CPUtime=2522.11 cores=1,3,5,7
/proc/17674/stat : 17674 (java) S 17671 17674 16548 0 -1 1077944320 396933 12482 0 0 251829 375 5 2 20 0 17 0 43912562 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140722578593488 140364487397111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
/proc/17674/statm: 3550673 653258 3484 1 0 3539287 0
[pid=17674/tid=17724] ppid=17671 vsize=14202692 CPUtime=2435.63 cores=1,3,5,7
/proc/17674/task/17724/stat : 17724 (java) S 17671 17674 16548 0 -1 1077944384 135525 12482 0 0 243477 79 5 2 20 0 17 0 43912581 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140364491634656 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17725] ppid=17671 vsize=14202692 CPUtime=15.76 cores=1,3,5,7
/proc/17674/task/17725/stat : 17725 (java) R 17671 17674 16548 0 -1 4202560 42716 12482 0 0 1524 45 5 2 20 0 17 0 43912582 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140364444363864 140364472348238 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17726] ppid=17671 vsize=14202692 CPUtime=15.78 cores=1,3,5,7
/proc/17674/task/17726/stat : 17726 (java) R 17671 17674 16548 0 -1 4202560 40713 12482 0 0 1523 48 5 2 20 0 17 0 43912582 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140364443310864 140364472094773 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17727] ppid=17671 vsize=14202692 CPUtime=15.79 cores=1,3,5,7
/proc/17674/task/17727/stat : 17727 (java) R 17671 17674 16548 0 -1 4202560 39913 12482 0 0 1522 50 5 2 20 0 17 0 43912582 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140364442258576 140364468994122 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17728] ppid=17671 vsize=14202692 CPUtime=15.8 cores=1,3,5,7
/proc/17674/task/17728/stat : 17728 (java) R 17671 17674 16548 0 -1 4202560 37570 12482 0 0 1525 48 5 2 20 0 17 0 43912582 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140364441205776 140364468994122 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17729] ppid=17671 vsize=14202692 CPUtime=7.75 cores=1,3,5,7
/proc/17674/task/17729/stat : 17729 (java) S 17671 17674 16548 0 -1 1077944384 40750 12482 0 0 718 50 5 2 20 0 17 0 43912583 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140364033057328 140364487407317 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17730] ppid=17671 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17730/stat : 17730 (java) S 17671 17674 16548 0 -1 1077944384 62 12482 0 0 0 0 5 2 20 0 17 0 43912584 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140364032004352 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17731] ppid=17671 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17731/stat : 17731 (java) S 17671 17674 16548 0 -1 1077944384 50 12482 0 0 0 0 5 2 20 0 17 0 43912584 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140364030952576 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17732] ppid=17671 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17732/stat : 17732 (java) S 17671 17674 16548 0 -1 1077944384 100 12482 0 0 0 0 5 2 20 0 17 0 43912586 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140364029900880 140364487415707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17733] ppid=17671 vsize=14202692 CPUtime=6.78 cores=1,3,5,7
/proc/17674/task/17733/stat : 17733 (java) S 17671 17674 16548 0 -1 1077944384 19478 12482 0 0 668 3 5 2 20 0 17 0 43912586 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140364028838272 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17734] ppid=17671 vsize=14202692 CPUtime=5.45 cores=1,3,5,7
/proc/17674/task/17734/stat : 17734 (java) S 17671 17674 16548 0 -1 1077944384 17806 12482 0 0 534 4 5 2 20 0 17 0 43912586 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140363960412656 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17735] ppid=17671 vsize=14202692 CPUtime=2.41 cores=1,3,5,7
/proc/17674/task/17735/stat : 17735 (java) S 17671 17674 16548 0 -1 1077944384 17402 12482 0 0 230 4 5 2 20 0 17 0 43912586 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140363959360368 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17736] ppid=17671 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/17674/task/17736/stat : 17736 (java) S 17671 17674 16548 0 -1 1077944384 3 12482 0 0 0 0 5 2 20 0 17 0 43912587 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140363958307808 140364487407317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
[pid=17674/tid=17737] ppid=17671 vsize=14202692 CPUtime=1.5 cores=1,3,5,7
/proc/17674/task/17737/stat : 17737 (java) S 17671 17674 16548 0 -1 1077944384 2575 12482 0 0 61 82 5 2 20 0 17 0 43912590 14543556608 653258 18446744073709551615 4194304 4196468 140722578610944 140363957254576 140364487408258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140722578618320 140722578621105 140722578621105 140722578624463 0
Current children cumulated CPU time (s) 2522.11
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2462.67
CPU time (s): 2522.28
CPU user time (s): 2518.49
CPU system time (s): 3.79268
CPU usage (%): 102.421
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.49
system time used= 3.79268
maximum resident set size= 2967908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409546
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 213495
involuntary context switches= 9365

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4008 second user time and 14.9576 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 03:52:10
IDJOB=4262133
IDBENCH=115785
IDSOLVER=2650
FILE ID=node126/4262133-1502417170
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 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-4262133-1502417170/watcher-4262133-1502417170 -o /tmp/evaluation-result-4262133-1502417170/solver-4262133-1502417170 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262133-1502417170.xml

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

MD5SUM BENCH= ace514d87f50dd866893bf6c8eeff4c9
RANDOM SEED=416909811

node126.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.81
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.81
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.81
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.81
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:        30018196 kB
MemAvailable:   30601856 kB
Buffers:          267168 kB
Cached:           590052 kB
SwapCached:          524 kB
Active:          1925388 kB
Inactive:         368004 kB
Active(anon):    1390228 kB
Inactive(anon):    71324 kB
Active(file):     535160 kB
Inactive(file):   296680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24188 kB
Writeback:             0 kB
AnonPages:       1443380 kB
Mapped:            53288 kB
Shmem:             25248 kB
Slab:             160904 kB
SReclaimable:     135312 kB
SUnreclaim:        25592 kB
KernelStack:        3712 kB
PageTables:         8028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2278612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1236992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 04:33:13