Trace number 4247532

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
R1: Concrete 3.4? (TO) 2405.6499 2328.52

General information on the benchmark

NameCrossword/
Crossword-m1c-ogd2008-vg/Crossword-m1c-ogd2008-vg-11-12.xml
MD5SUM9ac58fd867900409c70334584dcd9d09
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints23
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":132}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":132}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":12},{"arity":12,"count":11}]
Number of extensional constraints23
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":23}]
Optimization problemNO
Type of objective

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.48 1.48 1.42 3/201 20472
/proc/meminfo: memFree=28255576/32770624 swapFree=0/442576
[pid=20472] ppid=20469 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (runsolver) D 20469 20472 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 58756208 24240128 106 18446744073709551615 4194304 4338465 140736154217504 140736154215144 140174260040407 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 35770368 140736154222800 140736154223177 140736154223177 140736154226634 0
/proc/20472/statm: 5918 106 53 36 0 2156 0

[startup+0.100061 s]
/proc/loadavg: 1.48 1.48 1.42 3/201 20472
/proc/meminfo: memFree=28255576/32770624 swapFree=0/442576
[pid=20472] ppid=20469 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (bash) S 20469 20472 25139 0 -1 4202496 709 3536 0 0 0 0 0 0 20 0 1 0 58756208 9736192 354 18446744073709551615 4194304 5098028 140724454047280 140724454044920 139700367690752 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 23769088 140724454048276 140724454048361 140724454048361 140724454051818 0
/proc/20472/statm: 2377 354 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200262 s]
/proc/loadavg: 1.48 1.48 1.42 3/201 20472
/proc/meminfo: memFree=28255576/32770624 swapFree=0/442576
[pid=20472] ppid=20469 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/20472/stat : 20472 (bash) S 20469 20472 25139 0 -1 4202496 882 6459 0 0 0 0 0 1 20 0 1 0 58756208 9871360 375 18446744073709551615 4194304 5098028 140724454047280 140724454041288 139700367690752 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 23769088 140724454048276 140724454048361 140724454048361 140724454051818 0
/proc/20472/statm: 2410 375 295 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300326 s]
/proc/loadavg: 1.48 1.48 1.42 3/201 20472
/proc/meminfo: memFree=28255576/32770624 swapFree=0/442576
[pid=20472] ppid=20469 vsize=10485316 CPUtime=0.13 cores=1,3,5,7
/proc/20472/stat : 20472 (java) S 20469 20472 25139 0 -1 1077944320 5371 12335 0 0 6 0 5 2 20 0 14 0 58756208 10736963584 5577 18446744073709551615 4194304 4196468 140727866074592 140727866057136 140361753165559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
/proc/20472/statm: 2621329 5577 2561 1 0 2610826 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10485316

[startup+0.700634 s]
/proc/loadavg: 1.48 1.48 1.42 3/201 20472
/proc/meminfo: memFree=28255576/32770624 swapFree=0/442576
[pid=20472] ppid=20469 vsize=10552792 CPUtime=0.68 cores=1,3,5,7
/proc/20472/stat : 20472 (java) S 20469 20472 25139 0 -1 1077944320 13388 12335 0 0 57 4 5 2 20 0 15 0 58756208 10806059008 14872 18446744073709551615 4194304 4196468 140727866074592 140727866057136 140361753165559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
/proc/20472/statm: 2638198 14872 3142 1 0 2627467 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10552792

