Trace number 4262532

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 NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2520.99 2476.1201

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg7/
QuasiGroup-7-23.xml
MD5SUMb8524f073185c8a0baa20bdfdedb9a39
Bench CategoryCSP (decision 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 variables1058
Number of constraints1014
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":1035}]
Minimum variable degree0
Maximum variable degree47
Distribution of variable degrees[{"degree":0,"count":23},{"degree":2,"count":506},{"degree":46,"count":23},{"degree":47,"count":506}]
Minimum constraint arity23
Maximum constraint arity529
Distribution of constraint arities[{"arity":23,"count":1},{"arity":25,"count":1012},{"arity":529,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":1012}]
Optimization problemNO
Type of objective

Solver Data

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

pid=26778
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.37 1.45 1.44 2/194 26781
/proc/meminfo: memFree=30781380/32770624 swapFree=0/310036
[pid=26781] ppid=26778 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/26781/stat : 26781 (runsolver) D 26778 26781 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48387330 24240128 108 18446744073709551615 4194304 4338465 140727256555440 140727256553080 140162389922519 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 17235968 140727256563920 140727256564297 140727256564297 140727256567754 0
/proc/26781/statm: 5918 108 54 36 0 2156 0

[startup+0.100087 s]
/proc/loadavg: 1.37 1.45 1.44 2/194 26781
/proc/meminfo: memFree=30781380/32770624 swapFree=0/310036
[pid=26781] ppid=26778 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/26781/stat : 26781 (bash) S 26778 26781 16548 0 -1 4202496 891 6483 0 0 0 0 0 1 20 0 1 0 48387330 9867264 377 18446744073709551615 4194304 5098028 140730498481504 140730498475512 139710809533440 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 18911232 140730498486804 140730498486889 140730498486889 140730498490346 0
/proc/26781/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200286 s]
/proc/loadavg: 1.37 1.45 1.44 2/194 26781
/proc/meminfo: memFree=30781380/32770624 swapFree=0/310036
[pid=26781] ppid=26778 vsize=356956 CPUtime=0.07 cores=1,3,5,7
/proc/26781/stat : 26781 (java) S 26778 26781 16548 0 -1 1077944320 2589 12397 0 0 0 0 5 2 20 0 2 0 48387330 365522944 1882 18446744073709551615 4194304 4196468 140727076324480 140727076307024 139887343841015 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
/proc/26781/statm: 89239 1882 1036 1 0 79209 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 356956

[startup+0.300305 s]
/proc/loadavg: 1.37 1.45 1.44 2/194 26781
/proc/meminfo: memFree=30781380/32770624 swapFree=0/310036
[pid=26781] ppid=26778 vsize=13973872 CPUtime=0.13 cores=1,3,5,7
/proc/26781/stat : 26781 (java) S 26778 26781 16548 0 -1 1077944320 5653 12397 0 0 5 1 5 2 20 0 15 0 48387330 14309244928 6330 18446744073709551615 4194304 4196468 140727076324480 140727076307024 139887343841015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
/proc/26781/statm: 3493468 6330 2660 1 0 3482965 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13973872

[startup+0.70018 s]
/proc/loadavg: 1.37 1.45 1.44 2/194 26781
/proc/meminfo: memFree=30781380/32770624 swapFree=0/310036
[pid=26781] ppid=26778 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/26781/stat : 26781 (java) S 26778 26781 16548 0 -1 1077944320 13918 12397 0 0 58 5 5 2 20 0 15 0 48387330 14310178816 15293 18446744073709551615 4194304 4196468 140727076324480 140727076307024 139887343841015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
/proc/26781/statm: 3493696 15293 3110 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50054 s]
/proc/loadavg: 1.37 1.45 1.44 4/209 26844
/proc/meminfo: memFree=30685260/32770624 swapFree=0/310324
[pid=26781] ppid=26778 vsize=13985408 CPUtime=1.91 cores=1,3,5,7
/proc/26781/stat : 26781 (java) S 26778 26781 16548 0 -1 1077944320 26455 12397 0 0 175 9 5 2 20 0 15 0 48387330 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 140727076307024 139887343841015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
/proc/26781/statm: 3496352 43070 3358 1 0 3485525 0
[pid=26781/tid=26831] ppid=26778 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/26781/task/26831/stat : 26831 (java) R 26778 26781 16548 0 -1 4202560 20310 12397 0 0 115 6 5 2 20 0 15 0 48387350 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139887348061168 139887343862362 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26832] ppid=26778 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26781/task/26832/stat : 26832 (java) S 26778 26781 16548 0 -1 1077944384 36 12397 0 0 1 0 5 2 20 0 15 0 48387350 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139887300807184 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26833] ppid=26778 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26781/task/26833/stat : 26833 (java) S 26778 26781 16548 0 -1 1077944384 186 12397 0 0 1 0 5 2 20 0 15 0 48387350 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139887299754640 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26834] ppid=26778 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26781/task/26834/stat : 26834 (java) S 26778 26781 16548 0 -1 1077944384 38 12397 0 0 1 0 5 2 20 0 15 0 48387350 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139887298701584 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26835] ppid=26778 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26781/task/26835/stat : 26835 (java) S 26778 26781 16548 0 -1 1077944384 37 12397 0 0 1 0 5 2 20 0 15 0 48387350 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139887297649040 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26836] ppid=26778 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26781/task/26836/stat : 26836 (java) S 26778 26781 16548 0 -1 1077944384 633 12397 0 0 1 0 5 2 20 0 15 0 48387352 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139886889577200 139887343852162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26837] ppid=26778 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26837/stat : 26837 (java) S 26778 26781 16548 0 -1 1077944384 35 12397 0 0 0 0 5 2 20 0 15 0 48387352 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139886888523488 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26838] ppid=26778 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26838/stat : 26838 (java) S 26778 26781 16548 0 -1 1077944384 22 12397 0 0 0 0 5 2 20 0 15 0 48387352 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139886887470336 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26839] ppid=26778 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26839/stat : 26839 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387355 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139886886418896 139887343859611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26840] ppid=26778 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/26781/task/26840/stat : 26840 (java) S 26778 26781 16548 0 -1 1077944384 1098 12397 0 0 16 0 5 2 20 0 15 0 48387355 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139886885366000 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26841] ppid=26778 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/26781/task/26841/stat : 26841 (java) S 26778 26781 16548 0 -1 1077944384 571 12397 0 0 13 0 5 2 20 0 15 0 48387355 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139886321723760 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26842] ppid=26778 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/26781/task/26842/stat : 26842 (java) R 26778 26781 16548 0 -1 4202560 1331 12397 0 0 23 0 5 2 20 0 15 0 48387355 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139886320666576 139887323555820 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26843] ppid=26778 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26843/stat : 26843 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387355 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139886319618400 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26844] ppid=26778 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26844/stat : 26844 (java) R 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387360 14321057792 43070 18446744073709551615 4194304 4196468 140727076324480 139886318566448 139887343852162 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10133 s]
/proc/loadavg: 1.37 1.45 1.44 5/209 26844
/proc/meminfo: memFree=30611932/32770624 swapFree=0/310324
[pid=26781] ppid=26778 vsize=13997884 CPUtime=6.45 cores=1,3,5,7
/proc/26781/stat : 26781 (java) S 26778 26781 16548 0 -1 1077944320 36262 12397 0 0 624 14 5 2 20 0 15 0 48387330 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 140727076307024 139887343841015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
/proc/26781/statm: 3499471 57025 3445 1 0 3488085 0
[pid=26781/tid=26831] ppid=26778 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/26781/task/26831/stat : 26831 (java) R 26778 26781 16548 0 -1 4202560 24285 12397 0 0 271 9 5 2 20 0 15 0 48387350 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139887348072480 139887323540689 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26832] ppid=26778 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26781/task/26832/stat : 26832 (java) S 26778 26781 16548 0 -1 1077944384 36 12397 0 0 1 0 5 2 20 0 15 0 48387350 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139887300807184 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26833] ppid=26778 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26781/task/26833/stat : 26833 (java) S 26778 26781 16548 0 -1 1077944384 186 12397 0 0 1 0 5 2 20 0 15 0 48387350 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139887299754640 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26834] ppid=26778 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26781/task/26834/stat : 26834 (java) S 26778 26781 16548 0 -1 1077944384 38 12397 0 0 1 0 5 2 20 0 15 0 48387350 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139887298701584 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26835] ppid=26778 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26781/task/26835/stat : 26835 (java) S 26778 26781 16548 0 -1 1077944384 37 12397 0 0 1 0 5 2 20 0 15 0 48387350 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139887297649040 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26836] ppid=26778 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26781/task/26836/stat : 26836 (java) S 26778 26781 16548 0 -1 1077944384 635 12397 0 0 1 0 5 2 20 0 15 0 48387352 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139886889577200 139887343852162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26837] ppid=26778 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26837/stat : 26837 (java) S 26778 26781 16548 0 -1 1077944384 35 12397 0 0 0 0 5 2 20 0 15 0 48387352 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139886888523488 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26838] ppid=26778 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26838/stat : 26838 (java) S 26778 26781 16548 0 -1 1077944384 22 12397 0 0 0 0 5 2 20 0 15 0 48387352 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139886887470336 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26839] ppid=26778 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26839/stat : 26839 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387355 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139886886418896 139887343859611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26840] ppid=26778 vsize=13997884 CPUtime=1.29 cores=1,3,5,7
/proc/26781/task/26840/stat : 26840 (java) R 26778 26781 16548 0 -1 4202560 2913 12397 0 0 121 1 5 2 20 0 15 0 48387355 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139886885354416 139887329521669 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26841] ppid=26778 vsize=13997884 CPUtime=1.16 cores=1,3,5,7
/proc/26781/task/26841/stat : 26841 (java) R 26778 26781 16548 0 -1 4202560 1646 12397 0 0 109 0 5 2 20 0 15 0 48387355 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139886321723648 139887325362352 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26842] ppid=26778 vsize=13997884 CPUtime=1.23 cores=1,3,5,7
/proc/26781/task/26842/stat : 26842 (java) R 26778 26781 16548 0 -1 1077944384 4269 12397 0 0 114 2 5 2 20 0 15 0 48387355 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139886320670704 139887343852162 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26843] ppid=26778 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26843/stat : 26843 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387355 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139886319618400 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26844] ppid=26778 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26844/stat : 26844 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387360 14333833216 57025 18446744073709551615 4194304 4196468 140727076324480 139886318566448 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 13997884

