Trace number 4259568

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) 269.12399 240.11

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-12-350-100.xml
MD5SUM498e8e69e2f573dee371e4fc9819ce0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark1987.23
Satisfiable
(Un)Satisfiability was proved
Number of variables4201
Number of constraints79
Number of domains2
Minimum domain size2
Maximum domain size328
Distribution of domain sizes[{"size":2,"count":4200},{"size":328,"count":1}]
Minimum variable degree13
Maximum variable degree67
Distribution of variable degrees[{"degree":13,"count":4200},{"degree":67,"count":1}]
Minimum constraint arity350
Maximum constraint arity4200
Distribution of constraint arities[{"arity":350,"count":12},{"arity":701,"count":66},{"arity":4200,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":78}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=2026
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.85 1.69 1.71 3/195 2029
/proc/meminfo: memFree=30265912/32770624 swapFree=0/939648
[pid=2029] ppid=2026 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (runsolver) D 2026 2029 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13344842 24240128 107 18446744073709551615 4194304 4338465 140725296492960 140725296490600 139727049581271 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 10715136 140725296496848 140725296497222 140725296497222 140725296500682 0
/proc/2029/statm: 5918 107 54 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 1.85 1.69 1.71 3/195 2029
/proc/meminfo: memFree=30265912/32770624 swapFree=0/939648
[pid=2029] ppid=2026 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/2029/stat : 2029 (bash) S 2026 2029 5678 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 13344842 9736192 351 18446744073709551615 4194304 5098028 140727404206992 140727404204632 140105230699520 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 25526272 140727404208657 140727404208742 140727404208742 140727404212202 0
/proc/2029/statm: 2377 351 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20029 s]
/proc/loadavg: 1.85 1.69 1.71 3/195 2029
/proc/meminfo: memFree=30265912/32770624 swapFree=0/939648
[pid=2029] ppid=2026 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/2029/stat : 2029 (bash) S 2026 2029 5678 0 -1 4202496 889 6490 0 0 0 0 0 1 20 0 1 0 13344842 9867264 376 18446744073709551615 4194304 5098028 140727404206992 140727404201000 140105230699520 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 25526272 140727404208657 140727404208742 140727404208742 140727404212202 0
/proc/2029/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300292 s]
/proc/loadavg: 1.85 1.69 1.71 3/195 2029
/proc/meminfo: memFree=30265912/32770624 swapFree=0/939648
[pid=2029] ppid=2026 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/2029/stat : 2029 (java) S 2026 2029 5678 0 -1 1077944320 5977 12416 0 0 5 1 6 2 20 0 14 0 13344842 14241083392 5665 18446744073709551615 4194304 4196468 140728687968320 140728687950864 140261846879991 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
/proc/2029/statm: 3476827 5665 2566 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700261 s]
/proc/loadavg: 1.85 1.69 1.71 3/195 2029
/proc/meminfo: memFree=30265912/32770624 swapFree=0/939648
[pid=2029] ppid=2026 vsize=13974784 CPUtime=0.61 cores=0,2,4,6
/proc/2029/stat : 2029 (java) S 2026 2029 5678 0 -1 1077944320 13866 12416 0 0 48 5 6 2 20 0 15 0 13344842 14310178816 14285 18446744073709551615 4194304 4196468 140728687968320 140728687950864 140261846879991 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
/proc/2029/statm: 3493696 14285 3061 1 0 3482973 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 1.85 1.69 1.71 3/210 2092
/proc/meminfo: memFree=30175944/32770624 swapFree=0/939696
[pid=2029] ppid=2026 vsize=13985408 CPUtime=1.82 cores=0,2,4,6
/proc/2029/stat : 2029 (java) S 2026 2029 5678 0 -1 1077944320 27989 12416 0 0 164 10 6 2 20 0 15 0 13344842 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140728687950864 140261846879991 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
/proc/2029/statm: 3496352 33841 3327 1 0 3485533 0
[pid=2029/tid=2079] ppid=2026 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/2029/task/2079/stat : 2079 (java) R 2026 2029 5678 0 -1 4202560 22706 12416 0 0 112 8 6 2 20 0 15 0 13344865 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261851113360 140261830960478 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2080] ppid=2026 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2080/stat : 2080 (java) S 2026 2029 5678 0 -1 1077944384 1 12416 0 0 0 0 6 2 20 0 15 0 13344866 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261766294032 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2081] ppid=2026 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2081/stat : 2081 (java) S 2026 2029 5678 0 -1 1077944384 1 12416 0 0 0 0 6 2 20 0 15 0 13344866 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261765241488 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2082] ppid=2026 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2082/stat : 2082 (java) S 2026 2029 5678 0 -1 1077944384 1 12416 0 0 0 0 6 2 20 0 15 0 13344866 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261764188432 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2083] ppid=2026 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2083/stat : 2083 (java) S 2026 2029 5678 0 -1 1077944384 2 12416 0 0 0 0 6 2 20 0 15 0 13344866 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261763135888 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2084] ppid=2026 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2084/stat : 2084 (java) S 2026 2029 5678 0 -1 1077944384 5 12416 0 0 0 0 6 2 20 0 15 0 13344867 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261325273840 140261846891138 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2085] ppid=2026 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2085/stat : 2085 (java) S 2026 2029 5678 0 -1 1077944384 33 12416 0 0 0 0 6 2 20 0 15 0 13344868 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261324220064 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2086] ppid=2026 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2086/stat : 2086 (java) S 2026 2029 5678 0 -1 1077944384 21 12416 0 0 0 0 6 2 20 0 15 0 13344868 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261323166960 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2087] ppid=2026 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2087/stat : 2087 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 15 0 13344871 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261322115536 140261846898587 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2088] ppid=2026 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/2029/task/2088/stat : 2088 (java) S 2026 2029 5678 0 -1 1077944384 1087 12416 0 0 16 0 6 2 20 0 15 0 13344871 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261321062640 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2089] ppid=2026 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/2029/task/2089/stat : 2089 (java) S 2026 2029 5678 0 -1 1077944384 718 12416 0 0 12 0 6 2 20 0 15 0 13344871 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261320010096 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2090] ppid=2026 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/2029/task/2090/stat : 2090 (java) S 2026 2029 5678 0 -1 1077944384 1251 12416 0 0 22 0 6 2 20 0 15 0 13344871 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261318957040 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2091] ppid=2026 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2091/stat : 2091 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 15 0 13344871 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261317904736 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2092] ppid=2026 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2092/stat : 2092 (java) S 2026 2029 5678 0 -1 1077944384 10 12416 0 0 0 0 6 2 20 0 15 0 13344877 14321057792 33841 18446744073709551615 4194304 4196468 140728687968320 140261316852784 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 13985408

