Trace number 4261847

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2520.6001 2465.73

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w4b2r0.xml
MD5SUM6f7ee260f64b5fefc18f028eef39520f
Bench CategoryCOP (optimization 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 variables71
Number of constraints13
Number of domains2
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":1},{"size":41,"count":70}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":65},{"degree":5,"count":5}]
Minimum constraint arity6
Maximum constraint arity70
Distribution of constraint arities[{"arity":6,"count":1},{"arity":14,"count":10},{"arity":70,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"sum","count":5},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=27312
running on 4 cores: 0,2,4,6

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.49 1.43 1.39 2/194 27315
/proc/meminfo: memFree=27248024/32770624 swapFree=0/400452
[pid=27315] ppid=27312 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/27315/stat : 27315 (runsolver) D 27312 27315 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 35648106 24240128 108 18446744073709551615 4194304 4338465 140721372680192 140721372677832 139713290449623 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 26996736 140721372684497 140721372684873 140721372684873 140721372688330 0
/proc/27315/statm: 5918 108 54 36 0 2156 0

[startup+0.100061 s]
/proc/loadavg: 1.49 1.43 1.39 2/194 27315
/proc/meminfo: memFree=27248024/32770624 swapFree=0/400452
[pid=27315] ppid=27312 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/27315/stat : 27315 (bash) S 27312 27315 7434 0 -1 4202496 800 5307 0 0 0 0 0 1 20 0 1 0 35648106 9867264 360 18446744073709551615 4194304 5098028 140727678839168 140727678836824 139916664884224 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 22970368 140727678841364 140727678841449 140727678841449 140727678844906 0
/proc/27315/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200186 s]
/proc/loadavg: 1.49 1.43 1.39 2/194 27315
/proc/meminfo: memFree=27248024/32770624 swapFree=0/400452
[pid=27315] ppid=27312 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/27315/stat : 27315 (bash) S 27312 27315 7434 0 -1 4202496 895 6489 0 0 0 0 0 1 20 0 1 0 35648106 9867264 377 18446744073709551615 4194304 5098028 140727678839168 140727678833176 139916664884224 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 22970368 140727678841364 140727678841449 140727678841449 140727678844906 0
/proc/27315/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300209 s]
/proc/loadavg: 1.49 1.43 1.39 2/194 27315
/proc/meminfo: memFree=27248024/32770624 swapFree=0/400452
[pid=27315] ppid=27312 vsize=13973872 CPUtime=0.14 cores=0,2,4,6
/proc/27315/stat : 27315 (java) S 27312 27315 7434 0 -1 1077944320 5878 12501 0 0 5 1 5 3 20 0 15 0 35648106 14309244928 5551 18446744073709551615 4194304 4196468 140728384950224 140728384932768 139908355755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
/proc/27315/statm: 3493468 5551 2657 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973872

