Trace number 4262319

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.8999 2484.3

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K14-P07.xml
MD5SUM539390230adc3c5191c5e54bc0e1cdf0
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 variables1554
Number of constraints723
Number of domains2
Minimum domain size721
Maximum domain size722
Distribution of domain sizes[{"size":721,"count":721},{"size":722,"count":98}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":735},{"degree":2,"count":721},{"degree":15,"count":28},{"degree":16,"count":70}]
Minimum constraint arity3
Maximum constraint arity721
Distribution of constraint arities[{"arity":3,"count":721},{"arity":98,"count":1},{"arity":721,"count":1}]
Number of extensional constraints0
Number of intensional constraints721
Distribution of constraint types[{"type":"intension","count":721},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=10749
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.75 1.40 1.35 3/194 10752
/proc/meminfo: memFree=30837224/32770624 swapFree=0/378300
[pid=10752] ppid=10749 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/10752/stat : 10752 (runsolver) D 10749 10752 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 31047891 24240128 107 18446744073709551615 4194304 4338465 140732758047936 140732758045576 140311012217559 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 15699968 140732758048977 140732758049353 140732758049353 140732758052810 0
/proc/10752/statm: 5918 107 54 36 0 2156 0

[startup+0.100138 s]
/proc/loadavg: 1.75 1.40 1.35 3/194 10752
/proc/meminfo: memFree=30837224/32770624 swapFree=0/378300
[pid=10752] ppid=10749 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/10752/stat : 10752 (bash) S 10749 10752 7434 0 -1 4202496 897 6476 0 0 0 0 0 1 20 0 1 0 31047891 9867264 377 18446744073709551615 4194304 5098028 140737475458912 140737475452920 139781570305024 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 5 0 0 7196144 7232144 31399936 140737475461652 140737475461737 140737475461737 140737475465194 0
/proc/10752/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200325 s]
/proc/loadavg: 1.75 1.40 1.35 3/194 10752
/proc/meminfo: memFree=30837224/32770624 swapFree=0/378300
[pid=10752] ppid=10749 vsize=13367204 CPUtime=0.08 cores=1,3,5,7
/proc/10752/stat : 10752 (java) S 10749 10752 7434 0 -1 1077944320 4487 12658 0 0 1 0 5 2 20 0 6 0 31047891 13688016896 3792 18446744073709551615 4194304 4196468 140728626368864 140728626351408 140128349757175 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
/proc/10752/statm: 3343699 3792 1925 1 0 3333196 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13367204

[startup+0.301217 s]
/proc/loadavg: 1.75 1.40 1.35 3/194 10752
/proc/meminfo: memFree=30837224/32770624 swapFree=0/378300
[pid=10752] ppid=10749 vsize=13974356 CPUtime=0.19 cores=1,3,5,7
/proc/10752/stat : 10752 (java) S 10749 10752 7434 0 -1 1077944320 6838 12658 0 0 11 1 5 2 20 0 15 0 31047891 14309740544 7432 18446744073709551615 4194304 4196468 140728626368864 140728626351408 140128349757175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
/proc/10752/statm: 3493589 7432 2905 1 0 3482965 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13974356

[startup+0.700264 s]
/proc/loadavg: 1.75 1.40 1.35 3/194 10752
/proc/meminfo: memFree=30837224/32770624 swapFree=0/378300
[pid=10752] ppid=10749 vsize=13974784 CPUtime=0.73 cores=1,3,5,7
/proc/10752/stat : 10752 (java) S 10749 10752 7434 0 -1 1077944320 14035 12658 0 0 62 4 5 2 20 0 15 0 31047891 14310178816 14990 18446744073709551615 4194304 4196468 140728626368864 140728626351408 140128349757175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
/proc/10752/statm: 3493696 14990 3112 1 0 3482965 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 13974784

[startup+1.50118 s]
/proc/loadavg: 1.75 1.40 1.35 3/209 10815
/proc/meminfo: memFree=30738644/32770624 swapFree=0/378332
[pid=10752] ppid=10749 vsize=13985408 CPUtime=2.01 cores=1,3,5,7
/proc/10752/stat : 10752 (java) S 10749 10752 7434 0 -1 1077944320 28422 12658 0 0 184 10 5 2 20 0 15 0 31047891 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140728626351408 140128349757175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
/proc/10752/statm: 3496352 43289 3372 1 0 3485525 0
[pid=10752/tid=10802] ppid=10749 vsize=13985408 CPUtime=1.31 cores=1,3,5,7
/proc/10752/task/10802/stat : 10802 (java) R 10749 10752 7434 0 -1 4202560 21095 12658 0 0 117 7 5 2 20 0 15 0 31047909 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140128353970432 140128330402053 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10803] ppid=10749 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/10752/task/10803/stat : 10803 (java) S 10749 10752 7434 0 -1 1077944384 183 12658 0 0 1 0 5 2 20 0 15 0 31047909 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140128284191888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10804] ppid=10749 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/10752/task/10804/stat : 10804 (java) S 10749 10752 7434 0 -1 1077944384 41 12658 0 0 1 0 5 2 20 0 15 0 31047909 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140128283139088 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10805] ppid=10749 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10805/stat : 10805 (java) S 10749 10752 7434 0 -1 1077944384 37 12658 0 0 0 0 5 2 20 0 15 0 31047909 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140128282086288 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10806] ppid=10749 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/10752/task/10806/stat : 10806 (java) S 10749 10752 7434 0 -1 1077944384 52 12658 0 0 1 0 5 2 20 0 15 0 31047909 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140128281033488 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10807] ppid=10749 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/10752/task/10807/stat : 10807 (java) S 10749 10752 7434 0 -1 1077944384 1258 12658 0 0 1 0 5 2 20 0 15 0 31047911 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140127265343856 140128349768322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10808] ppid=10749 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10808/stat : 10808 (java) S 10749 10752 7434 0 -1 1077944384 55 12658 0 0 0 0 5 2 20 0 15 0 31047911 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140127264289888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10809] ppid=10749 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10809/stat : 10809 (java) S 10749 10752 7434 0 -1 1077944384 43 12658 0 0 0 0 5 2 20 0 15 0 31047911 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140127263236992 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10810] ppid=10749 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10810/stat : 10810 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140127262185296 140128349775771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10811] ppid=10749 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/10752/task/10811/stat : 10811 (java) R 10749 10752 7434 0 -1 4202560 1044 12658 0 0 17 0 5 2 20 0 15 0 31047914 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140127261122944 140128327351920 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10812] ppid=10749 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/10752/task/10812/stat : 10812 (java) R 10749 10752 7434 0 -1 4202560 1066 12658 0 0 17 0 5 2 20 0 15 0 31047914 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140127260080880 140128331300898 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10813] ppid=10749 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/10752/task/10813/stat : 10813 (java) S 10749 10752 7434 0 -1 1077944384 1419 12658 0 0 24 0 5 2 20 0 15 0 31047914 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140127259028080 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10814] ppid=10749 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10814/stat : 10814 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140127257975520 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10815] ppid=10749 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10815/stat : 10815 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047918 14321057792 43289 18446744073709551615 4194304 4196468 140728626368864 140127256922800 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 13985408