[startup+3.10163 s]
/proc/loadavg: 1.85 1.69 1.71 4/210 2092
/proc/meminfo: memFree=30097804/32770624 swapFree=0/939696
[pid=2029] ppid=2026 vsize=13997884 CPUtime=5.56 cores=0,2,4,6
/proc/2029/stat : 2029 (java) S 2026 2029 5678 0 -1 1077944320 40373 12416 0 0 531 17 6 2 20 0 15 0 13344842 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140728687950864 140261846879991 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
/proc/2029/statm: 3499471 62022 3444 1 0 3488093 0
[pid=2029/tid=2079] ppid=2026 vsize=13997884 CPUtime=2.85 cores=0,2,4,6
/proc/2029/task/2079/stat : 2079 (java) R 2026 2029 5678 0 -1 4202560 29940 12416 0 0 266 11 6 2 20 0 15 0 13344865 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261851107376 140261434989088 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2080] ppid=2026 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2080/stat : 2080 (java) S 2026 2029 5678 0 -1 1077944384 72 12416 0 0 0 0 6 2 20 0 15 0 13344866 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261766294032 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2081] ppid=2026 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/2029/task/2081/stat : 2081 (java) S 2026 2029 5678 0 -1 1077944384 38 12416 0 0 1 0 6 2 20 0 15 0 13344866 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261765241488 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2082] ppid=2026 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/2029/task/2082/stat : 2082 (java) S 2026 2029 5678 0 -1 1077944384 41 12416 0 0 1 0 6 2 20 0 15 0 13344866 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261764188432 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2083] ppid=2026 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/2029/task/2083/stat : 2083 (java) S 2026 2029 5678 0 -1 1077944384 197 12416 0 0 1 0 6 2 20 0 15 0 13344866 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261763135888 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2084] ppid=2026 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/2029/task/2084/stat : 2084 (java) S 2026 2029 5678 0 -1 1077944384 723 12416 0 0 1 0 6 2 20 0 15 0 13344867 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261325273840 140261846891138 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2085] ppid=2026 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2085/stat : 2085 (java) S 2026 2029 5678 0 -1 1077944384 55 12416 0 0 0 0 6 2 20 0 15 0 13344868 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261324220128 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2086] ppid=2026 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2086/stat : 2086 (java) S 2026 2029 5678 0 -1 1077944384 46 12416 0 0 0 0 6 2 20 0 15 0 13344868 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261323166960 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2087] ppid=2026 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2087/stat : 2087 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 15 0 13344871 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261322115536 140261846898587 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2088] ppid=2026 vsize=13997884 CPUtime=0.97 cores=0,2,4,6
/proc/2029/task/2088/stat : 2088 (java) R 2026 2029 5678 0 -1 4202560 2007 12416 0 0 88 1 6 2 20 0 15 0 13344871 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261321048752 140261828399666 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2089] ppid=2026 vsize=13997884 CPUtime=0.88 cores=0,2,4,6
/proc/2029/task/2089/stat : 2089 (java) R 2026 2029 5678 0 -1 4202560 1729 12416 0 0 80 0 6 2 20 0 15 0 13344871 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261320003120 140261846891926 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2090] ppid=2026 vsize=13997884 CPUtime=0.98 cores=0,2,4,6
/proc/2029/task/2090/stat : 2090 (java) R 2026 2029 5678 0 -1 1077944384 3357 12416 0 0 89 1 6 2 20 0 15 0 13344871 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261318957168 140261846890197 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2091] ppid=2026 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2091/stat : 2091 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 15 0 13344871 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261317904736 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2092] ppid=2026 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2092/stat : 2092 (java) R 2026 2029 5678 0 -1 1077944384 13 12416 0 0 0 0 6 2 20 0 15 0 13344877 14333833216 62022 18446744073709551615 4194304 4196468 140728687968320 140261316852784 140261846891138 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 13997884