[startup+0.70031 s]
/proc/loadavg: 1.49 1.43 1.39 2/194 27315
/proc/meminfo: memFree=27248024/32770624 swapFree=0/400452
[pid=27315] ppid=27312 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/27315/stat : 27315 (java) S 27312 27315 7434 0 -1 1077944320 14000 12501 0 0 59 4 5 3 20 0 15 0 35648106 14310178816 14920 18446744073709551615 4194304 4196468 140728384950224 140728384932768 139908355755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
/proc/27315/statm: 3493696 14920 3106 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.5053 s]
/proc/loadavg: 1.85 1.51 1.42 5/209 27378
/proc/meminfo: memFree=27153484/32770624 swapFree=0/400484
[pid=27315] ppid=27312 vsize=13985408 CPUtime=1.92 cores=0,2,4,6
/proc/27315/stat : 27315 (java) S 27312 27315 7434 0 -1 1077944320 29710 12501 0 0 173 11 5 3 20 0 15 0 35648106 14321057792 42738 18446744073709551615 4194304 4196468 140728384950224 140728384932768 139908355755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
/proc/27315/statm: 3496352 42738 3371 1 0 3485525 0
[pid=27315/tid=27365] ppid=27312 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/27315/task/27365/stat : 27365 (java) S 27312 27315 7434 0 -1 1077944384 22764 12501 0 0 115 7 5 3 20 0 15 0 35648127 14321057792 42745 18446744073709551615 4194304 4196468 140728384950224 139908359979664 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27366] ppid=27312 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/27315/task/27366/stat : 27366 (java) S 27312 27315 7434 0 -1 1077944384 56 12501 0 0 1 0 5 3 20 0 15 0 35648128 14321057792 42745 18446744073709551615 4194304 4196468 140728384950224 139908297702160 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27367] ppid=27312 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/27315/task/27367/stat : 27367 (java) S 27312 27315 7434 0 -1 1077944384 41 12501 0 0 1 0 5 3 20 0 15 0 35648128 14321057792 42745 18446744073709551615 4194304 4196468 140728384950224 139908296649616 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27368] ppid=27312 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27368/stat : 27368 (java) S 27312 27315 7434 0 -1 1077944384 196 12501 0 0 0 0 5 3 20 0 15 0 35648128 14321057792 42745 18446744073709551615 4194304 4196468 140728384950224 139908295597072 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27369] ppid=27312 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/27315/task/27369/stat : 27369 (java) S 27312 27315 7434 0 -1 1077944384 70 12501 0 0 1 0 5 3 20 0 15 0 35648128 14321057792 42745 18446744073709551615 4194304 4196468 140728384950224 139908294544528 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27370] ppid=27312 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/27315/task/27370/stat : 27370 (java) R 27312 27315 7434 0 -1 4202560 1499 12501 0 0 1 0 5 3 20 0 15 0 35648129 14321057792 42745 18446744073709551615 4194304 4196468 140728384950224 139907901280800 139908348045216 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27371] ppid=27312 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27371/stat : 27371 (java) S 27312 27315 7434 0 -1 1077944384 33 12501 0 0 0 0 5 3 20 0 15 0 35648129 14321057792 42745 18446744073709551615 4194304 4196468 140728384950224 139907900228512 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27372] ppid=27312 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27372/stat : 27372 (java) S 27312 27315 7434 0 -1 1077944384 21 12501 0 0 0 0 5 3 20 0 15 0 35648130 14321057792 42745 18446744073709551615 4194304 4196468 140728384950224 139907899175920 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27373] ppid=27312 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27373/stat : 27373 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14321057792 42745 18446744073709551615 4194304 4196468 140728384950224 139907898124496 139908355774363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27374] ppid=27312 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/27315/task/27374/stat : 27374 (java) S 27312 27315 7434 0 -1 1077944384 1117 12501 0 0 15 0 5 3 20 0 15 0 35648132 14321057792 42745 18446744073709551615 4194304 4196468 140728384950224 139907897072112 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27375] ppid=27312 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/27315/task/27375/stat : 27375 (java) S 27312 27315 7434 0 -1 1077944384 552 12501 0 0 13 0 5 3 20 0 15 0 35648132 14321057792 42690 18446744073709551615 4194304 4196468 140728384950224 139907896019568 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27376] ppid=27312 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/27315/task/27376/stat : 27376 (java) S 27312 27315 7434 0 -1 1077944384 1365 12501 0 0 23 0 5 3 20 0 15 0 35648132 14321057792 42635 18446744073709551615 4194304 4196468 140728384950224 139907894963680 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27377] ppid=27312 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27377/stat : 27377 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14321057792 42635 18446744073709551615 4194304 4196468 140728384950224 139907893914720 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27378] ppid=27312 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27378/stat : 27378 (java) S 27312 27315 7434 0 -1 1077944384 5 12501 0 0 0 0 5 3 20 0 15 0 35648136 14321057792 42635 18446744073709551615 4194304 4196468 140728384950224 139907892861232 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 1.85 1.51 1.42 6/209 27378
/proc/meminfo: memFree=27077420/32770624 swapFree=0/400484
[pid=27315] ppid=27312 vsize=13999932 CPUtime=6.09 cores=0,2,4,6
/proc/27315/stat : 27315 (java) S 27312 27315 7434 0 -1 1077944320 44756 12501 0 0 585 16 5 3 20 0 15 0 35648106 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 140728384932768 139908355755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
/proc/27315/statm: 3499983 54134 3448 1 0 3488597 0
[pid=27315/tid=27365] ppid=27312 vsize=13999932 CPUtime=2.88 cores=0,2,4,6
/proc/27315/task/27365/stat : 27365 (java) R 27312 27315 7434 0 -1 4202560 30481 12501 0 0 271 9 5 3 20 0 15 0 35648127 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139908359989040 139908339799397 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27366] ppid=27312 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/27315/task/27366/stat : 27366 (java) S 27312 27315 7434 0 -1 1077944384 56 12501 0 0 1 0 5 3 20 0 15 0 35648128 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139908297702160 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27367] ppid=27312 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/27315/task/27367/stat : 27367 (java) S 27312 27315 7434 0 -1 1077944384 41 12501 0 0 1 0 5 3 20 0 15 0 35648128 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139908296649616 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27368] ppid=27312 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27368/stat : 27368 (java) S 27312 27315 7434 0 -1 1077944384 196 12501 0 0 0 0 5 3 20 0 15 0 35648128 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139908295597072 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27369] ppid=27312 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/27315/task/27369/stat : 27369 (java) S 27312 27315 7434 0 -1 1077944384 70 12501 0 0 1 0 5 3 20 0 15 0 35648128 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139908294544528 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27370] ppid=27312 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/27315/task/27370/stat : 27370 (java) S 27312 27315 7434 0 -1 1077944384 1514 12501 0 0 1 0 5 3 20 0 15 0 35648129 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139907901282288 139908355766914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27371] ppid=27312 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27371/stat : 27371 (java) S 27312 27315 7434 0 -1 1077944384 55 12501 0 0 0 0 5 3 20 0 15 0 35648129 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139907900228512 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27372] ppid=27312 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27372/stat : 27372 (java) S 27312 27315 7434 0 -1 1077944384 44 12501 0 0 0 0 5 3 20 0 15 0 35648130 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139907899175920 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27373] ppid=27312 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27373/stat : 27373 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139907898124496 139908355774363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27374] ppid=27312 vsize=13999932 CPUtime=1.02 cores=0,2,4,6
/proc/27315/task/27374/stat : 27374 (java) R 27312 27315 7434 0 -1 4202560 2722 12501 0 0 93 1 5 3 20 0 15 0 35648132 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139907897053712 139908339241737 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27375] ppid=27312 vsize=13999932 CPUtime=1.19 cores=0,2,4,6
/proc/27315/task/27375/stat : 27375 (java) S 27312 27315 7434 0 -1 1077944384 3828 12501 0 0 110 1 5 3 20 0 15 0 35648132 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139907896019568 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27376] ppid=27312 vsize=13999932 CPUtime=1.12 cores=0,2,4,6
/proc/27315/task/27376/stat : 27376 (java) S 27312 27315 7434 0 -1 1077944384 3586 12501 0 0 103 1 5 3 20 0 15 0 35648132 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139907894967024 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27377] ppid=27312 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27377/stat : 27377 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139907893914720 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27378] ppid=27312 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27378/stat : 27378 (java) S 27312 27315 7434 0 -1 1077944384 6 12501 0 0 0 0 5 3 20 0 15 0 35648136 14335930368 54134 18446744073709551615 4194304 4196468 140728384950224 139907892861232 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 13999932

