Trace number 4262317

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.71 2471.54

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K11-P04.xml
MD5SUM83a9e5860e8605726185e9821b8e29ef
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 variables561
Number of constraints255
Number of domains2
Minimum domain size253
Maximum domain size254
Distribution of domain sizes[{"size":253,"count":253},{"size":254,"count":44}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":264},{"degree":2,"count":253},{"degree":12,"count":22},{"degree":13,"count":22}]
Minimum constraint arity3
Maximum constraint arity253
Distribution of constraint arities[{"arity":3,"count":253},{"arity":44,"count":1},{"arity":253,"count":1}]
Number of extensional constraints0
Number of intensional constraints253
Distribution of constraint types[{"type":"intension","count":253},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.51 1.39 1.46 3/198 6123
/proc/meminfo: memFree=29304232/32770624 swapFree=0/563848
[pid=6123] ppid=6120 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/6123/stat : 6123 (runsolver) D 6120 6123 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 90089460 24240128 107 18446744073709551615 4194304 4338465 140735626998320 140735626995960 139681050907351 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 33779712 140735627006161 140735627006537 140735627006537 140735627009994 0
/proc/6123/statm: 5918 107 54 36 0 2156 0

[startup+0.100136 s]
/proc/loadavg: 1.51 1.39 1.46 3/198 6123
/proc/meminfo: memFree=29304232/32770624 swapFree=0/563848
[pid=6123] ppid=6120 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/6123/stat : 6123 (bash) S 6120 6123 1460 0 -1 4202496 716 3531 0 0 0 0 0 0 20 0 1 0 90089460 9736192 355 18446744073709551615 4194304 5098028 140721404425360 140721404423000 140614885624832 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 12632064 140721404428820 140721404428905 140721404428905 140721404432362 0
/proc/6123/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20027 s]
/proc/loadavg: 1.51 1.39 1.46 3/198 6123
/proc/meminfo: memFree=29304232/32770624 swapFree=0/563848
[pid=6123] ppid=6120 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/6123/stat : 6123 (bash) S 6120 6123 1460 0 -1 4202496 896 6476 0 0 0 0 0 1 20 0 1 0 90089460 9867264 377 18446744073709551615 4194304 5098028 140721404425360 140721404419368 140614885624832 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 12632064 140721404428820 140721404428905 140721404428905 140721404432362 0
/proc/6123/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300286 s]
/proc/loadavg: 1.51 1.39 1.46 3/198 6123
/proc/meminfo: memFree=29304232/32770624 swapFree=0/563848
[pid=6123] ppid=6120 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6120 6123 1460 0 -1 1077944320 5823 12672 0 0 5 1 5 3 20 0 14 0 90089460 14241083392 5498 18446744073709551615 4194304 4196468 140722606546464 140722606529008 139628094942967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
/proc/6123/statm: 3476827 5498 2560 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700243 s]
/proc/loadavg: 1.51 1.39 1.46 3/198 6123
/proc/meminfo: memFree=29304232/32770624 swapFree=0/563848
[pid=6123] ppid=6120 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6120 6123 1460 0 -1 1077944320 13968 12672 0 0 57 4 5 3 20 0 15 0 90089460 14310178816 14865 18446744073709551615 4194304 4196468 140722606546464 140722606529008 139628094942967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
/proc/6123/statm: 3493696 14865 3104 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.55 1.40 1.47 3/213 6186
/proc/meminfo: memFree=29208348/32770624 swapFree=0/563856
[pid=6123] ppid=6120 vsize=13985408 CPUtime=1.89 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6120 6123 1460 0 -1 1077944320 29428 12672 0 0 171 10 5 3 20 0 15 0 90089460 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 140722606529008 139628094942967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
/proc/6123/statm: 3496352 40251 3365 1 0 3485525 0
[pid=6123/tid=6173] ppid=6120 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/6123/task/6173/stat : 6173 (java) S 6120 6123 1460 0 -1 1077944384 22451 12672 0 0 114 7 5 3 20 0 15 0 90089482 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139628099166720 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6174] ppid=6120 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6174/stat : 6174 (java) S 6120 6123 1460 0 -1 1077944384 56 12672 0 0 0 0 5 3 20 0 15 0 90089483 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139628051909392 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6175] ppid=6120 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6175/stat : 6175 (java) S 6120 6123 1460 0 -1 1077944384 205 12672 0 0 0 0 5 3 20 0 15 0 90089483 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139628050856848 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6176] ppid=6120 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6176/stat : 6176 (java) S 6120 6123 1460 0 -1 1077944384 37 12672 0 0 0 0 5 3 20 0 15 0 90089483 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139628049804304 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6177] ppid=6120 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6177/stat : 6177 (java) S 6120 6123 1460 0 -1 1077944384 62 12672 0 0 0 0 5 3 20 0 15 0 90089483 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139628048751760 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6178] ppid=6120 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6178/stat : 6178 (java) R 6120 6123 1460 0 -1 4202560 1357 12672 0 0 0 0 5 3 20 0 15 0 90089484 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139627572740304 139628080070267 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6179] ppid=6120 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6179/stat : 6179 (java) S 6120 6123 1460 0 -1 1077944384 33 12672 0 0 0 0 5 3 20 0 15 0 90089485 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139627571688352 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6180] ppid=6120 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6180/stat : 6180 (java) S 6120 6123 1460 0 -1 1077944384 21 12672 0 0 0 0 5 3 20 0 15 0 90089485 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139627570635760 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6181] ppid=6120 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6181/stat : 6181 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139627569584336 139628094961563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6182] ppid=6120 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/6123/task/6182/stat : 6182 (java) S 6120 6123 1460 0 -1 1077944384 1042 12672 0 0 17 0 5 3 20 0 15 0 90089488 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139627568531952 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6183] ppid=6120 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/6123/task/6183/stat : 6183 (java) S 6120 6123 1460 0 -1 1077944384 643 12672 0 0 12 0 5 3 20 0 15 0 90089488 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139627567479408 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6184] ppid=6120 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/6123/task/6184/stat : 6184 (java) S 6120 6123 1460 0 -1 1077944384 1350 12672 0 0 23 0 5 3 20 0 15 0 90089488 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139627566422736 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6185] ppid=6120 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6185/stat : 6185 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139627565374560 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6186] ppid=6120 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6186/stat : 6186 (java) S 6120 6123 1460 0 -1 1077944384 10 12672 0 0 0 0 5 3 20 0 15 0 90089491 14321057792 40251 18446744073709551615 4194304 4196468 140722606546464 139627564321072 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 1.55 1.40 1.47 4/213 6186
/proc/meminfo: memFree=29132928/32770624 swapFree=0/563852
[pid=6123] ppid=6120 vsize=13999932 CPUtime=6.15 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6120 6123 1460 0 -1 1077944320 45008 12672 0 0 592 15 5 3 20 0 15 0 90089460 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 140722606529008 139628094942967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
/proc/6123/statm: 3499983 57730 3450 1 0 3488597 0
[pid=6123/tid=6173] ppid=6120 vsize=13999932 CPUtime=2.87 cores=1,3,5,7
/proc/6123/task/6173/stat : 6173 (java) R 6120 6123 1460 0 -1 4202560 29652 12672 0 0 270 9 5 3 20 0 15 0 90089482 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139628099169864 139628078129805 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6174] ppid=6120 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6174/stat : 6174 (java) S 6120 6123 1460 0 -1 1077944384 61 12672 0 0 1 0 5 3 20 0 15 0 90089483 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139628051909392 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6175] ppid=6120 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6175/stat : 6175 (java) S 6120 6123 1460 0 -1 1077944384 207 12672 0 0 1 0 5 3 20 0 15 0 90089483 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139628050856848 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6176] ppid=6120 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6176/stat : 6176 (java) S 6120 6123 1460 0 -1 1077944384 38 12672 0 0 1 0 5 3 20 0 15 0 90089483 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139628049804304 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6177] ppid=6120 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6177/stat : 6177 (java) S 6120 6123 1460 0 -1 1077944384 66 12672 0 0 1 0 5 3 20 0 15 0 90089483 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139628048751760 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6178] ppid=6120 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/6123/task/6178/stat : 6178 (java) S 6120 6123 1460 0 -1 1077944384 1746 12672 0 0 1 0 5 3 20 0 15 0 90089484 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139627572742128 139628094954114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6179] ppid=6120 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6179/stat : 6179 (java) S 6120 6123 1460 0 -1 1077944384 56 12672 0 0 0 0 5 3 20 0 15 0 90089485 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139627571688416 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6180] ppid=6120 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6180/stat : 6180 (java) S 6120 6123 1460 0 -1 1077944384 43 12672 0 0 0 0 5 3 20 0 15 0 90089485 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139627570635776 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6181] ppid=6120 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6181/stat : 6181 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139627569584336 139628094961563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6182] ppid=6120 vsize=13999932 CPUtime=1.28 cores=1,3,5,7
/proc/6123/task/6182/stat : 6182 (java) S 6120 6123 1460 0 -1 1077944384 4732 12672 0 0 119 1 5 3 20 0 15 0 90089488 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139627568531952 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6183] ppid=6120 vsize=13999932 CPUtime=0.94 cores=1,3,5,7
/proc/6123/task/6183/stat : 6183 (java) S 6120 6123 1460 0 -1 1077944384 1545 12672 0 0 86 0 5 3 20 0 15 0 90089488 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139627567479408 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6184] ppid=6120 vsize=13999932 CPUtime=1.18 cores=1,3,5,7
/proc/6123/task/6184/stat : 6184 (java) S 6120 6123 1460 0 -1 1077944384 4689 12672 0 0 109 1 5 3 20 0 15 0 90089488 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139627566426864 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6185] ppid=6120 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6185/stat : 6185 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139627565374560 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6186] ppid=6120 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6186/stat : 6186 (java) S 6120 6123 1460 0 -1 1077944384 12 12672 0 0 0 0 5 3 20 0 15 0 90089491 14335930368 57730 18446744073709551615 4194304 4196468 140722606546464 139627564321072 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 13999932

