Trace number 4262318

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.78 2482.1699

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K12-P09.xml
MD5SUM32cec65ed71b36923f34d2db18851218
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 variables1500
Number of constraints692
Number of domains2
Minimum domain size690
Maximum domain size691
Distribution of domain sizes[{"size":690,"count":690},{"size":691,"count":108}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":702},{"degree":2,"count":690},{"degree":13,"count":24},{"degree":14,"count":84}]
Minimum constraint arity3
Maximum constraint arity690
Distribution of constraint arities[{"arity":3,"count":690},{"arity":108,"count":1},{"arity":690,"count":1}]
Number of extensional constraints0
Number of intensional constraints690
Distribution of constraint types[{"type":"intension","count":690},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=8178
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.56 1.45 1.49 3/199 8181
/proc/meminfo: memFree=30715264/32770624 swapFree=0/426004
[pid=8181] ppid=8178 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/8181/stat : 8181 (runsolver) D 8178 8181 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 90521162 24240128 106 18446744073709551615 4194304 4338465 140722827037488 140722827035128 139996900651735 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 23736320 140722827038929 140722827039305 140722827039305 140722827042762 0
/proc/8181/statm: 5918 106 53 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 1.56 1.45 1.49 3/199 8181
/proc/meminfo: memFree=30715264/32770624 swapFree=0/426004
[pid=8181] ppid=8178 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/8181/stat : 8181 (bash) S 8178 8181 4821 0 -1 4202496 891 6478 0 0 0 0 0 1 20 0 1 0 90521162 9867264 376 18446744073709551615 4194304 5098028 140737451343088 140737451337096 140693562706944 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 5 0 0 7196144 7232144 36220928 140737451348500 140737451348585 140737451348585 140737451352042 0
/proc/8181/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200301 s]
/proc/loadavg: 1.56 1.45 1.49 3/199 8181
/proc/meminfo: memFree=30715264/32770624 swapFree=0/426004
[pid=8181] ppid=8178 vsize=13574488 CPUtime=0.12 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 4821 0 -1 1077944320 5062 12359 0 0 3 1 5 3 20 0 9 0 90521162 13900275712 4302 18446744073709551615 4194304 4196468 140727368942464 140727368925008 140345985625847 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
/proc/8181/statm: 3393622 4302 2099 1 0 3383119 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13574488

[startup+0.300211 s]
/proc/loadavg: 1.56 1.45 1.49 3/199 8181
/proc/meminfo: memFree=30715264/32770624 swapFree=0/426004
[pid=8181] ppid=8178 vsize=13974356 CPUtime=0.24 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 4821 0 -1 1077944320 7119 12359 0 0 15 1 5 3 20 0 15 0 90521162 14309740544 8207 18446744073709551615 4194304 4196468 140727368942464 140727368925008 140345985625847 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
/proc/8181/statm: 3493589 8207 2921 1 0 3482965 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13974356

[startup+0.700242 s]
/proc/loadavg: 1.56 1.45 1.49 3/199 8181
/proc/meminfo: memFree=30715264/32770624 swapFree=0/426004
[pid=8181] ppid=8178 vsize=13974784 CPUtime=0.77 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 4821 0 -1 1077944320 14190 12359 0 0 65 4 5 3 20 0 15 0 90521162 14310178816 15134 18446744073709551615 4194304 4196468 140727368942464 140727368925008 140345985625847 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
/proc/8181/statm: 3493696 15134 3103 1 0 3482965 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 13974784

[startup+1.50059 s]
/proc/loadavg: 1.56 1.45 1.49 3/214 8244
/proc/meminfo: memFree=30613004/32770624 swapFree=0/426348
[pid=8181] ppid=8178 vsize=13985408 CPUtime=2.01 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 4821 0 -1 1077944320 30781 12359 0 0 183 10 5 3 20 0 15 0 90521162 14321057792 42943 18446744073709551615 4194304 4196468 140727368942464 140727368925008 140345985625847 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
/proc/8181/statm: 3496864 42943 3381 1 0 3486037 0
[pid=8181/tid=8231] ppid=8178 vsize=13987456 CPUtime=1.35 cores=1,3,5,7
/proc/8181/task/8231/stat : 8231 (java) R 8178 8181 4821 0 -1 4202560 23430 12359 0 0 121 6 5 3 20 0 15 0 90521178 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345989852080 140345968812656 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8232] ppid=8178 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8232/stat : 8232 (java) S 8178 8181 4821 0 -1 1077944384 42 12359 0 0 0 0 5 3 20 0 15 0 90521179 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345920059920 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8233] ppid=8178 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8233/stat : 8233 (java) S 8178 8181 4821 0 -1 1077944384 214 12359 0 0 0 0 5 3 20 0 15 0 90521179 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345919007376 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8234] ppid=8178 vsize=13987456 CPUtime=0.09 cores=1,3,5,7
/proc/8181/task/8234/stat : 8234 (java) S 8178 8181 4821 0 -1 1077944384 66 12359 0 0 1 0 5 3 20 0 15 0 90521179 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345917954320 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8235] ppid=8178 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8235/stat : 8235 (java) S 8178 8181 4821 0 -1 1077944384 51 12359 0 0 0 0 5 3 20 0 15 0 90521179 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345916901776 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8236] ppid=8178 vsize=13987456 CPUtime=0.09 cores=1,3,5,7
/proc/8181/task/8236/stat : 8236 (java) S 8178 8181 4821 0 -1 1077944384 1762 12359 0 0 1 0 5 3 20 0 15 0 90521180 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345464031984 140345985636994 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8237] ppid=8178 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8237/stat : 8237 (java) S 8178 8181 4821 0 -1 1077944384 55 12359 0 0 0 0 5 3 20 0 15 0 90521181 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345462978208 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8238] ppid=8178 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8238/stat : 8238 (java) S 8178 8181 4821 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 15 0 90521181 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345461925104 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8239] ppid=8178 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8239/stat : 8239 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345460873680 140345985644443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8240] ppid=8178 vsize=13987456 CPUtime=0.27 cores=1,3,5,7
/proc/8181/task/8240/stat : 8240 (java) S 8178 8181 4821 0 -1 1077944384 1110 12359 0 0 19 0 5 3 20 0 15 0 90521184 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345459820784 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8241] ppid=8178 vsize=13987456 CPUtime=0.19 cores=1,3,5,7
/proc/8181/task/8241/stat : 8241 (java) S 8178 8181 4821 0 -1 1077944384 766 12359 0 0 11 0 5 3 20 0 15 0 90521184 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345458768240 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8242] ppid=8178 vsize=13987456 CPUtime=0.33 cores=1,3,5,7
/proc/8181/task/8242/stat : 8242 (java) R 8178 8181 4821 0 -1 4202560 1082 12359 0 0 25 0 5 3 20 0 15 0 90521184 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345457710944 140345969669477 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8243] ppid=8178 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8243/stat : 8243 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345456662880 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8244] ppid=8178 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8244/stat : 8244 (java) S 8178 8181 4821 0 -1 1077944384 6 12359 0 0 0 0 5 3 20 0 15 0 90521187 14323154944 42943 18446744073709551615 4194304 4196468 140727368942464 140345455610928 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 13985408