[startup+6.30061 s]
/proc/loadavg: 1.86 1.52 1.42 3/209 27378
/proc/meminfo: memFree=26827556/32770624 swapFree=0/400476
[pid=27315] ppid=27312 vsize=14067516 CPUtime=13.34 cores=0,2,4,6
/proc/27315/stat : 27315 (java) S 27312 27315 7434 0 -1 1077944320 77000 12501 0 0 1298 28 5 3 20 0 15 0 35648106 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 140728384932768 139908355755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
/proc/27315/statm: 3516879 130499 3473 1 0 3505493 0
[pid=27315/tid=27365] ppid=27312 vsize=14067516 CPUtime=6 cores=0,2,4,6
/proc/27315/task/27365/stat : 27365 (java) S 27312 27315 7434 0 -1 1077944384 45831 12501 0 0 577 15 5 3 20 0 15 0 35648127 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139908359989840 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27366] ppid=27312 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/27315/task/27366/stat : 27366 (java) S 27312 27315 7434 0 -1 1077944384 142 12501 0 0 4 0 5 3 20 0 15 0 35648128 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139908297702160 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27367] ppid=27312 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/27315/task/27367/stat : 27367 (java) R 27312 27315 7434 0 -1 1077944384 149 12501 0 0 4 0 5 3 20 0 15 0 35648128 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139908296649632 139908355765973 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27368] ppid=27312 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/27315/task/27368/stat : 27368 (java) S 27312 27315 7434 0 -1 1077944384 455 12501 0 0 2 0 5 3 20 0 15 0 35648128 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139908295597072 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27369] ppid=27312 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/27315/task/27369/stat : 27369 (java) S 27312 27315 7434 0 -1 1077944384 1444 12501 0 0 4 0 5 3 20 0 15 0 35648128 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139908294544528 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27370] ppid=27312 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/27315/task/27370/stat : 27370 (java) S 27312 27315 7434 0 -1 1077944384 2606 12501 0 0 4 0 5 3 20 0 15 0 35648129 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139907901280800 139908355765973 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27371] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27371/stat : 27371 (java) S 27312 27315 7434 0 -1 1077944384 55 12501 0 0 0 0 5 3 20 0 15 0 35648129 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139907900228576 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27372] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27372/stat : 27372 (java) S 27312 27315 7434 0 -1 1077944384 44 12501 0 0 0 0 5 3 20 0 15 0 35648130 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139907899175936 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27373] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27373/stat : 27373 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139907898124496 139908355774363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27374] ppid=27312 vsize=14067516 CPUtime=2.71 cores=0,2,4,6
/proc/27315/task/27374/stat : 27374 (java) S 27312 27315 7434 0 -1 1077944384 6844 12501 0 0 260 3 5 3 20 0 15 0 35648132 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139907897051952 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27375] ppid=27312 vsize=14067516 CPUtime=3.07 cores=0,2,4,6
/proc/27315/task/27375/stat : 27375 (java) R 27312 27315 7434 0 -1 4202560 12467 12501 0 0 297 2 5 3 20 0 15 0 35648132 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139907896019488 139908348852603 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27376] ppid=27312 vsize=14067516 CPUtime=1.51 cores=0,2,4,6
/proc/27315/task/27376/stat : 27376 (java) S 27312 27315 7434 0 -1 1077944384 4420 12501 0 0 141 2 5 3 20 0 15 0 35648132 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139907894967024 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27377] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27377/stat : 27377 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139907893914720 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27378] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27378/stat : 27378 (java) S 27312 27315 7434 0 -1 1077944384 386 12501 0 0 0 0 5 3 20 0 15 0 35648136 14405136384 130499 18446744073709551615 4194304 4196468 140728384950224 139907892861232 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
Current children cumulated CPU time (s) 13.34
Current children cumulated vsize (KiB) 14067516