[startup+6.30518 s]
/proc/loadavg: 1.66 1.51 1.45 3/209 26844
/proc/meminfo: memFree=30459968/32770624 swapFree=0/310328
[pid=26781] ppid=26778 vsize=14001980 CPUtime=13.78 cores=1,3,5,7
/proc/26781/stat : 26781 (java) S 26778 26781 16548 0 -1 1077944320 57503 12397 0 0 1347 24 5 2 20 0 15 0 48387330 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 140727076307024 139887343841015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
/proc/26781/statm: 3500495 98766 3469 1 0 3489109 0
[pid=26781/tid=26831] ppid=26778 vsize=14001980 CPUtime=5.97 cores=1,3,5,7
/proc/26781/task/26831/stat : 26831 (java) R 26778 26781 16548 0 -1 4202560 36027 12397 0 0 578 12 5 2 20 0 15 0 48387350 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139887348071984 139887343852950 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26832] ppid=26778 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/26781/task/26832/stat : 26832 (java) S 26778 26781 16548 0 -1 1077944384 231 12397 0 0 6 1 5 2 20 0 15 0 48387350 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139887300807184 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26833] ppid=26778 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/26781/task/26833/stat : 26833 (java) S 26778 26781 16548 0 -1 1077944384 223 12397 0 0 6 1 5 2 20 0 15 0 48387350 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139887299754640 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26834] ppid=26778 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/26781/task/26834/stat : 26834 (java) S 26778 26781 16548 0 -1 1077944384 636 12397 0 0 6 1 5 2 20 0 15 0 48387350 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139887298701584 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26835] ppid=26778 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/26781/task/26835/stat : 26835 (java) S 26778 26781 16548 0 -1 1077944384 130 12397 0 0 6 1 5 2 20 0 15 0 48387350 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139887297649040 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26836] ppid=26778 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/26781/task/26836/stat : 26836 (java) S 26778 26781 16548 0 -1 1077944384 2299 12397 0 0 5 0 5 2 20 0 15 0 48387352 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139886889577200 139887343852162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26837] ppid=26778 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26837/stat : 26837 (java) S 26778 26781 16548 0 -1 1077944384 40 12397 0 0 0 0 5 2 20 0 15 0 48387352 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139886888523488 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26838] ppid=26778 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26838/stat : 26838 (java) S 26778 26781 16548 0 -1 1077944384 50 12397 0 0 0 0 5 2 20 0 15 0 48387352 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139886887470336 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26839] ppid=26778 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26839/stat : 26839 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387355 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139886886418896 139887343859611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26840] ppid=26778 vsize=14001980 CPUtime=2.99 cores=1,3,5,7
/proc/26781/task/26840/stat : 26840 (java) R 26778 26781 16548 0 -1 1077944384 5066 12397 0 0 291 1 5 2 20 0 15 0 48387355 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139886885366000 139887343852162 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26841] ppid=26778 vsize=14001980 CPUtime=2.82 cores=1,3,5,7
/proc/26781/task/26841/stat : 26841 (java) R 26778 26781 16548 0 -1 4202560 3996 12397 0 0 274 1 5 2 20 0 15 0 48387355 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139886321723760 139887324004880 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26842] ppid=26778 vsize=14001980 CPUtime=1.79 cores=1,3,5,7
/proc/26781/task/26842/stat : 26842 (java) R 26778 26781 16548 0 -1 4202560 6348 12397 0 0 169 3 5 2 20 0 15 0 48387355 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139886320666464 139887343862362 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26843] ppid=26778 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26843/stat : 26843 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387355 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139886319618400 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26844] ppid=26778 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26844/stat : 26844 (java) S 26778 26781 16548 0 -1 1077944384 300 12397 0 0 0 0 5 2 20 0 15 0 48387360 14338027520 98766 18446744073709551615 4194304 4196468 140727076324480 139886318566448 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
Current children cumulated CPU time (s) 13.78
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.61 1.50 1.45 3/209 26844
/proc/meminfo: memFree=30163968/32770624 swapFree=0/310332
[pid=26781] ppid=26778 vsize=14069564 CPUtime=23.42 cores=1,3,5,7
/proc/26781/stat : 26781 (java) S 26778 26781 16548 0 -1 1077944320 75330 12397 0 0 2301 34 5 2 20 0 15 0 48387330 14407233536 173763 18446744073709551615 4194304 4196468 140727076324480 140727076307024 139887343841015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
/proc/26781/statm: 3517391 173763 3480 1 0 3506005 0
[pid=26781/tid=26831] ppid=26778 vsize=14069564 CPUtime=12.34 cores=1,3,5,7
/proc/26781/task/26831/stat : 26831 (java) R 26778 26781 16548 0 -1 4202560 44425 12397 0 0 1210 17 5 2 20 0 15 0 48387350 14407233536 173763 18446744073709551615 4194304 4196468 140727076324480 139887348072600 139886970932269 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26832] ppid=26778 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/26781/task/26832/stat : 26832 (java) S 26778 26781 16548 0 -1 1077944384 246 12397 0 0 7 1 5 2 20 0 15 0 48387350 14407233536 173763 18446744073709551615 4194304 4196468 140727076324480 139887300807184 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26833] ppid=26778 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/26781/task/26833/stat : 26833 (java) S 26778 26781 16548 0 -1 1077944384 233 12397 0 0 8 1 5 2 20 0 15 0 48387350 14407233536 173763 18446744073709551615 4194304 4196468 140727076324480 139887299754640 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26834] ppid=26778 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/26781/task/26834/stat : 26834 (java) S 26778 26781 16548 0 -1 1077944384 646 12397 0 0 8 1 5 2 20 0 15 0 48387350 14407233536 173763 18446744073709551615 4194304 4196468 140727076324480 139887298701584 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26835] ppid=26778 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/26781/task/26835/stat : 26835 (java) S 26778 26781 16548 0 -1 1077944384 140 12397 0 0 8 1 5 2 20 0 15 0 48387350 14407233536 173763 18446744073709551615 4194304 4196468 140727076324480 139887297649040 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26836] ppid=26778 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/26781/task/26836/stat : 26836 (java) S 26778 26781 16548 0 -1 1077944384 2375 12397 0 0 5 0 5 2 20 0 15 0 48387352 14407233536 173763 18446744073709551615 4194304 4196468 140727076324480 139886889577200 139887343852162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26837] ppid=26778 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26837/stat : 26837 (java) S 26778 26781 16548 0 -1 1077944384 40 12397 0 0 0 0 5 2 20 0 15 0 48387352 14407233536 173763 18446744073709551615 4194304 4196468 140727076324480 139886888523488 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26838] ppid=26778 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26838/stat : 26838 (java) S 26778 26781 16548 0 -1 1077944384 50 12397 0 0 0 0 5 2 20 0 15 0 48387352 14407233536 173763 18446744073709551615 4194304 4196468 140727076324480 139886887470336 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26839] ppid=26778 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26839/stat : 26839 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387355 14407233536 173763 18446744073709551615 4194304 4196468 140727076324480 139886886418896 139887343859611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0

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