[startup+3.10124 s]
/proc/loadavg: 1.56 1.45 1.49 4/214 8245
/proc/meminfo: memFree=30544780/32770624 swapFree=0/426348
[pid=8181] ppid=8178 vsize=13997884 CPUtime=6.09 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 4821 0 -1 1077944320 46316 12359 0 0 587 14 5 3 20 0 15 0 90521162 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140727368925008 140345985625847 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
/proc/8181/statm: 3499471 57645 3451 1 0 3488085 0
[pid=8181/tid=8231] ppid=8178 vsize=13997884 CPUtime=2.93 cores=1,3,5,7
/proc/8181/task/8231/stat : 8231 (java) R 8178 8181 4821 0 -1 4202560 28584 12359 0 0 278 7 5 3 20 0 15 0 90521178 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345989859904 140345599632216 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8232] ppid=8178 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8232/stat : 8232 (java) S 8178 8181 4821 0 -1 1077944384 42 12359 0 0 0 0 5 3 20 0 15 0 90521179 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345920059920 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8233] ppid=8178 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8233/stat : 8233 (java) S 8178 8181 4821 0 -1 1077944384 214 12359 0 0 0 0 5 3 20 0 15 0 90521179 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345919007376 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8234] ppid=8178 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/8181/task/8234/stat : 8234 (java) S 8178 8181 4821 0 -1 1077944384 66 12359 0 0 1 0 5 3 20 0 15 0 90521179 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345917954320 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8235] ppid=8178 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8235/stat : 8235 (java) S 8178 8181 4821 0 -1 1077944384 51 12359 0 0 0 0 5 3 20 0 15 0 90521179 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345916901776 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8236] ppid=8178 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/8181/task/8236/stat : 8236 (java) S 8178 8181 4821 0 -1 1077944384 1778 12359 0 0 1 0 5 3 20 0 15 0 90521180 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345464031984 140345985636994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8237] ppid=8178 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8237/stat : 8237 (java) S 8178 8181 4821 0 -1 1077944384 55 12359 0 0 0 0 5 3 20 0 15 0 90521181 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345462978208 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8238] ppid=8178 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8238/stat : 8238 (java) S 8178 8181 4821 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 15 0 90521181 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345461925104 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8239] ppid=8178 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8239/stat : 8239 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345460873680 140345985644443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8240] ppid=8178 vsize=13997884 CPUtime=1.06 cores=1,3,5,7
/proc/8181/task/8240/stat : 8240 (java) R 8178 8181 4821 0 -1 4202560 4188 12359 0 0 97 1 5 3 20 0 15 0 90521184 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345459806808 140345965312535 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8241] ppid=8178 vsize=13997884 CPUtime=0.99 cores=1,3,5,7
/proc/8181/task/8241/stat : 8241 (java) R 8178 8181 4821 0 -1 4202560 2713 12359 0 0 91 0 5 3 20 0 15 0 90521184 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345458750192 140345970525354 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8242] ppid=8178 vsize=13997884 CPUtime=1.23 cores=1,3,5,7
/proc/8181/task/8242/stat : 8242 (java) R 8178 8181 4821 0 -1 4202560 6420 12359 0 0 114 1 5 3 20 0 15 0 90521184 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345457715184 140345964567294 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8243] ppid=8178 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8243/stat : 8243 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345456662880 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8244] ppid=8178 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8244/stat : 8244 (java) S 8178 8181 4821 0 -1 1077944384 7 12359 0 0 0 0 5 3 20 0 15 0 90521187 14333833216 57645 18446744073709551615 4194304 4196468 140727368942464 140345455610928 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 13997884