[startup+12.7008 s]
/proc/loadavg: 2.03 1.56 1.43 3/209 27378
/proc/meminfo: memFree=26460564/32770624 swapFree=0/400480
[pid=27315] ppid=27312 vsize=14067516 CPUtime=21.62 cores=0,2,4,6
/proc/27315/stat : 27315 (java) S 27312 27315 7434 0 -1 1077944320 84490 12501 0 0 2120 34 5 3 20 0 15 0 35648106 14405136384 200791 18446744073709551615 4194304 4196468 140728384950224 140728384932768 139908355755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
/proc/27315/statm: 3516879 200791 3475 1 0 3505493 0
[pid=27315/tid=27365] ppid=27312 vsize=14067516 CPUtime=12.37 cores=0,2,4,6
/proc/27315/task/27365/stat : 27365 (java) R 27312 27315 7434 0 -1 4202560 46348 12501 0 0 1210 19 5 3 20 0 15 0 35648127 14405136384 200791 18446744073709551615 4194304 4196468 140728384950224 139908359989272 139907987873491 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27366] ppid=27312 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/27315/task/27366/stat : 27366 (java) S 27312 27315 7434 0 -1 1077944384 152 12501 0 0 5 1 5 3 20 0 15 0 35648128 14405136384 200791 18446744073709551615 4194304 4196468 140728384950224 139908297702160 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27367] ppid=27312 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/27315/task/27367/stat : 27367 (java) S 27312 27315 7434 0 -1 1077944384 164 12501 0 0 5 1 5 3 20 0 15 0 35648128 14405136384 200791 18446744073709551615 4194304 4196468 140728384950224 139908296649616 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27368] ppid=27312 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/27315/task/27368/stat : 27368 (java) S 27312 27315 7434 0 -1 1077944384 467 12501 0 0 3 1 5 3 20 0 15 0 35648128 14405136384 200791 18446744073709551615 4194304 4196468 140728384950224 139908295597072 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27369] ppid=27312 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/27315/task/27369/stat : 27369 (java) S 27312 27315 7434 0 -1 1077944384 1456 12501 0 0 5 1 5 3 20 0 15 0 35648128 14405136384 200791 18446744073709551615 4194304 4196468 140728384950224 139908294544528 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27370] ppid=27312 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/27315/task/27370/stat : 27370 (java) S 27312 27315 7434 0 -1 1077944384 2731 12501 0 0 5 0 5 3 20 0 15 0 35648129 14405136384 200791 18446744073709551615 4194304 4196468 140728384950224 139907901282288 139908355766914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27371] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27371/stat : 27371 (java) S 27312 27315 7434 0 -1 1077944384 55 12501 0 0 0 0 5 3 20 0 15 0 35648129 14405136384 200791 18446744073709551615 4194304 4196468 140728384950224 139907900228576 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27372] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27372/stat : 27372 (java) S 27312 27315 7434 0 -1 1077944384 44 12501 0 0 0 0 5 3 20 0 15 0 35648130 14405136384 200791 18446744073709551615 4194304 4196468 140728384950224 139907899175936 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27373] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27373/stat : 27373 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14405136384 200791 18446744073709551615 4194304 4196468 140728384950224 139907898124496 139908355774363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0

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

