Trace number 4262475

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.6799 2470.6399

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-07-2-12.xml
MD5SUMd28d3b77622c454a4009aeb11785833b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.7402902
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints327
Number of domains2
Minimum domain size8
Maximum domain size12
Distribution of domain sizes[{"size":8,"count":420},{"size":12,"count":280}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":280},{"degree":9,"count":420}]
Minimum constraint arity8
Maximum constraint arity35
Distribution of constraint arities[{"arity":8,"count":35},{"arity":13,"count":280},{"arity":35,"count":12}]
Number of extensional constraints12
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":12},{"type":"allDifferent","count":35},{"type":"element","count":280}]
Optimization problemNO
Type of objective

Solver Data

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

pid=19644
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.88 1.66 1.62 2/194 19647
/proc/meminfo: memFree=26866508/32770624 swapFree=0/512468
[pid=19647] ppid=19644 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19647/stat : 19647 (runsolver) D 19644 19647 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 50742310 24240128 107 18446744073709551615 4194304 4338465 140724740824432 140724740822072 139922130490071 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 26537984 140724740825297 140724740825673 140724740825673 140724740829130 0
/proc/19647/statm: 5918 107 54 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 1.88 1.66 1.62 2/194 19647
/proc/meminfo: memFree=26866508/32770624 swapFree=0/512468
[pid=19647] ppid=19644 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/19647/stat : 19647 (bash) S 19644 19647 1330 0 -1 4202496 682 1544 0 0 0 0 0 0 20 0 1 0 50742310 9736192 351 18446744073709551615 4194304 5098028 140722006023648 140722006021288 139728201976832 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 25571328 140722006028820 140722006028905 140722006028905 140722006032362 0
/proc/19647/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200218 s]
/proc/loadavg: 1.88 1.66 1.62 2/194 19647
/proc/meminfo: memFree=26866508/32770624 swapFree=0/512468
[pid=19647] ppid=19644 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19647/stat : 19647 (bash) S 19644 19647 1330 0 -1 4202496 891 6485 0 0 0 0 0 1 20 0 1 0 50742310 9867264 377 18446744073709551615 4194304 5098028 140722006023648 140722006017656 139728201976832 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 25571328 140722006028820 140722006028905 140722006028905 140722006032362 0
/proc/19647/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300314 s]
/proc/loadavg: 1.88 1.66 1.62 2/194 19647
/proc/meminfo: memFree=26866508/32770624 swapFree=0/512468
[pid=19647] ppid=19644 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19644 19647 1330 0 -1 1077944320 5819 12605 0 0 5 1 5 3 20 0 14 0 50742310 14241083392 5499 18446744073709551615 4194304 4196468 140721475519504 140721475502048 140049270243063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
/proc/19647/statm: 3476827 5499 2563 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700218 s]
/proc/loadavg: 1.88 1.66 1.62 2/194 19647
/proc/meminfo: memFree=26866508/32770624 swapFree=0/512468
[pid=19647] ppid=19644 vsize=13974784 CPUtime=0.64 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19644 19647 1330 0 -1 1077944320 13864 12605 0 0 52 4 5 3 20 0 15 0 50742310 14310178816 14259 18446744073709551615 4194304 4196468 140721475519504 140721475502048 140049270243063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
/proc/19647/statm: 3493696 14259 3078 1 0 3482965 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50242 s]
/proc/loadavg: 1.88 1.66 1.62 3/209 19710
/proc/meminfo: memFree=26773652/32770624 swapFree=0/512496
[pid=19647] ppid=19644 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19644 19647 1330 0 -1 1077944320 27543 12605 0 0 172 8 5 3 20 0 15 0 50742310 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140721475502048 140049270243063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
/proc/19647/statm: 3496352 33969 3344 1 0 3485525 0
[pid=19647/tid=19697] ppid=19644 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/19647/task/19697/stat : 19697 (java) R 19644 19647 1330 0 -1 4202560 21938 12605 0 0 114 7 5 3 20 0 15 0 50742334 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140049274461024 140049262480190 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19698] ppid=19644 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19698/stat : 19698 (java) S 19644 19647 1330 0 -1 1077944384 2 12605 0 0 0 0 5 3 20 0 15 0 50742334 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140049227208976 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19699] ppid=19644 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19699/stat : 19699 (java) S 19644 19647 1330 0 -1 1077944384 1 12605 0 0 0 0 5 3 20 0 15 0 50742334 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140049226156432 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19700] ppid=19644 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19700/stat : 19700 (java) S 19644 19647 1330 0 -1 1077944384 1 12605 0 0 0 0 5 3 20 0 15 0 50742334 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140049225103888 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19701] ppid=19644 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19701/stat : 19701 (java) S 19644 19647 1330 0 -1 1077944384 2 12605 0 0 0 0 5 3 20 0 15 0 50742334 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140049224051344 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19702] ppid=19644 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19702/stat : 19702 (java) S 19644 19647 1330 0 -1 1077944384 6 12605 0 0 0 0 5 3 20 0 15 0 50742336 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140048747973104 140049270254210 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19703] ppid=19644 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19703/stat : 19703 (java) S 19644 19647 1330 0 -1 1077944384 33 12605 0 0 0 0 5 3 20 0 15 0 50742336 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140048746919328 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19704] ppid=19644 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19704/stat : 19704 (java) S 19644 19647 1330 0 -1 1077944384 21 12605 0 0 0 0 5 3 20 0 15 0 50742336 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140048745866736 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19705] ppid=19644 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19705/stat : 19705 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140048744815312 140049270261659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19706] ppid=19644 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/19647/task/19706/stat : 19706 (java) R 19644 19647 1330 0 -1 1077944384 1166 12605 0 0 16 0 5 3 20 0 15 0 50742339 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140048743761904 140049270254210 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19707] ppid=19644 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/19647/task/19707/stat : 19707 (java) S 19644 19647 1330 0 -1 1077944384 844 12605 0 0 17 0 5 3 20 0 15 0 50742339 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140048742709360 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19708] ppid=19644 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/19647/task/19708/stat : 19708 (java) R 19644 19647 1330 0 -1 4202560 1362 12605 0 0 22 0 5 3 20 0 15 0 50742339 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140048741656816 140049248891530 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19709] ppid=19644 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19709/stat : 19709 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140048740604512 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19710] ppid=19644 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19710/stat : 19710 (java) S 19644 19647 1330 0 -1 1077944384 11 12605 0 0 0 0 5 3 20 0 15 0 50742344 14321057792 33969 18446744073709551615 4194304 4196468 140721475519504 140048739552048 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 1.88 1.66 1.62 6/209 19710
/proc/meminfo: memFree=26696224/32770624 swapFree=0/512496
[pid=19647] ppid=19644 vsize=13997884 CPUtime=5.54 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19644 19647 1330 0 -1 1077944320 49207 12605 0 0 531 15 5 3 20 0 15 0 50742310 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140721475502048 140049270243063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
/proc/19647/statm: 3499471 54801 3442 1 0 3488085 0
[pid=19647/tid=19697] ppid=19644 vsize=13997884 CPUtime=2.85 cores=1,3,5,7
/proc/19647/task/19697/stat : 19697 (java) R 19644 19647 1330 0 -1 4202560 35192 12605 0 0 268 9 5 3 20 0 15 0 50742334 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140049274475248 140049270254998 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19698] ppid=19644 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19698/stat : 19698 (java) S 19644 19647 1330 0 -1 1077944384 58 12605 0 0 0 0 5 3 20 0 15 0 50742334 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140049227208976 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19699] ppid=19644 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19699/stat : 19699 (java) S 19644 19647 1330 0 -1 1077944384 193 12605 0 0 0 0 5 3 20 0 15 0 50742334 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140049226156432 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19700] ppid=19644 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/19647/task/19700/stat : 19700 (java) S 19644 19647 1330 0 -1 1077944384 54 12605 0 0 1 0 5 3 20 0 15 0 50742334 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140049225103888 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19701] ppid=19644 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19701/stat : 19701 (java) S 19644 19647 1330 0 -1 1077944384 58 12605 0 0 0 0 5 3 20 0 15 0 50742334 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140049224051344 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19702] ppid=19644 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/19647/task/19702/stat : 19702 (java) S 19644 19647 1330 0 -1 1077944384 1667 12605 0 0 1 0 5 3 20 0 15 0 50742336 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140048747973104 140049270254210 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19703] ppid=19644 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19703/stat : 19703 (java) S 19644 19647 1330 0 -1 1077944384 56 12605 0 0 0 0 5 3 20 0 15 0 50742336 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140048746919328 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19704] ppid=19644 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19704/stat : 19704 (java) S 19644 19647 1330 0 -1 1077944384 43 12605 0 0 0 0 5 3 20 0 15 0 50742336 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140048745866736 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19705] ppid=19644 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19705/stat : 19705 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140048744815312 140049270261659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19706] ppid=19644 vsize=13997884 CPUtime=0.73 cores=1,3,5,7
/proc/19647/task/19706/stat : 19706 (java) R 19644 19647 1330 0 -1 4202560 1819 12605 0 0 64 1 5 3 20 0 15 0 50742339 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140048743762000 140049263228105 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19707] ppid=19644 vsize=13997884 CPUtime=1.06 cores=1,3,5,7
/proc/19647/task/19707/stat : 19707 (java) R 19644 19647 1330 0 -1 1077944384 4356 12605 0 0 97 1 5 3 20 0 15 0 50742339 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140048742709360 140049270254210 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19708] ppid=19644 vsize=13997884 CPUtime=1.02 cores=1,3,5,7
/proc/19647/task/19708/stat : 19708 (java) S 19644 19647 1330 0 -1 1077944384 3542 12605 0 0 93 1 5 3 20 0 15 0 50742339 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140048741656816 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19709] ppid=19644 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19709/stat : 19709 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140048740604512 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19710] ppid=19644 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19710/stat : 19710 (java) S 19644 19647 1330 0 -1 1077944384 13 12605 0 0 0 0 5 3 20 0 15 0 50742344 14333833216 54801 18446744073709551615 4194304 4196468 140721475519504 140048739552048 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 13997884

