Trace number 4262134

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.6001 2458.8601

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-20-6.xml
MD5SUM38bce9c8c5d0642f93f0794d9598dc6e
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 variables630
Number of constraints650
Number of domains1
Minimum domain size2047
Maximum domain size2047
Distribution of domain sizes[{"size":2047,"count":630}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":600}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":600},{"arity":30,"count":20}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=8473
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.51 1.29 1.24 1/184 8476
/proc/meminfo: memFree=31633992/32770624 swapFree=0/370904
[pid=8476] ppid=8473 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/8476/stat : 8476 (runsolver) D 8473 8476 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 29814083 24240128 107 18446744073709551615 4194304 4338465 140725063430944 140725063428584 140564705612503 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 39604224 140725063434449 140725063434825 140725063434825 140725063438282 0
/proc/8476/statm: 5918 107 54 36 0 2156 0

[startup+0.100227 s]
/proc/loadavg: 1.51 1.29 1.24 1/184 8476
/proc/meminfo: memFree=31633992/32770624 swapFree=0/370904
[pid=8476] ppid=8473 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/8476/stat : 8476 (bash) S 8473 8476 7434 0 -1 4202496 893 6488 0 0 0 0 0 1 20 0 1 0 29814083 9867264 377 18446744073709551615 4194304 5098028 140733453244992 140733453239000 140241720249344 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 24723456 140733453246996 140733453247081 140733453247081 140733453250538 0
/proc/8476/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200306 s]
/proc/loadavg: 1.51 1.29 1.24 1/184 8476
/proc/meminfo: memFree=31633992/32770624 swapFree=0/370904
[pid=8476] ppid=8473 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/8476/stat : 8476 (bash) S 8473 8476 7434 0 -1 4202496 893 6488 0 0 0 0 0 1 20 0 1 0 29814083 9867264 377 18446744073709551615 4194304 5098028 140733453244992 140733453239000 140241720249344 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 24723456 140733453246996 140733453247081 140733453247081 140733453250538 0
/proc/8476/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300328 s]
/proc/loadavg: 1.51 1.29 1.24 1/184 8476
/proc/meminfo: memFree=31633992/32770624 swapFree=0/370904
[pid=8476] ppid=8473 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/8476/stat : 8476 (bash) S 8473 8476 7434 0 -1 4202496 893 6488 0 0 0 0 0 1 20 0 1 0 29814083 9867264 377 18446744073709551615 4194304 5098028 140733453244992 140733453239000 140241720249344 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 24723456 140733453246996 140733453247081 140733453247081 140733453250538 0
/proc/8476/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.700197 s]
/proc/loadavg: 1.51 1.29 1.24 1/184 8476
/proc/meminfo: memFree=31633992/32770624 swapFree=0/370904
[pid=8476] ppid=8473 vsize=13974784 CPUtime=0.43 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 7434 0 -1 1077944320 12706 12467 0 0 32 3 5 3 20 0 15 0 29814083 14310178816 13539 18446744073709551615 4194304 4196468 140731748416720 140731748399264 140524783288055 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
/proc/8476/statm: 3493696 13539 3074 1 0 3482965 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13974784