[startup+6.30065 s]
/proc/loadavg: 1.43 1.43 1.48 4/214 8245
/proc/meminfo: memFree=30330904/32770624 swapFree=0/426340
[pid=8181] ppid=8178 vsize=14067516 CPUtime=13.84 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 4821 0 -1 1077944320 66234 12359 0 0 1352 24 5 3 20 0 15 0 90521162 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140727368925008 140345985625847 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
/proc/8181/statm: 3516879 118040 3477 1 0 3505493 0
[pid=8181/tid=8231] ppid=8178 vsize=14067516 CPUtime=6.04 cores=1,3,5,7
/proc/8181/task/8231/stat : 8231 (java) R 8178 8181 4821 0 -1 4202560 41600 12359 0 0 584 12 5 3 20 0 15 0 90521178 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345989859744 140345605826155 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8232] ppid=8178 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/8181/task/8232/stat : 8232 (java) S 8178 8181 4821 0 -1 1077944384 139 12359 0 0 4 1 5 3 20 0 15 0 90521179 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345920059920 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8233] ppid=8178 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/8181/task/8233/stat : 8233 (java) S 8178 8181 4821 0 -1 1077944384 277 12359 0 0 5 1 5 3 20 0 15 0 90521179 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345919007376 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8234] ppid=8178 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/8181/task/8234/stat : 8234 (java) S 8178 8181 4821 0 -1 1077944384 93 12359 0 0 4 1 5 3 20 0 15 0 90521179 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345917954320 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8235] ppid=8178 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/8181/task/8235/stat : 8235 (java) S 8178 8181 4821 0 -1 1077944384 71 12359 0 0 5 1 5 3 20 0 15 0 90521179 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345916901776 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8236] ppid=8178 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/8181/task/8236/stat : 8236 (java) S 8178 8181 4821 0 -1 1077944384 2657 12359 0 0 4 0 5 3 20 0 15 0 90521180 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345464031984 140345985636994 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8237] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8237/stat : 8237 (java) S 8178 8181 4821 0 -1 1077944384 55 12359 0 0 0 0 5 3 20 0 15 0 90521181 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345462978272 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8238] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8238/stat : 8238 (java) S 8178 8181 4821 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 15 0 90521181 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345461925120 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8239] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8239/stat : 8239 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345460873680 140345985644443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8240] ppid=8178 vsize=14067516 CPUtime=3.03 cores=1,3,5,7
/proc/8181/task/8240/stat : 8240 (java) S 8178 8181 4821 0 -1 1077944384 6747 12359 0 0 294 1 5 3 20 0 15 0 90521184 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345459820784 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8241] ppid=8178 vsize=14067516 CPUtime=2.77 cores=1,3,5,7
/proc/8181/task/8241/stat : 8241 (java) S 8178 8181 4821 0 -1 1077944384 4867 12359 0 0 268 1 5 3 20 0 15 0 90521184 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345458768240 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8242] ppid=8178 vsize=14067516 CPUtime=1.89 cores=1,3,5,7
/proc/8181/task/8242/stat : 8242 (java) S 8178 8181 4821 0 -1 1077944384 7518 12359 0 0 178 3 5 3 20 0 15 0 90521184 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345457715184 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8243] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8243/stat : 8243 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345456662880 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8244] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8244/stat : 8244 (java) S 8178 8181 4821 0 -1 1077944384 10 12359 0 0 0 0 5 3 20 0 15 0 90521187 14405136384 118040 18446744073709551615 4194304 4196468 140727368942464 140345455610928 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
Current children cumulated CPU time (s) 13.84
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.48 1.44 1.48 3/214 8245
/proc/meminfo: memFree=29711780/32770624 swapFree=0/426336
[pid=8181] ppid=8178 vsize=14067516 CPUtime=21.03 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 4821 0 -1 1077944320 75553 12359 0 0 2059 36 5 3 20 0 15 0 90521162 14405136384 253119 18446744073709551615 4194304 4196468 140727368942464 140727368925008 140345985625847 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
/proc/8181/statm: 3516879 253119 3480 1 0 3505493 0
[pid=8181/tid=8231] ppid=8178 vsize=14067516 CPUtime=12.39 cores=1,3,5,7
/proc/8181/task/8231/stat : 8231 (java) R 8178 8181 4821 0 -1 4202560 43374 12359 0 0 1211 20 5 3 20 0 15 0 90521178 14405136384 253119 18446744073709551615 4194304 4196468 140727368942464 140345989857416 140345606860583 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8232] ppid=8178 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/8181/task/8232/stat : 8232 (java) S 8178 8181 4821 0 -1 1077944384 1020 12359 0 0 7 2 5 3 20 0 15 0 90521179 14405136384 253119 18446744073709551615 4194304 4196468 140727368942464 140345920059920 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8233] ppid=8178 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/8181/task/8233/stat : 8233 (java) S 8178 8181 4821 0 -1 1077944384 654 12359 0 0 8 1 5 3 20 0 15 0 90521179 14405136384 253119 18446744073709551615 4194304 4196468 140727368942464 140345919007376 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8234] ppid=8178 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/8181/task/8234/stat : 8234 (java) S 8178 8181 4821 0 -1 1077944384 486 12359 0 0 7 2 5 3 20 0 15 0 90521179 14405136384 253119 18446744073709551615 4194304 4196468 140727368942464 140345917954320 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8235] ppid=8178 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/8181/task/8235/stat : 8235 (java) S 8178 8181 4821 0 -1 1077944384 210 12359 0 0 8 1 5 3 20 0 15 0 90521179 14405136384 253119 18446744073709551615 4194304 4196468 140727368942464 140345916901776 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8236] ppid=8178 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/8181/task/8236/stat : 8236 (java) S 8178 8181 4821 0 -1 1077944384 3158 12359 0 0 5 0 5 3 20 0 15 0 90521180 14405136384 253119 18446744073709551615 4194304 4196468 140727368942464 140345464031984 140345985636994 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8237] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8237/stat : 8237 (java) S 8178 8181 4821 0 -1 1077944384 55 12359 0 0 0 0 5 3 20 0 15 0 90521181 14405136384 253119 18446744073709551615 4194304 4196468 140727368942464 140345462978272 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8238] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8238/stat : 8238 (java) S 8178 8181 4821 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 15 0 90521181 14405136384 253119 18446744073709551615 4194304 4196468 140727368942464 140345461925120 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8239] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8239/stat : 8239 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14405136384 253119 18446744073709551615 4194304 4196468 140727368942464 140345460873680 140345985644443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0

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