[startup+1.50747 s]
/proc/loadavg: 1.52 1.49 1.43 3/216 20535
/proc/meminfo: memFree=28160640/32770624 swapFree=0/442896
[pid=20472] ppid=20469 vsize=10563416 CPUtime=1.92 cores=1,3,5,7
/proc/20472/stat : 20472 (java) S 20469 20472 25139 0 -1 1077944320 29163 12335 0 0 176 9 5 2 20 0 15 0 58756208 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140727866057136 140361753165559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
/proc/20472/statm: 2640854 40967 3381 1 0 2630027 0
[pid=20472/tid=20522] ppid=20469 vsize=10563416 CPUtime=1.28 cores=1,3,5,7
/proc/20472/task/20522/stat : 20522 (java) S 20469 20472 25139 0 -1 1077944384 22289 12335 0 0 115 6 5 2 20 0 15 0 58756230 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361757386608 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20523] ppid=20469 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20523/stat : 20523 (java) R 20469 20472 25139 0 -1 4202560 31 12335 0 0 0 0 5 2 20 0 15 0 58756231 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361683586192 140361737622944 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20524] ppid=20469 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20524/stat : 20524 (java) R 20469 20472 25139 0 -1 1077944384 41 12335 0 0 0 0 5 2 20 0 15 0 58756231 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361682533392 140361753175765 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20525] ppid=20469 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20525/stat : 20525 (java) R 20469 20472 25139 0 -1 4202560 56 12335 0 0 0 0 5 2 20 0 15 0 58756231 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361681480592 140361746269206 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20526] ppid=20469 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20526/stat : 20526 (java) R 20469 20472 25139 0 -1 4202560 163 12335 0 0 0 0 5 2 20 0 15 0 58756231 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361680427792 140361753177494 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20527] ppid=20469 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/20472/task/20527/stat : 20527 (java) S 20469 20472 25139 0 -1 1077944384 1125 12335 0 0 1 0 5 2 20 0 15 0 58756232 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361249534880 140361753175765 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20528] ppid=20469 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20528/stat : 20528 (java) S 20469 20472 25139 0 -1 1077944384 33 12335 0 0 0 0 5 2 20 0 15 0 58756233 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361248482336 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20529] ppid=20469 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20529/stat : 20529 (java) S 20469 20472 25139 0 -1 1077944384 21 12335 0 0 0 0 5 2 20 0 15 0 58756233 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361247429488 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20530] ppid=20469 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20530/stat : 20530 (java) S 20469 20472 25139 0 -1 1077944384 3 12335 0 0 0 0 5 2 20 0 15 0 58756236 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361246377808 140361753184155 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20531] ppid=20469 vsize=10563416 CPUtime=0.26 cores=1,3,5,7
/proc/20472/task/20531/stat : 20531 (java) S 20469 20472 25139 0 -1 1077944384 1363 12335 0 0 19 0 5 2 20 0 15 0 58756236 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361245326192 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20532] ppid=20469 vsize=10563416 CPUtime=0.21 cores=1,3,5,7
/proc/20472/task/20532/stat : 20532 (java) S 20469 20472 25139 0 -1 1077944384 576 12335 0 0 14 0 5 2 20 0 15 0 58756236 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361244273392 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20533] ppid=20469 vsize=10563416 CPUtime=0.3 cores=1,3,5,7
/proc/20472/task/20533/stat : 20533 (java) S 20469 20472 25139 0 -1 1077944384 1317 12335 0 0 23 0 5 2 20 0 15 0 58756236 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361243219488 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20534] ppid=20469 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20534/stat : 20534 (java) S 20469 20472 25139 0 -1 1077944384 3 12335 0 0 0 0 5 2 20 0 15 0 58756236 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361242168032 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20535] ppid=20469 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20535/stat : 20535 (java) S 20469 20472 25139 0 -1 1077944384 11 12335 0 0 0 0 5 2 20 0 15 0 58756239 10816937984 40967 18446744073709551615 4194304 4196468 140727866074592 140361241115312 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10563416

[startup+3.10067 s]
/proc/loadavg: 1.52 1.49 1.43 3/216 20535
/proc/meminfo: memFree=28082832/32770624 swapFree=0/442896
[pid=20472] ppid=20469 vsize=10573844 CPUtime=5.21 cores=1,3,5,7
/proc/20472/stat : 20472 (java) S 20469 20472 25139 0 -1 1077944320 38707 12335 0 0 494 20 5 2 20 0 15 0 58756208 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140727866057136 140361753165559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
/proc/20472/statm: 2643461 85385 3468 1 0 2632075 0
[pid=20472/tid=20522] ppid=20469 vsize=10573844 CPUtime=2.81 cores=1,3,5,7
/proc/20472/task/20522/stat : 20522 (java) R 20469 20472 25139 0 -1 4202560 27756 12335 0 0 265 9 5 2 20 0 15 0 58756230 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361757399008 140361737246046 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20523] ppid=20469 vsize=10573844 CPUtime=0.11 cores=1,3,5,7
/proc/20472/task/20523/stat : 20523 (java) S 20469 20472 25139 0 -1 1077944384 179 12335 0 0 3 1 5 2 20 0 15 0 58756231 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361683586192 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20524] ppid=20469 vsize=10573844 CPUtime=0.11 cores=1,3,5,7
/proc/20472/task/20524/stat : 20524 (java) S 20469 20472 25139 0 -1 1077944384 225 12335 0 0 3 1 5 2 20 0 15 0 58756231 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361682533392 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20525] ppid=20469 vsize=10573844 CPUtime=0.11 cores=1,3,5,7
/proc/20472/task/20525/stat : 20525 (java) S 20469 20472 25139 0 -1 1077944384 97 12335 0 0 3 1 5 2 20 0 15 0 58756231 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361681480592 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20526] ppid=20469 vsize=10573844 CPUtime=0.12 cores=1,3,5,7
/proc/20472/task/20526/stat : 20526 (java) S 20469 20472 25139 0 -1 1077944384 461 12335 0 0 3 2 5 2 20 0 15 0 58756231 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361680427792 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20527] ppid=20469 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/20472/task/20527/stat : 20527 (java) S 20469 20472 25139 0 -1 1077944384 1213 12335 0 0 1 0 5 2 20 0 15 0 58756232 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361249536368 140361753176706 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20528] ppid=20469 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20528/stat : 20528 (java) S 20469 20472 25139 0 -1 1077944384 56 12335 0 0 0 0 5 2 20 0 15 0 58756233 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361248482400 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20529] ppid=20469 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20529/stat : 20529 (java) S 20469 20472 25139 0 -1 1077944384 45 12335 0 0 0 0 5 2 20 0 15 0 58756233 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361247429504 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20530] ppid=20469 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20530/stat : 20530 (java) S 20469 20472 25139 0 -1 1077944384 3 12335 0 0 0 0 5 2 20 0 15 0 58756236 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361246377808 140361753184155 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20531] ppid=20469 vsize=10573844 CPUtime=0.81 cores=1,3,5,7
/proc/20472/task/20531/stat : 20531 (java) S 20469 20472 25139 0 -1 1077944384 2265 12335 0 0 73 1 5 2 20 0 15 0 58756236 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361245326192 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20532] ppid=20469 vsize=10573844 CPUtime=0.69 cores=1,3,5,7
/proc/20472/task/20532/stat : 20532 (java) S 20469 20472 25139 0 -1 1077944384 1240 12335 0 0 62 0 5 2 20 0 15 0 58756236 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361244273392 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20533] ppid=20469 vsize=10573844 CPUtime=0.82 cores=1,3,5,7
/proc/20472/task/20533/stat : 20533 (java) S 20469 20472 25139 0 -1 1077944384 3018 12335 0 0 75 0 5 2 20 0 15 0 58756236 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361243220592 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20534] ppid=20469 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20534/stat : 20534 (java) S 20469 20472 25139 0 -1 1077944384 3 12335 0 0 0 0 5 2 20 0 15 0 58756236 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361242168032 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20535] ppid=20469 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20535/stat : 20535 (java) S 20469 20472 25139 0 -1 1077944384 14 12335 0 0 0 0 5 2 20 0 15 0 58756239 10827616256 85385 18446744073709551615 4194304 4196468 140727866074592 140361241115312 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 10573844