[startup+1.50067 s]
/proc/loadavg: 1.51 1.29 1.24 4/213 8601
/proc/meminfo: memFree=31479584/32770624 swapFree=0/371868
[pid=8476] ppid=8473 vsize=13983360 CPUtime=1.61 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 7434 0 -1 1077944320 24470 12467 0 0 147 6 5 3 20 0 15 0 29814083 14318960640 31605 18446744073709551615 4194304 4196468 140731748416720 140731748399264 140524783288055 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
/proc/8476/statm: 3495840 31605 3335 1 0 3485013 0
[pid=8476/tid=8587] ppid=8473 vsize=13983360 CPUtime=1.12 cores=1,3,5,7
/proc/8476/task/8587/stat : 8587 (java) R 8473 8476 7434 0 -1 4202560 20048 12467 0 0 100 4 5 3 20 0 15 0 29814116 14318960640 31605 18446744073709551615 4194304 4196468 140731748416720 140524787523952 140524783309981 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8588] ppid=8473 vsize=13983360 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8588/stat : 8588 (java) S 8473 8476 7434 0 -1 1077944384 1 12467 0 0 0 0 5 3 20 0 15 0 29814117 14318960640 31605 18446744073709551615 4194304 4196468 140731748416720 140524755131024 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8589] ppid=8473 vsize=13983360 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8589/stat : 8589 (java) S 8473 8476 7434 0 -1 1077944384 1 12467 0 0 0 0 5 3 20 0 15 0 29814117 14318960640 31605 18446744073709551615 4194304 4196468 140731748416720 140524382054928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8590] ppid=8473 vsize=13983360 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8590/stat : 8590 (java) S 8473 8476 7434 0 -1 1077944384 1 12467 0 0 0 0 5 3 20 0 15 0 29814117 14318960640 31605 18446744073709551615 4194304 4196468 140731748416720 140524381002128 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8591] ppid=8473 vsize=13983360 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8591/stat : 8591 (java) S 8473 8476 7434 0 -1 1077944384 2 12467 0 0 0 0 5 3 20 0 15 0 29814117 14318960640 31605 18446744073709551615 4194304 4196468 140731748416720 140524379949328 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8592] ppid=8473 vsize=13983360 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8592/stat : 8592 (java) S 8473 8476 7434 0 -1 1077944384 5 12467 0 0 0 0 5 3 20 0 15 0 29814118 14318960640 31628 18446744073709551615 4194304 4196468 140731748416720 140524261415792 140524783299202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8593] ppid=8473 vsize=13983360 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8593/stat : 8593 (java) S 8473 8476 7434 0 -1 1077944384 33 12467 0 0 0 0 5 3 20 0 15 0 29814119 14318960640 31628 18446744073709551615 4194304 4196468 140731748416720 140524260361760 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8594] ppid=8473 vsize=13983360 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8594/stat : 8594 (java) S 8473 8476 7434 0 -1 1077944384 21 12467 0 0 0 0 5 3 20 0 15 0 29814119 14318960640 31628 18446744073709551615 4194304 4196468 140731748416720 140524259308912 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8595] ppid=8473 vsize=13983360 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8595/stat : 8595 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 15 0 29814121 14318960640 31628 18446744073709551615 4194304 4196468 140731748416720 140524258257232 140524783306651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8596] ppid=8473 vsize=13983360 CPUtime=0.24 cores=1,3,5,7
/proc/8476/task/8596/stat : 8596 (java) S 8473 8476 7434 0 -1 1077944384 1054 12467 0 0 16 0 5 3 20 0 15 0 29814121 14318960640 31628 18446744073709551615 4194304 4196468 140731748416720 140524257204592 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8597] ppid=8473 vsize=13983360 CPUtime=0.18 cores=1,3,5,7
/proc/8476/task/8597/stat : 8597 (java) S 8473 8476 7434 0 -1 1077944384 418 12467 0 0 10 0 5 3 20 0 15 0 29814121 14318960640 31628 18446744073709551615 4194304 4196468 140731748416720 140524256151792 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8598] ppid=8473 vsize=13983360 CPUtime=0.27 cores=1,3,5,7
/proc/8476/task/8598/stat : 8598 (java) S 8473 8476 7434 0 -1 1077944384 720 12467 0 0 19 0 5 3 20 0 15 0 29814122 14318960640 31628 18446744073709551615 4194304 4196468 140731748416720 140524255098992 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8599] ppid=8473 vsize=13983360 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8599/stat : 8599 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 15 0 29814122 14318960640 31628 18446744073709551615 4194304 4196468 140731748416720 140524254046432 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8601] ppid=8473 vsize=13983360 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8601/stat : 8601 (java) S 8473 8476 7434 0 -1 1077944384 8 12467 0 0 0 0 5 3 20 0 15 0 29814132 14318960640 31628 18446744073709551615 4194304 4196468 140731748416720 140524252994736 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 13983360