[startup+6.30066 s]
/proc/loadavg: 1.55 1.40 1.47 4/213 6186
/proc/meminfo: memFree=28917548/32770624 swapFree=0/563852
[pid=6123] ppid=6120 vsize=14067516 CPUtime=12.24 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6120 6123 1460 0 -1 1077944320 60753 12672 0 0 1193 23 5 3 20 0 15 0 90089460 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 140722606529008 139628094942967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
/proc/6123/statm: 3516879 100484 3475 1 0 3505493 0
[pid=6123/tid=6173] ppid=6120 vsize=14067516 CPUtime=5.56 cores=1,3,5,7
/proc/6123/task/6173/stat : 6173 (java) R 6120 6123 1460 0 -1 4202560 42495 12672 0 0 535 13 5 3 20 0 15 0 90089482 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139628099176992 139627741402792 0 4 1 16800974 0 0 0 -1 5 0 0 46 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6174] ppid=6120 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/6123/task/6174/stat : 6174 (java) S 6120 6123 1460 0 -1 1077944384 90 12672 0 0 3 1 5 3 20 0 15 0 90089483 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139628051909392 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6175] ppid=6120 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/6123/task/6175/stat : 6175 (java) S 6120 6123 1460 0 -1 1077944384 273 12672 0 0 3 0 5 3 20 0 15 0 90089483 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139628050856848 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6176] ppid=6120 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/6123/task/6176/stat : 6176 (java) S 6120 6123 1460 0 -1 1077944384 67 12672 0 0 4 0 5 3 20 0 15 0 90089483 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139628049804304 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6177] ppid=6120 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/6123/task/6177/stat : 6177 (java) S 6120 6123 1460 0 -1 1077944384 127 12672 0 0 4 0 5 3 20 0 15 0 90089483 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139628048751760 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6178] ppid=6120 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/6123/task/6178/stat : 6178 (java) S 6120 6123 1460 0 -1 1077944384 2432 12672 0 0 4 0 5 3 20 0 15 0 90089484 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139627572742128 139628094954114 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6179] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6179/stat : 6179 (java) S 6120 6123 1460 0 -1 1077944384 56 12672 0 0 0 0 5 3 20 0 15 0 90089485 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139627571688416 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6180] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6180/stat : 6180 (java) S 6120 6123 1460 0 -1 1077944384 43 12672 0 0 0 0 5 3 20 0 15 0 90089485 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139627570635776 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6181] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6181/stat : 6181 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139627569584336 139628094961563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6182] ppid=6120 vsize=14067516 CPUtime=2.62 cores=1,3,5,7
/proc/6123/task/6182/stat : 6182 (java) S 6120 6123 1460 0 -1 1077944384 5118 12672 0 0 253 1 5 3 20 0 15 0 90089488 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139627568531952 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6183] ppid=6120 vsize=14067516 CPUtime=2.32 cores=1,3,5,7
/proc/6123/task/6183/stat : 6183 (java) S 6120 6123 1460 0 -1 1077944384 2358 12672 0 0 223 1 5 3 20 0 15 0 90089488 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139627567479408 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6184] ppid=6120 vsize=14067516 CPUtime=1.69 cores=1,3,5,7
/proc/6123/task/6184/stat : 6184 (java) S 6120 6123 1460 0 -1 1077944384 5518 12672 0 0 159 2 5 3 20 0 15 0 90089488 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139627566426864 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6185] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6185/stat : 6185 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139627565374560 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6186] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6186/stat : 6186 (java) S 6120 6123 1460 0 -1 1077944384 15 12672 0 0 0 0 5 3 20 0 15 0 90089491 14405136384 100484 18446744073709551615 4194304 4196468 140722606546464 139627564321072 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 14067516