[startup+6.30073 s]
/proc/loadavg: 1.64 1.51 1.44 5/216 20535
/proc/meminfo: memFree=27559576/32770624 swapFree=0/442892
[pid=20472] ppid=20469 vsize=10577940 CPUtime=12.05 cores=1,3,5,7
/proc/20472/stat : 20472 (java) S 20469 20472 25139 0 -1 1077944320 52976 12335 0 0 1150 48 5 2 20 0 15 0 58756208 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140727866057136 140361753165559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
/proc/20472/statm: 2644485 223439 3475 1 0 2633099 0
[pid=20472/tid=20522] ppid=20469 vsize=10577940 CPUtime=5.87 cores=1,3,5,7
/proc/20472/task/20522/stat : 20522 (java) R 20469 20472 25139 0 -1 4202560 37372 12335 0 0 565 15 5 2 20 0 15 0 58756230 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361757386696 140361370970852 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20523] ppid=20469 vsize=10577940 CPUtime=0.25 cores=1,3,5,7
/proc/20472/task/20523/stat : 20523 (java) S 20469 20472 25139 0 -1 1077944384 274 12335 0 0 12 6 5 2 20 0 15 0 58756231 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361683586192 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20524] ppid=20469 vsize=10577940 CPUtime=0.24 cores=1,3,5,7
/proc/20472/task/20524/stat : 20524 (java) S 20469 20472 25139 0 -1 1077944384 327 12335 0 0 12 5 5 2 20 0 15 0 58756231 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361682533392 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20525] ppid=20469 vsize=10577940 CPUtime=0.24 cores=1,3,5,7
/proc/20472/task/20525/stat : 20525 (java) S 20469 20472 25139 0 -1 1077944384 205 12335 0 0 11 6 5 2 20 0 15 0 58756231 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361681480592 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20526] ppid=20469 vsize=10577940 CPUtime=0.24 cores=1,3,5,7
/proc/20472/task/20526/stat : 20526 (java) S 20469 20472 25139 0 -1 1077944384 588 12335 0 0 11 6 5 2 20 0 15 0 58756231 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361680427792 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20527] ppid=20469 vsize=10577940 CPUtime=0.09 cores=1,3,5,7
/proc/20472/task/20527/stat : 20527 (java) S 20469 20472 25139 0 -1 1077944384 1471 12335 0 0 2 0 5 2 20 0 15 0 58756232 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361249536368 140361753176706 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20528] ppid=20469 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20528/stat : 20528 (java) S 20469 20472 25139 0 -1 1077944384 56 12335 0 0 0 0 5 2 20 0 15 0 58756233 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361248482400 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20529] ppid=20469 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20529/stat : 20529 (java) S 20469 20472 25139 0 -1 1077944384 45 12335 0 0 0 0 5 2 20 0 15 0 58756233 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361247429504 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20530] ppid=20469 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20530/stat : 20530 (java) S 20469 20472 25139 0 -1 1077944384 3 12335 0 0 0 0 5 2 20 0 15 0 58756236 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361246377808 140361753184155 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20531] ppid=20469 vsize=10577940 CPUtime=2.25 cores=1,3,5,7
/proc/20472/task/20531/stat : 20531 (java) R 20469 20472 25139 0 -1 4202560 3733 12335 0 0 217 1 5 2 20 0 15 0 58756236 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361245307208 140361736576450 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20532] ppid=20469 vsize=10577940 CPUtime=2.16 cores=1,3,5,7
/proc/20472/task/20532/stat : 20532 (java) R 20469 20472 25139 0 -1 4202560 3095 12335 0 0 208 1 5 2 20 0 15 0 58756236 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361244259416 140361736662347 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20533] ppid=20469 vsize=10577940 CPUtime=1.17 cores=1,3,5,7
/proc/20472/task/20533/stat : 20533 (java) S 20469 20472 25139 0 -1 1077944384 3656 12335 0 0 108 2 5 2 20 0 15 0 58756236 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361243220592 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20534] ppid=20469 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20534/stat : 20534 (java) S 20469 20472 25139 0 -1 1077944384 3 12335 0 0 0 0 5 2 20 0 15 0 58756236 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361242168032 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20535] ppid=20469 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20535/stat : 20535 (java) S 20469 20472 25139 0 -1 1077944384 15 12335 0 0 0 0 5 2 20 0 15 0 58756239 10831810560 223439 18446744073709551615 4194304 4196468 140727866074592 140361241115312 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 10577940