[startup+2442.3 s]
/proc/loadavg: 1.36 1.51 1.51 3/209 27112
/proc/meminfo: memFree=25735512/32770624 swapFree=0/311384
[pid=26781] ppid=26778 vsize=14069564 CPUtime=2486.1 cores=1,3,5,7
/proc/26781/stat : 26781 (java) S 26778 26781 16548 0 -1 1077944320 218747 12397 0 0 248288 315 5 2 20 0 15 0 48387330 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 140727076307024 139887343841015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
/proc/26781/statm: 3517391 292750 3481 1 0 3506005 0
[pid=26781/tid=26831] ppid=26778 vsize=14069564 CPUtime=2421.67 cores=1,3,5,7
/proc/26781/task/26831/stat : 26831 (java) R 26778 26781 16548 0 -1 4202560 89743 12397 0 0 242114 46 5 2 20 0 15 0 48387350 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139887348075600 139886968506735 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26832] ppid=26778 vsize=14069564 CPUtime=11.07 cores=1,3,5,7
/proc/26781/task/26832/stat : 26832 (java) S 26778 26781 16548 0 -1 1077944384 11448 12397 0 0 1056 44 5 2 20 0 15 0 48387350 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139887300807184 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26833] ppid=26778 vsize=14069564 CPUtime=11.05 cores=1,3,5,7
/proc/26781/task/26833/stat : 26833 (java) S 26778 26781 16548 0 -1 1077944384 14077 12397 0 0 1049 49 5 2 20 0 15 0 48387350 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139887299754640 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26834] ppid=26778 vsize=14069564 CPUtime=11.06 cores=1,3,5,7
/proc/26781/task/26834/stat : 26834 (java) S 26778 26781 16548 0 -1 1077944384 15697 12397 0 0 1057 42 5 2 20 0 15 0 48387350 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139887298701584 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26835] ppid=26778 vsize=14069564 CPUtime=11.07 cores=1,3,5,7
/proc/26781/task/26835/stat : 26835 (java) S 26778 26781 16548 0 -1 1077944384 13055 12397 0 0 1053 47 5 2 20 0 15 0 48387350 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139887297649040 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26836] ppid=26778 vsize=14069564 CPUtime=7.44 cores=1,3,5,7
/proc/26781/task/26836/stat : 26836 (java) S 26778 26781 16548 0 -1 1077944384 15416 12397 0 0 692 45 5 2 20 0 15 0 48387352 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886889577200 139887343852162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26837] ppid=26778 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26837/stat : 26837 (java) S 26778 26781 16548 0 -1 1077944384 40 12397 0 0 0 0 5 2 20 0 15 0 48387352 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886888523488 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26838] ppid=26778 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26838/stat : 26838 (java) S 26778 26781 16548 0 -1 1077944384 50 12397 0 0 0 0 5 2 20 0 15 0 48387352 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886887470336 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26839] ppid=26778 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26839/stat : 26839 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387355 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886886418896 139887343859611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26840] ppid=26778 vsize=14069564 CPUtime=4.86 cores=1,3,5,7
/proc/26781/task/26840/stat : 26840 (java) S 26778 26781 16548 0 -1 1077944384 21248 12397 0 0 476 3 5 2 20 0 15 0 48387355 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886885366000 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26841] ppid=26778 vsize=14069564 CPUtime=4.77 cores=1,3,5,7
/proc/26781/task/26841/stat : 26841 (java) S 26778 26781 16548 0 -1 1077944384 18895 12397 0 0 467 3 5 2 20 0 15 0 48387355 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886321723760 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26842] ppid=26778 vsize=14069564 CPUtime=2.23 cores=1,3,5,7
/proc/26781/task/26842/stat : 26842 (java) S 26778 26781 16548 0 -1 1077944384 15675 12397 0 0 211 5 5 2 20 0 15 0 48387355 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886320670704 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26843] ppid=26778 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26843/stat : 26843 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387355 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886319618400 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26844] ppid=26778 vsize=14069564 CPUtime=1.4 cores=1,3,5,7
/proc/26781/task/26844/stat : 26844 (java) S 26778 26781 16548 0 -1 1077944384 1246 12397 0 0 60 73 5 2 20 0 15 0 48387360 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886318566448 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
Current children cumulated CPU time (s) 2486.1
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.8 s]
/proc/loadavg: 1.51 1.53 1.52 3/209 27113
/proc/meminfo: memFree=25731560/32770624 swapFree=0/311364
[pid=26781] ppid=26778 vsize=14069564 CPUtime=2520.07 cores=1,3,5,7
/proc/26781/stat : 26781 (java) S 26778 26781 16548 0 -1 1077944320 219817 12397 0 0 251682 318 5 2 20 0 15 0 48387330 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 140727076307024 139887343841015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
/proc/26781/statm: 3517391 292750 3481 1 0 3506005 0
[pid=26781/tid=26831] ppid=26778 vsize=14069564 CPUtime=2454.86 cores=1,3,5,7
/proc/26781/task/26831/stat : 26831 (java) R 26778 26781 16548 0 -1 4202560 90110 12397 0 0 245432 47 5 2 20 0 15 0 48387350 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139887348075312 139886987498473 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26832] ppid=26778 vsize=14069564 CPUtime=11.23 cores=1,3,5,7
/proc/26781/task/26832/stat : 26832 (java) S 26778 26781 16548 0 -1 1077944384 11523 12397 0 0 1072 44 5 2 20 0 15 0 48387350 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139887300807184 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26833] ppid=26778 vsize=14069564 CPUtime=11.2 cores=1,3,5,7
/proc/26781/task/26833/stat : 26833 (java) S 26778 26781 16548 0 -1 1077944384 14141 12397 0 0 1064 49 5 2 20 0 15 0 48387350 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139887299754640 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26834] ppid=26778 vsize=14069564 CPUtime=11.23 cores=1,3,5,7
/proc/26781/task/26834/stat : 26834 (java) S 26778 26781 16548 0 -1 1077944384 15734 12397 0 0 1073 43 5 2 20 0 15 0 48387350 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139887298701584 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26835] ppid=26778 vsize=14069564 CPUtime=11.23 cores=1,3,5,7
/proc/26781/task/26835/stat : 26835 (java) S 26778 26781 16548 0 -1 1077944384 13375 12397 0 0 1069 47 5 2 20 0 15 0 48387350 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139887297649040 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26836] ppid=26778 vsize=14069564 CPUtime=7.55 cores=1,3,5,7
/proc/26781/task/26836/stat : 26836 (java) S 26778 26781 16548 0 -1 1077944384 15603 12397 0 0 702 46 5 2 20 0 15 0 48387352 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886889577200 139887343852162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26837] ppid=26778 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26837/stat : 26837 (java) S 26778 26781 16548 0 -1 1077944384 40 12397 0 0 0 0 5 2 20 0 15 0 48387352 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886888523488 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26838] ppid=26778 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26838/stat : 26838 (java) S 26778 26781 16548 0 -1 1077944384 50 12397 0 0 0 0 5 2 20 0 15 0 48387352 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886887470336 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26839] ppid=26778 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26839/stat : 26839 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387355 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886886418896 139887343859611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26840] ppid=26778 vsize=14069564 CPUtime=4.86 cores=1,3,5,7
/proc/26781/task/26840/stat : 26840 (java) S 26778 26781 16548 0 -1 1077944384 21250 12397 0 0 476 3 5 2 20 0 15 0 48387355 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886885366000 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26841] ppid=26778 vsize=14069564 CPUtime=4.77 cores=1,3,5,7
/proc/26781/task/26841/stat : 26841 (java) S 26778 26781 16548 0 -1 1077944384 18896 12397 0 0 467 3 5 2 20 0 15 0 48387355 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886321723760 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26842] ppid=26778 vsize=14069564 CPUtime=2.23 cores=1,3,5,7
/proc/26781/task/26842/stat : 26842 (java) S 26778 26781 16548 0 -1 1077944384 15677 12397 0 0 211 5 5 2 20 0 15 0 48387355 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886320670704 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26843] ppid=26778 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26843/stat : 26843 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 48387355 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886319618400 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26844] ppid=26778 vsize=14069564 CPUtime=1.41 cores=1,3,5,7
/proc/26781/task/26844/stat : 26844 (java) S 26778 26781 16548 0 -1 1077944384 1261 12397 0 0 60 74 5 2 20 0 15 0 48387360 14407233536 292750 18446744073709551615 4194304 4196468 140727076324480 139886318566448 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
Current children cumulated CPU time (s) 2520.07
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 26781 sig 9
??? kill -26781 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2476 s]
/proc/loadavg: 1.51 1.53 1.52 3/209 27113
/proc/meminfo: memFree=25731560/32770624 swapFree=0/311364
[pid=26781] ppid=26778 vsize=14202692 CPUtime=2520.68 cores=1,3,5,7
/proc/26781/stat : 26781 (java) S 26778 26781 16548 0 -1 1077944320 226548 12397 0 0 251741 320 5 2 20 0 17 0 48387330 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 140727076307024 139887343841015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
/proc/26781/statm: 3550673 294462 3482 1 0 3539287 0
[pid=26781/tid=26831] ppid=26778 vsize=14202692 CPUtime=2454.87 cores=1,3,5,7
/proc/26781/task/26831/stat : 26831 (java) S 26778 26781 16548 0 -1 1077944384 90450 12397 0 0 245433 47 5 2 20 0 17 0 48387350 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139887348078560 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26832] ppid=26778 vsize=14202692 CPUtime=11.37 cores=1,3,5,7
/proc/26781/task/26832/stat : 26832 (java) S 26778 26781 16548 0 -1 1077944384 11528 12397 0 0 1086 44 5 2 20 0 17 0 48387350 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139887300807184 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26833] ppid=26778 vsize=14202692 CPUtime=11.35 cores=1,3,5,7
/proc/26781/task/26833/stat : 26833 (java) S 26778 26781 16548 0 -1 1077944384 14156 12397 0 0 1078 50 5 2 20 0 17 0 48387350 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139887299754640 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26834] ppid=26778 vsize=14202692 CPUtime=11.37 cores=1,3,5,7
/proc/26781/task/26834/stat : 26834 (java) S 26778 26781 16548 0 -1 1077944384 15736 12397 0 0 1087 43 5 2 20 0 17 0 48387350 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139887298701584 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26835] ppid=26778 vsize=14202692 CPUtime=11.36 cores=1,3,5,7
/proc/26781/task/26835/stat : 26835 (java) S 26778 26781 16548 0 -1 1077944384 13385 12397 0 0 1082 47 5 2 20 0 17 0 48387350 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139887297649040 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26836] ppid=26778 vsize=14202692 CPUtime=7.6 cores=1,3,5,7
/proc/26781/task/26836/stat : 26836 (java) R 26778 26781 16548 0 -1 4202560 21527 12397 0 0 707 46 5 2 20 0 17 0 48387352 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139886889575600 139887325247332 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26837] ppid=26778 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26837/stat : 26837 (java) S 26778 26781 16548 0 -1 1077944384 41 12397 0 0 0 0 5 2 20 0 17 0 48387352 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139886888523392 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26838] ppid=26778 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26838/stat : 26838 (java) S 26778 26781 16548 0 -1 1077944384 50 12397 0 0 0 0 5 2 20 0 17 0 48387352 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139886887470336 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26839] ppid=26778 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26839/stat : 26839 (java) S 26778 26781 16548 0 -1 1077944384 81 12397 0 0 0 0 5 2 20 0 17 0 48387355 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139886886418896 139887343859611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26840] ppid=26778 vsize=14202692 CPUtime=4.86 cores=1,3,5,7
/proc/26781/task/26840/stat : 26840 (java) S 26778 26781 16548 0 -1 1077944384 21250 12397 0 0 476 3 5 2 20 0 17 0 48387355 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139886885366000 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26841] ppid=26778 vsize=14202692 CPUtime=4.77 cores=1,3,5,7
/proc/26781/task/26841/stat : 26841 (java) S 26778 26781 16548 0 -1 1077944384 19142 12397 0 0 467 3 5 2 20 0 17 0 48387355 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139886321723760 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26842] ppid=26778 vsize=14202692 CPUtime=2.23 cores=1,3,5,7
/proc/26781/task/26842/stat : 26842 (java) S 26778 26781 16548 0 -1 1077944384 15677 12397 0 0 211 5 5 2 20 0 17 0 48387355 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139886320670704 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26843] ppid=26778 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26843/stat : 26843 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 17 0 48387355 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139886319618400 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26844] ppid=26778 vsize=14202692 CPUtime=1.41 cores=1,3,5,7
/proc/26781/task/26844/stat : 26844 (java) S 26778 26781 16548 0 -1 1077944384 1261 12397 0 0 60 74 5 2 20 0 17 0 48387360 14543556608 294462 18446744073709551615 4194304 4196468 140727076324480 139886318566448 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
Current children cumulated CPU time (s) 2520.68
Current children cumulated vsize (KiB) 14202692