[startup+6.30072 s]
/proc/loadavg: 1.94 1.71 1.72 3/210 2092
/proc/meminfo: memFree=29858320/32770624 swapFree=0/939708
[pid=2029] ppid=2026 vsize=13999932 CPUtime=13.38 cores=0,2,4,6
/proc/2029/stat : 2029 (java) S 2026 2029 5678 0 -1 1077944320 57088 12416 0 0 1300 30 6 2 20 0 15 0 13344842 14335930368 112548 18446744073709551615 4194304 4196468 140728687968320 140728687950864 140261846879991 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
/proc/2029/statm: 3499983 112548 3453 1 0 3488605 0
[pid=2029/tid=2079] ppid=2026 vsize=13999932 CPUtime=5.91 cores=0,2,4,6
/proc/2029/task/2079/stat : 2079 (java) R 2026 2029 5678 0 -1 4202560 32931 12416 0 0 570 13 6 2 20 0 15 0 13344865 14335930368 112548 18446744073709551615 4194304 4196468 140728687968320 140261851108712 140261443878771 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2080] ppid=2026 vsize=13999932 CPUtime=0.17 cores=0,2,4,6
/proc/2029/task/2080/stat : 2080 (java) S 2026 2029 5678 0 -1 1077944384 337 12416 0 0 7 2 6 2 20 0 15 0 13344866 14335930368 112548 18446744073709551615 4194304 4196468 140728687968320 140261766294032 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2081] ppid=2026 vsize=13999932 CPUtime=0.19 cores=0,2,4,6
/proc/2029/task/2081/stat : 2081 (java) S 2026 2029 5678 0 -1 1077944384 233 12416 0 0 9 2 6 2 20 0 15 0 13344866 14335930368 112548 18446744073709551615 4194304 4196468 140728687968320 140261765241488 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2082] ppid=2026 vsize=13999932 CPUtime=0.18 cores=0,2,4,6
/proc/2029/task/2082/stat : 2082 (java) S 2026 2029 5678 0 -1 1077944384 128 12416 0 0 8 2 6 2 20 0 15 0 13344866 14335930368 112548 18446744073709551615 4194304 4196468 140728687968320 140261764188432 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2083] ppid=2026 vsize=13999932 CPUtime=0.19 cores=0,2,4,6
/proc/2029/task/2083/stat : 2083 (java) S 2026 2029 5678 0 -1 1077944384 931 12416 0 0 9 2 6 2 20 0 15 0 13344866 14335930368 112548 18446744073709551615 4194304 4196468 140728687968320 140261763135888 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2084] ppid=2026 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/2029/task/2084/stat : 2084 (java) S 2026 2029 5678 0 -1 1077944384 877 12416 0 0 2 0 6 2 20 0 15 0 13344867 14335930368 112548 18446744073709551615 4194304 4196468 140728687968320 140261325273840 140261846891138 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2085] ppid=2026 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2085/stat : 2085 (java) S 2026 2029 5678 0 -1 1077944384 55 12416 0 0 0 0 6 2 20 0 15 0 13344868 14335930368 113060 18446744073709551615 4194304 4196468 140728687968320 140261324220128 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2086] ppid=2026 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2086/stat : 2086 (java) S 2026 2029 5678 0 -1 1077944384 46 12416 0 0 0 0 6 2 20 0 15 0 13344868 14335930368 113060 18446744073709551615 4194304 4196468 140728687968320 140261323166976 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2087] ppid=2026 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2087/stat : 2087 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 15 0 13344871 14335930368 113060 18446744073709551615 4194304 4196468 140728687968320 140261322115536 140261846898587 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2088] ppid=2026 vsize=13999932 CPUtime=2.96 cores=0,2,4,6
/proc/2029/task/2088/stat : 2088 (java) S 2026 2029 5678 0 -1 1077944384 6778 12416 0 0 287 1 6 2 20 0 15 0 13344871 14335930368 113060 18446744073709551615 4194304 4196468 140728687968320 140261321062640 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2089] ppid=2026 vsize=13999932 CPUtime=2.71 cores=0,2,4,6
/proc/2029/task/2089/stat : 2089 (java) S 2026 2029 5678 0 -1 1077944384 5511 12416 0 0 262 1 6 2 20 0 15 0 13344871 14335930368 113060 18446744073709551615 4194304 4196468 140728687968320 140261320010096 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2090] ppid=2026 vsize=13999932 CPUtime=1.5 cores=0,2,4,6
/proc/2029/task/2090/stat : 2090 (java) S 2026 2029 5678 0 -1 1077944384 7066 12416 0 0 140 2 6 2 20 0 15 0 13344871 14335930368 113060 18446744073709551615 4194304 4196468 140728687968320 140261318957040 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2091] ppid=2026 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2091/stat : 2091 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 15 0 13344871 14335930368 113060 18446744073709551615 4194304 4196468 140728687968320 140261317904736 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2092] ppid=2026 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2092/stat : 2092 (java) S 2026 2029 5678 0 -1 1077944384 40 12416 0 0 0 0 6 2 20 0 15 0 13344877 14335930368 113060 18446744073709551615 4194304 4196468 140728687968320 140261316852784 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
Current children cumulated CPU time (s) 13.38
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.95 1.71 1.72 3/210 2092
/proc/meminfo: memFree=29482184/32770624 swapFree=0/939716
[pid=2029] ppid=2026 vsize=13999932 CPUtime=21.28 cores=0,2,4,6
/proc/2029/stat : 2029 (java) S 2026 2029 5678 0 -1 1077944320 67147 12416 0 0 2080 40 6 2 20 0 15 0 13344842 14335930368 199152 18446744073709551615 4194304 4196468 140728687968320 140728687950864 140261846879991 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
/proc/2029/statm: 3499983 199152 3455 1 0 3488605 0
[pid=2029/tid=2079] ppid=2026 vsize=13999932 CPUtime=12.24 cores=0,2,4,6
/proc/2029/task/2079/stat : 2079 (java) R 2026 2029 5678 0 -1 4202560 34129 12416 0 0 1199 17 6 2 20 0 15 0 13344865 14335930368 199152 18446744073709551615 4194304 4196468 140728687968320 140261851109760 140261448666101 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2080] ppid=2026 vsize=13999932 CPUtime=0.23 cores=0,2,4,6
/proc/2029/task/2080/stat : 2080 (java) S 2026 2029 5678 0 -1 1077944384 378 12416 0 0 12 3 6 2 20 0 15 0 13344866 14335930368 199152 18446744073709551615 4194304 4196468 140728687968320 140261766294032 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2081] ppid=2026 vsize=13999932 CPUtime=0.25 cores=0,2,4,6
/proc/2029/task/2081/stat : 2081 (java) S 2026 2029 5678 0 -1 1077944384 934 12416 0 0 13 4 6 2 20 0 15 0 13344866 14335930368 199152 18446744073709551615 4194304 4196468 140728687968320 140261765241488 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2082] ppid=2026 vsize=13999932 CPUtime=0.24 cores=0,2,4,6
/proc/2029/task/2082/stat : 2082 (java) S 2026 2029 5678 0 -1 1077944384 483 12416 0 0 13 3 6 2 20 0 15 0 13344866 14335930368 199152 18446744073709551615 4194304 4196468 140728687968320 140261764188432 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2083] ppid=2026 vsize=13999932 CPUtime=0.26 cores=0,2,4,6
/proc/2029/task/2083/stat : 2083 (java) S 2026 2029 5678 0 -1 1077944384 1042 12416 0 0 14 4 6 2 20 0 15 0 13344866 14335930368 199152 18446744073709551615 4194304 4196468 140728687968320 140261763135888 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2084] ppid=2026 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/2029/task/2084/stat : 2084 (java) S 2026 2029 5678 0 -1 1077944384 1314 12416 0 0 2 0 6 2 20 0 15 0 13344867 14335930368 199152 18446744073709551615 4194304 4196468 140728687968320 140261325273840 140261846891138 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2085] ppid=2026 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2085/stat : 2085 (java) S 2026 2029 5678 0 -1 1077944384 55 12416 0 0 0 0 6 2 20 0 15 0 13344868 14335930368 199152 18446744073709551615 4194304 4196468 140728687968320 140261324220128 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2086] ppid=2026 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2086/stat : 2086 (java) S 2026 2029 5678 0 -1 1077944384 46 12416 0 0 0 0 6 2 20 0 15 0 13344868 14335930368 199152 18446744073709551615 4194304 4196468 140728687968320 140261323166976 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2087] ppid=2026 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2087/stat : 2087 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 15 0 13344871 14335930368 199152 18446744073709551615 4194304 4196468 140728687968320 140261322115536 140261846898587 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0

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