[startup+12.7007 s]
/proc/loadavg: 1.67 1.52 1.44 3/216 20535
/proc/meminfo: memFree=26523136/32770624 swapFree=0/442892
[pid=20472] ppid=20469 vsize=10577940 CPUtime=19.4 cores=1,3,5,7
/proc/20472/stat : 20472 (java) S 20469 20472 25139 0 -1 1077944320 56013 12335 0 0 1864 69 5 2 20 0 15 0 58756208 10831810560 435387 18446744073709551615 4194304 4196468 140727866074592 140727866057136 140361753165559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
/proc/20472/statm: 2644485 435387 3475 1 0 2633099 0
[pid=20472/tid=20522] ppid=20469 vsize=10577940 CPUtime=12.09 cores=1,3,5,7
/proc/20472/task/20522/stat : 20522 (java) R 20469 20472 25139 0 -1 4202560 38652 12335 0 0 1177 25 5 2 20 0 15 0 58756230 10831810560 435387 18446744073709551615 4194304 4196468 140727866074592 140361757383936 140361738376889 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20523] ppid=20469 vsize=10577940 CPUtime=0.4 cores=1,3,5,7
/proc/20472/task/20523/stat : 20523 (java) S 20469 20472 25139 0 -1 1077944384 337 12335 0 0 24 9 5 2 20 0 15 0 58756231 10831810560 435387 18446744073709551615 4194304 4196468 140727866074592 140361683586192 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20524] ppid=20469 vsize=10577940 CPUtime=0.38 cores=1,3,5,7
/proc/20472/task/20524/stat : 20524 (java) S 20469 20472 25139 0 -1 1077944384 402 12335 0 0 23 8 5 2 20 0 15 0 58756231 10831810560 435387 18446744073709551615 4194304 4196468 140727866074592 140361682533392 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20525] ppid=20469 vsize=10577940 CPUtime=0.38 cores=1,3,5,7
/proc/20472/task/20525/stat : 20525 (java) S 20469 20472 25139 0 -1 1077944384 282 12335 0 0 22 9 5 2 20 0 15 0 58756231 10831810560 435387 18446744073709551615 4194304 4196468 140727866074592 140361681480592 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20526] ppid=20469 vsize=10577940 CPUtime=0.4 cores=1,3,5,7
/proc/20472/task/20526/stat : 20526 (java) S 20469 20472 25139 0 -1 1077944384 689 12335 0 0 24 9 5 2 20 0 15 0 58756231 10831810560 435387 18446744073709551615 4194304 4196468 140727866074592 140361680427792 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20527] ppid=20469 vsize=10577940 CPUtime=0.1 cores=1,3,5,7
/proc/20472/task/20527/stat : 20527 (java) S 20469 20472 25139 0 -1 1077944384 2125 12335 0 0 3 0 5 2 20 0 15 0 58756232 10831810560 435387 18446744073709551615 4194304 4196468 140727866074592 140361249536368 140361753176706 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20528] ppid=20469 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20528/stat : 20528 (java) S 20469 20472 25139 0 -1 1077944384 56 12335 0 0 0 0 5 2 20 0 15 0 58756233 10831810560 435387 18446744073709551615 4194304 4196468 140727866074592 140361248482400 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20529] ppid=20469 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20529/stat : 20529 (java) S 20469 20472 25139 0 -1 1077944384 45 12335 0 0 0 0 5 2 20 0 15 0 58756233 10831810560 435387 18446744073709551615 4194304 4196468 140727866074592 140361247429504 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20530] ppid=20469 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20530/stat : 20530 (java) S 20469 20472 25139 0 -1 1077944384 3 12335 0 0 0 0 5 2 20 0 15 0 58756236 10831810560 435387 18446744073709551615 4194304 4196468 140727866074592 140361246377808 140361753184155 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0

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


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