[startup+2476.1 s]
/proc/loadavg: 1.51 1.53 1.52 6/211 27115
/proc/meminfo: memFree=25725120/32770624 swapFree=0/311364
[pid=26781] ppid=26778 vsize=14202692 CPUtime=2520.96 cores=1,3,5,7
/proc/26781/stat : 26781 (java) S 26778 26781 16548 0 -1 1077944320 226640 12397 0 0 251769 320 5 2 20 0 17 0 48387330 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 140727076307024 139887343841015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
/proc/26781/statm: 3550673 294475 3483 1 0 3539287 0
[pid=26781/tid=26831] ppid=26778 vsize=14202692 CPUtime=2454.88 cores=1,3,5,7
/proc/26781/task/26831/stat : 26831 (java) S 26778 26781 16548 0 -1 1077944384 90489 12397 0 0 245434 47 5 2 20 0 17 0 48387350 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139887348083888 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26832] ppid=26778 vsize=14202692 CPUtime=11.42 cores=1,3,5,7
/proc/26781/task/26832/stat : 26832 (java) S 26778 26781 16548 0 -1 1077944384 11529 12397 0 0 1091 44 5 2 20 0 17 0 48387350 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139887300807184 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26833] ppid=26778 vsize=14202692 CPUtime=11.41 cores=1,3,5,7
/proc/26781/task/26833/stat : 26833 (java) S 26778 26781 16548 0 -1 1077944384 14156 12397 0 0 1084 50 5 2 20 0 17 0 48387350 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139887299754640 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26834] ppid=26778 vsize=14202692 CPUtime=11.43 cores=1,3,5,7
/proc/26781/task/26834/stat : 26834 (java) S 26778 26781 16548 0 -1 1077944384 15736 12397 0 0 1093 43 5 2 20 0 17 0 48387350 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139887298701584 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26835] ppid=26778 vsize=14202692 CPUtime=11.42 cores=1,3,5,7
/proc/26781/task/26835/stat : 26835 (java) S 26778 26781 16548 0 -1 1077944384 13385 12397 0 0 1088 47 5 2 20 0 17 0 48387350 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139887297649040 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26836] ppid=26778 vsize=14202692 CPUtime=7.64 cores=1,3,5,7
/proc/26781/task/26836/stat : 26836 (java) S 26778 26781 16548 0 -1 1077944384 21527 12397 0 0 711 46 5 2 20 0 17 0 48387352 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139886889577200 139887343852162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26837] ppid=26778 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26837/stat : 26837 (java) S 26778 26781 16548 0 -1 1077944384 46 12397 0 0 0 0 5 2 20 0 17 0 48387352 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139886888523488 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26838] ppid=26778 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26838/stat : 26838 (java) S 26778 26781 16548 0 -1 1077944384 52 12397 0 0 0 0 5 2 20 0 17 0 48387352 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139886887470336 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26839] ppid=26778 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26839/stat : 26839 (java) S 26778 26781 16548 0 -1 1077944384 81 12397 0 0 0 0 5 2 20 0 17 0 48387355 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139886886418896 139887343859611 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26840] ppid=26778 vsize=14202692 CPUtime=4.87 cores=1,3,5,7
/proc/26781/task/26840/stat : 26840 (java) S 26778 26781 16548 0 -1 1077944384 21280 12397 0 0 477 3 5 2 20 0 17 0 48387355 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139886885366000 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26841] ppid=26778 vsize=14202692 CPUtime=4.77 cores=1,3,5,7
/proc/26781/task/26841/stat : 26841 (java) S 26778 26781 16548 0 -1 1077944384 19142 12397 0 0 467 3 5 2 20 0 17 0 48387355 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139886321723760 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26842] ppid=26778 vsize=14202692 CPUtime=2.24 cores=1,3,5,7
/proc/26781/task/26842/stat : 26842 (java) S 26778 26781 16548 0 -1 1077944384 15692 12397 0 0 212 5 5 2 20 0 17 0 48387355 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139886320670704 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26843] ppid=26778 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/26843/stat : 26843 (java) S 26778 26781 16548 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 17 0 48387355 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139886319618400 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=26844] ppid=26778 vsize=14202692 CPUtime=1.41 cores=1,3,5,7
/proc/26781/task/26844/stat : 26844 (java) S 26778 26781 16548 0 -1 1077944384 1261 12397 0 0 60 74 5 2 20 0 17 0 48387360 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139886318566448 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=27114] ppid=26778 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/27114/stat : 27114 (java) S 26778 26781 16548 0 -1 1077944384 84 12397 0 0 0 0 5 2 20 0 17 0 48634911 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139886289679216 139887343851221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
[pid=26781/tid=27115] ppid=26778 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/26781/task/27115/stat : 27115 (java) S 26778 26781 16548 0 -1 1077944384 25 12397 0 0 0 0 5 2 20 0 17 0 48634911 14543556608 294475 18446744073709551615 4194304 4196468 140727076324480 139886288627184 139887343852162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8159232 140727076325328 140727076328113 140727076328113 140727076331471 0
Current children cumulated CPU time (s) 2520.96
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2476.12
CPU time (s): 2520.99
CPU user time (s): 2517.76
CPU system time (s): 3.23352
CPU usage (%): 101.812
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.76
system time used= 3.23352
maximum resident set size= 1297744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239064
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 217159
involuntary context switches= 7511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2438 second user time and 14.8745 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 16:17:57
IDJOB=4262532
IDBENCH=133861
IDSOLVER=2650
FILE ID=node126/4262532-1502461918
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg7/QuasiGroup-7-23.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262532-1502461918/watcher-4262532-1502461918 -o /tmp/evaluation-result-4262532-1502461918/solver-4262532-1502461918 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262532-1502461918.xml

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

MD5SUM BENCH= b8524f073185c8a0baa20bdfdedb9a39
RANDOM SEED=1419316822

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:        30781752 kB
MemAvailable:   31401064 kB
Buffers:          284396 kB
Cached:           608232 kB
SwapCached:          524 kB
Active:          1147220 kB
Inactive:         381360 kB
Active(anon):     590268 kB
Inactive(anon):    71324 kB
Active(file):     556952 kB
Inactive(file):   310036 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24536 kB
Writeback:             0 kB
AnonPages:        635292 kB
Mapped:            54392 kB
Shmem:             25248 kB
Slab:             162232 kB
SReclaimable:     136320 kB
SUnreclaim:        25912 kB
KernelStack:        3408 kB
PageTables:         8532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1276540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 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 16:59:14