/proc/8181/task/8243/stat : 8243 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345456662880 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8244] ppid=8178 vsize=14067516 CPUtime=1.4 cores=1,3,5,7
/proc/8181/task/8244/stat : 8244 (java) S 8178 8181 4821 0 -1 1077944384 929 12359 0 0 64 68 5 3 20 0 15 0 90521187 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345455610928 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
Current children cumulated CPU time (s) 2420.29
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.51 1.57 1.53 3/214 8793
/proc/meminfo: memFree=25709568/32770624 swapFree=0/431236
[pid=8181] ppid=8178 vsize=14067516 CPUtime=2480.41 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 4821 0 -1 1077944320 892420 12359 0 0 247573 460 5 3 20 0 15 0 90521162 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140727368925008 140345985625847 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
/proc/8181/statm: 3516879 1084001 3480 1 0 3505493 0
[pid=8181/tid=8231] ppid=8178 vsize=14067516 CPUtime=2426.45 cores=1,3,5,7
/proc/8181/task/8231/stat : 8231 (java) R 8178 8181 4821 0 -1 4202560 723348 12359 0 0 242497 140 5 3 20 0 15 0 90521178 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345989859888 140345605790791 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8232] ppid=8178 vsize=14067516 CPUtime=9.71 cores=1,3,5,7
/proc/8181/task/8232/stat : 8232 (java) S 8178 8181 4821 0 -1 1077944384 17923 12359 0 0 907 56 5 3 20 0 15 0 90521179 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345920059920 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8233] ppid=8178 vsize=14067516 CPUtime=9.73 cores=1,3,5,7
/proc/8181/task/8233/stat : 8233 (java) S 8178 8181 4821 0 -1 1077944384 17901 12359 0 0 912 53 5 3 20 0 15 0 90521179 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345919007376 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8234] ppid=8178 vsize=14067516 CPUtime=9.72 cores=1,3,5,7
/proc/8181/task/8234/stat : 8234 (java) S 8178 8181 4821 0 -1 1077944384 19936 12359 0 0 911 53 5 3 20 0 15 0 90521179 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345917954320 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8235] ppid=8178 vsize=14067516 CPUtime=9.75 cores=1,3,5,7
/proc/8181/task/8235/stat : 8235 (java) S 8178 8181 4821 0 -1 1077944384 22245 12359 0 0 911 56 5 3 20 0 15 0 90521179 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345916901776 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8236] ppid=8178 vsize=14067516 CPUtime=4.82 cores=1,3,5,7
/proc/8181/task/8236/stat : 8236 (java) S 8178 8181 4821 0 -1 1077944384 22150 12359 0 0 417 57 5 3 20 0 15 0 90521180 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345464031984 140345985636994 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8237] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8237/stat : 8237 (java) S 8178 8181 4821 0 -1 1077944384 55 12359 0 0 0 0 5 3 20 0 15 0 90521181 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345462978272 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8238] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8238/stat : 8238 (java) S 8178 8181 4821 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 15 0 90521181 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345461925120 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8239] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8239/stat : 8239 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345460873680 140345985644443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8240] ppid=8178 vsize=14067516 CPUtime=3.96 cores=1,3,5,7
/proc/8181/task/8240/stat : 8240 (java) S 8178 8181 4821 0 -1 1077944384 28284 12359 0 0 385 3 5 3 20 0 15 0 90521184 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345459820784 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8241] ppid=8178 vsize=14067516 CPUtime=3.44 cores=1,3,5,7
/proc/8181/task/8241/stat : 8241 (java) S 8178 8181 4821 0 -1 1077944384 17331 12359 0 0 333 3 5 3 20 0 15 0 90521184 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345458768240 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8242] ppid=8178 vsize=14067516 CPUtime=2.02 cores=1,3,5,7
/proc/8181/task/8242/stat : 8242 (java) S 8178 8181 4821 0 -1 1077944384 20101 12359 0 0 189 5 5 3 20 0 15 0 90521184 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345457715184 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8243] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8243/stat : 8243 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345456662880 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8244] ppid=8178 vsize=14067516 CPUtime=1.42 cores=1,3,5,7
/proc/8181/task/8244/stat : 8244 (java) S 8178 8181 4821 0 -1 1077944384 946 12359 0 0 65 69 5 3 20 0 15 0 90521187 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345455610928 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
Current children cumulated CPU time (s) 2480.41
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.9 s]
/proc/loadavg: 1.64 1.60 1.53 3/214 8794
/proc/meminfo: memFree=25709568/32770624 swapFree=0/431236
[pid=8181] ppid=8178 vsize=14067516 CPUtime=2520.07 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 4821 0 -1 1077944320 912215 12359 0 0 251537 462 5 3 20 0 15 0 90521162 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140727368925008 140345985625847 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
/proc/8181/statm: 3516879 1084001 3480 1 0 3505493 0
[pid=8181/tid=8231] ppid=8178 vsize=14067516 CPUtime=2466.02 cores=1,3,5,7
/proc/8181/task/8231/stat : 8231 (java) R 8178 8181 4821 0 -1 4202560 742420 12359 0 0 246453 141 5 3 20 0 15 0 90521178 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345989859952 140345602603918 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8232] ppid=8178 vsize=14067516 CPUtime=9.72 cores=1,3,5,7
/proc/8181/task/8232/stat : 8232 (java) S 8178 8181 4821 0 -1 1077944384 18147 12359 0 0 908 56 5 3 20 0 15 0 90521179 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345920059920 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8233] ppid=8178 vsize=14067516 CPUtime=9.75 cores=1,3,5,7
/proc/8181/task/8233/stat : 8233 (java) S 8178 8181 4821 0 -1 1077944384 17969 12359 0 0 914 53 5 3 20 0 15 0 90521179 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345919007376 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8234] ppid=8178 vsize=14067516 CPUtime=9.74 cores=1,3,5,7
/proc/8181/task/8234/stat : 8234 (java) S 8178 8181 4821 0 -1 1077944384 19988 12359 0 0 913 53 5 3 20 0 15 0 90521179 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345917954320 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8235] ppid=8178 vsize=14067516 CPUtime=9.76 cores=1,3,5,7
/proc/8181/task/8235/stat : 8235 (java) S 8178 8181 4821 0 -1 1077944384 22418 12359 0 0 912 56 5 3 20 0 15 0 90521179 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345916901776 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8236] ppid=8178 vsize=14067516 CPUtime=4.83 cores=1,3,5,7
/proc/8181/task/8236/stat : 8236 (java) S 8178 8181 4821 0 -1 1077944384 22331 12359 0 0 418 57 5 3 20 0 15 0 90521180 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345464031984 140345985636994 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8237] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8237/stat : 8237 (java) S 8178 8181 4821 0 -1 1077944384 55 12359 0 0 0 0 5 3 20 0 15 0 90521181 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345462978272 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8238] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8238/stat : 8238 (java) S 8178 8181 4821 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 15 0 90521181 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345461925120 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8239] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8239/stat : 8239 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345460873680 140345985644443 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8240] ppid=8178 vsize=14067516 CPUtime=3.96 cores=1,3,5,7
/proc/8181/task/8240/stat : 8240 (java) S 8178 8181 4821 0 -1 1077944384 28286 12359 0 0 385 3 5 3 20 0 15 0 90521184 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345459820784 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8241] ppid=8178 vsize=14067516 CPUtime=3.44 cores=1,3,5,7
/proc/8181/task/8241/stat : 8241 (java) S 8178 8181 4821 0 -1 1077944384 17333 12359 0 0 333 3 5 3 20 0 15 0 90521184 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345458768240 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8242] ppid=8178 vsize=14067516 CPUtime=2.02 cores=1,3,5,7
/proc/8181/task/8242/stat : 8242 (java) S 8178 8181 4821 0 -1 1077944384 20103 12359 0 0 189 5 5 3 20 0 15 0 90521184 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345457715184 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8243] ppid=8178 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8243/stat : 8243 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 90521184 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345456662880 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8244] ppid=8178 vsize=14067516 CPUtime=1.45 cores=1,3,5,7
/proc/8181/task/8244/stat : 8244 (java) S 8178 8181 4821 0 -1 1077944384 965 12359 0 0 66 71 5 3 20 0 15 0 90521187 14405136384 1084001 18446744073709551615 4194304 4196468 140727368942464 140345455610928 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 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 8181 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2482.01 s]
/proc/loadavg: 1.64 1.60 1.53 3/214 8794
/proc/meminfo: memFree=25709568/32770624 swapFree=0/431236
[pid=8181] ppid=8178 vsize=14200644 CPUtime=2520.38 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 4821 0 -1 1077944320 918797 12359 0 0 251567 463 5 3 20 0 17 0 90521162 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140727368925008 140345985625847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
/proc/8181/statm: 3550161 1085099 3480 1 0 3538775 0
[pid=8181/tid=8231] ppid=8178 vsize=14200644 CPUtime=2466.03 cores=1,3,5,7
/proc/8181/task/8231/stat : 8231 (java) S 8178 8181 4821 0 -1 1077944384 742776 12359 0 0 246454 141 5 3 20 0 17 0 90521178 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345989863392 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8232] ppid=8178 vsize=14200644 CPUtime=9.79 cores=1,3,5,7
/proc/8181/task/8232/stat : 8232 (java) S 8178 8181 4821 0 -1 1077944384 18282 12359 0 0 915 56 5 3 20 0 17 0 90521179 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345920059920 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8233] ppid=8178 vsize=14200644 CPUtime=9.81 cores=1,3,5,7
/proc/8181/task/8233/stat : 8233 (java) S 8178 8181 4821 0 -1 1077944384 18018 12359 0 0 920 53 5 3 20 0 17 0 90521179 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345919007376 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8234] ppid=8178 vsize=14200644 CPUtime=9.8 cores=1,3,5,7
/proc/8181/task/8234/stat : 8234 (java) S 8178 8181 4821 0 -1 1077944384 20003 12359 0 0 919 53 5 3 20 0 17 0 90521179 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345917954320 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8235] ppid=8178 vsize=14200644 CPUtime=9.83 cores=1,3,5,7
/proc/8181/task/8235/stat : 8235 (java) S 8178 8181 4821 0 -1 1077944384 22452 12359 0 0 919 56 5 3 20 0 17 0 90521179 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345916901776 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8236] ppid=8178 vsize=14200644 CPUtime=4.87 cores=1,3,5,7
/proc/8181/task/8236/stat : 8236 (java) R 8178 8181 4821 0 -1 4202560 27878 12359 0 0 421 58 5 3 20 0 17 0 90521180 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345464030384 140345971317532 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8237] ppid=8178 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8237/stat : 8237 (java) S 8178 8181 4821 0 -1 1077944384 56 12359 0 0 0 0 5 3 20 0 17 0 90521181 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345462978176 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8238] ppid=8178 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8238/stat : 8238 (java) S 8178 8181 4821 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 17 0 90521181 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345461925120 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8239] ppid=8178 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8239/stat : 8239 (java) S 8178 8181 4821 0 -1 1077944384 82 12359 0 0 0 0 5 3 20 0 17 0 90521184 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345460873680 140345985644443 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8240] ppid=8178 vsize=14200644 CPUtime=3.96 cores=1,3,5,7
/proc/8181/task/8240/stat : 8240 (java) S 8178 8181 4821 0 -1 1077944384 28332 12359 0 0 385 3 5 3 20 0 17 0 90521184 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345459800032 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8241] ppid=8178 vsize=14200644 CPUtime=3.44 cores=1,3,5,7
/proc/8181/task/8241/stat : 8241 (java) S 8178 8181 4821 0 -1 1077944384 17333 12359 0 0 333 3 5 3 20 0 17 0 90521184 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345458768240 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8242] ppid=8178 vsize=14200644 CPUtime=2.02 cores=1,3,5,7
/proc/8181/task/8242/stat : 8242 (java) S 8178 8181 4821 0 -1 1077944384 20311 12359 0 0 189 5 5 3 20 0 17 0 90521184 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345457714752 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8243] ppid=8178 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8243/stat : 8243 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 17 0 90521184 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345456662880 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8244] ppid=8178 vsize=14200644 CPUtime=1.45 cores=1,3,5,7
/proc/8181/task/8244/stat : 8244 (java) S 8178 8181 4821 0 -1 1077944384 965 12359 0 0 66 71 5 3 20 0 17 0 90521187 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345455610928 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
Current children cumulated CPU time (s) 2520.38
Current children cumulated vsize (KiB) 14200644