/proc/2029/statm: 3517391 1025735 3474 1 0 3506013 0
[pid=2029/tid=2079] ppid=2026 vsize=14069564 CPUtime=237.28 cores=0,2,4,6
/proc/2029/task/2079/stat : 2079 (java) R 2026 2029 5678 0 -1 4202560 72869 12416 0 0 23655 65 6 2 20 0 15 0 13344865 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261851111776 140261454003167 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2080] ppid=2026 vsize=14069564 CPUtime=1.04 cores=0,2,4,6
/proc/2029/task/2080/stat : 2080 (java) S 2026 2029 5678 0 -1 1077944384 1463 12416 0 0 81 15 6 2 20 0 15 0 13344866 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261766294032 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2081] ppid=2026 vsize=14069564 CPUtime=1.09 cores=0,2,4,6
/proc/2029/task/2081/stat : 2081 (java) S 2026 2029 5678 0 -1 1077944384 3128 12416 0 0 85 16 6 2 20 0 15 0 13344866 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261765241488 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2082] ppid=2026 vsize=14069564 CPUtime=1.09 cores=0,2,4,6
/proc/2029/task/2082/stat : 2082 (java) S 2026 2029 5678 0 -1 1077944384 2382 12416 0 0 86 15 6 2 20 0 15 0 13344866 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261764188432 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2083] ppid=2026 vsize=14069564 CPUtime=1.07 cores=0,2,4,6
/proc/2029/task/2083/stat : 2083 (java) S 2026 2029 5678 0 -1 1077944384 3101 12416 0 0 85 14 6 2 20 0 15 0 13344866 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261763135888 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2084] ppid=2026 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/2029/task/2084/stat : 2084 (java) S 2026 2029 5678 0 -1 1077944384 6933 12416 0 0 13 1 6 2 20 0 15 0 13344867 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261325273840 140261846891138 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2085] ppid=2026 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2085/stat : 2085 (java) S 2026 2029 5678 0 -1 1077944384 60 12416 0 0 0 0 6 2 20 0 15 0 13344868 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261324220128 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2086] ppid=2026 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2086/stat : 2086 (java) S 2026 2029 5678 0 -1 1077944384 50 12416 0 0 0 0 6 2 20 0 15 0 13344868 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261323166976 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2087] ppid=2026 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2087/stat : 2087 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 15 0 13344871 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261322115536 140261846898587 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2088] ppid=2026 vsize=14069564 CPUtime=10.03 cores=0,2,4,6
/proc/2029/task/2088/stat : 2088 (java) S 2026 2029 5678 0 -1 1077944384 24421 12416 0 0 990 5 6 2 20 0 15 0 13344871 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261321062640 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2089] ppid=2026 vsize=14069564 CPUtime=9.76 cores=0,2,4,6
/proc/2029/task/2089/stat : 2089 (java) S 2026 2029 5678 0 -1 1077944384 26546 12416 0 0 964 4 6 2 20 0 15 0 13344871 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261320010096 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2090] ppid=2026 vsize=14069564 CPUtime=2.9 cores=0,2,4,6
/proc/2029/task/2090/stat : 2090 (java) S 2026 2029 5678 0 -1 1077944384 16989 12416 0 0 277 5 6 2 20 0 15 0 13344871 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261318957040 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2091] ppid=2026 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2091/stat : 2091 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 15 0 13344871 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261317904736 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2092] ppid=2026 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/2029/task/2092/stat : 2092 (java) S 2026 2029 5678 0 -1 1077944384 173 12416 0 0 8 6 6 2 20 0 15 0 13344877 14407233536 1025735 18446744073709551615 4194304 4196468 140728687968320 140261316852784 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
Current children cumulated CPU time (s) 264.08
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 2029 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+239.201 s]
/proc/loadavg: 1.70 1.76 1.74 3/211 2390
/proc/meminfo: memFree=25829168/32770624 swapFree=0/940032
[pid=2029] ppid=2026 vsize=14202692 CPUtime=265.88 cores=0,2,4,6
/proc/2029/stat : 2029 (java) S 2026 2029 5678 0 -1 1077944320 167904 12416 0 0 26431 149 6 2 20 0 17 0 13344842 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140728687950864 140261846879991 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
/proc/2029/statm: 3550673 1028889 3474 1 0 3539295 0
[pid=2029/tid=2079] ppid=2026 vsize=14202692 CPUtime=237.3 cores=0,2,4,6
/proc/2029/task/2079/stat : 2079 (java) S 2026 2029 5678 0 -1 1077944384 73120 12416 0 0 23657 65 6 2 20 0 17 0 13344865 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261851117648 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2080] ppid=2026 vsize=14202692 CPUtime=1.47 cores=0,2,4,6
/proc/2029/task/2080/stat : 2080 (java) R 2026 2029 5678 0 -1 4202560 1537 12416 0 0 124 15 6 2 20 0 17 0 13344866 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261766293840 140261839508199 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2081] ppid=2026 vsize=14202692 CPUtime=1.52 cores=0,2,4,6
/proc/2029/task/2081/stat : 2081 (java) R 2026 2029 5678 0 -1 4202560 3420 12416 0 0 128 16 6 2 20 0 17 0 13344866 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261765241296 140261839508199 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2082] ppid=2026 vsize=14202692 CPUtime=1.54 cores=0,2,4,6
/proc/2029/task/2082/stat : 2082 (java) R 2026 2029 5678 0 -1 4202560 2436 12416 0 0 131 15 6 2 20 0 17 0 13344866 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261764188432 140261828489811 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2083] ppid=2026 vsize=14202692 CPUtime=1.51 cores=0,2,4,6
/proc/2029/task/2083/stat : 2083 (java) R 2026 2029 5678 0 -1 4202560 3236 12416 0 0 128 15 6 2 20 0 17 0 13344866 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261763136008 140261839508199 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2084] ppid=2026 vsize=14202692 CPUtime=0.25 cores=0,2,4,6
/proc/2029/task/2084/stat : 2084 (java) S 2026 2029 5678 0 -1 1077944384 13334 12416 0 0 16 1 6 2 20 0 17 0 13344867 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261325272464 140261846890197 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2085] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2085/stat : 2085 (java) S 2026 2029 5678 0 -1 1077944384 60 12416 0 0 0 0 6 2 20 0 17 0 13344868 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261324220128 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2086] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2086/stat : 2086 (java) S 2026 2029 5678 0 -1 1077944384 50 12416 0 0 0 0 6 2 20 0 17 0 13344868 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261323166976 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2087] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2087/stat : 2087 (java) S 2026 2029 5678 0 -1 1077944384 154 12416 0 0 0 0 6 2 20 0 17 0 13344871 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261322115536 140261846898587 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2088] ppid=2026 vsize=14202692 CPUtime=10.03 cores=0,2,4,6
/proc/2029/task/2088/stat : 2088 (java) S 2026 2029 5678 0 -1 1077944384 24421 12416 0 0 990 5 6 2 20 0 17 0 13344871 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261321062640 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2089] ppid=2026 vsize=14202692 CPUtime=9.76 cores=0,2,4,6
/proc/2029/task/2089/stat : 2089 (java) S 2026 2029 5678 0 -1 1077944384 26546 12416 0 0 964 4 6 2 20 0 17 0 13344871 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261320010096 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2090] ppid=2026 vsize=14202692 CPUtime=2.9 cores=0,2,4,6
/proc/2029/task/2090/stat : 2090 (java) S 2026 2029 5678 0 -1 1077944384 16989 12416 0 0 277 5 6 2 20 0 17 0 13344871 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261318957040 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2091] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2091/stat : 2091 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 17 0 13344871 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261317904736 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2092] ppid=2026 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/2029/task/2092/stat : 2092 (java) S 2026 2029 5678 0 -1 1077944384 173 12416 0 0 8 6 6 2 20 0 17 0 13344877 14543556608 1028889 18446744073709551615 4194304 4196468 140728687968320 140261316852784 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
Current children cumulated CPU time (s) 265.88
Current children cumulated vsize (KiB) 14202692