[startup+12.7006 s]
/proc/loadavg: 1.55 1.40 1.47 4/213 6187
/proc/meminfo: memFree=28444976/32770624 swapFree=0/563852
[pid=6123] ppid=6120 vsize=14067516 CPUtime=19.86 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6120 6123 1460 0 -1 1077944320 72766 12672 0 0 1943 35 5 3 20 0 15 0 90089460 14405136384 217125 18446744073709551615 4194304 4196468 140722606546464 140722606529008 139628094942967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
/proc/6123/statm: 3516879 217125 3476 1 0 3505493 0
[pid=6123/tid=6173] ppid=6120 vsize=14067516 CPUtime=11.91 cores=1,3,5,7
/proc/6123/task/6173/stat : 6173 (java) R 6120 6123 1460 0 -1 4202560 44065 12672 0 0 1164 19 5 3 20 0 15 0 90089482 14405136384 217125 18446744073709551615 4194304 4196468 140722606546464 139628099177088 139627742922778 0 4 1 16800974 0 0 0 -1 3 0 0 46 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6174] ppid=6120 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/6123/task/6174/stat : 6174 (java) S 6120 6123 1460 0 -1 1077944384 616 12672 0 0 4 2 5 3 20 0 15 0 90089483 14405136384 217125 18446744073709551615 4194304 4196468 140722606546464 139628051909392 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6175] ppid=6120 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/6123/task/6175/stat : 6175 (java) S 6120 6123 1460 0 -1 1077944384 299 12672 0 0 5 1 5 3 20 0 15 0 90089483 14405136384 217125 18446744073709551615 4194304 4196468 140722606546464 139628050856848 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6176] ppid=6120 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/6123/task/6176/stat : 6176 (java) S 6120 6123 1460 0 -1 1077944384 521 12672 0 0 5 1 5 3 20 0 15 0 90089483 14405136384 217125 18446744073709551615 4194304 4196468 140722606546464 139628049804304 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6177] ppid=6120 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/6123/task/6177/stat : 6177 (java) S 6120 6123 1460 0 -1 1077944384 1177 12672 0 0 5 1 5 3 20 0 15 0 90089483 14405136384 217125 18446744073709551615 4194304 4196468 140722606546464 139628048751760 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6178] ppid=6120 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/6123/task/6178/stat : 6178 (java) S 6120 6123 1460 0 -1 1077944384 2925 12672 0 0 5 0 5 3 20 0 15 0 90089484 14405136384 217125 18446744073709551615 4194304 4196468 140722606546464 139627572742128 139628094954114 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6179] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6179/stat : 6179 (java) S 6120 6123 1460 0 -1 1077944384 56 12672 0 0 0 0 5 3 20 0 15 0 90089485 14405136384 217125 18446744073709551615 4194304 4196468 140722606546464 139627571688416 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6180] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6180/stat : 6180 (java) S 6120 6123 1460 0 -1 1077944384 43 12672 0 0 0 0 5 3 20 0 15 0 90089485 14405136384 217125 18446744073709551615 4194304 4196468 140722606546464 139627570635776 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6181] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6181/stat : 6181 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14405136384 217125 18446744073709551615 4194304 4196468 140722606546464 139627569584336 139628094961563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0

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