[startup+6.30066 s]
/proc/loadavg: 1.97 1.69 1.63 4/209 19710
/proc/meminfo: memFree=26526696/32770624 swapFree=0/512496
[pid=19647] ppid=19644 vsize=14069564 CPUtime=14.3 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19644 19647 1330 0 -1 1077944320 81062 12605 0 0 1398 24 5 3 20 0 15 0 50742310 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140721475502048 140049270243063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
/proc/19647/statm: 3517391 100244 3476 1 0 3506005 0
[pid=19647/tid=19697] ppid=19644 vsize=14069564 CPUtime=5.97 cores=1,3,5,7
/proc/19647/task/19697/stat : 19697 (java) R 19644 19647 1330 0 -1 4202560 46414 12605 0 0 576 13 5 3 20 0 15 0 50742334 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140049274477040 140048917313416 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19698] ppid=19644 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/19647/task/19698/stat : 19698 (java) S 19644 19647 1330 0 -1 1077944384 536 12605 0 0 4 0 5 3 20 0 15 0 50742334 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140049227208976 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19699] ppid=19644 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/19647/task/19699/stat : 19699 (java) S 19644 19647 1330 0 -1 1077944384 219 12605 0 0 4 0 5 3 20 0 15 0 50742334 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140049226156432 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19700] ppid=19644 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/19647/task/19700/stat : 19700 (java) S 19644 19647 1330 0 -1 1077944384 934 12605 0 0 4 0 5 3 20 0 15 0 50742334 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140049225103888 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19701] ppid=19644 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/19647/task/19701/stat : 19701 (java) S 19644 19647 1330 0 -1 1077944384 471 12605 0 0 4 0 5 3 20 0 15 0 50742334 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140049224051344 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19702] ppid=19644 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/19647/task/19702/stat : 19702 (java) S 19644 19647 1330 0 -1 1077944384 2403 12605 0 0 4 0 5 3 20 0 15 0 50742336 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140048747973104 140049270254210 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19703] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19703/stat : 19703 (java) S 19644 19647 1330 0 -1 1077944384 56 12605 0 0 0 0 5 3 20 0 15 0 50742336 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140048746919456 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19704] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19704/stat : 19704 (java) S 19644 19647 1330 0 -1 1077944384 43 12605 0 0 0 0 5 3 20 0 15 0 50742336 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140048745866752 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19705] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19705/stat : 19705 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140048744815312 140049270261659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19706] ppid=19644 vsize=14069564 CPUtime=3.08 cores=1,3,5,7
/proc/19647/task/19706/stat : 19706 (java) S 19644 19647 1330 0 -1 1077944384 12219 12605 0 0 298 2 5 3 20 0 15 0 50742339 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140048743761904 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19707] ppid=19644 vsize=14069564 CPUtime=3.37 cores=1,3,5,7
/proc/19647/task/19707/stat : 19707 (java) S 19644 19647 1330 0 -1 1077944384 9092 12605 0 0 327 2 5 3 20 0 15 0 50742339 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140048742709360 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19708] ppid=19644 vsize=14069564 CPUtime=1.82 cores=1,3,5,7
/proc/19647/task/19708/stat : 19708 (java) S 19644 19647 1330 0 -1 1077944384 6340 12605 0 0 171 3 5 3 20 0 15 0 50742339 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140048741656816 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19709] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19709/stat : 19709 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140048740604512 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19710] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19710/stat : 19710 (java) S 19644 19647 1330 0 -1 1077944384 178 12605 0 0 0 0 5 3 20 0 15 0 50742344 14407233536 100244 18446744073709551615 4194304 4196468 140721475519504 140048739552048 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
Current children cumulated CPU time (s) 14.3
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.97 1.69 1.63 3/209 19710
/proc/meminfo: memFree=26200460/32770624 swapFree=0/512492
[pid=19647] ppid=19644 vsize=14069564 CPUtime=21.41 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19644 19647 1330 0 -1 1077944320 82855 12605 0 0 2103 30 5 3 20 0 15 0 50742310 14407233536 174516 18446744073709551615 4194304 4196468 140721475519504 140721475502048 140049270243063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
/proc/19647/statm: 3517391 174516 3479 1 0 3506005 0
[pid=19647/tid=19697] ppid=19644 vsize=14069564 CPUtime=12.33 cores=1,3,5,7
/proc/19647/task/19697/stat : 19697 (java) R 19644 19647 1330 0 -1 4202560 46754 12605 0 0 1209 16 5 3 20 0 15 0 50742334 14407233536 174516 18446744073709551615 4194304 4196468 140721475519504 140049274476432 140048917769350 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19698] ppid=19644 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/19647/task/19698/stat : 19698 (java) S 19644 19647 1330 0 -1 1077944384 552 12605 0 0 6 1 5 3 20 0 15 0 50742334 14407233536 174516 18446744073709551615 4194304 4196468 140721475519504 140049227208976 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19699] ppid=19644 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/19647/task/19699/stat : 19699 (java) S 19644 19647 1330 0 -1 1077944384 234 12605 0 0 6 1 5 3 20 0 15 0 50742334 14407233536 174516 18446744073709551615 4194304 4196468 140721475519504 140049226156432 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19700] ppid=19644 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/19647/task/19700/stat : 19700 (java) S 19644 19647 1330 0 -1 1077944384 952 12605 0 0 6 1 5 3 20 0 15 0 50742334 14407233536 174516 18446744073709551615 4194304 4196468 140721475519504 140049225103888 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19701] ppid=19644 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/19647/task/19701/stat : 19701 (java) S 19644 19647 1330 0 -1 1077944384 488 12605 0 0 6 1 5 3 20 0 15 0 50742334 14407233536 174516 18446744073709551615 4194304 4196468 140721475519504 140049224051344 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19702] ppid=19644 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/19647/task/19702/stat : 19702 (java) S 19644 19647 1330 0 -1 1077944384 2676 12605 0 0 5 0 5 3 20 0 15 0 50742336 14407233536 174516 18446744073709551615 4194304 4196468 140721475519504 140048747973104 140049270254210 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19703] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19703/stat : 19703 (java) S 19644 19647 1330 0 -1 1077944384 56 12605 0 0 0 0 5 3 20 0 15 0 50742336 14407233536 174516 18446744073709551615 4194304 4196468 140721475519504 140048746919456 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19704] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19704/stat : 19704 (java) S 19644 19647 1330 0 -1 1077944384 43 12605 0 0 0 0 5 3 20 0 15 0 50742336 14407233536 174516 18446744073709551615 4194304 4196468 140721475519504 140048745866752 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19705] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19705/stat : 19705 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14407233536 174516 18446744073709551615 4194304 4196468 140721475519504 140048744815312 140049270261659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0

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