[startup+239.601 s]
/proc/loadavg: 1.70 1.76 1.74 3/211 2390
/proc/meminfo: memFree=25829168/32770624 swapFree=0/940032
[pid=2029] ppid=2026 vsize=14202692 CPUtime=267.35 cores=0,2,4,6
/proc/2029/stat : 2029 (java) S 2026 2029 5678 0 -1 1077944320 168071 12416 0 0 26578 149 6 2 20 0 17 0 13344842 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140728687950864 140261846879991 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
/proc/2029/statm: 3550673 1028909 3474 1 0 3539295 0
[pid=2029/tid=2079] ppid=2026 vsize=14202692 CPUtime=237.3 cores=0,2,4,6
/proc/2029/task/2079/stat : 2079 (java) S 2026 2029 5678 0 -1 1077944384 73121 12416 0 0 23657 65 6 2 20 0 17 0 13344865 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261851117648 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2080] ppid=2026 vsize=14202692 CPUtime=1.83 cores=0,2,4,6
/proc/2029/task/2080/stat : 2080 (java) R 2026 2029 5678 0 -1 4202560 1540 12416 0 0 160 15 6 2 20 0 17 0 13344866 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261766294232 140261828477002 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2081] ppid=2026 vsize=14202692 CPUtime=1.88 cores=0,2,4,6
/proc/2029/task/2081/stat : 2081 (java) R 2026 2029 5678 0 -1 4202560 3423 12416 0 0 164 16 6 2 20 0 17 0 13344866 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261765241488 140261831577743 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2082] ppid=2026 vsize=14202692 CPUtime=1.9 cores=0,2,4,6
/proc/2029/task/2082/stat : 2082 (java) R 2026 2029 5678 0 -1 4202560 2442 12416 0 0 167 15 6 2 20 0 17 0 13344866 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261764188432 140261831577583 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2083] ppid=2026 vsize=14202692 CPUtime=1.87 cores=0,2,4,6
/proc/2029/task/2083/stat : 2083 (java) R 2026 2029 5678 0 -1 4202560 3238 12416 0 0 164 15 6 2 20 0 17 0 13344866 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261763136088 140261831577766 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2084] ppid=2026 vsize=14202692 CPUtime=0.28 cores=0,2,4,6
/proc/2029/task/2084/stat : 2084 (java) S 2026 2029 5678 0 -1 1077944384 13483 12416 0 0 19 1 6 2 20 0 17 0 13344867 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261325272240 140261846890197 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2085] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2085/stat : 2085 (java) S 2026 2029 5678 0 -1 1077944384 62 12416 0 0 0 0 6 2 20 0 17 0 13344868 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261324219632 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2086] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2086/stat : 2086 (java) S 2026 2029 5678 0 -1 1077944384 50 12416 0 0 0 0 6 2 20 0 17 0 13344868 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261323166976 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2087] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2087/stat : 2087 (java) S 2026 2029 5678 0 -1 1077944384 154 12416 0 0 0 0 6 2 20 0 17 0 13344871 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261322115536 140261846898587 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2088] ppid=2026 vsize=14202692 CPUtime=10.03 cores=0,2,4,6
/proc/2029/task/2088/stat : 2088 (java) S 2026 2029 5678 0 -1 1077944384 24421 12416 0 0 990 5 6 2 20 0 17 0 13344871 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261321062640 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2089] ppid=2026 vsize=14202692 CPUtime=9.76 cores=0,2,4,6
/proc/2029/task/2089/stat : 2089 (java) S 2026 2029 5678 0 -1 1077944384 26546 12416 0 0 964 4 6 2 20 0 17 0 13344871 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261320010096 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2090] ppid=2026 vsize=14202692 CPUtime=2.9 cores=0,2,4,6
/proc/2029/task/2090/stat : 2090 (java) S 2026 2029 5678 0 -1 1077944384 16989 12416 0 0 277 5 6 2 20 0 17 0 13344871 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261318957040 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2091] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2091/stat : 2091 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 17 0 13344871 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261317904736 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2092] ppid=2026 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/2029/task/2092/stat : 2092 (java) S 2026 2029 5678 0 -1 1077944384 173 12416 0 0 8 6 6 2 20 0 17 0 13344877 14543556608 1028909 18446744073709551615 4194304 4196468 140728687968320 140261316852784 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
Current children cumulated CPU time (s) 267.35
Current children cumulated vsize (KiB) 14202692