[startup+2327.2 s]
/proc/loadavg: 1.76 1.75 1.76 3/213 20808
/proc/meminfo: memFree=23441272/32770624 swapFree=0/444364
[pid=20472] ppid=20469 vsize=10778652 CPUtime=2400.7 cores=1,3,5,7
/proc/20472/stat : 20472 (java) S 20469 20472 25139 0 -1 1077944320 430718 12335 0 0 239621 442 5 2 20 0 17 0 58756208 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140727866057136 140361753165559 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
/proc/20472/statm: 2694663 931551 3487 1 0 2683277 0
[pid=20472/tid=20522] ppid=20469 vsize=10778652 CPUtime=2305.8 cores=1,3,5,7
/proc/20472/task/20522/stat : 20522 (java) S 20469 20472 25139 0 -1 1077944384 197880 12335 0 0 230486 87 5 2 20 0 17 0 58756230 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361757403280 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20523] ppid=20469 vsize=10778652 CPUtime=20.7 cores=1,3,5,7
/proc/20472/task/20523/stat : 20523 (java) R 20469 20472 25139 0 -1 4202560 26980 12335 0 0 1998 65 5 2 20 0 17 0 58756231 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361683586192 140361737863393 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20524] ppid=20469 vsize=10778652 CPUtime=20.68 cores=1,3,5,7
/proc/20472/task/20524/stat : 20524 (java) R 20469 20472 25139 0 -1 4202560 24862 12335 0 0 1995 66 5 2 20 0 17 0 58756231 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361682533280 140361736342139 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20525] ppid=20469 vsize=10778652 CPUtime=20.65 cores=1,3,5,7
/proc/20472/task/20525/stat : 20525 (java) R 20469 20472 25139 0 -1 4202560 23811 12335 0 0 1991 67 5 2 20 0 17 0 58756231 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361681480592 140361734762570 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20526] ppid=20469 vsize=10778652 CPUtime=20.67 cores=1,3,5,7
/proc/20472/task/20526/stat : 20526 (java) R 20469 20472 25139 0 -1 4202560 33667 12335 0 0 1992 68 5 2 20 0 17 0 58756231 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361680427992 140361738116164 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20527] ppid=20469 vsize=10778652 CPUtime=0.51 cores=1,3,5,7
/proc/20472/task/20527/stat : 20527 (java) S 20469 20472 25139 0 -1 1077944384 60309 12335 0 0 34 10 5 2 20 0 17 0 58756232 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361249534768 140361753175765 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20528] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20528/stat : 20528 (java) S 20469 20472 25139 0 -1 1077944384 64 12335 0 0 0 0 5 2 20 0 17 0 58756233 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361248482464 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20529] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20529/stat : 20529 (java) S 20469 20472 25139 0 -1 1077944384 57 12335 0 0 0 0 5 2 20 0 17 0 58756233 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361247429504 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20530] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20530/stat : 20530 (java) S 20469 20472 25139 0 -1 1077944384 86 12335 0 0 0 0 5 2 20 0 17 0 58756236 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361246377808 140361753184155 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20531] ppid=20469 vsize=10778652 CPUtime=4.46 cores=1,3,5,7
/proc/20472/task/20531/stat : 20531 (java) S 20469 20472 25139 0 -1 1077944384 21874 12335 0 0 435 4 5 2 20 0 17 0 58756236 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361245326192 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20532] ppid=20469 vsize=10778652 CPUtime=4.61 cores=1,3,5,7
/proc/20472/task/20532/stat : 20532 (java) S 20469 20472 25139 0 -1 1077944384 24351 12335 0 0 450 4 5 2 20 0 17 0 58756236 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361244273392 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20533] ppid=20469 vsize=10778652 CPUtime=1.6 cores=1,3,5,7
/proc/20472/task/20533/stat : 20533 (java) S 20469 20472 25139 0 -1 1077944384 13104 12335 0 0 149 4 5 2 20 0 17 0 58756236 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361243220592 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20534] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20534/stat : 20534 (java) S 20469 20472 25139 0 -1 1077944384 3 12335 0 0 0 0 5 2 20 0 17 0 58756236 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361242168032 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20535] ppid=20469 vsize=10778652 CPUtime=1.53 cores=1,3,5,7
/proc/20472/task/20535/stat : 20535 (java) S 20469 20472 25139 0 -1 1077944384 1420 12335 0 0 69 77 5 2 20 0 17 0 58756239 11037339648 931551 18446744073709551615 4194304 4196468 140727866074592 140361241115312 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
Current children cumulated CPU time (s) 2400.7
Current children cumulated vsize (KiB) 10778652

