Trace number 4261841

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) 2523.6201 2478.03

General information on the benchmark

NameBinPacking/BinPacking-sum-s28/
BinPacking-sum-s28-561.xml
MD5SUM0151e8a579557b2b9e30bd86d2d74102
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 variables1901
Number of constraints203
Number of domains2
Minimum domain size101
Maximum domain size178
Distribution of domain sizes[{"size":101,"count":1},{"size":178,"count":1900}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1800},{"degree":5,"count":100}]
Minimum constraint arity19
Maximum constraint arity1900
Distribution of constraint arities[{"arity":19,"count":200},{"arity":101,"count":1},{"arity":1900,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":100},{"type":"lex","count":1},{"type":"sum","count":100},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=23056
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.45 1.45 1.48 2/202 23059
/proc/meminfo: memFree=30280600/32770624 swapFree=0/455212
[pid=23059] ppid=23056 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23059/stat : 23059 (runsolver) D 23056 23059 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 147192446 24240128 106 18446744073709551615 4194304 4338465 140720665463504 140720665461144 140553588159191 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 18173952 140720665465041 140720665465417 140720665465417 140720665468874 0
/proc/23059/statm: 5918 106 53 36 0 2156 0

[startup+0.100123 s]
/proc/loadavg: 1.45 1.45 1.48 2/202 23059
/proc/meminfo: memFree=30280600/32770624 swapFree=0/455212
[pid=23059] ppid=23056 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/23059/stat : 23059 (bash) S 23056 23059 4896 0 -1 4202496 682 1545 0 0 0 0 0 0 20 0 1 0 147192446 9736192 351 18446744073709551615 4194304 5098028 140731059805968 140731059803608 140096361376768 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 28291072 140731059806740 140731059806825 140731059806825 140731059810282 0
/proc/23059/statm: 2377 351 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200241 s]
/proc/loadavg: 1.45 1.45 1.48 2/202 23059
/proc/meminfo: memFree=30280600/32770624 swapFree=0/455212
[pid=23059] ppid=23056 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/23059/stat : 23059 (bash) S 23056 23059 4896 0 -1 4202496 891 6488 0 0 0 0 0 1 20 0 1 0 147192446 9867264 376 18446744073709551615 4194304 5098028 140731059805968 140731059799976 140096361376768 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 28291072 140731059806740 140731059806825 140731059806825 140731059810282 0
/proc/23059/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300211 s]
/proc/loadavg: 1.45 1.45 1.48 2/202 23059
/proc/meminfo: memFree=30280600/32770624 swapFree=0/455212
[pid=23059] ppid=23056 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/23059/stat : 23059 (java) S 23056 23059 4896 0 -1 1077944320 5804 12502 0 0 5 1 5 3 20 0 14 0 147192446 14241083392 5499 18446744073709551615 4194304 4196468 140730181975232 140730181957776 140624380964599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
/proc/23059/statm: 3476827 5499 2651 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.709079 s]
/proc/loadavg: 1.45 1.45 1.48 2/202 23059
/proc/meminfo: memFree=30280600/32770624 swapFree=0/455212
[pid=23059] ppid=23056 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/23059/stat : 23059 (java) S 23056 23059 4896 0 -1 1077944320 13853 12502 0 0 56 4 5 3 20 0 15 0 147192446 14310178816 14287 18446744073709551615 4194304 4196468 140730181975232 140730181957776 140624380964599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
/proc/23059/statm: 3493696 14287 3099 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50278 s]
/proc/loadavg: 1.45 1.45 1.48 3/217 23122
/proc/meminfo: memFree=30190632/32770624 swapFree=0/455252
[pid=23059] ppid=23056 vsize=13985408 CPUtime=1.86 cores=1,3,5,7
/proc/23059/stat : 23059 (java) S 23056 23059 4896 0 -1 1077944320 30109 12502 0 0 169 9 5 3 20 0 15 0 147192446 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140730181957776 140624380964599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
/proc/23059/statm: 3496352 36026 3345 1 0 3485525 0
[pid=23059/tid=23109] ppid=23056 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/23059/task/23109/stat : 23109 (java) S 23056 23059 4896 0 -1 1077944384 24719 12502 0 0 115 6 5 3 20 0 15 0 147192469 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140624385181376 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23110] ppid=23056 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23110/stat : 23110 (java) S 23056 23059 4896 0 -1 1077944384 28 12502 0 0 0 0 5 3 20 0 15 0 147192469 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140624344070928 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23111] ppid=23056 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23111/stat : 23111 (java) S 23056 23059 4896 0 -1 1077944384 43 12502 0 0 0 0 5 3 20 0 15 0 147192469 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623980346256 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23112] ppid=23056 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23112/stat : 23112 (java) S 23056 23059 4896 0 -1 1077944384 212 12502 0 0 0 0 5 3 20 0 15 0 147192469 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623979293712 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23113] ppid=23056 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23113/stat : 23113 (java) S 23056 23059 4896 0 -1 1077944384 54 12502 0 0 0 0 5 3 20 0 15 0 147192469 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623978241168 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23114] ppid=23056 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23114/stat : 23114 (java) R 23056 23059 4896 0 -1 4202560 43 12502 0 0 0 0 5 3 20 0 15 0 147192471 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623949214208 140624366029344 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23115] ppid=23056 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23115/stat : 23115 (java) S 23056 23059 4896 0 -1 1077944384 33 12502 0 0 0 0 5 3 20 0 15 0 147192471 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623948161952 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23116] ppid=23056 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23116/stat : 23116 (java) S 23056 23059 4896 0 -1 1077944384 21 12502 0 0 0 0 5 3 20 0 15 0 147192471 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623947109360 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23117] ppid=23056 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23117/stat : 23117 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623946057936 140624380983195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23118] ppid=23056 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/23059/task/23118/stat : 23118 (java) S 23056 23059 4896 0 -1 1077944384 1001 12502 0 0 14 0 5 3 20 0 15 0 147192474 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623945005552 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23119] ppid=23056 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/23059/task/23119/stat : 23119 (java) S 23056 23059 4896 0 -1 1077944384 750 12502 0 0 15 0 5 3 20 0 15 0 147192474 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623943953008 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23120] ppid=23056 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/23059/task/23120/stat : 23120 (java) S 23056 23059 4896 0 -1 1077944384 1044 12502 0 0 22 0 5 3 20 0 15 0 147192474 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623942900464 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23121] ppid=23056 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23121/stat : 23121 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623941848160 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23122] ppid=23056 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23122/stat : 23122 (java) S 23056 23059 4896 0 -1 1077944384 5 12502 0 0 0 0 5 3 20 0 15 0 147192479 14321057792 36026 18446744073709551615 4194304 4196468 140730181975232 140623873042736 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10096 s]
/proc/loadavg: 1.45 1.45 1.48 6/217 23122
/proc/meminfo: memFree=30101340/32770624 swapFree=0/455252
[pid=23059] ppid=23056 vsize=13995836 CPUtime=4.96 cores=1,3,5,7
/proc/23059/stat : 23059 (java) S 23056 23059 4896 0 -1 1077944320 44022 12502 0 0 474 14 5 3 20 0 15 0 147192446 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140730181957776 140624380964599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
/proc/23059/statm: 3498959 57177 3452 1 0 3487573 0
[pid=23059/tid=23109] ppid=23056 vsize=13995836 CPUtime=2.43 cores=1,3,5,7
/proc/23059/task/23109/stat : 23109 (java) R 23056 23059 4896 0 -1 4202560 31069 12502 0 0 226 9 5 3 20 0 15 0 147192469 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140624385194624 140624029803379 0 4 1 16800974 0 0 0 -1 3 0 0 46 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23110] ppid=23056 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/23059/task/23110/stat : 23110 (java) S 23056 23059 4896 0 -1 1077944384 41 12502 0 0 1 0 5 3 20 0 15 0 147192469 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140624344070928 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23111] ppid=23056 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/23059/task/23111/stat : 23111 (java) S 23056 23059 4896 0 -1 1077944384 59 12502 0 0 1 0 5 3 20 0 15 0 147192469 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623980346256 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23112] ppid=23056 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/23059/task/23112/stat : 23112 (java) S 23056 23059 4896 0 -1 1077944384 220 12502 0 0 1 0 5 3 20 0 15 0 147192469 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623979293712 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23113] ppid=23056 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/23059/task/23113/stat : 23113 (java) S 23056 23059 4896 0 -1 1077944384 77 12502 0 0 1 0 5 3 20 0 15 0 147192469 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623978241168 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23114] ppid=23056 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/23059/task/23114/stat : 23114 (java) S 23056 23059 4896 0 -1 1077944384 2109 12502 0 0 1 0 5 3 20 0 15 0 147192471 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623949215728 140624380975746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23115] ppid=23056 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23115/stat : 23115 (java) S 23056 23059 4896 0 -1 1077944384 54 12502 0 0 0 0 5 3 20 0 15 0 147192471 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623948161952 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23116] ppid=23056 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23116/stat : 23116 (java) S 23056 23059 4896 0 -1 1077944384 44 12502 0 0 0 0 5 3 20 0 15 0 147192471 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623947109376 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23117] ppid=23056 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23117/stat : 23117 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623946057936 140624380983195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23118] ppid=23056 vsize=13995836 CPUtime=0.74 cores=1,3,5,7
/proc/23059/task/23118/stat : 23118 (java) R 23056 23059 4896 0 -1 4202560 2412 12502 0 0 66 0 5 3 20 0 15 0 147192474 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623944987184 140624362509161 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23119] ppid=23056 vsize=13995836 CPUtime=1.03 cores=1,3,5,7
/proc/23059/task/23119/stat : 23119 (java) R 23056 23059 4896 0 -1 4202560 3197 12502 0 0 95 0 5 3 20 0 15 0 147192474 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623943953136 140624364375392 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23120] ppid=23056 vsize=13995836 CPUtime=0.87 cores=1,3,5,7
/proc/23059/task/23120/stat : 23120 (java) S 23056 23059 4896 0 -1 1077944384 2577 12502 0 0 79 0 5 3 20 0 15 0 147192474 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623942900464 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23121] ppid=23056 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23121/stat : 23121 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623941848160 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23122] ppid=23056 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23122/stat : 23122 (java) S 23056 23059 4896 0 -1 1077944384 6 12502 0 0 0 0 5 3 20 0 15 0 147192479 14331736064 57177 18446744073709551615 4194304 4196468 140730181975232 140623873042736 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 13995836