[startup+240.001 s]
/proc/loadavg: 1.70 1.76 1.74 6/213 2392
/proc/meminfo: memFree=25818544/32770624 swapFree=0/940032
[pid=2029] ppid=2026 vsize=14202692 CPUtime=268.84 cores=0,2,4,6
/proc/2029/stat : 2029 (java) S 2026 2029 5678 0 -1 1077944320 168098 12416 0 0 26726 150 6 2 20 0 17 0 13344842 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140728687950864 140261846879991 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
/proc/2029/statm: 3550673 1028919 3474 1 0 3539295 0
[pid=2029/tid=2079] ppid=2026 vsize=14202692 CPUtime=237.3 cores=0,2,4,6
/proc/2029/task/2079/stat : 2079 (java) S 2026 2029 5678 0 -1 1077944384 73121 12416 0 0 23657 65 6 2 20 0 17 0 13344865 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261851117648 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2080] ppid=2026 vsize=14202692 CPUtime=2.2 cores=0,2,4,6
/proc/2029/task/2080/stat : 2080 (java) R 2026 2029 5678 0 -1 4202560 1541 12416 0 0 197 15 6 2 20 0 17 0 13344866 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261766294032 140261839508199 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2081] ppid=2026 vsize=14202692 CPUtime=2.24 cores=0,2,4,6
/proc/2029/task/2081/stat : 2081 (java) R 2026 2029 5678 0 -1 4202560 3439 12416 0 0 200 16 6 2 20 0 17 0 13344866 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261765241384 140261839508199 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2082] ppid=2026 vsize=14202692 CPUtime=2.26 cores=0,2,4,6
/proc/2029/task/2082/stat : 2082 (java) R 2026 2029 5678 0 -1 4202560 2450 12416 0 0 203 15 6 2 20 0 17 0 13344866 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261764188432 140261828476495 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2083] ppid=2026 vsize=14202692 CPUtime=2.23 cores=0,2,4,6
/proc/2029/task/2083/stat : 2083 (java) R 2026 2029 5678 0 -1 4202560 3239 12416 0 0 200 15 6 2 20 0 17 0 13344866 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261763135888 140261839508199 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2084] ppid=2026 vsize=14202692 CPUtime=0.32 cores=0,2,4,6
/proc/2029/task/2084/stat : 2084 (java) S 2026 2029 5678 0 -1 1077944384 13483 12416 0 0 23 1 6 2 20 0 17 0 13344867 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261325272240 140261846890197 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2085] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2085/stat : 2085 (java) S 2026 2029 5678 0 -1 1077944384 63 12416 0 0 0 0 6 2 20 0 17 0 13344868 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261324219632 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2086] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2086/stat : 2086 (java) S 2026 2029 5678 0 -1 1077944384 50 12416 0 0 0 0 6 2 20 0 17 0 13344868 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261323166976 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2087] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2087/stat : 2087 (java) S 2026 2029 5678 0 -1 1077944384 154 12416 0 0 0 0 6 2 20 0 17 0 13344871 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261322115536 140261846898587 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2088] ppid=2026 vsize=14202692 CPUtime=10.03 cores=0,2,4,6
/proc/2029/task/2088/stat : 2088 (java) S 2026 2029 5678 0 -1 1077944384 24421 12416 0 0 990 5 6 2 20 0 17 0 13344871 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261321062640 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2089] ppid=2026 vsize=14202692 CPUtime=9.76 cores=0,2,4,6
/proc/2029/task/2089/stat : 2089 (java) S 2026 2029 5678 0 -1 1077944384 26546 12416 0 0 964 4 6 2 20 0 17 0 13344871 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261320010096 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2090] ppid=2026 vsize=14202692 CPUtime=2.9 cores=0,2,4,6
/proc/2029/task/2090/stat : 2090 (java) S 2026 2029 5678 0 -1 1077944384 16989 12416 0 0 277 5 6 2 20 0 17 0 13344871 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261318957040 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2091] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2091/stat : 2091 (java) S 2026 2029 5678 0 -1 1077944384 3 12416 0 0 0 0 6 2 20 0 17 0 13344871 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261317904736 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2092] ppid=2026 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/2029/task/2092/stat : 2092 (java) S 2026 2029 5678 0 -1 1077944384 173 12416 0 0 8 6 6 2 20 0 17 0 13344877 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261316852784 140261846891138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2391] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2391/stat : 2391 (java) S 2026 2029 5678 0 -1 1077944384 249 12416 0 0 0 0 6 2 20 0 17 0 13368714 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140261285286768 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
[pid=2029/tid=2392] ppid=2026 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/2029/task/2392/stat : 2392 (java) S 2026 2029 5678 0 -1 1077944384 27 12416 0 0 0 0 6 2 20 0 17 0 13368714 14543556608 1028919 18446744073709551615 4194304 4196468 140728687968320 140260856292544 140261846890197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23486464 140728687974349 140728687977134 140728687977134 140728687980495 0
Current children cumulated CPU time (s) 268.84
Current children cumulated vsize (KiB) 14202692