[startup+3.10421 s]
/proc/loadavg: 1.75 1.40 1.35 5/209 10815
/proc/meminfo: memFree=30662004/32770624 swapFree=0/378340
[pid=10752] ppid=10749 vsize=13997884 CPUtime=6.13 cores=1,3,5,7
/proc/10752/stat : 10752 (java) S 10749 10752 7434 0 -1 1077944320 37418 12658 0 0 591 15 5 2 20 0 15 0 31047891 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140728626351408 140128349757175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
/proc/10752/statm: 3499471 56777 3443 1 0 3488085 0
[pid=10752/tid=10802] ppid=10749 vsize=13997884 CPUtime=2.9 cores=1,3,5,7
/proc/10752/task/10802/stat : 10802 (java) R 10749 10752 7434 0 -1 4202560 25010 12658 0 0 274 9 5 2 20 0 15 0 31047909 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140128353991136 140127955352933 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10803] ppid=10749 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/10752/task/10803/stat : 10803 (java) S 10749 10752 7434 0 -1 1077944384 183 12658 0 0 1 0 5 2 20 0 15 0 31047909 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140128284191888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10804] ppid=10749 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/10752/task/10804/stat : 10804 (java) S 10749 10752 7434 0 -1 1077944384 41 12658 0 0 1 0 5 2 20 0 15 0 31047909 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140128283139088 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10805] ppid=10749 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10805/stat : 10805 (java) S 10749 10752 7434 0 -1 1077944384 37 12658 0 0 0 0 5 2 20 0 15 0 31047909 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140128282086288 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10806] ppid=10749 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/10752/task/10806/stat : 10806 (java) S 10749 10752 7434 0 -1 1077944384 52 12658 0 0 1 0 5 2 20 0 15 0 31047909 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140128281033488 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10807] ppid=10749 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/10752/task/10807/stat : 10807 (java) S 10749 10752 7434 0 -1 1077944384 1259 12658 0 0 1 0 5 2 20 0 15 0 31047911 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140127265343856 140128349768322 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10808] ppid=10749 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10808/stat : 10808 (java) S 10749 10752 7434 0 -1 1077944384 55 12658 0 0 0 0 5 2 20 0 15 0 31047911 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140127264289888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10809] ppid=10749 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10809/stat : 10809 (java) S 10749 10752 7434 0 -1 1077944384 43 12658 0 0 0 0 5 2 20 0 15 0 31047911 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140127263236992 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10810] ppid=10749 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10810/stat : 10810 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140127262185296 140128349775771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10811] ppid=10749 vsize=13997884 CPUtime=1.04 cores=1,3,5,7
/proc/10752/task/10811/stat : 10811 (java) R 10749 10752 7434 0 -1 1077944384 1966 12658 0 0 96 1 5 2 20 0 15 0 31047914 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140127261120112 140128349767381 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10812] ppid=10749 vsize=13997884 CPUtime=1.06 cores=1,3,5,7
/proc/10752/task/10812/stat : 10812 (java) R 10749 10752 7434 0 -1 4202560 2234 12658 0 0 99 0 5 2 20 0 15 0 31047914 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140127260071856 140128331300536 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10813] ppid=10749 vsize=13997884 CPUtime=1.21 cores=1,3,5,7
/proc/10752/task/10813/stat : 10813 (java) S 10749 10752 7434 0 -1 1077944384 4375 12658 0 0 113 1 5 2 20 0 15 0 31047914 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140127259028080 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10814] ppid=10749 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10814/stat : 10814 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140127257975520 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10815] ppid=10749 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10815/stat : 10815 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047918 14333833216 56777 18446744073709551615 4194304 4196468 140728626368864 140127256922800 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 13997884