[startup+6.30115 s]
/proc/loadavg: 1.66 1.49 1.50 5/217 23122
/proc/meminfo: memFree=29799832/32770624 swapFree=0/455252
[pid=23059] ppid=23056 vsize=13999932 CPUtime=13.91 cores=1,3,5,7
/proc/23059/stat : 23059 (java) S 23056 23059 4896 0 -1 1077944320 54725 12502 0 0 1348 35 5 3 20 0 15 0 147192446 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140730181957776 140624380964599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
/proc/23059/statm: 3499983 126701 3464 1 0 3488597 0
[pid=23059/tid=23109] ppid=23056 vsize=13999932 CPUtime=5.41 cores=1,3,5,7
/proc/23059/task/23109/stat : 23109 (java) R 23056 23059 4896 0 -1 4202560 32853 12502 0 0 522 11 5 3 20 0 15 0 147192469 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140624385194656 140624346306449 0 4 1 16800974 0 0 0 -1 5 0 0 46 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23110] ppid=23056 vsize=13999932 CPUtime=0.28 cores=1,3,5,7
/proc/23059/task/23110/stat : 23110 (java) S 23056 23059 4896 0 -1 1077944384 395 12502 0 0 16 4 5 3 20 0 15 0 147192469 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140624344070928 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23111] ppid=23056 vsize=13999932 CPUtime=0.28 cores=1,3,5,7
/proc/23059/task/23111/stat : 23111 (java) S 23056 23059 4896 0 -1 1077944384 256 12502 0 0 16 4 5 3 20 0 15 0 147192469 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623980346256 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23112] ppid=23056 vsize=13999932 CPUtime=0.26 cores=1,3,5,7
/proc/23059/task/23112/stat : 23112 (java) S 23056 23059 4896 0 -1 1077944384 382 12502 0 0 15 3 5 3 20 0 15 0 147192469 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623979293712 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23113] ppid=23056 vsize=13999932 CPUtime=0.28 cores=1,3,5,7
/proc/23059/task/23113/stat : 23113 (java) S 23056 23059 4896 0 -1 1077944384 512 12502 0 0 16 4 5 3 20 0 15 0 147192469 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623978241168 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23114] ppid=23056 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/23059/task/23114/stat : 23114 (java) S 23056 23059 4896 0 -1 1077944384 2309 12502 0 0 2 0 5 3 20 0 15 0 147192471 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623949215728 140624380975746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23115] ppid=23056 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23115/stat : 23115 (java) S 23056 23059 4896 0 -1 1077944384 54 12502 0 0 0 0 5 3 20 0 15 0 147192471 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623948162016 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23116] ppid=23056 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23116/stat : 23116 (java) S 23056 23059 4896 0 -1 1077944384 44 12502 0 0 0 0 5 3 20 0 15 0 147192471 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623947109376 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23117] ppid=23056 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23117/stat : 23117 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623946057936 140624380983195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23118] ppid=23056 vsize=13999932 CPUtime=2.97 cores=1,3,5,7
/proc/23059/task/23118/stat : 23118 (java) S 23056 23059 4896 0 -1 1077944384 5490 12502 0 0 288 1 5 3 20 0 15 0 147192474 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623944989632 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23119] ppid=23056 vsize=13999932 CPUtime=3.18 cores=1,3,5,7
/proc/23059/task/23119/stat : 23119 (java) R 23056 23059 4896 0 -1 4202560 5387 12502 0 0 309 1 5 3 20 0 15 0 147192474 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623943939792 140624380976534 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23120] ppid=23056 vsize=13999932 CPUtime=1.68 cores=1,3,5,7
/proc/23059/task/23120/stat : 23120 (java) R 23056 23059 4896 0 -1 1077944384 4836 12502 0 0 158 2 5 3 20 0 15 0 147192474 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623942900352 140624380974805 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23121] ppid=23056 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23121/stat : 23121 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623941848160 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23122] ppid=23056 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23122/stat : 23122 (java) S 23056 23059 4896 0 -1 1077944384 50 12502 0 0 0 0 5 3 20 0 15 0 147192479 14335930368 126701 18446744073709551615 4194304 4196468 140730181975232 140623873042736 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
Current children cumulated CPU time (s) 13.91
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.68 1.50 1.50 4/217 23122
/proc/meminfo: memFree=28913076/32770624 swapFree=0/455252
[pid=23059] ppid=23056 vsize=14069564 CPUtime=26.76 cores=1,3,5,7
/proc/23059/stat : 23059 (java) S 23056 23059 4896 0 -1 1077944320 98189 12502 0 0 2584 84 5 3 20 0 15 0 147192446 14407233536 352459 18446744073709551615 4194304 4196468 140730181975232 140730181957776 140624380964599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
/proc/23059/statm: 3517391 352459 3486 1 0 3506005 0
[pid=23059/tid=23109] ppid=23056 vsize=14069564 CPUtime=11.28 cores=1,3,5,7
/proc/23059/task/23109/stat : 23109 (java) R 23056 23059 4896 0 -1 4202560 59540 12502 0 0 1095 25 5 3 20 0 15 0 147192469 14407233536 352459 18446744073709551615 4194304 4196468 140730181975232 140624385196328 140624032440587 0 4 1 16800974 0 0 0 -1 1 0 0 46 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23110] ppid=23056 vsize=14069564 CPUtime=0.77 cores=1,3,5,7
/proc/23059/task/23110/stat : 23110 (java) S 23056 23059 4896 0 -1 1077944384 1038 12502 0 0 57 12 5 3 20 0 15 0 147192469 14407233536 352459 18446744073709551615 4194304 4196468 140730181975232 140624344070928 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23111] ppid=23056 vsize=14069564 CPUtime=0.78 cores=1,3,5,7
/proc/23059/task/23111/stat : 23111 (java) S 23056 23059 4896 0 -1 1077944384 618 12502 0 0 58 12 5 3 20 0 15 0 147192469 14407233536 352459 18446744073709551615 4194304 4196468 140730181975232 140623980346256 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23112] ppid=23056 vsize=14069564 CPUtime=0.76 cores=1,3,5,7
/proc/23059/task/23112/stat : 23112 (java) S 23056 23059 4896 0 -1 1077944384 550 12502 0 0 57 11 5 3 20 0 15 0 147192469 14407233536 352459 18446744073709551615 4194304 4196468 140730181975232 140623979293712 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23113] ppid=23056 vsize=14069564 CPUtime=0.76 cores=1,3,5,7
/proc/23059/task/23113/stat : 23113 (java) S 23056 23059 4896 0 -1 1077944384 760 12502 0 0 57 11 5 3 20 0 15 0 147192469 14407233536 352459 18446744073709551615 4194304 4196468 140730181975232 140623978241168 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23114] ppid=23056 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/23059/task/23114/stat : 23114 (java) S 23056 23059 4896 0 -1 1077944384 3511 12502 0 0 5 0 5 3 20 0 15 0 147192471 14407233536 352459 18446744073709551615 4194304 4196468 140730181975232 140623949215728 140624380975746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23115] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23115/stat : 23115 (java) S 23056 23059 4896 0 -1 1077944384 73 12502 0 0 0 0 5 3 20 0 15 0 147192471 14407233536 352459 18446744073709551615 4194304 4196468 140730181975232 140623948162016 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23116] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23116/stat : 23116 (java) S 23056 23059 4896 0 -1 1077944384 55 12502 0 0 0 0 5 3 20 0 15 0 147192471 14407233536 352459 18446744073709551615 4194304 4196468 140730181975232 140623947109376 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23117] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23117/stat : 23117 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14407233536 352459 18446744073709551615 4194304 4196468 140730181975232 140623946057936 140624380983195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0

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