/proc/6123/task/6185/stat : 6185 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14405136384 283879 18446744073709551615 4194304 4196468 140722606546464 139627565374560 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6186] ppid=6120 vsize=14067516 CPUtime=1.47 cores=1,3,5,7
/proc/6123/task/6186/stat : 6186 (java) S 6120 6123 1460 0 -1 1077944384 1344 12672 0 0 66 73 5 3 20 0 15 0 90089491 14405136384 283879 18446744073709551615 4194304 4196468 140722606546464 139627564321072 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 43 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
Current children cumulated CPU time (s) 2429.4
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.51 1.37 1.41 3/214 6462
/proc/meminfo: memFree=27720324/32770624 swapFree=0/564212
[pid=6123] ppid=6120 vsize=14067516 CPUtime=2490.5 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6120 6123 1460 0 -1 1077944320 279256 12672 0 0 248658 384 5 3 20 0 15 0 90089460 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 140722606529008 139628094942967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
/proc/6123/statm: 3516879 284391 3476 1 0 3505493 0
[pid=6123/tid=6173] ppid=6120 vsize=14067516 CPUtime=2416.61 cores=1,3,5,7
/proc/6123/task/6173/stat : 6173 (java) R 6120 6123 1460 0 -1 4202560 103322 12672 0 0 241594 59 5 3 20 0 15 0 90089482 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139628099177200 139627729243834 0 4 1 16800974 0 0 0 -1 1 0 0 46 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6174] ppid=6120 vsize=14067516 CPUtime=13.88 cores=1,3,5,7
/proc/6123/task/6174/stat : 6174 (java) S 6120 6123 1460 0 -1 1077944384 25772 12672 0 0 1324 56 5 3 20 0 15 0 90089483 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139628051909392 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6175] ppid=6120 vsize=14067516 CPUtime=13.88 cores=1,3,5,7
/proc/6123/task/6175/stat : 6175 (java) S 6120 6123 1460 0 -1 1077944384 27804 12672 0 0 1321 59 5 3 20 0 15 0 90089483 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139628050856848 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6176] ppid=6120 vsize=14067516 CPUtime=13.92 cores=1,3,5,7
/proc/6123/task/6176/stat : 6176 (java) S 6120 6123 1460 0 -1 1077944384 30788 12672 0 0 1325 59 5 3 20 0 15 0 90089483 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139628049804304 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6177] ppid=6120 vsize=14067516 CPUtime=13.9 cores=1,3,5,7
/proc/6123/task/6177/stat : 6177 (java) S 6120 6123 1460 0 -1 1077944384 25590 12672 0 0 1324 58 5 3 20 0 15 0 90089483 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139628048751760 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6178] ppid=6120 vsize=14067516 CPUtime=9.14 cores=1,3,5,7
/proc/6123/task/6178/stat : 6178 (java) S 6120 6123 1460 0 -1 1077944384 19992 12672 0 0 845 61 5 3 20 0 15 0 90089484 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627572742128 139628094954114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6179] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6179/stat : 6179 (java) S 6120 6123 1460 0 -1 1077944384 56 12672 0 0 0 0 5 3 20 0 15 0 90089485 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627571688416 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6180] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6180/stat : 6180 (java) S 6120 6123 1460 0 -1 1077944384 43 12672 0 0 0 0 5 3 20 0 15 0 90089485 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627570635776 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6181] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6181/stat : 6181 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627569584336 139628094961563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6182] ppid=6120 vsize=14067516 CPUtime=3.32 cores=1,3,5,7
/proc/6123/task/6182/stat : 6182 (java) S 6120 6123 1460 0 -1 1077944384 13838 12672 0 0 321 3 5 3 20 0 15 0 90089488 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627568531952 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6183] ppid=6120 vsize=14067516 CPUtime=3.15 cores=1,3,5,7
/proc/6123/task/6183/stat : 6183 (java) S 6120 6123 1460 0 -1 1077944384 10598 12672 0 0 305 2 5 3 20 0 15 0 90089488 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627567479408 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6184] ppid=6120 vsize=14067516 CPUtime=1.8 cores=1,3,5,7
/proc/6123/task/6184/stat : 6184 (java) S 6120 6123 1460 0 -1 1077944384 17930 12672 0 0 169 3 5 3 20 0 15 0 90089488 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627566426864 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6185] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6185/stat : 6185 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627565374560 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6186] ppid=6120 vsize=14067516 CPUtime=1.51 cores=1,3,5,7
/proc/6123/task/6186/stat : 6186 (java) S 6120 6123 1460 0 -1 1077944384 1362 12672 0 0 68 75 5 3 20 0 15 0 90089491 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627564321072 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
Current children cumulated CPU time (s) 2490.5
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.3 s]
/proc/loadavg: 1.67 1.42 1.43 3/214 6463
/proc/meminfo: memFree=27730456/32770624 swapFree=0/564228
[pid=6123] ppid=6120 vsize=14067516 CPUtime=2520.06 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6120 6123 1460 0 -1 1077944320 280910 12672 0 0 251610 388 5 3 20 0 15 0 90089460 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 140722606529008 139628094942967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
/proc/6123/statm: 3516879 284391 3476 1 0 3505493 0
[pid=6123/tid=6173] ppid=6120 vsize=14067516 CPUtime=2445.29 cores=1,3,5,7
/proc/6123/task/6173/stat : 6173 (java) R 6120 6123 1460 0 -1 4202560 103797 12672 0 0 244462 59 5 3 20 0 15 0 90089482 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139628099177008 139627740284382 0 4 1 16800974 0 0 0 -1 1 0 0 46 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6174] ppid=6120 vsize=14067516 CPUtime=14.07 cores=1,3,5,7
/proc/6123/task/6174/stat : 6174 (java) S 6120 6123 1460 0 -1 1077944384 25844 12672 0 0 1343 56 5 3 20 0 15 0 90089483 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139628051909392 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6175] ppid=6120 vsize=14067516 CPUtime=14.06 cores=1,3,5,7
/proc/6123/task/6175/stat : 6175 (java) S 6120 6123 1460 0 -1 1077944384 28056 12672 0 0 1339 59 5 3 20 0 15 0 90089483 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139628050856848 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6176] ppid=6120 vsize=14067516 CPUtime=14.11 cores=1,3,5,7
/proc/6123/task/6176/stat : 6176 (java) S 6120 6123 1460 0 -1 1077944384 31226 12672 0 0 1343 60 5 3 20 0 15 0 90089483 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139628049804304 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6177] ppid=6120 vsize=14067516 CPUtime=14.1 cores=1,3,5,7
/proc/6123/task/6177/stat : 6177 (java) S 6120 6123 1460 0 -1 1077944384 25798 12672 0 0 1343 59 5 3 20 0 15 0 90089483 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139628048751760 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6178] ppid=6120 vsize=14067516 CPUtime=9.24 cores=1,3,5,7
/proc/6123/task/6178/stat : 6178 (java) S 6120 6123 1460 0 -1 1077944384 20180 12672 0 0 854 62 5 3 20 0 15 0 90089484 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627572742128 139628094954114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6179] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6179/stat : 6179 (java) S 6120 6123 1460 0 -1 1077944384 56 12672 0 0 0 0 5 3 20 0 15 0 90089485 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627571688416 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6180] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6180/stat : 6180 (java) S 6120 6123 1460 0 -1 1077944384 43 12672 0 0 0 0 5 3 20 0 15 0 90089485 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627570635776 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6181] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6181/stat : 6181 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627569584336 139628094961563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6182] ppid=6120 vsize=14067516 CPUtime=3.32 cores=1,3,5,7
/proc/6123/task/6182/stat : 6182 (java) S 6120 6123 1460 0 -1 1077944384 13840 12672 0 0 321 3 5 3 20 0 15 0 90089488 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627568531952 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6183] ppid=6120 vsize=14067516 CPUtime=3.15 cores=1,3,5,7
/proc/6123/task/6183/stat : 6183 (java) S 6120 6123 1460 0 -1 1077944384 10600 12672 0 0 305 2 5 3 20 0 15 0 90089488 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627567479408 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6184] ppid=6120 vsize=14067516 CPUtime=1.8 cores=1,3,5,7
/proc/6123/task/6184/stat : 6184 (java) S 6120 6123 1460 0 -1 1077944384 17932 12672 0 0 169 3 5 3 20 0 15 0 90089488 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627566426864 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6185] ppid=6120 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6185/stat : 6185 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 15 0 90089488 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627565374560 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6186] ppid=6120 vsize=14067516 CPUtime=1.53 cores=1,3,5,7
/proc/6123/task/6186/stat : 6186 (java) S 6120 6123 1460 0 -1 1077944384 1377 12672 0 0 69 76 5 3 20 0 15 0 90089491 14405136384 284391 18446744073709551615 4194304 4196468 140722606546464 139627564321072 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14067516

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 6123 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2471.41 s]
/proc/loadavg: 1.67 1.42 1.43 3/214 6463
/proc/meminfo: memFree=27730456/32770624 swapFree=0/564228
[pid=6123] ppid=6120 vsize=14200644 CPUtime=2520.39 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6120 6123 1460 0 -1 1077944320 287693 12672 0 0 251641 390 5 3 20 0 17 0 90089460 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 140722606529008 139628094942967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
/proc/6123/statm: 3550161 288558 3477 1 0 3538775 0
[pid=6123/tid=6173] ppid=6120 vsize=14200644 CPUtime=2445.3 cores=1,3,5,7
/proc/6123/task/6173/stat : 6173 (java) S 6120 6123 1460 0 -1 1077944384 104101 12672 0 0 244463 59 5 3 20 0 17 0 90089482 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139628099180512 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6174] ppid=6120 vsize=14200644 CPUtime=14.13 cores=1,3,5,7
/proc/6123/task/6174/stat : 6174 (java) R 6120 6123 1460 0 -1 4202560 25868 12672 0 0 1349 56 5 3 20 0 17 0 90089483 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139628051909200 139628087571175 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6175] ppid=6120 vsize=14200644 CPUtime=14.13 cores=1,3,5,7
/proc/6123/task/6175/stat : 6175 (java) R 6120 6123 1460 0 -1 4202560 28186 12672 0 0 1346 59 5 3 20 0 17 0 90089483 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139628050856848 139628079643658 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6176] ppid=6120 vsize=14200644 CPUtime=14.17 cores=1,3,5,7
/proc/6123/task/6176/stat : 6176 (java) R 6120 6123 1460 0 -1 4202560 31903 12672 0 0 1349 60 5 3 20 0 17 0 90089483 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139628049804112 139628087571175 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6177] ppid=6120 vsize=14200644 CPUtime=14.16 cores=1,3,5,7
/proc/6123/task/6177/stat : 6177 (java) R 6120 6123 1460 0 -1 4202560 25850 12672 0 0 1349 59 5 3 20 0 17 0 90089483 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139628048751880 139628087571175 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6178] ppid=6120 vsize=14200644 CPUtime=9.27 cores=1,3,5,7
/proc/6123/task/6178/stat : 6178 (java) S 6120 6123 1460 0 -1 1077944384 25569 12672 0 0 856 63 5 3 20 0 17 0 90089484 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139627572740752 139628094953173 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6179] ppid=6120 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6179/stat : 6179 (java) S 6120 6123 1460 0 -1 1077944384 56 12672 0 0 0 0 5 3 20 0 17 0 90089485 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139627571688416 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6180] ppid=6120 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6180/stat : 6180 (java) S 6120 6123 1460 0 -1 1077944384 43 12672 0 0 0 0 5 3 20 0 17 0 90089485 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139627570635776 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6181] ppid=6120 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6181/stat : 6181 (java) S 6120 6123 1460 0 -1 1077944384 79 12672 0 0 0 0 5 3 20 0 17 0 90089488 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139627569584336 139628094961563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6182] ppid=6120 vsize=14200644 CPUtime=3.32 cores=1,3,5,7
/proc/6123/task/6182/stat : 6182 (java) S 6120 6123 1460 0 -1 1077944384 13840 12672 0 0 321 3 5 3 20 0 17 0 90089488 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139627568531952 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6183] ppid=6120 vsize=14200644 CPUtime=3.15 cores=1,3,5,7
/proc/6123/task/6183/stat : 6183 (java) S 6120 6123 1460 0 -1 1077944384 10600 12672 0 0 305 2 5 3 20 0 17 0 90089488 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139627567479408 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6184] ppid=6120 vsize=14200644 CPUtime=1.8 cores=1,3,5,7
/proc/6123/task/6184/stat : 6184 (java) S 6120 6123 1460 0 -1 1077944384 17957 12672 0 0 169 3 5 3 20 0 17 0 90089488 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139627566424368 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6185] ppid=6120 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6185/stat : 6185 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 17 0 90089488 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139627565374560 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6186] ppid=6120 vsize=14200644 CPUtime=1.53 cores=1,3,5,7
/proc/6123/task/6186/stat : 6186 (java) S 6120 6123 1460 0 -1 1077944384 1377 12672 0 0 69 76 5 3 20 0 17 0 90089491 14541459456 288558 18446744073709551615 4194304 4196468 140722606546464 139627564321072 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
Current children cumulated CPU time (s) 2520.39
Current children cumulated vsize (KiB) 14200644