[startup+2328 s]
/proc/loadavg: 1.76 1.75 1.76 6/215 20810
/proc/meminfo: memFree=23439068/32770624 swapFree=0/444364
[pid=20472] ppid=20469 vsize=10778652 CPUtime=2403.73 cores=1,3,5,7
/proc/20472/stat : 20472 (java) S 20469 20472 25139 0 -1 1077944320 436637 12335 0 0 239924 442 5 2 20 0 17 0 58756208 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140727866057136 140361753165559 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
/proc/20472/statm: 2694663 931593 3487 1 0 2683277 0
[pid=20472/tid=20522] ppid=20469 vsize=10778652 CPUtime=2305.8 cores=1,3,5,7
/proc/20472/task/20522/stat : 20522 (java) S 20469 20472 25139 0 -1 1077944384 197881 12335 0 0 230486 87 5 2 20 0 17 0 58756230 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361757403280 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20523] ppid=20469 vsize=10778652 CPUtime=21.45 cores=1,3,5,7
/proc/20472/task/20523/stat : 20523 (java) R 20469 20472 25139 0 -1 4202560 26989 12335 0 0 2073 65 5 2 20 0 17 0 58756231 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361683586192 140361737863198 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20524] ppid=20469 vsize=10778652 CPUtime=21.42 cores=1,3,5,7
/proc/20472/task/20524/stat : 20524 (java) R 20469 20472 25139 0 -1 4202560 24878 12335 0 0 2069 66 5 2 20 0 17 0 58756231 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361682533592 140361738116164 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20525] ppid=20469 vsize=10778652 CPUtime=21.39 cores=1,3,5,7
/proc/20472/task/20525/stat : 20525 (java) R 20469 20472 25139 0 -1 4202560 23815 12335 0 0 2065 67 5 2 20 0 17 0 58756231 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361681480592 140361734762107 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20526] ppid=20469 vsize=10778652 CPUtime=21.42 cores=1,3,5,7
/proc/20472/task/20526/stat : 20526 (java) R 20469 20472 25139 0 -1 4202560 33688 12335 0 0 2067 68 5 2 20 0 17 0 58756231 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361680427992 140361737863198 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20527] ppid=20469 vsize=10778652 CPUtime=0.56 cores=1,3,5,7
/proc/20472/task/20527/stat : 20527 (java) S 20469 20472 25139 0 -1 1077944384 66174 12335 0 0 39 10 5 2 20 0 17 0 58756232 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361249534768 140361753175765 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20528] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20528/stat : 20528 (java) S 20469 20472 25139 0 -1 1077944384 66 12335 0 0 0 0 5 2 20 0 17 0 58756233 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361248481968 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20529] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20529/stat : 20529 (java) S 20469 20472 25139 0 -1 1077944384 57 12335 0 0 0 0 5 2 20 0 17 0 58756233 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361247429504 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20530] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20530/stat : 20530 (java) S 20469 20472 25139 0 -1 1077944384 86 12335 0 0 0 0 5 2 20 0 17 0 58756236 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361246377808 140361753184155 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20531] ppid=20469 vsize=10778652 CPUtime=4.46 cores=1,3,5,7
/proc/20472/task/20531/stat : 20531 (java) S 20469 20472 25139 0 -1 1077944384 21874 12335 0 0 435 4 5 2 20 0 17 0 58756236 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361245326192 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20532] ppid=20469 vsize=10778652 CPUtime=4.61 cores=1,3,5,7
/proc/20472/task/20532/stat : 20532 (java) S 20469 20472 25139 0 -1 1077944384 24351 12335 0 0 450 4 5 2 20 0 17 0 58756236 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361244273392 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20533] ppid=20469 vsize=10778652 CPUtime=1.6 cores=1,3,5,7
/proc/20472/task/20533/stat : 20533 (java) S 20469 20472 25139 0 -1 1077944384 13104 12335 0 0 149 4 5 2 20 0 17 0 58756236 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361243220592 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20534] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20534/stat : 20534 (java) S 20469 20472 25139 0 -1 1077944384 3 12335 0 0 0 0 5 2 20 0 17 0 58756236 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361242168032 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20535] ppid=20469 vsize=10778652 CPUtime=1.53 cores=1,3,5,7
/proc/20472/task/20535/stat : 20535 (java) S 20469 20472 25139 0 -1 1077944384 1420 12335 0 0 69 77 5 2 20 0 17 0 58756239 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361241115312 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20809] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20809/stat : 20809 (java) S 20469 20472 25139 0 -1 1077944384 90 12335 0 0 0 0 5 2 20 0 17 0 58988909 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361211535600 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20810] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20810/stat : 20810 (java) S 20469 20472 25139 0 -1 1077944384 26 12335 0 0 0 0 5 2 20 0 17 0 58988909 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361210483520 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
Current children cumulated CPU time (s) 2403.73
Current children cumulated vsize (KiB) 10778652