[startup+3.1044 s]
/proc/loadavg: 1.51 1.29 1.24 7/213 8601
/proc/meminfo: memFree=31301984/32770624 swapFree=0/371864
[pid=8476] ppid=8473 vsize=13997884 CPUtime=5.61 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 7434 0 -1 1077944320 40890 12467 0 0 540 13 5 3 20 0 15 0 29814083 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140731748399264 140524783288055 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
/proc/8476/statm: 3499471 50783 3444 1 0 3488085 0
[pid=8476/tid=8587] ppid=8473 vsize=13997884 CPUtime=2.69 cores=1,3,5,7
/proc/8476/task/8587/stat : 8587 (java) R 8473 8476 7434 0 -1 4202560 27519 12467 0 0 255 6 5 3 20 0 15 0 29814116 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524787516928 140524433597255 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8588] ppid=8473 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8588/stat : 8588 (java) S 8473 8476 7434 0 -1 1077944384 62 12467 0 0 0 0 5 3 20 0 15 0 29814117 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524755131024 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8589] ppid=8473 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/8476/task/8589/stat : 8589 (java) S 8473 8476 7434 0 -1 1077944384 178 12467 0 0 1 0 5 3 20 0 15 0 29814117 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524382054928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8590] ppid=8473 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/8476/task/8590/stat : 8590 (java) S 8473 8476 7434 0 -1 1077944384 37 12467 0 0 1 0 5 3 20 0 15 0 29814117 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524381002128 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8591] ppid=8473 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8591/stat : 8591 (java) S 8473 8476 7434 0 -1 1077944384 60 12467 0 0 0 0 5 3 20 0 15 0 29814117 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524379949328 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8592] ppid=8473 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/8476/task/8592/stat : 8592 (java) S 8473 8476 7434 0 -1 1077944384 1482 12467 0 0 1 0 5 3 20 0 15 0 29814118 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524261415792 140524783299202 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8593] ppid=8473 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8593/stat : 8593 (java) S 8473 8476 7434 0 -1 1077944384 55 12467 0 0 0 0 5 3 20 0 15 0 29814119 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524260361824 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8594] ppid=8473 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8594/stat : 8594 (java) S 8473 8476 7434 0 -1 1077944384 45 12467 0 0 0 0 5 3 20 0 15 0 29814119 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524259308928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8595] ppid=8473 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8595/stat : 8595 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 15 0 29814121 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524258257232 140524783306651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8596] ppid=8473 vsize=13997884 CPUtime=0.84 cores=1,3,5,7
/proc/8476/task/8596/stat : 8596 (java) R 8473 8476 7434 0 -1 4202560 1992 12467 0 0 76 0 5 3 20 0 15 0 29814121 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524257187792 140524767712986 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8597] ppid=8473 vsize=13997884 CPUtime=1.09 cores=1,3,5,7
/proc/8476/task/8597/stat : 8597 (java) R 8473 8476 7434 0 -1 4202560 3727 12467 0 0 100 1 5 3 20 0 15 0 29814121 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524256139072 140524763988847 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8598] ppid=8473 vsize=13997884 CPUtime=1.11 cores=1,3,5,7
/proc/8476/task/8598/stat : 8598 (java) R 8473 8476 7434 0 -1 4202560 3562 12467 0 0 101 2 5 3 20 0 15 0 29814122 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524255097408 140524762206579 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8599] ppid=8473 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8599/stat : 8599 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 15 0 29814122 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524254046432 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8601] ppid=8473 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8601/stat : 8601 (java) S 8473 8476 7434 0 -1 1077944384 13 12467 0 0 0 0 5 3 20 0 15 0 29814132 14333833216 50783 18446744073709551615 4194304 4196468 140731748416720 140524252994736 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 13997884