[startup+2482.1 s]
/proc/loadavg: 1.64 1.60 1.53 3/214 8794
/proc/meminfo: memFree=25709568/32770624 swapFree=0/431236
[pid=8181] ppid=8178 vsize=14200644 CPUtime=2520.64 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 4821 0 -1 1077944320 918858 12359 0 0 251593 463 5 3 20 0 17 0 90521162 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140727368925008 140345985625847 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
/proc/8181/statm: 3550161 1085099 3480 1 0 3538775 0
[pid=8181/tid=8231] ppid=8178 vsize=14200644 CPUtime=2466.03 cores=1,3,5,7
/proc/8181/task/8231/stat : 8231 (java) S 8178 8181 4821 0 -1 1077944384 742776 12359 0 0 246454 141 5 3 20 0 17 0 90521178 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345989863392 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8232] ppid=8178 vsize=14200644 CPUtime=9.84 cores=1,3,5,7
/proc/8181/task/8232/stat : 8232 (java) R 8178 8181 4821 0 -1 4202560 18287 12359 0 0 920 56 5 3 20 0 17 0 90521179 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345920059920 140345970080604 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8233] ppid=8178 vsize=14200644 CPUtime=9.87 cores=1,3,5,7
/proc/8181/task/8233/stat : 8233 (java) R 8178 8181 4821 0 -1 4202560 18024 12359 0 0 926 53 5 3 20 0 17 0 90521179 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345919007376 140345970116515 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8234] ppid=8178 vsize=14200644 CPUtime=9.85 cores=1,3,5,7
/proc/8181/task/8234/stat : 8234 (java) R 8178 8181 4821 0 -1 4202560 20004 12359 0 0 924 53 5 3 20 0 17 0 90521179 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345917954216 140345978254055 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8235] ppid=8178 vsize=14200644 CPUtime=9.88 cores=1,3,5,7
/proc/8181/task/8235/stat : 8235 (java) R 8178 8181 4821 0 -1 4202560 22456 12359 0 0 924 56 5 3 20 0 17 0 90521179 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345916901776 140345967222858 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8236] ppid=8178 vsize=14200644 CPUtime=4.91 cores=1,3,5,7
/proc/8181/task/8236/stat : 8236 (java) S 8178 8181 4821 0 -1 1077944384 27878 12359 0 0 425 58 5 3 20 0 17 0 90521180 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345464030384 140345985636053 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8237] ppid=8178 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8237/stat : 8237 (java) S 8178 8181 4821 0 -1 1077944384 57 12359 0 0 0 0 5 3 20 0 17 0 90521181 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345462977904 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8238] ppid=8178 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8238/stat : 8238 (java) S 8178 8181 4821 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 17 0 90521181 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345461925120 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8239] ppid=8178 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8239/stat : 8239 (java) S 8178 8181 4821 0 -1 1077944384 82 12359 0 0 0 0 5 3 20 0 17 0 90521184 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345460873680 140345985644443 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8240] ppid=8178 vsize=14200644 CPUtime=3.97 cores=1,3,5,7
/proc/8181/task/8240/stat : 8240 (java) S 8178 8181 4821 0 -1 1077944384 28375 12359 0 0 386 3 5 3 20 0 17 0 90521184 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345459805776 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8241] ppid=8178 vsize=14200644 CPUtime=3.44 cores=1,3,5,7
/proc/8181/task/8241/stat : 8241 (java) S 8178 8181 4821 0 -1 1077944384 17333 12359 0 0 333 3 5 3 20 0 17 0 90521184 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345458768240 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8242] ppid=8178 vsize=14200644 CPUtime=2.03 cores=1,3,5,7
/proc/8181/task/8242/stat : 8242 (java) S 8178 8181 4821 0 -1 1077944384 20311 12359 0 0 190 5 5 3 20 0 17 0 90521184 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345457715184 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8243] ppid=8178 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8243/stat : 8243 (java) S 8178 8181 4821 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 17 0 90521184 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345456662880 140345985636053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
[pid=8181/tid=8244] ppid=8178 vsize=14200644 CPUtime=1.45 cores=1,3,5,7
/proc/8181/task/8244/stat : 8244 (java) S 8178 8181 4821 0 -1 1077944384 965 12359 0 0 66 71 5 3 20 0 17 0 90521187 14541459456 1085099 18446744073709551615 4194304 4196468 140727368942464 140345455610928 140345985636994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33894400 140727368943568 140727368946353 140727368946353 140727368949711 0
Current children cumulated CPU time (s) 2520.64
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2482.17
CPU time (s): 2520.78
CPU user time (s): 2516.08
CPU system time (s): 4.69228
CPU usage (%): 101.555
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.08
system time used= 4.69228
maximum resident set size= 4341136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 931336
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155659
involuntary context switches= 5523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6194 second user time and 12.4308 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 06:36:52
IDJOB=4262318
IDBENCH=120754
IDSOLVER=2650
FILE ID=node133/4262318-1502427059
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K12-P09.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262318-1502427059/watcher-4262318-1502427059 -o /tmp/evaluation-result-4262318-1502427059/solver-4262318-1502427059 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4262318-1502427059.xml

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

MD5SUM BENCH= 32cec65ed71b36923f34d2db18851218
RANDOM SEED=1178812460

node133.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.17
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.17
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.17
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.17
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:        30715792 kB
MemAvailable:   31567620 kB
Buffers:          286224 kB
Cached:           860656 kB
SwapCached:            0 kB
Active:          1163500 kB
Inactive:         459116 kB
Active(anon):     476216 kB
Inactive(anon):    33112 kB
Active(file):     687284 kB
Inactive(file):   426004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24412 kB
Writeback:             0 kB
AnonPages:        484128 kB
Mapped:            63540 kB
Shmem:             33468 kB
Slab:             136024 kB
SReclaimable:     108748 kB
SUnreclaim:        27276 kB
KernelStack:        3776 kB
PageTables:         6000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1339748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

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