[startup+240.102 s]
/proc/loadavg: 1.70 1.76 1.74 6/213 2392
/proc/meminfo: memFree=25818544/32770624 swapFree=0/940032
[pid=2029] ppid=2026 vsize=0 CPUtime=269.1 cores=0,2,4,6
/proc/2029/stat : 2029 (java) Z 2026 2029 5678 0 -1 4228108 168241 12416 0 0 26751 151 6 2 20 0 2 0 13344842 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/2029/statm: 0 0 0 0 0 0 0
[pid=2029/tid=2083] ppid=2026 vsize=0 CPUtime=2.29 cores=0,2,4,6
/proc/2029/task/2083/stat : 2083 (java) R 2026 2029 5678 0 -1 4203588 3239 12416 0 0 205 16 6 2 20 0 2 0 13344866 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 269.1
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 240.11
CPU time (s): 269.124
CPU user time (s): 267.573
CPU system time (s): 1.55116
CPU usage (%): 112.083
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.573
system time used= 1.55116
maximum resident set size= 4116268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180657
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18050
involuntary context switches= 445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.22294 second user time and 1.40363 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 05:59:23
IDJOB=4259568
IDBENCH=122943
IDSOLVER=2646
FILE ID=node128/4259568-1501647201
RUNJOBID= node128-1501642693-29417
PBS_JOBID= 
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-12-350-100.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259568-1501647201/watcher-4259568-1501647201 -o /tmp/evaluation-result-4259568-1501647201/solver-4259568-1501647201 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300  bin/concrete HOME/instance-4259568-1501647201.xml

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

MD5SUM BENCH= 498e8e69e2f573dee371e4fc9819ce0a
RANDOM SEED=395410005

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30266904 kB
MemAvailable:   31203488 kB
Buffers:          116268 kB
Cached:          1100800 kB
SwapCached:            0 kB
Active:          1148700 kB
Inactive:         947660 kB
Active(anon):     879628 kB
Inactive(anon):     8532 kB
Active(file):     269072 kB
Inactive(file):   939128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24252 kB
Writeback:             0 kB
AnonPages:        876716 kB
Mapped:            43652 kB
Shmem:              8872 kB
Slab:             113744 kB
SReclaimable:      88436 kB
SUnreclaim:        25308 kB
KernelStack:        3456 kB
PageTables:         7236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1765652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61804 MiB
End job on node128 at 2017-08-02 06:03:23