[startup+6.30068 s]
/proc/loadavg: 1.55 1.30 1.25 10/213 8601
/proc/meminfo: memFree=30676092/32770624 swapFree=0/371856
[pid=8476] ppid=8473 vsize=13999932 CPUtime=14.67 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 7434 0 -1 1077944320 61584 12467 0 0 1425 34 5 3 20 0 15 0 29814083 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140731748399264 140524783288055 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
/proc/8476/statm: 3499983 122503 3465 1 0 3488597 0
[pid=8476/tid=8587] ppid=8473 vsize=13999932 CPUtime=5.68 cores=1,3,5,7
/proc/8476/task/8587/stat : 8587 (java) R 8473 8476 7434 0 -1 4202560 29909 12467 0 0 551 9 5 3 20 0 15 0 29814116 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524787520336 140524438899322 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8588] ppid=8473 vsize=13999932 CPUtime=0.26 cores=1,3,5,7
/proc/8476/task/8588/stat : 8588 (java) S 8473 8476 7434 0 -1 1077944384 910 12467 0 0 14 4 5 3 20 0 15 0 29814117 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524755131024 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8589] ppid=8473 vsize=13999932 CPUtime=0.26 cores=1,3,5,7
/proc/8476/task/8589/stat : 8589 (java) S 8473 8476 7434 0 -1 1077944384 395 12467 0 0 15 3 5 3 20 0 15 0 29814117 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524382054928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8590] ppid=8473 vsize=13999932 CPUtime=0.24 cores=1,3,5,7
/proc/8476/task/8590/stat : 8590 (java) S 8473 8476 7434 0 -1 1077944384 1236 12467 0 0 13 3 5 3 20 0 15 0 29814117 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524381002128 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8591] ppid=8473 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/8476/task/8591/stat : 8591 (java) S 8473 8476 7434 0 -1 1077944384 226 12467 0 0 12 3 5 3 20 0 15 0 29814117 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524379949328 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8592] ppid=8473 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/8476/task/8592/stat : 8592 (java) S 8473 8476 7434 0 -1 1077944384 1907 12467 0 0 2 0 5 3 20 0 15 0 29814118 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524261415792 140524783299202 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8593] ppid=8473 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8593/stat : 8593 (java) S 8473 8476 7434 0 -1 1077944384 55 12467 0 0 0 0 5 3 20 0 15 0 29814119 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524260361824 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8594] ppid=8473 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8594/stat : 8594 (java) S 8473 8476 7434 0 -1 1077944384 45 12467 0 0 0 0 5 3 20 0 15 0 29814119 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524259308928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8595] ppid=8473 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8595/stat : 8595 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 15 0 29814121 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524258257232 140524783306651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8596] ppid=8473 vsize=13999932 CPUtime=3.22 cores=1,3,5,7
/proc/8476/task/8596/stat : 8596 (java) S 8473 8476 7434 0 -1 1077944384 8359 12467 0 0 312 2 5 3 20 0 15 0 29814121 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524257204592 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8597] ppid=8473 vsize=13999932 CPUtime=3.5 cores=1,3,5,7
/proc/8476/task/8597/stat : 8597 (java) S 8473 8476 7434 0 -1 1077944384 9202 12467 0 0 340 2 5 3 20 0 15 0 29814121 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524256151792 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8598] ppid=8473 vsize=13999932 CPUtime=1.7 cores=1,3,5,7
/proc/8476/task/8598/stat : 8598 (java) S 8473 8476 7434 0 -1 1077944384 7092 12467 0 0 159 3 5 3 20 0 15 0 29814122 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524255098992 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8599] ppid=8473 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8599/stat : 8599 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 15 0 29814122 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524254046432 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8601] ppid=8473 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8601/stat : 8601 (java) S 8473 8476 7434 0 -1 1077944384 90 12467 0 0 0 0 5 3 20 0 15 0 29814132 14335930368 122503 18446744073709551615 4194304 4196468 140731748416720 140524252994736 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.83 1.36 1.27 5/213 8601
/proc/meminfo: memFree=29287928/32770624 swapFree=0/371864
[pid=8476] ppid=8473 vsize=14004028 CPUtime=28.05 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 7434 0 -1 1077944320 93400 12467 0 0 2744 53 5 3 20 0 15 0 29814083 14340124672 200368 18446744073709551615 4194304 4196468 140731748416720 140731748399264 140524783288055 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
/proc/8476/statm: 3501007 200368 3475 1 0 3489621 0
[pid=8476/tid=8587] ppid=8473 vsize=14004028 CPUtime=11.81 cores=1,3,5,7
/proc/8476/task/8587/stat : 8587 (java) R 8473 8476 7434 0 -1 4202560 46422 12467 0 0 1160 13 5 3 20 0 15 0 29814116 14340124672 200368 18446744073709551615 4194304 4196468 140731748416720 140524787518544 140524443413586 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8588] ppid=8473 vsize=14004028 CPUtime=0.49 cores=1,3,5,7
/proc/8476/task/8588/stat : 8588 (java) S 8473 8476 7434 0 -1 1077944384 1044 12467 0 0 34 7 5 3 20 0 15 0 29814117 14340124672 200368 18446744073709551615 4194304 4196468 140731748416720 140524755131024 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8589] ppid=8473 vsize=14004028 CPUtime=0.5 cores=1,3,5,7
/proc/8476/task/8589/stat : 8589 (java) S 8473 8476 7434 0 -1 1077944384 916 12467 0 0 36 6 5 3 20 0 15 0 29814117 14340124672 200368 18446744073709551615 4194304 4196468 140731748416720 140524382054928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8590] ppid=8473 vsize=14004028 CPUtime=0.47 cores=1,3,5,7
/proc/8476/task/8590/stat : 8590 (java) S 8473 8476 7434 0 -1 1077944384 1390 12467 0 0 33 6 5 3 20 0 15 0 29814117 14340124672 200368 18446744073709551615 4194304 4196468 140731748416720 140524381002128 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8591] ppid=8473 vsize=14004028 CPUtime=0.47 cores=1,3,5,7
/proc/8476/task/8591/stat : 8591 (java) S 8473 8476 7434 0 -1 1077944384 475 12467 0 0 33 6 5 3 20 0 15 0 29814117 14340124672 200368 18446744073709551615 4194304 4196468 140731748416720 140524379949328 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8592] ppid=8473 vsize=14004028 CPUtime=0.14 cores=1,3,5,7
/proc/8476/task/8592/stat : 8592 (java) S 8473 8476 7434 0 -1 1077944384 5511 12467 0 0 6 0 5 3 20 0 15 0 29814118 14340124672 200368 18446744073709551615 4194304 4196468 140731748416720 140524261415792 140524783299202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8593] ppid=8473 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8593/stat : 8593 (java) S 8473 8476 7434 0 -1 1077944384 60 12467 0 0 0 0 5 3 20 0 15 0 29814119 14340124672 200368 18446744073709551615 4194304 4196468 140731748416720 140524260361824 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8594] ppid=8473 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8594/stat : 8594 (java) S 8473 8476 7434 0 -1 1077944384 51 12467 0 0 0 0 5 3 20 0 15 0 29814119 14340124672 200368 18446744073709551615 4194304 4196468 140731748416720 140524259308928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8595] ppid=8473 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8595/stat : 8595 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 15 0 29814121 14340124672 200368 18446744073709551615 4194304 4196468 140731748416720 140524258257232 140524783306651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0

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

Current children cumulated vsize (KiB) 14004028