[startup+2328.4 s]
/proc/loadavg: 1.76 1.75 1.76 6/215 20810
/proc/meminfo: memFree=23439068/32770624 swapFree=0/444364
[pid=20472] ppid=20469 vsize=10778652 CPUtime=2405.27 cores=1,3,5,7
/proc/20472/stat : 20472 (java) S 20469 20472 25139 0 -1 1077944320 436639 12335 0 0 240078 442 5 2 20 0 17 0 58756208 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140727866057136 140361753165559 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
/proc/20472/statm: 2694663 931593 3487 1 0 2683277 0
[pid=20472/tid=20522] ppid=20469 vsize=10778652 CPUtime=2305.8 cores=1,3,5,7
/proc/20472/task/20522/stat : 20522 (java) S 20469 20472 25139 0 -1 1077944384 197881 12335 0 0 230486 87 5 2 20 0 17 0 58756230 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361757403280 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20523] ppid=20469 vsize=10778652 CPUtime=21.83 cores=1,3,5,7
/proc/20472/task/20523/stat : 20523 (java) S 20469 20472 25139 0 -1 1077944384 26989 12335 0 0 2111 65 5 2 20 0 17 0 58756231 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361683586192 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20524] ppid=20469 vsize=10778652 CPUtime=21.8 cores=1,3,5,7
/proc/20472/task/20524/stat : 20524 (java) S 20469 20472 25139 0 -1 1077944384 24878 12335 0 0 2107 66 5 2 20 0 17 0 58756231 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361682533392 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20525] ppid=20469 vsize=10778652 CPUtime=21.77 cores=1,3,5,7
/proc/20472/task/20525/stat : 20525 (java) S 20469 20472 25139 0 -1 1077944384 23816 12335 0 0 2103 67 5 2 20 0 17 0 58756231 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361681480592 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20526] ppid=20469 vsize=10778652 CPUtime=21.81 cores=1,3,5,7
/proc/20472/task/20526/stat : 20526 (java) S 20469 20472 25139 0 -1 1077944384 33688 12335 0 0 2106 68 5 2 20 0 17 0 58756231 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361680427792 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20527] ppid=20469 vsize=10778652 CPUtime=0.58 cores=1,3,5,7
/proc/20472/task/20527/stat : 20527 (java) R 20469 20472 25139 0 -1 4202560 66174 12335 0 0 41 10 5 2 20 0 17 0 58756232 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361249534768 140361737533232 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20528] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20528/stat : 20528 (java) S 20469 20472 25139 0 -1 1077944384 66 12335 0 0 0 0 5 2 20 0 17 0 58756233 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361248481968 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20529] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20529/stat : 20529 (java) S 20469 20472 25139 0 -1 1077944384 57 12335 0 0 0 0 5 2 20 0 17 0 58756233 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361247429504 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20530] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20530/stat : 20530 (java) S 20469 20472 25139 0 -1 1077944384 86 12335 0 0 0 0 5 2 20 0 17 0 58756236 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361246377808 140361753184155 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20531] ppid=20469 vsize=10778652 CPUtime=4.46 cores=1,3,5,7
/proc/20472/task/20531/stat : 20531 (java) S 20469 20472 25139 0 -1 1077944384 21874 12335 0 0 435 4 5 2 20 0 17 0 58756236 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361245326192 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20532] ppid=20469 vsize=10778652 CPUtime=4.61 cores=1,3,5,7
/proc/20472/task/20532/stat : 20532 (java) S 20469 20472 25139 0 -1 1077944384 24351 12335 0 0 450 4 5 2 20 0 17 0 58756236 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361244273392 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20533] ppid=20469 vsize=10778652 CPUtime=1.6 cores=1,3,5,7
/proc/20472/task/20533/stat : 20533 (java) S 20469 20472 25139 0 -1 1077944384 13104 12335 0 0 149 4 5 2 20 0 17 0 58756236 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361243220592 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20534] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20534/stat : 20534 (java) S 20469 20472 25139 0 -1 1077944384 3 12335 0 0 0 0 5 2 20 0 17 0 58756236 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361242168032 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20535] ppid=20469 vsize=10778652 CPUtime=1.53 cores=1,3,5,7
/proc/20472/task/20535/stat : 20535 (java) S 20469 20472 25139 0 -1 1077944384 1420 12335 0 0 69 77 5 2 20 0 17 0 58756239 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361241115312 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20809] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20809/stat : 20809 (java) S 20469 20472 25139 0 -1 1077944384 90 12335 0 0 0 0 5 2 20 0 17 0 58988909 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361211535600 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20810] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20810/stat : 20810 (java) S 20469 20472 25139 0 -1 1077944384 27 12335 0 0 0 0 5 2 20 0 17 0 58988909 11037339648 931593 18446744073709551615 4194304 4196468 140727866074592 140361210483520 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
Current children cumulated CPU time (s) 2405.27
Current children cumulated vsize (KiB) 10778652