[startup+2471.51 s]
/proc/loadavg: 1.67 1.42 1.43 3/214 6463
/proc/meminfo: memFree=27730456/32770624 swapFree=0/564228
[pid=6123] ppid=6120 vsize=14200644 CPUtime=2520.64 cores=1,3,5,7
/proc/6123/stat : 6123 (java) S 6120 6123 1460 0 -1 1077944320 287842 12672 0 0 251666 390 5 3 20 0 17 0 90089460 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 140722606529008 139628094942967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
/proc/6123/statm: 3550161 288619 3477 1 0 3538775 0
[pid=6123/tid=6173] ppid=6120 vsize=14200644 CPUtime=2445.3 cores=1,3,5,7
/proc/6123/task/6173/stat : 6173 (java) S 6120 6123 1460 0 -1 1077944384 104101 12672 0 0 244463 59 5 3 20 0 17 0 90089482 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139628099180512 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6174] ppid=6120 vsize=14200644 CPUtime=14.19 cores=1,3,5,7
/proc/6123/task/6174/stat : 6174 (java) S 6120 6123 1460 0 -1 1077944384 25868 12672 0 0 1355 56 5 3 20 0 17 0 90089483 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139628051909392 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6175] ppid=6120 vsize=14200644 CPUtime=14.2 cores=1,3,5,7
/proc/6123/task/6175/stat : 6175 (java) S 6120 6123 1460 0 -1 1077944384 28186 12672 0 0 1352 60 5 3 20 0 17 0 90089483 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139628050856848 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6176] ppid=6120 vsize=14200644 CPUtime=14.23 cores=1,3,5,7
/proc/6123/task/6176/stat : 6176 (java) S 6120 6123 1460 0 -1 1077944384 31903 12672 0 0 1355 60 5 3 20 0 17 0 90089483 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139628049804304 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6177] ppid=6120 vsize=14200644 CPUtime=14.22 cores=1,3,5,7
/proc/6123/task/6177/stat : 6177 (java) S 6120 6123 1460 0 -1 1077944384 25850 12672 0 0 1355 59 5 3 20 0 17 0 90089483 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139628048751760 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6178] ppid=6120 vsize=14200644 CPUtime=9.31 cores=1,3,5,7
/proc/6123/task/6178/stat : 6178 (java) R 6120 6123 1460 0 -1 4202560 25712 12672 0 0 860 63 5 3 20 0 17 0 90089484 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139627572740528 139628094964314 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6179] ppid=6120 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6179/stat : 6179 (java) S 6120 6123 1460 0 -1 1077944384 58 12672 0 0 0 0 5 3 20 0 17 0 90089485 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139627571688048 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6180] ppid=6120 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6180/stat : 6180 (java) S 6120 6123 1460 0 -1 1077944384 43 12672 0 0 0 0 5 3 20 0 17 0 90089485 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139627570635776 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6181] ppid=6120 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6181/stat : 6181 (java) S 6120 6123 1460 0 -1 1077944384 79 12672 0 0 0 0 5 3 20 0 17 0 90089488 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139627569584336 139628094961563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6182] ppid=6120 vsize=14200644 CPUtime=3.32 cores=1,3,5,7
/proc/6123/task/6182/stat : 6182 (java) S 6120 6123 1460 0 -1 1077944384 13840 12672 0 0 321 3 5 3 20 0 17 0 90089488 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139627568531952 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6183] ppid=6120 vsize=14200644 CPUtime=3.15 cores=1,3,5,7
/proc/6123/task/6183/stat : 6183 (java) S 6120 6123 1460 0 -1 1077944384 10600 12672 0 0 305 2 5 3 20 0 17 0 90089488 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139627567479408 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6184] ppid=6120 vsize=14200644 CPUtime=1.8 cores=1,3,5,7
/proc/6123/task/6184/stat : 6184 (java) S 6120 6123 1460 0 -1 1077944384 17959 12672 0 0 169 3 5 3 20 0 17 0 90089488 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139627566426864 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6185] ppid=6120 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/6123/task/6185/stat : 6185 (java) S 6120 6123 1460 0 -1 1077944384 3 12672 0 0 0 0 5 3 20 0 17 0 90089488 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139627565374560 139628094953173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
[pid=6123/tid=6186] ppid=6120 vsize=14200644 CPUtime=1.53 cores=1,3,5,7
/proc/6123/task/6186/stat : 6186 (java) S 6120 6123 1460 0 -1 1077944384 1377 12672 0 0 69 76 5 3 20 0 17 0 90089491 14541459456 288619 18446744073709551615 4194304 4196468 140722606546464 139627564321072 139628094954114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 39485440 140722606553040 140722606555825 140722606555825 140722606559183 0
Current children cumulated CPU time (s) 2520.64
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2471.54
CPU time (s): 2520.71
CPU user time (s): 2516.77
CPU system time (s): 3.94724
CPU usage (%): 101.989
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.77
system time used= 3.94724
maximum resident set size= 1580528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300624
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 259739
involuntary context switches= 5998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0231 second user time and 15.2515 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 06:16:36
IDJOB=4262317
IDBENCH=120746
IDSOLVER=2650
FILE ID=node134/4262317-1502425832
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K11-P04.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262317-1502425832/watcher-4262317-1502425832 -o /tmp/evaluation-result-4262317-1502425832/solver-4262317-1502425832 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262317-1502425832.xml

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

MD5SUM BENCH= 83a9e5860e8605726185e9821b8e29ef
RANDOM SEED=198219777

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:        29304492 kB
MemAvailable:   30271192 kB
Buffers:          281072 kB
Cached:           979384 kB
SwapCached:            0 kB
Active:          2433412 kB
Inactive:         595064 kB
Active(anon):    1770136 kB
Inactive(anon):    31216 kB
Active(file):     663276 kB
Inactive(file):   563848 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24188 kB
Writeback:             4 kB
AnonPages:       1767708 kB
Mapped:            63384 kB
Shmem:             33468 kB
Slab:             137424 kB
SReclaimable:     110820 kB
SUnreclaim:        26604 kB
KernelStack:        3504 kB
PageTables:         8692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2316824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1525760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 06:57:48