[startup+6.30063 s]
/proc/loadavg: 1.93 1.44 1.36 5/209 10815
/proc/meminfo: memFree=30441724/32770624 swapFree=0/378340
[pid=10752] ppid=10749 vsize=14067516 CPUtime=14.5 cores=1,3,5,7
/proc/10752/stat : 10752 (java) S 10749 10752 7434 0 -1 1077944320 69377 12658 0 0 1416 27 5 2 20 0 15 0 31047891 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140728626351408 140128349757175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
/proc/10752/statm: 3516879 122848 3472 1 0 3505493 0
[pid=10752/tid=10802] ppid=10749 vsize=14067516 CPUtime=5.99 cores=1,3,5,7
/proc/10752/task/10802/stat : 10802 (java) R 10749 10752 7434 0 -1 4202560 39551 12658 0 0 578 14 5 2 20 0 15 0 31047909 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140128353991072 140127973840488 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10803] ppid=10749 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/10752/task/10803/stat : 10803 (java) S 10749 10752 7434 0 -1 1077944384 223 12658 0 0 5 1 5 2 20 0 15 0 31047909 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140128284191888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10804] ppid=10749 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/10752/task/10804/stat : 10804 (java) S 10749 10752 7434 0 -1 1077944384 316 12658 0 0 5 1 5 2 20 0 15 0 31047909 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140128283139088 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10805] ppid=10749 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/10752/task/10805/stat : 10805 (java) S 10749 10752 7434 0 -1 1077944384 919 12658 0 0 5 1 5 2 20 0 15 0 31047909 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140128282086288 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10806] ppid=10749 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/10752/task/10806/stat : 10806 (java) S 10749 10752 7434 0 -1 1077944384 127 12658 0 0 4 1 5 2 20 0 15 0 31047909 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140128281033488 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10807] ppid=10749 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/10752/task/10807/stat : 10807 (java) S 10749 10752 7434 0 -1 1077944384 2644 12658 0 0 4 0 5 2 20 0 15 0 31047911 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140127265343856 140128349768322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10808] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10808/stat : 10808 (java) S 10749 10752 7434 0 -1 1077944384 57 12658 0 0 0 0 5 2 20 0 15 0 31047911 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140127264289888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10809] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10809/stat : 10809 (java) S 10749 10752 7434 0 -1 1077944384 50 12658 0 0 0 0 5 2 20 0 15 0 31047911 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140127263236992 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10810] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10810/stat : 10810 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140127262185296 140128349775771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10811] ppid=10749 vsize=14067516 CPUtime=3.35 cores=1,3,5,7
/proc/10752/task/10811/stat : 10811 (java) S 10749 10752 7434 0 -1 1077944384 11868 12658 0 0 326 2 5 2 20 0 15 0 31047914 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140127261133680 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10812] ppid=10749 vsize=14067516 CPUtime=3.09 cores=1,3,5,7
/proc/10752/task/10812/stat : 10812 (java) S 10749 10752 7434 0 -1 1077944384 5301 12658 0 0 301 1 5 2 20 0 15 0 31047914 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140127260080880 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10813] ppid=10749 vsize=14067516 CPUtime=1.9 cores=1,3,5,7
/proc/10752/task/10813/stat : 10813 (java) S 10749 10752 7434 0 -1 1077944384 6149 12658 0 0 181 2 5 2 20 0 15 0 31047914 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140127259028080 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10814] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10814/stat : 10814 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140127257975520 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10815] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10815/stat : 10815 (java) S 10749 10752 7434 0 -1 1077944384 12 12658 0 0 0 0 5 2 20 0 15 0 31047918 14405136384 122848 18446744073709551615 4194304 4196468 140728626368864 140127256922800 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.86 1.43 1.36 3/209 10815
/proc/meminfo: memFree=29686264/32770624 swapFree=0/378348
[pid=10752] ppid=10749 vsize=14067516 CPUtime=21.99 cores=1,3,5,7
/proc/10752/stat : 10752 (java) S 10749 10752 7434 0 -1 1077944320 70730 12658 0 0 2152 40 5 2 20 0 15 0 31047891 14405136384 290262 18446744073709551615 4194304 4196468 140728626368864 140728626351408 140128349757175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
/proc/10752/statm: 3516879 290262 3476 1 0 3505493 0
[pid=10752/tid=10802] ppid=10749 vsize=14067516 CPUtime=12.34 cores=1,3,5,7
/proc/10752/task/10802/stat : 10802 (java) R 10749 10752 7434 0 -1 4202560 40301 12658 0 0 1204 23 5 2 20 0 15 0 31047909 14405136384 290262 18446744073709551615 4194304 4196468 140728626368864 140128353991280 140127974410915 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10803] ppid=10749 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/10752/task/10803/stat : 10803 (java) S 10749 10752 7434 0 -1 1077944384 264 12658 0 0 8 2 5 2 20 0 15 0 31047909 14405136384 290262 18446744073709551615 4194304 4196468 140728626368864 140128284191888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10804] ppid=10749 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/10752/task/10804/stat : 10804 (java) S 10749 10752 7434 0 -1 1077944384 333 12658 0 0 7 2 5 2 20 0 15 0 31047909 14405136384 290262 18446744073709551615 4194304 4196468 140728626368864 140128283139088 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10805] ppid=10749 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/10752/task/10805/stat : 10805 (java) S 10749 10752 7434 0 -1 1077944384 935 12658 0 0 7 2 5 2 20 0 15 0 31047909 14405136384 290262 18446744073709551615 4194304 4196468 140728626368864 140128282086288 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10806] ppid=10749 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/10752/task/10806/stat : 10806 (java) S 10749 10752 7434 0 -1 1077944384 145 12658 0 0 7 2 5 2 20 0 15 0 31047909 14405136384 290262 18446744073709551615 4194304 4196468 140728626368864 140128281033488 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10807] ppid=10749 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/10752/task/10807/stat : 10807 (java) S 10749 10752 7434 0 -1 1077944384 2969 12658 0 0 5 0 5 2 20 0 15 0 31047911 14405136384 290262 18446744073709551615 4194304 4196468 140728626368864 140127265343856 140128349768322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10808] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10808/stat : 10808 (java) S 10749 10752 7434 0 -1 1077944384 57 12658 0 0 0 0 5 2 20 0 15 0 31047911 14405136384 290262 18446744073709551615 4194304 4196468 140728626368864 140127264289888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10809] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10809/stat : 10809 (java) S 10749 10752 7434 0 -1 1077944384 50 12658 0 0 0 0 5 2 20 0 15 0 31047911 14405136384 290262 18446744073709551615 4194304 4196468 140728626368864 140127263236992 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10810] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10810/stat : 10810 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14405136384 290262 18446744073709551615 4194304 4196468 140728626368864 140127262185296 140128349775771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0

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