/proc/23059/task/23110/stat : 23110 (java) S 23056 23059 4896 0 -1 1077944384 27595 12502 0 0 707 54 5 3 20 0 15 0 147192469 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140624344070928 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23111] ppid=23056 vsize=14069564 CPUtime=7.68 cores=1,3,5,7
/proc/23059/task/23111/stat : 23111 (java) S 23056 23059 4896 0 -1 1077944384 26347 12502 0 0 709 51 5 3 20 0 15 0 147192469 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623980346256 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23112] ppid=23056 vsize=14069564 CPUtime=7.67 cores=1,3,5,7
/proc/23059/task/23112/stat : 23112 (java) S 23056 23059 4896 0 -1 1077944384 28991 12502 0 0 707 52 5 3 20 0 15 0 147192469 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623979293712 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23113] ppid=23056 vsize=14069564 CPUtime=7.67 cores=1,3,5,7
/proc/23059/task/23113/stat : 23113 (java) S 23056 23059 4896 0 -1 1077944384 27984 12502 0 0 709 50 5 3 20 0 15 0 147192469 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623978241168 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23114] ppid=23056 vsize=14069564 CPUtime=2.71 cores=1,3,5,7
/proc/23059/task/23114/stat : 23114 (java) S 23056 23059 4896 0 -1 1077944384 26984 12502 0 0 219 44 5 3 20 0 15 0 147192471 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623949215728 140624380975746 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23115] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23115/stat : 23115 (java) S 23056 23059 4896 0 -1 1077944384 73 12502 0 0 0 0 5 3 20 0 15 0 147192471 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623948162016 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23116] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23116/stat : 23116 (java) S 23056 23059 4896 0 -1 1077944384 55 12502 0 0 0 0 5 3 20 0 15 0 147192471 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623947109376 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23117] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23117/stat : 23117 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623946057936 140624380983195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23118] ppid=23056 vsize=14069564 CPUtime=8.62 cores=1,3,5,7
/proc/23059/task/23118/stat : 23118 (java) S 23056 23059 4896 0 -1 1077944384 118844 12502 0 0 843 11 5 3 20 0 15 0 147192474 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623945005552 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23119] ppid=23056 vsize=14069564 CPUtime=8.81 cores=1,3,5,7
/proc/23059/task/23119/stat : 23119 (java) S 23056 23059 4896 0 -1 1077944384 109655 12502 0 0 865 8 5 3 20 0 15 0 147192474 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623943953008 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23120] ppid=23056 vsize=14069564 CPUtime=2.97 cores=1,3,5,7
/proc/23059/task/23120/stat : 23120 (java) S 23056 23059 4896 0 -1 1077944384 97919 12502 0 0 278 11 5 3 20 0 15 0 147192474 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623942900464 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23121] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23121/stat : 23121 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623941848160 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23122] ppid=23056 vsize=14069564 CPUtime=1.55 cores=1,3,5,7
/proc/23059/task/23122/stat : 23122 (java) S 23056 23059 4896 0 -1 1077944384 2665 12502 0 0 66 81 5 3 20 0 15 0 147192479 14407233536 1088422 18446744073709551615 4194304 4196468 140730181975232 140623873042736 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
Current children cumulated CPU time (s) 2424.96
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.43 1.48 1.49 3/213 23395
/proc/meminfo: memFree=25426800/32770624 swapFree=0/455724
[pid=23059] ppid=23056 vsize=14069564 CPUtime=2485.17 cores=1,3,5,7
/proc/23059/stat : 23059 (java) S 23056 23059 4896 0 -1 1077944320 1353169 12502 0 0 248025 484 5 3 20 0 15 0 147192446 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140730181957776 140624380964599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
/proc/23059/statm: 3517391 1088407 3492 1 0 3506005 0
[pid=23059/tid=23109] ppid=23056 vsize=14069564 CPUtime=2430.16 cores=1,3,5,7
/proc/23059/task/23109/stat : 23109 (java) R 23056 23059 4896 0 -1 4202560 874791 12502 0 0 242858 150 5 3 20 0 15 0 147192469 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140624385196064 140624027234840 0 4 1 16800974 0 0 0 -1 3 0 0 46 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23110] ppid=23056 vsize=14069564 CPUtime=7.72 cores=1,3,5,7
/proc/23059/task/23110/stat : 23110 (java) S 23056 23059 4896 0 -1 1077944384 29165 12502 0 0 709 55 5 3 20 0 15 0 147192469 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140624344070928 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23111] ppid=23056 vsize=14069564 CPUtime=7.7 cores=1,3,5,7
/proc/23059/task/23111/stat : 23111 (java) S 23056 23059 4896 0 -1 1077944384 26533 12502 0 0 711 51 5 3 20 0 15 0 147192469 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623980346256 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23112] ppid=23056 vsize=14069564 CPUtime=7.69 cores=1,3,5,7
/proc/23059/task/23112/stat : 23112 (java) S 23056 23059 4896 0 -1 1077944384 29361 12502 0 0 709 52 5 3 20 0 15 0 147192469 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623979293712 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23113] ppid=23056 vsize=14069564 CPUtime=7.68 cores=1,3,5,7
/proc/23059/task/23113/stat : 23113 (java) S 23056 23059 4896 0 -1 1077944384 28165 12502 0 0 710 50 5 3 20 0 15 0 147192469 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623978241168 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23114] ppid=23056 vsize=14069564 CPUtime=2.72 cores=1,3,5,7
/proc/23059/task/23114/stat : 23114 (java) S 23056 23059 4896 0 -1 1077944384 27251 12502 0 0 220 44 5 3 20 0 15 0 147192471 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623949215728 140624380975746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23115] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23115/stat : 23115 (java) S 23056 23059 4896 0 -1 1077944384 73 12502 0 0 0 0 5 3 20 0 15 0 147192471 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623948162016 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23116] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23116/stat : 23116 (java) S 23056 23059 4896 0 -1 1077944384 55 12502 0 0 0 0 5 3 20 0 15 0 147192471 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623947109376 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23117] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23117/stat : 23117 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623946057936 140624380983195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23118] ppid=23056 vsize=14069564 CPUtime=8.68 cores=1,3,5,7
/proc/23059/task/23118/stat : 23118 (java) S 23056 23059 4896 0 -1 1077944384 120458 12502 0 0 849 11 5 3 20 0 15 0 147192474 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623945005552 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23119] ppid=23056 vsize=14069564 CPUtime=8.86 cores=1,3,5,7
/proc/23059/task/23119/stat : 23119 (java) S 23056 23059 4896 0 -1 1077944384 112309 12502 0 0 870 8 5 3 20 0 15 0 147192474 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623943953008 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23120] ppid=23056 vsize=14069564 CPUtime=3 cores=1,3,5,7
/proc/23059/task/23120/stat : 23120 (java) S 23056 23059 4896 0 -1 1077944384 100100 12502 0 0 281 11 5 3 20 0 15 0 147192474 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623942900464 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23121] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23121/stat : 23121 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623941848160 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23122] ppid=23056 vsize=14069564 CPUtime=1.58 cores=1,3,5,7
/proc/23059/task/23122/stat : 23122 (java) S 23056 23059 4896 0 -1 1077944384 2751 12502 0 0 68 82 5 3 20 0 15 0 147192479 14407233536 1088407 18446744073709551615 4194304 4196468 140730181975232 140623873042736 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
Current children cumulated CPU time (s) 2485.17
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477 s]
/proc/loadavg: 1.56 1.51 1.50 3/212 23395
/proc/meminfo: memFree=25427664/32770624 swapFree=0/455728
[pid=23059] ppid=23056 vsize=14069564 CPUtime=2520.03 cores=1,3,5,7
/proc/23059/stat : 23059 (java) S 23056 23059 4896 0 -1 1077944320 1375123 12502 0 0 251508 487 5 3 20 0 15 0 147192446 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140730181957776 140624380964599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
/proc/23059/statm: 3517391 1088574 3492 1 0 3506005 0
[pid=23059/tid=23109] ppid=23056 vsize=14069564 CPUtime=2464.84 cores=1,3,5,7
/proc/23059/task/23109/stat : 23109 (java) R 23056 23059 4896 0 -1 4202560 890591 12502 0 0 246325 151 5 3 20 0 15 0 147192469 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140624385195952 140624041461311 0 4 1 16800974 0 0 0 -1 3 0 0 46 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23110] ppid=23056 vsize=14069564 CPUtime=7.73 cores=1,3,5,7
/proc/23059/task/23110/stat : 23110 (java) S 23056 23059 4896 0 -1 1077944384 29558 12502 0 0 710 55 5 3 20 0 15 0 147192469 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140624344070928 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23111] ppid=23056 vsize=14069564 CPUtime=7.71 cores=1,3,5,7
/proc/23059/task/23111/stat : 23111 (java) S 23056 23059 4896 0 -1 1077944384 27985 12502 0 0 712 51 5 3 20 0 15 0 147192469 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623980346256 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23112] ppid=23056 vsize=14069564 CPUtime=7.7 cores=1,3,5,7
/proc/23059/task/23112/stat : 23112 (java) S 23056 23059 4896 0 -1 1077944384 29624 12502 0 0 710 52 5 3 20 0 15 0 147192469 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623979293712 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23113] ppid=23056 vsize=14069564 CPUtime=7.69 cores=1,3,5,7
/proc/23059/task/23113/stat : 23113 (java) S 23056 23059 4896 0 -1 1077944384 28340 12502 0 0 711 50 5 3 20 0 15 0 147192469 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623978241168 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23114] ppid=23056 vsize=14069564 CPUtime=2.73 cores=1,3,5,7
/proc/23059/task/23114/stat : 23114 (java) S 23056 23059 4896 0 -1 1077944384 27518 12502 0 0 221 44 5 3 20 0 15 0 147192471 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623949215728 140624380975746 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23115] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23115/stat : 23115 (java) S 23056 23059 4896 0 -1 1077944384 73 12502 0 0 0 0 5 3 20 0 15 0 147192471 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623948162016 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23116] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23116/stat : 23116 (java) S 23056 23059 4896 0 -1 1077944384 55 12502 0 0 0 0 5 3 20 0 15 0 147192471 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623947109376 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23117] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23117/stat : 23117 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623946057936 140624380983195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23118] ppid=23056 vsize=14069564 CPUtime=8.73 cores=1,3,5,7
/proc/23059/task/23118/stat : 23118 (java) S 23056 23059 4896 0 -1 1077944384 121610 12502 0 0 854 11 5 3 20 0 15 0 147192474 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623945005552 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23119] ppid=23056 vsize=14069564 CPUtime=8.89 cores=1,3,5,7
/proc/23059/task/23119/stat : 23119 (java) S 23056 23059 4896 0 -1 1077944384 114001 12502 0 0 873 8 5 3 20 0 15 0 147192474 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623943953008 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23120] ppid=23056 vsize=14069564 CPUtime=3.02 cores=1,3,5,7
/proc/23059/task/23120/stat : 23120 (java) S 23056 23059 4896 0 -1 1077944384 100780 12502 0 0 283 11 5 3 20 0 15 0 147192474 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623942900464 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23121] ppid=23056 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23121/stat : 23121 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 15 0 147192474 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623941848160 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23122] ppid=23056 vsize=14069564 CPUtime=1.6 cores=1,3,5,7
/proc/23059/task/23122/stat : 23122 (java) S 23056 23059 4896 0 -1 1077944384 2831 12502 0 0 68 84 5 3 20 0 15 0 147192479 14407233536 1088574 18446744073709551615 4194304 4196468 140730181975232 140623873042736 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 14069564

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