[startup+2442.3 s]
/proc/loadavg: 1.01 1.23 1.32 3/209 8779
/proc/meminfo: memFree=26535560/32770624 swapFree=0/373204
[pid=8476] ppid=8473 vsize=14004028 CPUtime=2503.89 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 7434 0 -1 1077944320 425670 12467 0 0 250009 372 5 3 20 0 15 0 29814083 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140731748399264 140524783288055 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
/proc/8476/statm: 3501007 647576 3480 1 0 3489621 0
[pid=8476/tid=8587] ppid=8473 vsize=14004028 CPUtime=2417.43 cores=1,3,5,7
/proc/8476/task/8587/stat : 8587 (java) R 8473 8476 7434 0 -1 4202560 136475 12467 0 0 241657 78 5 3 20 0 15 0 29814116 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524787522112 140524426859160 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8588] ppid=8473 vsize=14004028 CPUtime=15.54 cores=1,3,5,7
/proc/8476/task/8588/stat : 8588 (java) S 8473 8476 7434 0 -1 1077944384 49036 12467 0 0 1498 48 5 3 20 0 15 0 29814117 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524755131024 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8589] ppid=8473 vsize=14004028 CPUtime=15.53 cores=1,3,5,7
/proc/8476/task/8589/stat : 8589 (java) S 8473 8476 7434 0 -1 1077944384 43555 12467 0 0 1498 47 5 3 20 0 15 0 29814117 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524382054928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8590] ppid=8473 vsize=14004028 CPUtime=15.61 cores=1,3,5,7
/proc/8476/task/8590/stat : 8590 (java) S 8473 8476 7434 0 -1 1077944384 64565 12467 0 0 1507 46 5 3 20 0 15 0 29814117 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524381002128 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8591] ppid=8473 vsize=14004028 CPUtime=15.53 cores=1,3,5,7
/proc/8476/task/8591/stat : 8591 (java) S 8473 8476 7434 0 -1 1077944384 40925 12467 0 0 1503 42 5 3 20 0 15 0 29814117 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524379949328 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8592] ppid=8473 vsize=14004028 CPUtime=7.06 cores=1,3,5,7
/proc/8476/task/8592/stat : 8592 (java) S 8473 8476 7434 0 -1 1077944384 37009 12467 0 0 646 52 5 3 20 0 15 0 29814118 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524261415792 140524783299202 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8593] ppid=8473 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8593/stat : 8593 (java) S 8473 8476 7434 0 -1 1077944384 61 12467 0 0 0 0 5 3 20 0 15 0 29814119 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524260361888 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8594] ppid=8473 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8594/stat : 8594 (java) S 8473 8476 7434 0 -1 1077944384 51 12467 0 0 0 0 5 3 20 0 15 0 29814119 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524259308928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8595] ppid=8473 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8595/stat : 8595 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 15 0 29814121 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524258257232 140524783306651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8596] ppid=8473 vsize=14004028 CPUtime=6.83 cores=1,3,5,7
/proc/8476/task/8596/stat : 8596 (java) S 8473 8476 7434 0 -1 1077944384 16460 12467 0 0 671 4 5 3 20 0 15 0 29814121 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524257204592 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8597] ppid=8473 vsize=14004028 CPUtime=6.91 cores=1,3,5,7
/proc/8476/task/8597/stat : 8597 (java) S 8473 8476 7434 0 -1 1077944384 13213 12467 0 0 679 4 5 3 20 0 15 0 29814121 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524256151792 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8598] ppid=8473 vsize=14004028 CPUtime=2.52 cores=1,3,5,7
/proc/8476/task/8598/stat : 8598 (java) S 8473 8476 7434 0 -1 1077944384 19917 12467 0 0 239 5 5 3 20 0 15 0 29814122 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524255098992 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8599] ppid=8473 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8599/stat : 8599 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 15 0 29814122 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524254046432 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8601] ppid=8473 vsize=14004028 CPUtime=1.53 cores=1,3,5,7
/proc/8476/task/8601/stat : 8601 (java) S 8473 8476 7434 0 -1 1077944384 2245 12467 0 0 65 80 5 3 20 0 15 0 29814132 14340124672 647576 18446744073709551615 4194304 4196468 140731748416720 140524252994736 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
Current children cumulated CPU time (s) 2503.89
Current children cumulated vsize (KiB) 14004028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458.1 s]
/proc/loadavg: 1.23 1.27 1.33 3/201 8897
/proc/meminfo: memFree=29040836/32770624 swapFree=0/373216
[pid=8476] ppid=8473 vsize=14004028 CPUtime=2520.02 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 7434 0 -1 1077944320 427320 12467 0 0 251620 374 5 3 20 0 15 0 29814083 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140731748399264 140524783288055 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
/proc/8476/statm: 3501007 647196 3480 1 0 3489621 0
[pid=8476/tid=8587] ppid=8473 vsize=14004028 CPUtime=2433.05 cores=1,3,5,7
/proc/8476/task/8587/stat : 8587 (java) R 8473 8476 7434 0 -1 4202560 136838 12467 0 0 243219 78 5 3 20 0 15 0 29814116 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524787522112 140524444603580 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8588] ppid=8473 vsize=14004028 CPUtime=15.66 cores=1,3,5,7
/proc/8476/task/8588/stat : 8588 (java) S 8473 8476 7434 0 -1 1077944384 49095 12467 0 0 1509 49 5 3 20 0 15 0 29814117 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524755131024 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8589] ppid=8473 vsize=14004028 CPUtime=15.64 cores=1,3,5,7
/proc/8476/task/8589/stat : 8589 (java) S 8473 8476 7434 0 -1 1077944384 43620 12467 0 0 1509 47 5 3 20 0 15 0 29814117 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524382054928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8590] ppid=8473 vsize=14004028 CPUtime=15.73 cores=1,3,5,7
/proc/8476/task/8590/stat : 8590 (java) S 8473 8476 7434 0 -1 1077944384 65609 12467 0 0 1518 47 5 3 20 0 15 0 29814117 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524381002128 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8591] ppid=8473 vsize=14004028 CPUtime=15.64 cores=1,3,5,7
/proc/8476/task/8591/stat : 8591 (java) S 8473 8476 7434 0 -1 1077944384 41011 12467 0 0 1514 42 5 3 20 0 15 0 29814117 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524379949328 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8592] ppid=8473 vsize=14004028 CPUtime=7.12 cores=1,3,5,7
/proc/8476/task/8592/stat : 8592 (java) S 8473 8476 7434 0 -1 1077944384 37040 12467 0 0 651 53 5 3 20 0 15 0 29814118 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524261415792 140524783299202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8593] ppid=8473 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8593/stat : 8593 (java) S 8473 8476 7434 0 -1 1077944384 61 12467 0 0 0 0 5 3 20 0 15 0 29814119 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524260361888 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8594] ppid=8473 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8594/stat : 8594 (java) S 8473 8476 7434 0 -1 1077944384 51 12467 0 0 0 0 5 3 20 0 15 0 29814119 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524259308928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8595] ppid=8473 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8595/stat : 8595 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 15 0 29814121 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524258257232 140524783306651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8596] ppid=8473 vsize=14004028 CPUtime=6.83 cores=1,3,5,7
/proc/8476/task/8596/stat : 8596 (java) S 8473 8476 7434 0 -1 1077944384 16460 12467 0 0 671 4 5 3 20 0 15 0 29814121 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524257204592 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8597] ppid=8473 vsize=14004028 CPUtime=6.91 cores=1,3,5,7
/proc/8476/task/8597/stat : 8597 (java) S 8473 8476 7434 0 -1 1077944384 13213 12467 0 0 679 4 5 3 20 0 15 0 29814121 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524256151792 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8598] ppid=8473 vsize=14004028 CPUtime=2.52 cores=1,3,5,7
/proc/8476/task/8598/stat : 8598 (java) S 8473 8476 7434 0 -1 1077944384 19917 12467 0 0 239 5 5 3 20 0 15 0 29814122 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524255098992 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8599] ppid=8473 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8599/stat : 8599 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 15 0 29814122 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524254046432 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8601] ppid=8473 vsize=14004028 CPUtime=1.54 cores=1,3,5,7
/proc/8476/task/8601/stat : 8601 (java) S 8473 8476 7434 0 -1 1077944384 2247 12467 0 0 66 80 5 3 20 0 15 0 29814132 14340124672 647196 18446744073709551615 4194304 4196468 140731748416720 140524252994736 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 14004028

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8476 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2458.4 s]
/proc/loadavg: 1.23 1.27 1.33 3/201 8897
/proc/meminfo: memFree=29040836/32770624 swapFree=0/373216
[pid=8476] ppid=8473 vsize=14137156 CPUtime=2521.06 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 7434 0 -1 1077944320 440648 12467 0 0 251723 375 5 3 20 0 17 0 29814083 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140731748399264 140524783288055 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
/proc/8476/statm: 3534289 650012 3480 1 0 3522903 0
[pid=8476/tid=8587] ppid=8473 vsize=14137156 CPUtime=2433.06 cores=1,3,5,7
/proc/8476/task/8587/stat : 8587 (java) S 8473 8476 7434 0 -1 1077944384 137829 12467 0 0 243220 78 5 3 20 0 17 0 29814116 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524787525600 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8588] ppid=8473 vsize=14137156 CPUtime=15.9 cores=1,3,5,7
/proc/8476/task/8588/stat : 8588 (java) R 8473 8476 7434 0 -1 4202560 49244 12467 0 0 1533 49 5 3 20 0 17 0 29814117 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524755131144 140524767988688 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8589] ppid=8473 vsize=14137156 CPUtime=15.89 cores=1,3,5,7
/proc/8476/task/8589/stat : 8589 (java) R 8473 8476 7434 0 -1 4202560 43713 12467 0 0 1534 47 5 3 20 0 17 0 29814117 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524382054736 140524767988751 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8590] ppid=8473 vsize=14137156 CPUtime=15.98 cores=1,3,5,7
/proc/8476/task/8590/stat : 8590 (java) R 8473 8476 7434 0 -1 4202560 65691 12467 0 0 1543 47 5 3 20 0 17 0 29814117 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524381002248 140524768277760 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8591] ppid=8473 vsize=14137156 CPUtime=15.9 cores=1,3,5,7
/proc/8476/task/8591/stat : 8591 (java) R 8473 8476 7434 0 -1 4202560 41127 12467 0 0 1540 42 5 3 20 0 17 0 29814117 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524379949328 140524767988771 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8592] ppid=8473 vsize=14137156 CPUtime=7.15 cores=1,3,5,7
/proc/8476/task/8592/stat : 8592 (java) S 8473 8476 7434 0 -1 1077944384 48235 12467 0 0 653 54 5 3 20 0 17 0 29814118 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524261414416 140524783298261 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8593] ppid=8473 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8593/stat : 8593 (java) S 8473 8476 7434 0 -1 1077944384 61 12467 0 0 0 0 5 3 20 0 17 0 29814119 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524260361888 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8594] ppid=8473 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8594/stat : 8594 (java) S 8473 8476 7434 0 -1 1077944384 51 12467 0 0 0 0 5 3 20 0 17 0 29814119 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524259308928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8595] ppid=8473 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8595/stat : 8595 (java) S 8473 8476 7434 0 -1 1077944384 244 12467 0 0 0 0 5 3 20 0 17 0 29814121 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524258257232 140524783306651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8596] ppid=8473 vsize=14137156 CPUtime=6.83 cores=1,3,5,7
/proc/8476/task/8596/stat : 8596 (java) S 8473 8476 7434 0 -1 1077944384 16568 12467 0 0 671 4 5 3 20 0 17 0 29814121 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524257194912 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8597] ppid=8473 vsize=14137156 CPUtime=6.91 cores=1,3,5,7
/proc/8476/task/8597/stat : 8597 (java) S 8473 8476 7434 0 -1 1077944384 13213 12467 0 0 679 4 5 3 20 0 17 0 29814121 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524256151792 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8598] ppid=8473 vsize=14137156 CPUtime=2.52 cores=1,3,5,7
/proc/8476/task/8598/stat : 8598 (java) S 8473 8476 7434 0 -1 1077944384 19917 12467 0 0 239 5 5 3 20 0 17 0 29814122 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524255098992 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8599] ppid=8473 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8599/stat : 8599 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 17 0 29814122 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524254046432 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8601] ppid=8473 vsize=14137156 CPUtime=1.54 cores=1,3,5,7
/proc/8476/task/8601/stat : 8601 (java) S 8473 8476 7434 0 -1 1077944384 2247 12467 0 0 66 80 5 3 20 0 17 0 29814132 14476447744 650012 18446744073709551615 4194304 4196468 140731748416720 140524252994736 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
Current children cumulated CPU time (s) 2521.06
Current children cumulated vsize (KiB) 14137156