/proc/10752/statm: 3516879 1075018 3477 1 0 3505493 0
[pid=10752/tid=10802] ppid=10749 vsize=14067516 CPUtime=2368.08 cores=1,3,5,7
/proc/10752/task/10802/stat : 10802 (java) R 10749 10752 7434 0 -1 4202560 667611 12658 0 0 236662 139 5 2 20 0 15 0 31047909 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140128353991520 140127974664390 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10803] ppid=10749 vsize=14067516 CPUtime=8.59 cores=1,3,5,7
/proc/10752/task/10803/stat : 10803 (java) S 10749 10752 7434 0 -1 1077944384 13746 12658 0 0 797 55 5 2 20 0 15 0 31047909 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140128284191888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10804] ppid=10749 vsize=14067516 CPUtime=8.58 cores=1,3,5,7
/proc/10752/task/10804/stat : 10804 (java) S 10749 10752 7434 0 -1 1077944384 16513 12658 0 0 797 54 5 2 20 0 15 0 31047909 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140128283139088 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10805] ppid=10749 vsize=14067516 CPUtime=8.6 cores=1,3,5,7
/proc/10752/task/10805/stat : 10805 (java) S 10749 10752 7434 0 -1 1077944384 14824 12658 0 0 798 55 5 2 20 0 15 0 31047909 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140128282086288 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10806] ppid=10749 vsize=14067516 CPUtime=8.58 cores=1,3,5,7
/proc/10752/task/10806/stat : 10806 (java) S 10749 10752 7434 0 -1 1077944384 12804 12658 0 0 797 54 5 2 20 0 15 0 31047909 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140128281033488 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10807] ppid=10749 vsize=14067516 CPUtime=4.15 cores=1,3,5,7
/proc/10752/task/10807/stat : 10807 (java) S 10749 10752 7434 0 -1 1077944384 20511 12658 0 0 353 55 5 2 20 0 15 0 31047911 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127265343856 140128349768322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10808] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10808/stat : 10808 (java) S 10749 10752 7434 0 -1 1077944384 57 12658 0 0 0 0 5 2 20 0 15 0 31047911 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127264289888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10809] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10809/stat : 10809 (java) S 10749 10752 7434 0 -1 1077944384 50 12658 0 0 0 0 5 2 20 0 15 0 31047911 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127263236992 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10810] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10810/stat : 10810 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127262185296 140128349775771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10811] ppid=10749 vsize=14067516 CPUtime=4.53 cores=1,3,5,7
/proc/10752/task/10811/stat : 10811 (java) S 10749 10752 7434 0 -1 1077944384 26731 12658 0 0 443 3 5 2 20 0 15 0 31047914 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127261133680 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10812] ppid=10749 vsize=14067516 CPUtime=4.13 cores=1,3,5,7
/proc/10752/task/10812/stat : 10812 (java) S 10749 10752 7434 0 -1 1077944384 19251 12658 0 0 404 2 5 2 20 0 15 0 31047914 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127260080880 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10813] ppid=10749 vsize=14067516 CPUtime=2.06 cores=1,3,5,7
/proc/10752/task/10813/stat : 10813 (java) S 10749 10752 7434 0 -1 1077944384 16372 12658 0 0 195 4 5 2 20 0 15 0 31047914 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127259028080 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10814] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10814/stat : 10814 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127257975520 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10815] ppid=10749 vsize=14067516 CPUtime=1.44 cores=1,3,5,7
/proc/10752/task/10815/stat : 10815 (java) S 10749 10752 7434 0 -1 1077944384 1216 12658 0 0 63 74 5 2 20 0 15 0 31047918 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127256922800 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
Current children cumulated CPU time (s) 2418.23
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.52 1.45 1.38 3/209 11353
/proc/meminfo: memFree=26499160/32770624 swapFree=0/379468
[pid=10752] ppid=10749 vsize=14067516 CPUtime=2478.3 cores=1,3,5,7
/proc/10752/stat : 10752 (java) S 10749 10752 7434 0 -1 1077944320 840701 12658 0 0 247365 458 5 2 20 0 15 0 31047891 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140728626351408 140128349757175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
/proc/10752/statm: 3516879 1075018 3477 1 0 3505493 0
[pid=10752/tid=10802] ppid=10749 vsize=14067516 CPUtime=2428.04 cores=1,3,5,7
/proc/10752/task/10802/stat : 10802 (java) R 10749 10752 7434 0 -1 4202560 695540 12658 0 0 242656 141 5 2 20 0 15 0 31047909 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140128353991360 140127975090322 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10803] ppid=10749 vsize=14067516 CPUtime=8.61 cores=1,3,5,7
/proc/10752/task/10803/stat : 10803 (java) S 10749 10752 7434 0 -1 1077944384 13833 12658 0 0 799 55 5 2 20 0 15 0 31047909 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140128284191888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10804] ppid=10749 vsize=14067516 CPUtime=8.6 cores=1,3,5,7
/proc/10752/task/10804/stat : 10804 (java) S 10749 10752 7434 0 -1 1077944384 16835 12658 0 0 799 54 5 2 20 0 15 0 31047909 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140128283139088 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10805] ppid=10749 vsize=14067516 CPUtime=8.62 cores=1,3,5,7
/proc/10752/task/10805/stat : 10805 (java) S 10749 10752 7434 0 -1 1077944384 14945 12658 0 0 800 55 5 2 20 0 15 0 31047909 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140128282086288 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10806] ppid=10749 vsize=14067516 CPUtime=8.6 cores=1,3,5,7
/proc/10752/task/10806/stat : 10806 (java) S 10749 10752 7434 0 -1 1077944384 12988 12658 0 0 799 54 5 2 20 0 15 0 31047909 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140128281033488 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10807] ppid=10749 vsize=14067516 CPUtime=4.16 cores=1,3,5,7
/proc/10752/task/10807/stat : 10807 (java) S 10749 10752 7434 0 -1 1077944384 20696 12658 0 0 354 55 5 2 20 0 15 0 31047911 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127265343856 140128349768322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10808] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10808/stat : 10808 (java) S 10749 10752 7434 0 -1 1077944384 57 12658 0 0 0 0 5 2 20 0 15 0 31047911 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127264289888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10809] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10809/stat : 10809 (java) S 10749 10752 7434 0 -1 1077944384 50 12658 0 0 0 0 5 2 20 0 15 0 31047911 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127263236992 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10810] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10810/stat : 10810 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127262185296 140128349775771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10811] ppid=10749 vsize=14067516 CPUtime=4.54 cores=1,3,5,7
/proc/10752/task/10811/stat : 10811 (java) S 10749 10752 7434 0 -1 1077944384 26733 12658 0 0 443 4 5 2 20 0 15 0 31047914 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127261133680 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10812] ppid=10749 vsize=14067516 CPUtime=4.13 cores=1,3,5,7
/proc/10752/task/10812/stat : 10812 (java) S 10749 10752 7434 0 -1 1077944384 19253 12658 0 0 404 2 5 2 20 0 15 0 31047914 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127260080880 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10813] ppid=10749 vsize=14067516 CPUtime=2.06 cores=1,3,5,7
/proc/10752/task/10813/stat : 10813 (java) S 10749 10752 7434 0 -1 1077944384 16374 12658 0 0 195 4 5 2 20 0 15 0 31047914 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127259028080 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10814] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10814/stat : 10814 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127257975520 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10815] ppid=10749 vsize=14067516 CPUtime=1.47 cores=1,3,5,7
/proc/10752/task/10815/stat : 10815 (java) S 10749 10752 7434 0 -1 1077944384 1237 12658 0 0 64 76 5 2 20 0 15 0 31047918 14405136384 1075018 18446744073709551615 4194304 4196468 140728626368864 140127256922800 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
Current children cumulated CPU time (s) 2478.3
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.01 s]
/proc/loadavg: 1.52 1.46 1.39 3/209 11354
/proc/meminfo: memFree=26497812/32770624 swapFree=0/379516
[pid=10752] ppid=10749 vsize=14067516 CPUtime=2520.07 cores=1,3,5,7
/proc/10752/stat : 10752 (java) S 10749 10752 7434 0 -1 1077944320 862541 12658 0 0 251540 460 5 2 20 0 15 0 31047891 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140728626351408 140128349757175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
/proc/10752/statm: 3516879 1075044 3477 1 0 3505493 0
[pid=10752/tid=10802] ppid=10749 vsize=14067516 CPUtime=2469.72 cores=1,3,5,7
/proc/10752/task/10802/stat : 10802 (java) R 10749 10752 7434 0 -1 4202560 716152 12658 0 0 246823 142 5 2 20 0 15 0 31047909 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140128353991328 140127971972569 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10803] ppid=10749 vsize=14067516 CPUtime=8.62 cores=1,3,5,7
/proc/10752/task/10803/stat : 10803 (java) S 10749 10752 7434 0 -1 1077944384 14231 12658 0 0 800 55 5 2 20 0 15 0 31047909 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140128284191888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10804] ppid=10749 vsize=14067516 CPUtime=8.61 cores=1,3,5,7
/proc/10752/task/10804/stat : 10804 (java) S 10749 10752 7434 0 -1 1077944384 17022 12658 0 0 800 54 5 2 20 0 15 0 31047909 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140128283139088 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10805] ppid=10749 vsize=14067516 CPUtime=8.64 cores=1,3,5,7
/proc/10752/task/10805/stat : 10805 (java) S 10749 10752 7434 0 -1 1077944384 15184 12658 0 0 802 55 5 2 20 0 15 0 31047909 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140128282086288 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10806] ppid=10749 vsize=14067516 CPUtime=8.62 cores=1,3,5,7
/proc/10752/task/10806/stat : 10806 (java) S 10749 10752 7434 0 -1 1077944384 13184 12658 0 0 801 54 5 2 20 0 15 0 31047909 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140128281033488 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10807] ppid=10749 vsize=14067516 CPUtime=4.16 cores=1,3,5,7
/proc/10752/task/10807/stat : 10807 (java) S 10749 10752 7434 0 -1 1077944384 20880 12658 0 0 354 55 5 2 20 0 15 0 31047911 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140127265343856 140128349768322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10808] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10808/stat : 10808 (java) S 10749 10752 7434 0 -1 1077944384 57 12658 0 0 0 0 5 2 20 0 15 0 31047911 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140127264289888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10809] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10809/stat : 10809 (java) S 10749 10752 7434 0 -1 1077944384 50 12658 0 0 0 0 5 2 20 0 15 0 31047911 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140127263236992 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10810] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10810/stat : 10810 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140127262185296 140128349775771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10811] ppid=10749 vsize=14067516 CPUtime=4.54 cores=1,3,5,7
/proc/10752/task/10811/stat : 10811 (java) S 10749 10752 7434 0 -1 1077944384 26735 12658 0 0 443 4 5 2 20 0 15 0 31047914 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140127261133680 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10812] ppid=10749 vsize=14067516 CPUtime=4.13 cores=1,3,5,7
/proc/10752/task/10812/stat : 10812 (java) S 10749 10752 7434 0 -1 1077944384 19256 12658 0 0 404 2 5 2 20 0 15 0 31047914 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140127260080880 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10813] ppid=10749 vsize=14067516 CPUtime=2.06 cores=1,3,5,7
/proc/10752/task/10813/stat : 10813 (java) S 10749 10752 7434 0 -1 1077944384 16376 12658 0 0 195 4 5 2 20 0 15 0 31047914 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140127259028080 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10814] ppid=10749 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10814/stat : 10814 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 15 0 31047914 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140127257975520 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10815] ppid=10749 vsize=14067516 CPUtime=1.49 cores=1,3,5,7
/proc/10752/task/10815/stat : 10815 (java) S 10749 10752 7434 0 -1 1077944384 1254 12658 0 0 65 77 5 2 20 0 15 0 31047918 14405136384 1075044 18446744073709551615 4194304 4196468 140728626368864 140127256922800 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
Current children cumulated CPU time (s) 2520.07
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 10752 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2484.1 s]
/proc/loadavg: 1.52 1.46 1.39 3/209 11354
/proc/meminfo: memFree=26497812/32770624 swapFree=0/379516
[pid=10752] ppid=10749 vsize=14200644 CPUtime=2520.38 cores=1,3,5,7
/proc/10752/stat : 10752 (java) S 10749 10752 7434 0 -1 1077944320 868665 12658 0 0 251570 461 5 2 20 0 17 0 31047891 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140728626351408 140128349757175 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
/proc/10752/statm: 3550161 1075646 3477 1 0 3538775 0
[pid=10752/tid=10802] ppid=10749 vsize=14200644 CPUtime=2469.73 cores=1,3,5,7
/proc/10752/task/10802/stat : 10802 (java) S 10749 10752 7434 0 -1 1077944384 716503 12658 0 0 246824 142 5 2 20 0 17 0 31047909 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140128353994720 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10803] ppid=10749 vsize=14200644 CPUtime=8.69 cores=1,3,5,7
/proc/10752/task/10803/stat : 10803 (java) R 10749 10752 7434 0 -1 4202560 14240 12658 0 0 807 55 5 2 20 0 17 0 31047909 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140128284192008 140128342385383 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10804] ppid=10749 vsize=14200644 CPUtime=8.69 cores=1,3,5,7
/proc/10752/task/10804/stat : 10804 (java) R 10749 10752 7434 0 -1 4202560 17036 12658 0 0 808 54 5 2 20 0 17 0 31047909 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140128283139088 140128334457871 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10805] ppid=10749 vsize=14200644 CPUtime=8.71 cores=1,3,5,7
/proc/10752/task/10805/stat : 10805 (java) S 10749 10752 7434 0 -1 1077944384 15188 12658 0 0 809 55 5 2 20 0 17 0 31047909 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140128282086096 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10806] ppid=10749 vsize=14200644 CPUtime=8.69 cores=1,3,5,7
/proc/10752/task/10806/stat : 10806 (java) R 10749 10752 7434 0 -1 4202560 13189 12658 0 0 808 54 5 2 20 0 17 0 31047909 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140128281033608 140128342385383 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10807] ppid=10749 vsize=14200644 CPUtime=4.19 cores=1,3,5,7
/proc/10752/task/10807/stat : 10807 (java) S 10749 10752 7434 0 -1 1077944384 26402 12658 0 0 356 56 5 2 20 0 17 0 31047911 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140127265342480 140128349767381 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10808] ppid=10749 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10808/stat : 10808 (java) S 10749 10752 7434 0 -1 1077944384 57 12658 0 0 0 0 5 2 20 0 17 0 31047911 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140127264289888 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10809] ppid=10749 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10809/stat : 10809 (java) S 10749 10752 7434 0 -1 1077944384 50 12658 0 0 0 0 5 2 20 0 17 0 31047911 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140127263236992 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10810] ppid=10749 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10810/stat : 10810 (java) S 10749 10752 7434 0 -1 1077944384 81 12658 0 0 0 0 5 2 20 0 17 0 31047914 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140127262185296 140128349775771 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10811] ppid=10749 vsize=14200644 CPUtime=4.54 cores=1,3,5,7
/proc/10752/task/10811/stat : 10811 (java) S 10749 10752 7434 0 -1 1077944384 26735 12658 0 0 443 4 5 2 20 0 17 0 31047914 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140127261133680 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10812] ppid=10749 vsize=14200644 CPUtime=4.13 cores=1,3,5,7
/proc/10752/task/10812/stat : 10812 (java) S 10749 10752 7434 0 -1 1077944384 19256 12658 0 0 404 2 5 2 20 0 17 0 31047914 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140127260080880 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10813] ppid=10749 vsize=14200644 CPUtime=2.07 cores=1,3,5,7
/proc/10752/task/10813/stat : 10813 (java) S 10749 10752 7434 0 -1 1077944384 16402 12658 0 0 196 4 5 2 20 0 17 0 31047914 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140127259023952 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10814] ppid=10749 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/10752/task/10814/stat : 10814 (java) S 10749 10752 7434 0 -1 1077944384 3 12658 0 0 0 0 5 2 20 0 17 0 31047914 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140127257975520 140128349767381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
[pid=10752/tid=10815] ppid=10749 vsize=14200644 CPUtime=1.49 cores=1,3,5,7
/proc/10752/task/10815/stat : 10815 (java) S 10749 10752 7434 0 -1 1077944384 1254 12658 0 0 65 77 5 2 20 0 17 0 31047918 14541459456 1075646 18446744073709551615 4194304 4196468 140728626368864 140127256922800 140128349768322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16117760 140728626374608 140728626377393 140728626377393 140728626380751 0
Current children cumulated CPU time (s) 2520.38
Current children cumulated vsize (KiB) 14200644