/proc/27315/task/27377/stat : 27377 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14405136384 287950 18446744073709551615 4194304 4196468 140728384950224 139907893914720 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27378] ppid=27312 vsize=14067516 CPUtime=1.64 cores=0,2,4,6
/proc/27315/task/27378/stat : 27378 (java) S 27312 27315 7434 0 -1 1077944384 1533 12501 0 0 76 80 5 3 20 0 15 0 35648136 14405136384 287950 18446744073709551615 4194304 4196468 140728384950224 139907892861232 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
Current children cumulated CPU time (s) 2435.51
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.74 1.52 1.41 3/211 27672
/proc/meminfo: memFree=28932964/32770624 swapFree=0/401108
[pid=27315] ppid=27312 vsize=14067516 CPUtime=2496.46 cores=0,2,4,6
/proc/27315/stat : 27315 (java) S 27312 27315 7434 0 -1 1077944320 251197 12501 0 0 249239 399 5 3 20 0 15 0 35648106 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 140728384932768 139908355755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
/proc/27315/statm: 3516879 288462 3475 1 0 3505493 0
[pid=27315/tid=27365] ppid=27312 vsize=14067516 CPUtime=2413.73 cores=0,2,4,6
/proc/27315/task/27365/stat : 27365 (java) R 27312 27315 7434 0 -1 4202560 98275 12501 0 0 241303 62 5 3 20 0 15 0 35648127 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139908359990080 139907987476999 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27366] ppid=27312 vsize=14067516 CPUtime=12.92 cores=0,2,4,6
/proc/27315/task/27366/stat : 27366 (java) S 27312 27315 7434 0 -1 1077944384 14197 12501 0 0 1222 62 5 3 20 0 15 0 35648128 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139908297702160 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27367] ppid=27312 vsize=14067516 CPUtime=12.89 cores=0,2,4,6
/proc/27315/task/27367/stat : 27367 (java) S 27312 27315 7434 0 -1 1077944384 16347 12501 0 0 1218 63 5 3 20 0 15 0 35648128 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139908296649616 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27368] ppid=27312 vsize=14067516 CPUtime=12.93 cores=0,2,4,6
/proc/27315/task/27368/stat : 27368 (java) S 27312 27315 7434 0 -1 1077944384 10041 12501 0 0 1220 65 5 3 20 0 15 0 35648128 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139908295597072 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27369] ppid=27312 vsize=14067516 CPUtime=12.93 cores=0,2,4,6
/proc/27315/task/27369/stat : 27369 (java) S 27312 27315 7434 0 -1 1077944384 13097 12501 0 0 1225 60 5 3 20 0 15 0 35648128 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139908294544528 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27370] ppid=27312 vsize=14067516 CPUtime=11.92 cores=0,2,4,6
/proc/27315/task/27370/stat : 27370 (java) S 27312 27315 7434 0 -1 1077944384 16366 12501 0 0 1119 65 5 3 20 0 15 0 35648129 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907901282288 139908355766914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27371] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27371/stat : 27371 (java) S 27312 27315 7434 0 -1 1077944384 55 12501 0 0 0 0 5 3 20 0 15 0 35648129 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907900228576 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27372] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27372/stat : 27372 (java) S 27312 27315 7434 0 -1 1077944384 44 12501 0 0 0 0 5 3 20 0 15 0 35648130 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907899175936 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27373] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27373/stat : 27373 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907898124496 139908355774363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27374] ppid=27312 vsize=14067516 CPUtime=7.28 cores=0,2,4,6
/proc/27315/task/27374/stat : 27374 (java) S 27312 27315 7434 0 -1 1077944384 25092 12501 0 0 713 7 5 3 20 0 15 0 35648132 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907897072112 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27375] ppid=27312 vsize=14067516 CPUtime=7.72 cores=0,2,4,6
/proc/27315/task/27375/stat : 27375 (java) S 27312 27315 7434 0 -1 1077944384 25648 12501 0 0 759 5 5 3 20 0 15 0 35648132 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907896019568 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27376] ppid=27312 vsize=14067516 CPUtime=3.08 cores=0,2,4,6
/proc/27315/task/27376/stat : 27376 (java) S 27312 27315 7434 0 -1 1077944384 28317 12501 0 0 294 6 5 3 20 0 15 0 35648132 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907894967024 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27377] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27377/stat : 27377 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907893914720 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27378] ppid=27312 vsize=14067516 CPUtime=1.67 cores=0,2,4,6
/proc/27315/task/27378/stat : 27378 (java) S 27312 27315 7434 0 -1 1077944384 1560 12501 0 0 77 82 5 3 20 0 15 0 35648136 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907892861232 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
Current children cumulated CPU time (s) 2496.46
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.5 s]
/proc/loadavg: 1.61 1.50 1.41 3/211 27673
/proc/meminfo: memFree=28932436/32770624 swapFree=0/401120
[pid=27315] ppid=27312 vsize=14067516 CPUtime=2520.04 cores=0,2,4,6
/proc/27315/stat : 27315 (java) S 27312 27315 7434 0 -1 1077944320 251638 12501 0 0 251594 402 5 3 20 0 15 0 35648106 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 140728384932768 139908355755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
/proc/27315/statm: 3516879 288462 3475 1 0 3505493 0
[pid=27315/tid=27365] ppid=27312 vsize=14067516 CPUtime=2436.68 cores=0,2,4,6
/proc/27315/task/27365/stat : 27365 (java) R 27312 27315 7434 0 -1 4202560 98663 12501 0 0 243598 62 5 3 20 0 15 0 35648127 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139908359990080 139907975886368 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27366] ppid=27312 vsize=14067516 CPUtime=13.04 cores=0,2,4,6
/proc/27315/task/27366/stat : 27366 (java) S 27312 27315 7434 0 -1 1077944384 14205 12501 0 0 1234 62 5 3 20 0 15 0 35648128 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139908297702160 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27367] ppid=27312 vsize=14067516 CPUtime=13.02 cores=0,2,4,6
/proc/27315/task/27367/stat : 27367 (java) S 27312 27315 7434 0 -1 1077944384 16372 12501 0 0 1230 64 5 3 20 0 15 0 35648128 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139908296649616 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27368] ppid=27312 vsize=14067516 CPUtime=13.05 cores=0,2,4,6
/proc/27315/task/27368/stat : 27368 (java) S 27312 27315 7434 0 -1 1077944384 10046 12501 0 0 1232 65 5 3 20 0 15 0 35648128 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139908295597072 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27369] ppid=27312 vsize=14067516 CPUtime=13.05 cores=0,2,4,6
/proc/27315/task/27369/stat : 27369 (java) S 27312 27315 7434 0 -1 1077944384 13109 12501 0 0 1236 61 5 3 20 0 15 0 35648128 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139908294544528 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27370] ppid=27312 vsize=14067516 CPUtime=12.04 cores=0,2,4,6
/proc/27315/task/27370/stat : 27370 (java) S 27312 27315 7434 0 -1 1077944384 16369 12501 0 0 1130 66 5 3 20 0 15 0 35648129 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907901282288 139908355766914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27371] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27371/stat : 27371 (java) S 27312 27315 7434 0 -1 1077944384 55 12501 0 0 0 0 5 3 20 0 15 0 35648129 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907900228576 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27372] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27372/stat : 27372 (java) S 27312 27315 7434 0 -1 1077944384 44 12501 0 0 0 0 5 3 20 0 15 0 35648130 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907899175936 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27373] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27373/stat : 27373 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907898124496 139908355774363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27374] ppid=27312 vsize=14067516 CPUtime=7.28 cores=0,2,4,6
/proc/27315/task/27374/stat : 27374 (java) S 27312 27315 7434 0 -1 1077944384 25092 12501 0 0 713 7 5 3 20 0 15 0 35648132 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907897072112 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27375] ppid=27312 vsize=14067516 CPUtime=7.72 cores=0,2,4,6
/proc/27315/task/27375/stat : 27375 (java) S 27312 27315 7434 0 -1 1077944384 25648 12501 0 0 759 5 5 3 20 0 15 0 35648132 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907896019568 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27376] ppid=27312 vsize=14067516 CPUtime=3.08 cores=0,2,4,6
/proc/27315/task/27376/stat : 27376 (java) S 27312 27315 7434 0 -1 1077944384 28317 12501 0 0 294 6 5 3 20 0 15 0 35648132 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907894967024 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27377] ppid=27312 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27377/stat : 27377 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 15 0 35648132 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907893914720 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27378] ppid=27312 vsize=14067516 CPUtime=1.69 cores=0,2,4,6
/proc/27315/task/27378/stat : 27378 (java) S 27312 27315 7434 0 -1 1077944384 1560 12501 0 0 78 83 5 3 20 0 15 0 35648136 14405136384 288462 18446744073709551615 4194304 4196468 140728384950224 139907892861232 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
Current children cumulated CPU time (s) 2520.04
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 27315 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2465.61 s]
/proc/loadavg: 1.61 1.50 1.41 3/211 27673
/proc/meminfo: memFree=28932436/32770624 swapFree=0/401120
[pid=27315] ppid=27312 vsize=14200644 CPUtime=2520.38 cores=0,2,4,6
/proc/27315/stat : 27315 (java) S 27312 27315 7434 0 -1 1077944320 255328 12501 0 0 251627 403 5 3 20 0 17 0 35648106 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 140728384932768 139908355755767 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
/proc/27315/statm: 3550161 290288 3475 1 0 3538775 0
[pid=27315/tid=27365] ppid=27312 vsize=14200644 CPUtime=2436.69 cores=0,2,4,6
/proc/27315/task/27365/stat : 27365 (java) S 27312 27315 7434 0 -1 1077944384 98888 12501 0 0 243599 62 5 3 20 0 17 0 35648127 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139908359993312 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27366] ppid=27312 vsize=14200644 CPUtime=13.12 cores=0,2,4,6
/proc/27315/task/27366/stat : 27366 (java) S 27312 27315 7434 0 -1 1077944384 14216 12501 0 0 1242 62 5 3 20 0 17 0 35648128 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139908297702160 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27367] ppid=27312 vsize=14200644 CPUtime=13.09 cores=0,2,4,6
/proc/27315/task/27367/stat : 27367 (java) S 27312 27315 7434 0 -1 1077944384 16392 12501 0 0 1237 64 5 3 20 0 17 0 35648128 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139908296649616 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27368] ppid=27312 vsize=14200644 CPUtime=13.12 cores=0,2,4,6
/proc/27315/task/27368/stat : 27368 (java) S 27312 27315 7434 0 -1 1077944384 10060 12501 0 0 1239 65 5 3 20 0 17 0 35648128 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139908295597072 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27369] ppid=27312 vsize=14200644 CPUtime=13.12 cores=0,2,4,6
/proc/27315/task/27369/stat : 27369 (java) S 27312 27315 7434 0 -1 1077944384 13170 12501 0 0 1243 61 5 3 20 0 17 0 35648128 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139908294544528 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27370] ppid=27312 vsize=14200644 CPUtime=12.06 cores=0,2,4,6
/proc/27315/task/27370/stat : 27370 (java) R 27312 27315 7434 0 -1 4202560 19506 12501 0 0 1132 66 5 3 20 0 17 0 35648129 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139907901280688 139908355777114 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27371] ppid=27312 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27371/stat : 27371 (java) S 27312 27315 7434 0 -1 1077944384 56 12501 0 0 0 0 5 3 20 0 17 0 35648129 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139907900228176 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27372] ppid=27312 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27372/stat : 27372 (java) S 27312 27315 7434 0 -1 1077944384 44 12501 0 0 0 0 5 3 20 0 17 0 35648130 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139907899175936 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27373] ppid=27312 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27373/stat : 27373 (java) S 27312 27315 7434 0 -1 1077944384 110 12501 0 0 0 0 5 3 20 0 17 0 35648132 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139907898124496 139908355774363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27374] ppid=27312 vsize=14200644 CPUtime=7.28 cores=0,2,4,6
/proc/27315/task/27374/stat : 27374 (java) S 27312 27315 7434 0 -1 1077944384 25092 12501 0 0 713 7 5 3 20 0 17 0 35648132 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139907897072112 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27375] ppid=27312 vsize=14200644 CPUtime=7.72 cores=0,2,4,6
/proc/27315/task/27375/stat : 27375 (java) S 27312 27315 7434 0 -1 1077944384 25648 12501 0 0 759 5 5 3 20 0 17 0 35648132 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139907896019568 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27376] ppid=27312 vsize=14200644 CPUtime=3.08 cores=0,2,4,6
/proc/27315/task/27376/stat : 27376 (java) S 27312 27315 7434 0 -1 1077944384 28317 12501 0 0 294 6 5 3 20 0 17 0 35648132 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139907894967024 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27377] ppid=27312 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27377/stat : 27377 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 17 0 35648132 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139907893914720 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27378] ppid=27312 vsize=14200644 CPUtime=1.69 cores=0,2,4,6
/proc/27315/task/27378/stat : 27378 (java) S 27312 27315 7434 0 -1 1077944384 1560 12501 0 0 78 83 5 3 20 0 17 0 35648136 14541459456 290288 18446744073709551615 4194304 4196468 140728384950224 139907892861232 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
Current children cumulated CPU time (s) 2520.38
Current children cumulated vsize (KiB) 14200644