[startup+2328.5 s]
/proc/loadavg: 1.76 1.75 1.76 6/215 20810
/proc/meminfo: memFree=23439068/32770624 swapFree=0/444364
[pid=20472] ppid=20469 vsize=10778652 CPUtime=2405.61 cores=1,3,5,7
/proc/20472/stat : 20472 (java) S 20469 20472 25139 0 -1 1077944320 436696 12335 0 0 240112 442 5 2 20 0 17 0 58756208 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140727866057136 140361753165559 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
/proc/20472/statm: 2694663 931612 3488 1 0 2683277 0
[pid=20472/tid=20522] ppid=20469 vsize=10778652 CPUtime=2305.81 cores=1,3,5,7
/proc/20472/task/20522/stat : 20522 (java) S 20469 20472 25139 0 -1 1077944384 197916 12335 0 0 230487 87 5 2 20 0 17 0 58756230 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361757408432 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20523] ppid=20469 vsize=10778652 CPUtime=21.91 cores=1,3,5,7
/proc/20472/task/20523/stat : 20523 (java) S 20469 20472 25139 0 -1 1077944384 26989 12335 0 0 2119 65 5 2 20 0 17 0 58756231 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361683586192 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20524] ppid=20469 vsize=10778652 CPUtime=21.88 cores=1,3,5,7
/proc/20472/task/20524/stat : 20524 (java) S 20469 20472 25139 0 -1 1077944384 24878 12335 0 0 2115 66 5 2 20 0 17 0 58756231 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361682533392 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20525] ppid=20469 vsize=10778652 CPUtime=21.85 cores=1,3,5,7
/proc/20472/task/20525/stat : 20525 (java) S 20469 20472 25139 0 -1 1077944384 23816 12335 0 0 2111 67 5 2 20 0 17 0 58756231 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361681480592 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20526] ppid=20469 vsize=10778652 CPUtime=21.89 cores=1,3,5,7
/proc/20472/task/20526/stat : 20526 (java) S 20469 20472 25139 0 -1 1077944384 33688 12335 0 0 2113 69 5 2 20 0 17 0 58756231 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361680427792 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20527] ppid=20469 vsize=10778652 CPUtime=0.59 cores=1,3,5,7
/proc/20472/task/20527/stat : 20527 (java) S 20469 20472 25139 0 -1 1077944384 66174 12335 0 0 42 10 5 2 20 0 17 0 58756232 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361249536368 140361753176706 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20528] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20528/stat : 20528 (java) S 20469 20472 25139 0 -1 1077944384 67 12335 0 0 0 0 5 2 20 0 17 0 58756233 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361248482464 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20529] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20529/stat : 20529 (java) S 20469 20472 25139 0 -1 1077944384 59 12335 0 0 0 0 5 2 20 0 17 0 58756233 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361247429504 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20530] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20530/stat : 20530 (java) S 20469 20472 25139 0 -1 1077944384 86 12335 0 0 0 0 5 2 20 0 17 0 58756236 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361246377808 140361753184155 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20531] ppid=20469 vsize=10778652 CPUtime=4.46 cores=1,3,5,7
/proc/20472/task/20531/stat : 20531 (java) S 20469 20472 25139 0 -1 1077944384 21874 12335 0 0 435 4 5 2 20 0 17 0 58756236 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361245326192 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20532] ppid=20469 vsize=10778652 CPUtime=4.61 cores=1,3,5,7
/proc/20472/task/20532/stat : 20532 (java) S 20469 20472 25139 0 -1 1077944384 24351 12335 0 0 450 4 5 2 20 0 17 0 58756236 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361244273392 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20533] ppid=20469 vsize=10778652 CPUtime=1.61 cores=1,3,5,7
/proc/20472/task/20533/stat : 20533 (java) S 20469 20472 25139 0 -1 1077944384 13123 12335 0 0 150 4 5 2 20 0 17 0 58756236 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361243220592 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20534] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20534/stat : 20534 (java) S 20469 20472 25139 0 -1 1077944384 3 12335 0 0 0 0 5 2 20 0 17 0 58756236 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361242168032 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20535] ppid=20469 vsize=10778652 CPUtime=1.53 cores=1,3,5,7
/proc/20472/task/20535/stat : 20535 (java) S 20469 20472 25139 0 -1 1077944384 1420 12335 0 0 69 77 5 2 20 0 17 0 58756239 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361241115312 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20809] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20809/stat : 20809 (java) S 20469 20472 25139 0 -1 1077944384 90 12335 0 0 0 0 5 2 20 0 17 0 58988909 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361211535600 140361753175765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
[pid=20472/tid=20810] ppid=20469 vsize=10778652 CPUtime=0.07 cores=1,3,5,7
/proc/20472/task/20810/stat : 20810 (java) S 20469 20472 25139 0 -1 1077944384 27 12335 0 0 0 0 5 2 20 0 17 0 58988909 11037339648 931612 18446744073709551615 4194304 4196468 140727866074592 140361210483824 140361753176706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27697152 140727866083291 140727866086065 140727866086065 140727866089423 0
Current children cumulated CPU time (s) 2405.61
Current children cumulated vsize (KiB) 10778652

Child status: 143
Real time (s): 2328.52
CPU time (s): 2405.65
CPU user time (s): 2401.18
CPU system time (s): 4.47085
CPU usage (%): 103.313
Max. virtual memory (cumulated for all children) (KiB): 10778652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2401.18
system time used= 4.47084
maximum resident set size= 3726824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 449059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63073
involuntary context switches= 3149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8627 second user time and 14.367 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 15:14:23
IDJOB=4247532
IDBENCH=140123
IDSOLVER=2630
FILE ID=node134/4247532-1502112501
RUNJOBID= node134-1502077974-12599
PBS_JOBID= 
Free space on /tmp= 61996 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Crossword/Crossword-m1c-ogd2008-vg/Crossword-m1c-ogd2008-vg-11-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247532-1502112501/watcher-4247532-1502112501 -o /tmp/evaluation-result-4247532-1502112501/solver-4247532-1502112501 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560  bin/concrete HOME/instance-4247532-1502112501.xml

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

MD5SUM BENCH= 9ac58fd867900409c70334584dcd9d09
RANDOM SEED=656808633

node134.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.43
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.43
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.43
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.43
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:        28255688 kB
MemAvailable:   28936860 kB
Buffers:          218244 kB
Cached:           752976 kB
SwapCached:            0 kB
Active:          3618076 kB
Inactive:         465608 kB
Active(anon):    3115324 kB
Inactive(anon):    23032 kB
Active(file):     502752 kB
Inactive(file):   442576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             29980 kB
Writeback:             0 kB
AnonPages:       3113336 kB
Mapped:            54456 kB
Shmem:             25276 kB
Slab:             129564 kB
SReclaimable:     103356 kB
SUnreclaim:        26208 kB
KernelStack:        3552 kB
PageTables:        10672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3741808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2893824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61976 MiB
End job on node134 at 2017-08-07 15:53:12