[startup+2458.8 s]
/proc/loadavg: 1.23 1.27 1.33 6/211 8907
/proc/meminfo: memFree=28923996/32770624 swapFree=0/373180
[pid=8476] ppid=8473 vsize=14137156 CPUtime=2522.43 cores=1,3,5,7
/proc/8476/stat : 8476 (java) S 8473 8476 7434 0 -1 1077944320 441004 12467 0 0 251860 375 5 3 20 0 17 0 29814083 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140731748399264 140524783288055 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
/proc/8476/statm: 3534289 650169 3480 1 0 3522903 0
[pid=8476/tid=8587] ppid=8473 vsize=14137156 CPUtime=2433.06 cores=1,3,5,7
/proc/8476/task/8587/stat : 8587 (java) S 8473 8476 7434 0 -1 1077944384 137830 12467 0 0 243220 78 5 3 20 0 17 0 29814116 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524787525600 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8588] ppid=8473 vsize=14137156 CPUtime=16.23 cores=1,3,5,7
/proc/8476/task/8588/stat : 8588 (java) S 8473 8476 7434 0 -1 1077944384 49261 12467 0 0 1566 49 5 3 20 0 17 0 29814117 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524755131024 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8589] ppid=8473 vsize=14137156 CPUtime=16.21 cores=1,3,5,7
/proc/8476/task/8589/stat : 8589 (java) S 8473 8476 7434 0 -1 1077944384 43728 12467 0 0 1566 47 5 3 20 0 17 0 29814117 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524382054928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8590] ppid=8473 vsize=14137156 CPUtime=16.3 cores=1,3,5,7
/proc/8476/task/8590/stat : 8590 (java) S 8473 8476 7434 0 -1 1077944384 65710 12467 0 0 1575 47 5 3 20 0 17 0 29814117 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524381002128 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8591] ppid=8473 vsize=14137156 CPUtime=16.22 cores=1,3,5,7
/proc/8476/task/8591/stat : 8591 (java) S 8473 8476 7434 0 -1 1077944384 41132 12467 0 0 1572 42 5 3 20 0 17 0 29814117 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524379949328 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8592] ppid=8473 vsize=14137156 CPUtime=7.23 cores=1,3,5,7
/proc/8476/task/8592/stat : 8592 (java) R 8473 8476 7434 0 -1 4202560 48523 12467 0 0 661 54 5 3 20 0 17 0 29814118 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524261414192 140524765163844 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8593] ppid=8473 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8593/stat : 8593 (java) S 8473 8476 7434 0 -1 1077944384 64 12467 0 0 0 0 5 3 20 0 17 0 29814119 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524260361792 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8594] ppid=8473 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8594/stat : 8594 (java) S 8473 8476 7434 0 -1 1077944384 51 12467 0 0 0 0 5 3 20 0 17 0 29814119 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524259308928 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8595] ppid=8473 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8595/stat : 8595 (java) S 8473 8476 7434 0 -1 1077944384 244 12467 0 0 0 0 5 3 20 0 17 0 29814121 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524258257232 140524783306651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8596] ppid=8473 vsize=14137156 CPUtime=6.83 cores=1,3,5,7
/proc/8476/task/8596/stat : 8596 (java) S 8473 8476 7434 0 -1 1077944384 16575 12467 0 0 671 4 5 3 20 0 17 0 29814121 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524257195776 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8597] ppid=8473 vsize=14137156 CPUtime=6.91 cores=1,3,5,7
/proc/8476/task/8597/stat : 8597 (java) S 8473 8476 7434 0 -1 1077944384 13213 12467 0 0 679 4 5 3 20 0 17 0 29814121 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524256151792 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8598] ppid=8473 vsize=14137156 CPUtime=2.52 cores=1,3,5,7
/proc/8476/task/8598/stat : 8598 (java) S 8473 8476 7434 0 -1 1077944384 19917 12467 0 0 239 5 5 3 20 0 17 0 29814122 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524255098992 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8599] ppid=8473 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8599/stat : 8599 (java) S 8473 8476 7434 0 -1 1077944384 3 12467 0 0 0 0 5 3 20 0 17 0 29814122 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524254046432 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8601] ppid=8473 vsize=14137156 CPUtime=1.54 cores=1,3,5,7
/proc/8476/task/8601/stat : 8601 (java) S 8473 8476 7434 0 -1 1077944384 2247 12467 0 0 66 80 5 3 20 0 17 0 29814132 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524252994736 140524783299202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8906] ppid=8473 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8906/stat : 8906 (java) S 8473 8476 7434 0 -1 1077944384 323 12467 0 0 0 0 5 3 20 0 17 0 30059893 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524221694704 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
[pid=8476/tid=8907] ppid=8473 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/8476/task/8907/stat : 8907 (java) S 8473 8476 7434 0 -1 1077944384 30 12467 0 0 0 0 5 3 20 0 17 0 30059893 14476447744 650169 18446744073709551615 4194304 4196468 140731748416720 140524220642624 140524783298261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140731748423632 140731748426417 140731748426417 140731748429775 0
Current children cumulated CPU time (s) 2522.43
Current children cumulated vsize (KiB) 14137156