[startup+2477.6 s]
/proc/loadavg: 1.56 1.51 1.50 6/214 23397
/proc/meminfo: memFree=25427664/32770624 swapFree=0/455728
[pid=23059] ppid=23056 vsize=14202692 CPUtime=2522.17 cores=1,3,5,7
/proc/23059/stat : 23059 (java) S 23056 23059 4896 0 -1 1077944320 1386410 12502 0 0 251722 487 5 3 20 0 17 0 147192446 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140730181957776 140624380964599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
/proc/23059/statm: 3550673 1088620 3492 1 0 3539287 0
[pid=23059/tid=23109] ppid=23056 vsize=14202692 CPUtime=2464.86 cores=1,3,5,7
/proc/23059/task/23109/stat : 23109 (java) S 23056 23059 4896 0 -1 1077944384 891333 12502 0 0 246327 151 5 3 20 0 17 0 147192469 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140624385202352 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23110] ppid=23056 vsize=14202692 CPUtime=8.25 cores=1,3,5,7
/proc/23059/task/23110/stat : 23110 (java) S 23056 23059 4896 0 -1 1077944384 29564 12502 0 0 762 55 5 3 20 0 17 0 147192469 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140624344070928 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23111] ppid=23056 vsize=14202692 CPUtime=8.23 cores=1,3,5,7
/proc/23059/task/23111/stat : 23111 (java) S 23056 23059 4896 0 -1 1077944384 27996 12502 0 0 764 51 5 3 20 0 17 0 147192469 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623980346256 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23112] ppid=23056 vsize=14202692 CPUtime=8.22 cores=1,3,5,7
/proc/23059/task/23112/stat : 23112 (java) S 23056 23059 4896 0 -1 1077944384 29661 12502 0 0 762 52 5 3 20 0 17 0 147192469 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623979293712 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23113] ppid=23056 vsize=14202692 CPUtime=8.2 cores=1,3,5,7
/proc/23059/task/23113/stat : 23113 (java) S 23056 23059 4896 0 -1 1077944384 28359 12502 0 0 762 50 5 3 20 0 17 0 147192469 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623978241168 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23114] ppid=23056 vsize=14202692 CPUtime=2.8 cores=1,3,5,7
/proc/23059/task/23114/stat : 23114 (java) R 23056 23059 4896 0 -1 4202560 37536 12502 0 0 227 45 5 3 20 0 17 0 147192471 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623949214352 140624380985946 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23115] ppid=23056 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23115/stat : 23115 (java) S 23056 23059 4896 0 -1 1077944384 75 12502 0 0 0 0 5 3 20 0 17 0 147192471 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623948161648 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23116] ppid=23056 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23116/stat : 23116 (java) S 23056 23059 4896 0 -1 1077944384 55 12502 0 0 0 0 5 3 20 0 17 0 147192471 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623947109376 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23117] ppid=23056 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23117/stat : 23117 (java) S 23056 23059 4896 0 -1 1077944384 169 12502 0 0 0 0 5 3 20 0 17 0 147192474 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623946057936 140624380983195 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23118] ppid=23056 vsize=14202692 CPUtime=8.73 cores=1,3,5,7
/proc/23059/task/23118/stat : 23118 (java) S 23056 23059 4896 0 -1 1077944384 121610 12502 0 0 854 11 5 3 20 0 17 0 147192474 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623945005552 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23119] ppid=23056 vsize=14202692 CPUtime=8.89 cores=1,3,5,7
/proc/23059/task/23119/stat : 23119 (java) S 23056 23059 4896 0 -1 1077944384 114001 12502 0 0 873 8 5 3 20 0 17 0 147192474 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623943953008 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23120] ppid=23056 vsize=14202692 CPUtime=3.02 cores=1,3,5,7
/proc/23059/task/23120/stat : 23120 (java) S 23056 23059 4896 0 -1 1077944384 100780 12502 0 0 283 11 5 3 20 0 17 0 147192474 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623942900464 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23121] ppid=23056 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23121/stat : 23121 (java) S 23056 23059 4896 0 -1 1077944384 3 12502 0 0 0 0 5 3 20 0 17 0 147192474 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623941848160 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23122] ppid=23056 vsize=14202692 CPUtime=1.6 cores=1,3,5,7
/proc/23059/task/23122/stat : 23122 (java) S 23056 23059 4896 0 -1 1077944384 2831 12502 0 0 68 84 5 3 20 0 17 0 147192479 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623873042736 140624380975746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23396] ppid=23056 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23396/stat : 23396 (java) S 23056 23059 4896 0 -1 1077944384 257 12502 0 0 0 0 5 3 20 0 17 0 147440147 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623459991664 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
[pid=23059/tid=23397] ppid=23056 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/23059/task/23397/stat : 23397 (java) S 23056 23059 4896 0 -1 1077944384 28 12502 0 0 0 0 5 3 20 0 17 0 147440147 14543556608 1088620 18446744073709551615 4194304 4196468 140730181975232 140623455822784 140624380974805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28340224 140730181978064 140730181980849 140730181980849 140730181984207 0
Current children cumulated CPU time (s) 2522.17
Current children cumulated vsize (KiB) 14202692