[startup+2382.3 s]
/proc/loadavg: 1.61 1.50 1.48 3/209 19999
/proc/meminfo: memFree=28003048/32770624 swapFree=0/513040
[pid=19647] ppid=19644 vsize=14069564 CPUtime=2430.45 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19644 19647 1330 0 -1 1077944320 197346 12605 0 0 242678 359 5 3 20 0 15 0 50742310 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140721475502048 140049270243063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
/proc/19647/statm: 3517391 237962 3479 1 0 3506005 0
[pid=19647/tid=19697] ppid=19644 vsize=14069564 CPUtime=2356.52 cores=1,3,5,7
/proc/19647/task/19697/stat : 19697 (java) R 19644 19647 1330 0 -1 4202560 91205 12605 0 0 235595 49 5 3 20 0 15 0 50742334 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140049274477632 140048917313218 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19698] ppid=19644 vsize=14069564 CPUtime=13.41 cores=1,3,5,7
/proc/19647/task/19698/stat : 19698 (java) S 19644 19647 1330 0 -1 1077944384 11548 12605 0 0 1276 57 5 3 20 0 15 0 50742334 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140049227208976 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19699] ppid=19644 vsize=14069564 CPUtime=13.36 cores=1,3,5,7
/proc/19647/task/19699/stat : 19699 (java) S 19644 19647 1330 0 -1 1077944384 9717 12605 0 0 1270 58 5 3 20 0 15 0 50742334 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140049226156432 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19700] ppid=19644 vsize=14069564 CPUtime=13.39 cores=1,3,5,7
/proc/19647/task/19700/stat : 19700 (java) S 19644 19647 1330 0 -1 1077944384 15548 12605 0 0 1282 49 5 3 20 0 15 0 50742334 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140049225103888 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19701] ppid=19644 vsize=14069564 CPUtime=13.35 cores=1,3,5,7
/proc/19647/task/19701/stat : 19701 (java) S 19644 19647 1330 0 -1 1077944384 10237 12605 0 0 1274 53 5 3 20 0 15 0 50742334 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140049224051344 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19702] ppid=19644 vsize=14069564 CPUtime=10.33 cores=1,3,5,7
/proc/19647/task/19702/stat : 19702 (java) S 19644 19647 1330 0 -1 1077944384 13375 12605 0 0 970 55 5 3 20 0 15 0 50742336 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048747973104 140049270254210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19703] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19703/stat : 19703 (java) S 19644 19647 1330 0 -1 1077944384 56 12605 0 0 0 0 5 3 20 0 15 0 50742336 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048746919456 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19704] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19704/stat : 19704 (java) S 19644 19647 1330 0 -1 1077944384 43 12605 0 0 0 0 5 3 20 0 15 0 50742336 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048745866752 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19705] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19705/stat : 19705 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048744815312 140049270261659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19706] ppid=19644 vsize=14069564 CPUtime=3.6 cores=1,3,5,7
/proc/19647/task/19706/stat : 19706 (java) S 19644 19647 1330 0 -1 1077944384 15301 12605 0 0 349 3 5 3 20 0 15 0 50742339 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048743761904 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19707] ppid=19644 vsize=14069564 CPUtime=3.66 cores=1,3,5,7
/proc/19647/task/19707/stat : 19707 (java) S 19644 19647 1330 0 -1 1077944384 12117 12605 0 0 356 2 5 3 20 0 15 0 50742339 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048742709360 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19708] ppid=19644 vsize=14069564 CPUtime=1.87 cores=1,3,5,7
/proc/19647/task/19708/stat : 19708 (java) S 19644 19647 1330 0 -1 1077944384 15018 12605 0 0 175 4 5 3 20 0 15 0 50742339 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048741656816 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19709] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19709/stat : 19709 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048740604512 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19710] ppid=19644 vsize=14069564 CPUtime=1.56 cores=1,3,5,7
/proc/19647/task/19710/stat : 19710 (java) S 19644 19647 1330 0 -1 1077944384 1024 12605 0 0 66 82 5 3 20 0 15 0 50742344 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048739552048 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
Current children cumulated CPU time (s) 2430.45
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.18 1.40 1.45 3/209 20001
/proc/meminfo: memFree=28030428/32770624 swapFree=0/513064
[pid=19647] ppid=19644 vsize=14069564 CPUtime=2491.42 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19644 19647 1330 0 -1 1077944320 199025 12605 0 0 248766 368 5 3 20 0 15 0 50742310 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140721475502048 140049270243063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
/proc/19647/statm: 3517391 237962 3479 1 0 3506005 0
[pid=19647/tid=19697] ppid=19644 vsize=14069564 CPUtime=2415.86 cores=1,3,5,7
/proc/19647/task/19697/stat : 19697 (java) R 19644 19647 1330 0 -1 4202560 92092 12605 0 0 241528 50 5 3 20 0 15 0 50742334 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140049274477424 140048916746222 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19698] ppid=19644 vsize=14069564 CPUtime=13.74 cores=1,3,5,7
/proc/19647/task/19698/stat : 19698 (java) S 19644 19647 1330 0 -1 1077944384 11576 12605 0 0 1308 58 5 3 20 0 15 0 50742334 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140049227208976 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19699] ppid=19644 vsize=14069564 CPUtime=13.7 cores=1,3,5,7
/proc/19647/task/19699/stat : 19699 (java) S 19644 19647 1330 0 -1 1077944384 9836 12605 0 0 1303 59 5 3 20 0 15 0 50742334 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140049226156432 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19700] ppid=19644 vsize=14069564 CPUtime=13.72 cores=1,3,5,7
/proc/19647/task/19700/stat : 19700 (java) S 19644 19647 1330 0 -1 1077944384 15687 12605 0 0 1313 51 5 3 20 0 15 0 50742334 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140049225103888 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19701] ppid=19644 vsize=14069564 CPUtime=13.69 cores=1,3,5,7
/proc/19647/task/19701/stat : 19701 (java) S 19644 19647 1330 0 -1 1077944384 10527 12605 0 0 1307 54 5 3 20 0 15 0 50742334 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140049224051344 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19702] ppid=19644 vsize=14069564 CPUtime=10.57 cores=1,3,5,7
/proc/19647/task/19702/stat : 19702 (java) S 19644 19647 1330 0 -1 1077944384 13568 12605 0 0 993 56 5 3 20 0 15 0 50742336 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048747973104 140049270254210 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19703] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19703/stat : 19703 (java) S 19644 19647 1330 0 -1 1077944384 56 12605 0 0 0 0 5 3 20 0 15 0 50742336 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048746919456 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19704] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19704/stat : 19704 (java) S 19644 19647 1330 0 -1 1077944384 43 12605 0 0 0 0 5 3 20 0 15 0 50742336 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048745866752 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19705] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19705/stat : 19705 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048744815312 140049270261659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19706] ppid=19644 vsize=14069564 CPUtime=3.61 cores=1,3,5,7
/proc/19647/task/19706/stat : 19706 (java) S 19644 19647 1330 0 -1 1077944384 15303 12605 0 0 350 3 5 3 20 0 15 0 50742339 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048743761904 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19707] ppid=19644 vsize=14069564 CPUtime=3.66 cores=1,3,5,7
/proc/19647/task/19707/stat : 19707 (java) S 19644 19647 1330 0 -1 1077944384 12119 12605 0 0 356 2 5 3 20 0 15 0 50742339 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048742709360 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19708] ppid=19644 vsize=14069564 CPUtime=1.87 cores=1,3,5,7
/proc/19647/task/19708/stat : 19708 (java) S 19644 19647 1330 0 -1 1077944384 15020 12605 0 0 175 4 5 3 20 0 15 0 50742339 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048741656816 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19709] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19709/stat : 19709 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048740604512 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19710] ppid=19644 vsize=14069564 CPUtime=1.6 cores=1,3,5,7
/proc/19647/task/19710/stat : 19710 (java) S 19644 19647 1330 0 -1 1077944384 1041 12605 0 0 67 85 5 3 20 0 15 0 50742344 14407233536 237962 18446744073709551615 4194304 4196468 140721475519504 140048739552048 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
Current children cumulated CPU time (s) 2491.42
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.4 s]
/proc/loadavg: 1.03 1.35 1.43 3/209 20002
/proc/meminfo: memFree=28030900/32770624 swapFree=0/513080
[pid=19647] ppid=19644 vsize=14069564 CPUtime=2520.05 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19644 19647 1330 0 -1 1077944320 200270 12605 0 0 251625 372 5 3 20 0 15 0 50742310 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140721475502048 140049270243063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
/proc/19647/statm: 3517391 238474 3479 1 0 3506005 0
[pid=19647/tid=19697] ppid=19644 vsize=14069564 CPUtime=2443.65 cores=1,3,5,7
/proc/19647/task/19697/stat : 19697 (java) R 19644 19647 1330 0 -1 4202560 92559 12605 0 0 244307 50 5 3 20 0 15 0 50742334 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140049274475168 140048918878296 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19698] ppid=19644 vsize=14069564 CPUtime=13.93 cores=1,3,5,7
/proc/19647/task/19698/stat : 19698 (java) S 19644 19647 1330 0 -1 1077944384 11660 12605 0 0 1325 60 5 3 20 0 15 0 50742334 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140049227208976 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19699] ppid=19644 vsize=14069564 CPUtime=13.88 cores=1,3,5,7
/proc/19647/task/19699/stat : 19699 (java) S 19644 19647 1330 0 -1 1077944384 10116 12605 0 0 1320 60 5 3 20 0 15 0 50742334 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140049226156432 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19700] ppid=19644 vsize=14069564 CPUtime=13.89 cores=1,3,5,7
/proc/19647/task/19700/stat : 19700 (java) S 19644 19647 1330 0 -1 1077944384 15780 12605 0 0 1330 51 5 3 20 0 15 0 50742334 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140049225103888 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19701] ppid=19644 vsize=14069564 CPUtime=13.87 cores=1,3,5,7
/proc/19647/task/19701/stat : 19701 (java) S 19644 19647 1330 0 -1 1077944384 10636 12605 0 0 1324 55 5 3 20 0 15 0 50742334 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140049224051344 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19702] ppid=19644 vsize=14069564 CPUtime=10.7 cores=1,3,5,7
/proc/19647/task/19702/stat : 19702 (java) S 19644 19647 1330 0 -1 1077944384 13759 12605 0 0 1005 57 5 3 20 0 15 0 50742336 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140048747973104 140049270254210 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19703] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19703/stat : 19703 (java) S 19644 19647 1330 0 -1 1077944384 56 12605 0 0 0 0 5 3 20 0 15 0 50742336 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140048746919456 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19704] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19704/stat : 19704 (java) S 19644 19647 1330 0 -1 1077944384 43 12605 0 0 0 0 5 3 20 0 15 0 50742336 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140048745866752 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19705] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19705/stat : 19705 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140048744815312 140049270261659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19706] ppid=19644 vsize=14069564 CPUtime=3.61 cores=1,3,5,7
/proc/19647/task/19706/stat : 19706 (java) S 19644 19647 1330 0 -1 1077944384 15305 12605 0 0 350 3 5 3 20 0 15 0 50742339 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140048743761904 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19707] ppid=19644 vsize=14069564 CPUtime=3.66 cores=1,3,5,7
/proc/19647/task/19707/stat : 19707 (java) S 19644 19647 1330 0 -1 1077944384 12121 12605 0 0 356 2 5 3 20 0 15 0 50742339 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140048742709360 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19708] ppid=19644 vsize=14069564 CPUtime=1.87 cores=1,3,5,7
/proc/19647/task/19708/stat : 19708 (java) S 19644 19647 1330 0 -1 1077944384 15022 12605 0 0 175 4 5 3 20 0 15 0 50742339 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140048741656816 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19709] ppid=19644 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19709/stat : 19709 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 15 0 50742339 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140048740604512 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19710] ppid=19644 vsize=14069564 CPUtime=1.62 cores=1,3,5,7
/proc/19647/task/19710/stat : 19710 (java) S 19644 19647 1330 0 -1 1077944384 1056 12605 0 0 68 86 5 3 20 0 15 0 50742344 14407233536 238474 18446744073709551615 4194304 4196468 140721475519504 140048739552048 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
Current children cumulated CPU time (s) 2520.05
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 19647 sig 9
??? kill -19647 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2470.6 s]
/proc/loadavg: 1.03 1.35 1.43 3/211 20004
/proc/meminfo: memFree=28023968/32770624 swapFree=0/513084
[pid=19647] ppid=19644 vsize=14202692 CPUtime=2520.61 cores=1,3,5,7
/proc/19647/stat : 19647 (java) S 19644 19647 1330 0 -1 1077944320 207196 12605 0 0 251680 373 5 3 20 0 17 0 50742310 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140721475502048 140049270243063 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
/proc/19647/statm: 3550673 240407 3479 1 0 3539287 0
[pid=19647/tid=19697] ppid=19644 vsize=14202692 CPUtime=2443.65 cores=1,3,5,7
/proc/19647/task/19697/stat : 19697 (java) S 19644 19647 1330 0 -1 1077944384 92876 12605 0 0 244307 50 5 3 20 0 17 0 50742334 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140049274480784 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19698] ppid=19644 vsize=14202692 CPUtime=14.04 cores=1,3,5,7
/proc/19647/task/19698/stat : 19698 (java) S 19644 19647 1330 0 -1 1077944384 11689 12605 0 0 1336 60 5 3 20 0 17 0 50742334 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140049227208976 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19699] ppid=19644 vsize=14202692 CPUtime=13.99 cores=1,3,5,7
/proc/19647/task/19699/stat : 19699 (java) S 19644 19647 1330 0 -1 1077944384 10158 12605 0 0 1331 60 5 3 20 0 17 0 50742334 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140049226156432 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19700] ppid=19644 vsize=14202692 CPUtime=14.02 cores=1,3,5,7
/proc/19647/task/19700/stat : 19700 (java) S 19644 19647 1330 0 -1 1077944384 15801 12605 0 0 1342 52 5 3 20 0 17 0 50742334 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140049225103888 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19701] ppid=19644 vsize=14202692 CPUtime=13.99 cores=1,3,5,7
/proc/19647/task/19701/stat : 19701 (java) S 19644 19647 1330 0 -1 1077944384 10647 12605 0 0 1336 55 5 3 20 0 17 0 50742334 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140049224051344 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19702] ppid=19644 vsize=14202692 CPUtime=10.77 cores=1,3,5,7
/proc/19647/task/19702/stat : 19702 (java) R 19644 19647 1330 0 -1 4202560 20069 12605 0 0 1012 57 5 3 20 0 17 0 50742336 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140048747971504 140049251881401 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19703] ppid=19644 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19703/stat : 19703 (java) S 19644 19647 1330 0 -1 1077944384 58 12605 0 0 0 0 5 3 20 0 17 0 50742336 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140048746919440 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19704] ppid=19644 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19704/stat : 19704 (java) S 19644 19647 1330 0 -1 1077944384 45 12605 0 0 0 0 5 3 20 0 17 0 50742336 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140048745866752 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19705] ppid=19644 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19705/stat : 19705 (java) S 19644 19647 1330 0 -1 1077944384 82 12605 0 0 0 0 5 3 20 0 17 0 50742339 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140048744815312 140049270261659 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19706] ppid=19644 vsize=14202692 CPUtime=3.61 cores=1,3,5,7
/proc/19647/task/19706/stat : 19706 (java) S 19644 19647 1330 0 -1 1077944384 15305 12605 0 0 350 3 5 3 20 0 17 0 50742339 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140048743761904 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19707] ppid=19644 vsize=14202692 CPUtime=3.66 cores=1,3,5,7
/proc/19647/task/19707/stat : 19707 (java) S 19644 19647 1330 0 -1 1077944384 12121 12605 0 0 356 2 5 3 20 0 17 0 50742339 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140048742709360 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19708] ppid=19644 vsize=14202692 CPUtime=1.87 cores=1,3,5,7
/proc/19647/task/19708/stat : 19708 (java) S 19644 19647 1330 0 -1 1077944384 15022 12605 0 0 175 4 5 3 20 0 17 0 50742339 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140048741656816 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19709] ppid=19644 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/19709/stat : 19709 (java) S 19644 19647 1330 0 -1 1077944384 3 12605 0 0 0 0 5 3 20 0 17 0 50742339 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140048740604512 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=19710] ppid=19644 vsize=14202692 CPUtime=1.62 cores=1,3,5,7
/proc/19647/task/19710/stat : 19710 (java) S 19644 19647 1330 0 -1 1077944384 1056 12605 0 0 68 86 5 3 20 0 17 0 50742344 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140048739552048 140049270254210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=20003] ppid=19644 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/20003/stat : 20003 (java) S 19644 19647 1330 0 -1 1077944384 83 12605 0 0 0 0 5 3 20 0 17 0 50989351 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140048708649584 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
[pid=19647/tid=20004] ppid=19644 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19647/task/20004/stat : 20004 (java) S 19644 19647 1330 0 -1 1077944384 29 12605 0 0 0 0 5 3 20 0 17 0 50989351 14543556608 240407 18446744073709551615 4194304 4196468 140721475519504 140048707597760 140049270253269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140721475520464 140721475523249 140721475523249 140721475526607 0
Current children cumulated CPU time (s) 2520.61
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2470.64
CPU time (s): 2520.68
CPU user time (s): 2516.91
CPU system time (s): 3.77476
CPU usage (%): 102.025
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.91
system time used= 3.77476
maximum resident set size= 1053636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219881
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286047
involuntary context switches= 5292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.235 second user time and 16.2626 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 22:46:10
IDJOB=4262475
IDBENCH=139767
IDSOLVER=2650
FILE ID=node125/4262475-1502485215
RUNJOBID= node125-1502411403-1395
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-07-2-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262475-1502485215/watcher-4262475-1502485215 -o /tmp/evaluation-result-4262475-1502485215/solver-4262475-1502485215 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580  bin/concrete HOME/instance-4262475-1502485215.xml

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

MD5SUM BENCH= d28d3b77622c454a4009aeb11785833b
RANDOM SEED=229787637

node125.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.07
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.07
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.07
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.07
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:        26866652 kB
MemAvailable:   27655260 kB
Buffers:          261436 kB
Cached:           817948 kB
SwapCached:            0 kB
Active:          4936544 kB
Inactive:         537376 kB
Active(anon):    4395136 kB
Inactive(anon):    24908 kB
Active(file):     541408 kB
Inactive(file):   512468 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24488 kB
Writeback:             0 kB
AnonPages:       4394832 kB
Mapped:            55692 kB
Shmem:             25252 kB
Slab:             126704 kB
SReclaimable:     101132 kB
SUnreclaim:        25572 kB
KernelStack:        3392 kB
PageTables:        13376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5100980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4161536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-11 23:27:21