Child status: 143
Real time (s): 2458.86
CPU time (s): 2522.6
CPU user time (s): 2518.79
CPU system time (s): 3.81233
CPU usage (%): 102.592
Max. virtual memory (cumulated for all children) (KiB): 14137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.79
system time used= 3.81233
maximum resident set size= 3283620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 453959
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 200375
involuntary context switches= 5750

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3711 second user time and 15.0158 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 03:11:18
IDJOB=4262134
IDBENCH=115754
IDSOLVER=2650
FILE ID=node124/4262134-1502414734
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-20-6.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262134-1502414734/watcher-4262134-1502414734 -o /tmp/evaluation-result-4262134-1502414734/solver-4262134-1502414734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4262134-1502414734.xml

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

MD5SUM BENCH= 38bce9c8c5d0642f93f0794d9598dc6e
RANDOM SEED=1941371860

node124.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.51
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.51
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.51
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.51
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:        31634900 kB
MemAvailable:   32016668 kB
Buffers:          185288 kB
Cached:           485920 kB
SwapCached:            0 kB
Active:           336916 kB
Inactive:         387684 kB
Active(anon):      54676 kB
Inactive(anon):    16780 kB
Active(file):     282240 kB
Inactive(file):   370904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48940 kB
Writeback:             0 kB
AnonPages:         54492 kB
Mapped:            37988 kB
Shmem:             17160 kB
Slab:             114308 kB
SReclaimable:      88920 kB
SUnreclaim:        25388 kB
KernelStack:        3152 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     314100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node124 at 2017-08-11 03:52:17