[startup+2478 s]
/proc/loadavg: 1.56 1.51 1.50 6/214 23397
/proc/meminfo: memFree=25427664/32770624 swapFree=0/455728
[pid=23059] ppid=23056 vsize=0 CPUtime=2523.57 cores=1,3,5,7
/proc/23059/stat : 23059 (java) Z 23056 23059 4896 0 -1 4228108 1386584 12502 0 0 251862 487 5 3 20 0 2 0 147192446 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/23059/statm: 0 0 0 0 0 0 0
[pid=23059/tid=23119] ppid=23056 vsize=0 CPUtime=8.9 cores=1,3,5,7
/proc/23059/task/23119/stat : 23119 (java) R 23056 23059 4896 0 -1 4203588 114014 12502 0 0 874 8 5 3 20 0 2 0 147192474 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2523.57
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2478.03
CPU time (s): 2523.62
CPU user time (s): 2518.68
CPU system time (s): 4.93883
CPU usage (%): 101.84
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.68
system time used= 4.93883
maximum resident set size= 4354920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1399086
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112308
involuntary context switches= 4254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.908 second user time and 15.0781 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 20:02:12
IDJOB=4261841
IDBENCH=137885
IDSOLVER=2650
FILE ID=node132/4261841-1502475396
RUNJOBID= node132-1502411403-4960
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-s28/BinPacking-sum-s28-561.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261841-1502475396/watcher-4261841-1502475396 -o /tmp/evaluation-result-4261841-1502475396/solver-4261841-1502475396 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580  bin/concrete HOME/instance-4261841-1502475396.xml

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

MD5SUM BENCH= 0151e8a579557b2b9e30bd86d2d74102
RANDOM SEED=1527191649

node132.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.74
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.74
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.74
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.74
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:        30280956 kB
MemAvailable:   31158212 kB
Buffers:          301276 kB
Cached:           886112 kB
SwapCached:            0 kB
Active:          1544760 kB
Inactive:         504224 kB
Active(anon):     862692 kB
Inactive(anon):    49012 kB
Active(file):     682068 kB
Inactive(file):   455212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24540 kB
Writeback:             4 kB
AnonPages:        865452 kB
Mapped:            74372 kB
Shmem:             49852 kB
Slab:             138628 kB
SReclaimable:     111624 kB
SUnreclaim:        27004 kB
KernelStack:        3552 kB
PageTables:        10108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1568012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 20:43:30