[startup+2484.3 s]
/proc/loadavg: 1.52 1.46 1.39 3/209 11354
/proc/meminfo: memFree=26497812/32770624 swapFree=0/379516
[pid=10752] ppid=10749 vsize=0 CPUtime=2520.88 cores=1,3,5,7
/proc/10752/stat : 10752 (java) Z 10749 10752 7434 0 -1 4228108 868938 12658 0 0 251617 464 5 2 20 0 2 0 31047891 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 0 0 0 0 0 0 0 0
/proc/10752/statm: 0 0 0 0 0 0 0
[pid=10752/tid=10806] ppid=10749 vsize=0 CPUtime=8.81 cores=1,3,5,7
/proc/10752/task/10806/stat : 10806 (java) R 10749 10752 7434 0 -1 4203588 13196 12658 0 0 817 57 5 2 20 0 2 0 31047909 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 7 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2520.88
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2484.3
CPU time (s): 2520.9
CPU user time (s): 2516.23
CPU system time (s): 4.67221
CPU usage (%): 101.473
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 4.67221
maximum resident set size= 4303460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 881596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140567
involuntary context switches= 4658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6737 second user time and 13.2056 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 06:36:56
IDJOB=4262319
IDBENCH=120756
IDSOLVER=2650
FILE ID=node124/4262319-1502427072
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K14-P07.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262319-1502427072/watcher-4262319-1502427072 -o /tmp/evaluation-result-4262319-1502427072/solver-4262319-1502427072 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4262319-1502427072.xml

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

MD5SUM BENCH= 539390230adc3c5191c5e54bc0e1cdf0
RANDOM SEED=1322424381

node124.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.51
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.51
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.51
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.51
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:        30837580 kB
MemAvailable:   31233088 kB
Buffers:          192104 kB
Cached:           491788 kB
SwapCached:            0 kB
Active:          1126496 kB
Inactive:         395068 kB
Active(anon):     838304 kB
Inactive(anon):    16768 kB
Active(file):     288192 kB
Inactive(file):   378300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24492 kB
Writeback:             0 kB
AnonPages:        837972 kB
Mapped:            50084 kB
Shmem:             17128 kB
Slab:             114900 kB
SReclaimable:      89704 kB
SUnreclaim:        25196 kB
KernelStack:        3424 kB
PageTables:         6472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1752904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node124 at 2017-08-11 07:18:21