[startup+2465.7 s]
/proc/loadavg: 1.61 1.50 1.41 3/211 27673
/proc/meminfo: memFree=28932436/32770624 swapFree=0/401120
[pid=27315] ppid=27312 vsize=14200644 CPUtime=2520.57 cores=0,2,4,6
/proc/27315/stat : 27315 (java) S 27312 27315 7434 0 -1 1077944320 255400 12501 0 0 251646 403 5 3 20 0 17 0 35648106 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 140728384932768 139908355755767 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
/proc/27315/statm: 3550161 290299 3475 1 0 3538775 0
[pid=27315/tid=27365] ppid=27312 vsize=14200644 CPUtime=2436.69 cores=0,2,4,6
/proc/27315/task/27365/stat : 27365 (java) R 27312 27315 7434 0 -1 4202560 98911 12501 0 0 243599 62 5 3 20 0 17 0 35648127 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139908359993312 139908336027248 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27366] ppid=27312 vsize=14200644 CPUtime=13.15 cores=0,2,4,6
/proc/27315/task/27366/stat : 27366 (java) S 27312 27315 7434 0 -1 1077944384 14216 12501 0 0 1245 62 5 3 20 0 17 0 35648128 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139908297702160 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27367] ppid=27312 vsize=14200644 CPUtime=13.13 cores=0,2,4,6
/proc/27315/task/27367/stat : 27367 (java) S 27312 27315 7434 0 -1 1077944384 16393 12501 0 0 1241 64 5 3 20 0 17 0 35648128 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139908296649616 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27368] ppid=27312 vsize=14200644 CPUtime=13.16 cores=0,2,4,6
/proc/27315/task/27368/stat : 27368 (java) S 27312 27315 7434 0 -1 1077944384 10060 12501 0 0 1243 65 5 3 20 0 17 0 35648128 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139908295597072 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27369] ppid=27312 vsize=14200644 CPUtime=13.16 cores=0,2,4,6
/proc/27315/task/27369/stat : 27369 (java) S 27312 27315 7434 0 -1 1077944384 13170 12501 0 0 1247 61 5 3 20 0 17 0 35648128 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139908294544528 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27370] ppid=27312 vsize=14200644 CPUtime=12.11 cores=0,2,4,6
/proc/27315/task/27370/stat : 27370 (java) S 27312 27315 7434 0 -1 1077944384 19511 12501 0 0 1137 66 5 3 20 0 17 0 35648129 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139907901282288 139908355766914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27371] ppid=27312 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27371/stat : 27371 (java) S 27312 27315 7434 0 -1 1077944384 58 12501 0 0 0 0 5 3 20 0 17 0 35648129 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139907900228576 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27372] ppid=27312 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27372/stat : 27372 (java) S 27312 27315 7434 0 -1 1077944384 46 12501 0 0 0 0 5 3 20 0 17 0 35648130 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139907899175936 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27373] ppid=27312 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27373/stat : 27373 (java) S 27312 27315 7434 0 -1 1077944384 110 12501 0 0 0 0 5 3 20 0 17 0 35648132 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139907898124496 139908355774363 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27374] ppid=27312 vsize=14200644 CPUtime=7.28 cores=0,2,4,6
/proc/27315/task/27374/stat : 27374 (java) S 27312 27315 7434 0 -1 1077944384 25092 12501 0 0 713 7 5 3 20 0 17 0 35648132 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139907897072112 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27375] ppid=27312 vsize=14200644 CPUtime=7.72 cores=0,2,4,6
/proc/27315/task/27375/stat : 27375 (java) S 27312 27315 7434 0 -1 1077944384 25648 12501 0 0 759 5 5 3 20 0 17 0 35648132 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139907896019568 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27376] ppid=27312 vsize=14200644 CPUtime=3.08 cores=0,2,4,6
/proc/27315/task/27376/stat : 27376 (java) S 27312 27315 7434 0 -1 1077944384 28354 12501 0 0 294 6 5 3 20 0 17 0 35648132 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139907894967024 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27377] ppid=27312 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/27315/task/27377/stat : 27377 (java) S 27312 27315 7434 0 -1 1077944384 3 12501 0 0 0 0 5 3 20 0 17 0 35648132 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139907893914720 139908355765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
[pid=27315/tid=27378] ppid=27312 vsize=14200644 CPUtime=1.69 cores=0,2,4,6
/proc/27315/task/27378/stat : 27378 (java) S 27312 27315 7434 0 -1 1077944384 1561 12501 0 0 78 83 5 3 20 0 17 0 35648136 14541459456 290299 18446744073709551615 4194304 4196468 140728384950224 139907892861232 139908355766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17670144 140728384956368 140728384959153 140728384959153 140728384962511 0
Current children cumulated CPU time (s) 2520.57
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2465.73
CPU time (s): 2520.6
CPU user time (s): 2516.53
CPU system time (s): 4.07044
CPU usage (%): 102.225
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.53
system time used= 4.07044
maximum resident set size= 1161740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267989
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 324079
involuntary context switches= 9689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9012 second user time and 15.1613 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 19:23:38
IDJOB=4261847
IDBENCH=137358
IDSOLVER=2650
FILE ID=node124/4261847-1502473074
RUNJOBID= node124-1502411387-7497
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w4b2r0.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261847-1502473074/watcher-4261847-1502473074 -o /tmp/evaluation-result-4261847-1502473074/solver-4261847-1502473074 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580  bin/concrete HOME/instance-4261847-1502473074.xml

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

MD5SUM BENCH= 6f7ee260f64b5fefc18f028eef39520f
RANDOM SEED=843776048

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:        27248024 kB
MemAvailable:   27694320 kB
Buffers:          217776 kB
Cached:           523780 kB
SwapCached:            0 kB
Active:          4672812 kB
Inactive:         425412 kB
Active(anon):    4357504 kB
Inactive(anon):    24960 kB
Active(file):     315308 kB
Inactive(file):   400452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24216 kB
Writeback:             0 kB
AnonPages:       4357340 kB
Mapped:            51372 kB
Shmem:             25320 kB
Slab:             118428 kB
SReclaimable:      92740 kB
SUnreclaim:        25688 kB
KernelStack:        3408 kB
PageTables:        13364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5004000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4040704 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 20:04:44