Trace number 4261831

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) 2522.8101 2444

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-70.xml
MD5SUM17a97120e8930e8511a08ef4d06a02ba
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size47
Distribution of domain sizes[{"size":19,"count":1},{"size":47,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=18220
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.82 1.67 1.61 2/198 18223
/proc/meminfo: memFree=26843740/32770624 swapFree=0/575936
[pid=18223] ppid=18220 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18223/stat : 18223 (runsolver) D 18220 18223 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 94992145 24240128 108 18446744073709551615 4194304 4338465 140721052008016 140721052005656 139900116374231 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 16285696 140721052012753 140721052013129 140721052013129 140721052016586 0
/proc/18223/statm: 5918 108 54 36 0 2156 0

[startup+0.100122 s]
/proc/loadavg: 1.82 1.67 1.61 2/198 18223
/proc/meminfo: memFree=26843740/32770624 swapFree=0/575936
[pid=18223] ppid=18220 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/18223/stat : 18223 (bash) S 18220 18223 1460 0 -1 4202496 897 6470 0 0 0 0 0 1 20 0 1 0 94992145 9867264 377 18446744073709551615 4194304 5098028 140728299325472 140728299319480 140139861019648 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 20922368 140728299332116 140728299332201 140728299332201 140728299335658 0
/proc/18223/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200359 s]
/proc/loadavg: 1.82 1.67 1.61 2/198 18223
/proc/meminfo: memFree=26843740/32770624 swapFree=0/575936
[pid=18223] ppid=18220 vsize=11657628 CPUtime=0.08 cores=1,3,5,7
/proc/18223/stat : 18223 (java) S 18220 18223 1460 0 -1 1077944320 3097 12838 0 0 0 0 5 3 20 0 2 0 94992145 11937411072 2408 18446744073709551615 4194304 4196468 140736526651024 140736526633568 139942560366327 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
/proc/18223/statm: 2914664 2408 1152 1 0 2904634 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11657628

[startup+0.305962 s]
/proc/loadavg: 1.82 1.67 1.61 2/198 18223
/proc/meminfo: memFree=26843740/32770624 swapFree=0/575936
[pid=18223] ppid=18220 vsize=13974356 CPUtime=0.2 cores=1,3,5,7
/proc/18223/stat : 18223 (java) S 18220 18223 1460 0 -1 1077944320 6865 12838 0 0 11 1 5 3 20 0 15 0 94992145 14309740544 7456 18446744073709551615 4194304 4196468 140736526651024 140736526633568 139942560366327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
/proc/18223/statm: 3493589 7456 2886 1 0 3482965 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13974356

[startup+0.700258 s]
/proc/loadavg: 1.82 1.67 1.61 2/198 18223
/proc/meminfo: memFree=26843740/32770624 swapFree=0/575936
[pid=18223] ppid=18220 vsize=13974784 CPUtime=0.73 cores=1,3,5,7
/proc/18223/stat : 18223 (java) S 18220 18223 1460 0 -1 1077944320 14057 12838 0 0 60 5 5 3 20 0 15 0 94992145 14310178816 15014 18446744073709551615 4194304 4196468 140736526651024 140736526633568 139942560366327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
/proc/18223/statm: 3493696 15014 3120 1 0 3482965 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 13974784

[startup+1.50054 s]
/proc/loadavg: 1.82 1.67 1.61 3/213 18287
/proc/meminfo: memFree=26745148/32770624 swapFree=0/575936
[pid=18223] ppid=18220 vsize=13985408 CPUtime=1.97 cores=1,3,5,7
/proc/18223/stat : 18223 (java) S 18220 18223 1460 0 -1 1077944320 29793 12838 0 0 178 11 5 3 20 0 15 0 94992145 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 140736526633568 139942560366327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
/proc/18223/statm: 3496352 42768 3381 1 0 3485525 0
[pid=18223/tid=18274] ppid=18220 vsize=13985408 CPUtime=1.31 cores=1,3,5,7
/proc/18223/task/18274/stat : 18274 (java) R 18220 18223 1460 0 -1 4202560 22436 12838 0 0 117 6 5 3 20 0 15 0 94992165 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942564585776 139942540642208 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18275] ppid=18220 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18275/stat : 18275 (java) S 18220 18223 1460 0 -1 1077944384 44 12838 0 0 0 0 5 3 20 0 15 0 94992165 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942160427280 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18276] ppid=18220 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/18223/task/18276/stat : 18276 (java) S 18220 18223 1460 0 -1 1077944384 69 12838 0 0 1 0 5 3 20 0 15 0 94992165 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942159374736 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18277] ppid=18220 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/18223/task/18277/stat : 18277 (java) S 18220 18223 1460 0 -1 1077944384 47 12838 0 0 1 0 5 3 20 0 15 0 94992165 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942158322192 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18278] ppid=18220 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18278/stat : 18278 (java) S 18220 18223 1460 0 -1 1077944384 203 12838 0 0 0 0 5 3 20 0 15 0 94992165 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942157269648 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18279] ppid=18220 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/18223/task/18279/stat : 18279 (java) S 18220 18223 1460 0 -1 1077944384 1655 12838 0 0 1 0 5 3 20 0 15 0 94992167 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942038563312 139942560377474 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18280] ppid=18220 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18280/stat : 18280 (java) S 18220 18223 1460 0 -1 1077944384 55 12838 0 0 0 0 5 3 20 0 15 0 94992167 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942037509536 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18281] ppid=18220 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18281/stat : 18281 (java) S 18220 18223 1460 0 -1 1077944384 44 12838 0 0 0 0 5 3 20 0 15 0 94992167 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942036456960 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18282] ppid=18220 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18282/stat : 18282 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942035405520 139942560384923 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18283] ppid=18220 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/18223/task/18283/stat : 18283 (java) R 18220 18223 1460 0 -1 4202560 1136 12838 0 0 17 0 5 3 20 0 15 0 94992170 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942034352112 139942560387674 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18284] ppid=18220 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/18223/task/18284/stat : 18284 (java) R 18220 18223 1460 0 -1 4202560 509 12838 0 0 13 0 5 3 20 0 15 0 94992170 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942033299568 139942560387674 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18285] ppid=18220 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/18223/task/18285/stat : 18285 (java) S 18220 18223 1460 0 -1 1077944384 1425 12838 0 0 23 0 5 3 20 0 15 0 94992170 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942032247024 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18286] ppid=18220 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18286/stat : 18286 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942031194720 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18287] ppid=18220 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18287/stat : 18287 (java) S 18220 18223 1460 0 -1 1077944384 10 12838 0 0 0 0 5 3 20 0 15 0 94992173 14321057792 42768 18446744073709551615 4194304 4196468 140736526651024 139942030142256 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 1.82 1.67 1.61 4/213 18287
/proc/meminfo: memFree=26671408/32770624 swapFree=0/575996
[pid=18223] ppid=18220 vsize=13995836 CPUtime=5.71 cores=1,3,5,7
/proc/18223/stat : 18223 (java) S 18220 18223 1460 0 -1 1077944320 49172 12838 0 0 545 18 5 3 20 0 15 0 94992145 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 140736526633568 139942560366327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
/proc/18223/statm: 3498959 75011 3451 1 0 3487573 0
[pid=18223/tid=18274] ppid=18220 vsize=13995836 CPUtime=2.89 cores=1,3,5,7
/proc/18223/task/18274/stat : 18274 (java) R 18220 18223 1460 0 -1 4202560 34700 12838 0 0 272 9 5 3 20 0 15 0 94992165 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942564596464 139942540642144 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18275] ppid=18220 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/18223/task/18275/stat : 18275 (java) S 18220 18223 1460 0 -1 1077944384 54 12838 0 0 1 1 5 3 20 0 15 0 94992165 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942160427280 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18276] ppid=18220 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/18223/task/18276/stat : 18276 (java) S 18220 18223 1460 0 -1 1077944384 194 12838 0 0 1 0 5 3 20 0 15 0 94992165 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942159374736 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18277] ppid=18220 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/18223/task/18277/stat : 18277 (java) S 18220 18223 1460 0 -1 1077944384 58 12838 0 0 1 0 5 3 20 0 15 0 94992165 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942158322192 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18278] ppid=18220 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/18223/task/18278/stat : 18278 (java) S 18220 18223 1460 0 -1 1077944384 221 12838 0 0 1 0 5 3 20 0 15 0 94992165 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942157269648 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18279] ppid=18220 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/18223/task/18279/stat : 18279 (java) S 18220 18223 1460 0 -1 1077944384 1744 12838 0 0 1 0 5 3 20 0 15 0 94992167 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942038563312 139942560377474 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18280] ppid=18220 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18280/stat : 18280 (java) S 18220 18223 1460 0 -1 1077944384 55 12838 0 0 0 0 5 3 20 0 15 0 94992167 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942037509600 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18281] ppid=18220 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18281/stat : 18281 (java) S 18220 18223 1460 0 -1 1077944384 44 12838 0 0 0 0 5 3 20 0 15 0 94992167 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942036456960 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18282] ppid=18220 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18282/stat : 18282 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942035405520 139942560384923 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18283] ppid=18220 vsize=13995836 CPUtime=1.07 cores=1,3,5,7
/proc/18223/task/18283/stat : 18283 (java) S 18220 18223 1460 0 -1 1077944384 4505 12838 0 0 99 0 5 3 20 0 15 0 94992170 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942034352112 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18284] ppid=18220 vsize=13995836 CPUtime=0.93 cores=1,3,5,7
/proc/18223/task/18284/stat : 18284 (java) S 18220 18223 1460 0 -1 1077944384 2069 12838 0 0 84 1 5 3 20 0 15 0 94992170 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942033299568 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18285] ppid=18220 vsize=13995836 CPUtime=0.87 cores=1,3,5,7
/proc/18223/task/18285/stat : 18285 (java) S 18220 18223 1460 0 -1 1077944384 3356 12838 0 0 78 1 5 3 20 0 15 0 94992170 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942032247024 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18286] ppid=18220 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18286/stat : 18286 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942031194720 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18287] ppid=18220 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18287/stat : 18287 (java) S 18220 18223 1460 0 -1 1077944384 12 12838 0 0 0 0 5 3 20 0 15 0 94992173 14331736064 75011 18446744073709551615 4194304 4196468 140736526651024 139942030142256 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 13995836

[startup+6.30074 s]
/proc/loadavg: 1.99 1.70 1.63 8/213 18287
/proc/meminfo: memFree=26312108/32770624 swapFree=0/575992
[pid=18223] ppid=18220 vsize=13999932 CPUtime=12.89 cores=1,3,5,7
/proc/18223/stat : 18223 (java) S 18220 18223 1460 0 -1 1077944320 53370 12838 0 0 1245 36 5 3 20 0 15 0 94992145 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 140736526633568 139942560366327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
/proc/18223/statm: 3499983 157242 3464 1 0 3488597 0
[pid=18223/tid=18274] ppid=18220 vsize=13999932 CPUtime=5.46 cores=1,3,5,7
/proc/18223/task/18274/stat : 18274 (java) R 18220 18223 1460 0 -1 4202560 36276 12838 0 0 526 12 5 3 20 0 15 0 94992165 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942564595240 139942202862660 0 4 1 16800974 0 0 0 -1 1 0 0 54 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18275] ppid=18220 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/18223/task/18275/stat : 18275 (java) S 18220 18223 1460 0 -1 1077944384 189 12838 0 0 7 4 5 3 20 0 15 0 94992165 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942160427280 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18276] ppid=18220 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/18223/task/18276/stat : 18276 (java) S 18220 18223 1460 0 -1 1077944384 266 12838 0 0 7 4 5 3 20 0 15 0 94992165 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942159374736 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18277] ppid=18220 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/18223/task/18277/stat : 18277 (java) S 18220 18223 1460 0 -1 1077944384 139 12838 0 0 7 4 5 3 20 0 15 0 94992165 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942158322192 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18278] ppid=18220 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/18223/task/18278/stat : 18278 (java) S 18220 18223 1460 0 -1 1077944384 301 12838 0 0 7 4 5 3 20 0 15 0 94992165 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942157269648 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18279] ppid=18220 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/18223/task/18279/stat : 18279 (java) S 18220 18223 1460 0 -1 1077944384 1947 12838 0 0 2 0 5 3 20 0 15 0 94992167 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942038563312 139942560377474 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18280] ppid=18220 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18280/stat : 18280 (java) S 18220 18223 1460 0 -1 1077944384 55 12838 0 0 0 0 5 3 20 0 15 0 94992167 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942037509600 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18281] ppid=18220 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18281/stat : 18281 (java) S 18220 18223 1460 0 -1 1077944384 44 12838 0 0 0 0 5 3 20 0 15 0 94992167 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942036456960 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18282] ppid=18220 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18282/stat : 18282 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942035405520 139942560384923 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18283] ppid=18220 vsize=13999932 CPUtime=3.06 cores=1,3,5,7
/proc/18223/task/18283/stat : 18283 (java) R 18220 18223 1460 0 -1 4202560 5291 12838 0 0 297 1 5 3 20 0 15 0 94992170 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942034334624 139942543863111 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18284] ppid=18220 vsize=13999932 CPUtime=2.92 cores=1,3,5,7
/proc/18223/task/18284/stat : 18284 (java) R 18220 18223 1460 0 -1 4202560 2854 12838 0 0 283 1 5 3 20 0 15 0 94992170 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942033286000 139942543753131 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18285] ppid=18220 vsize=13999932 CPUtime=1.15 cores=1,3,5,7
/proc/18223/task/18285/stat : 18285 (java) S 18220 18223 1460 0 -1 1077944384 3833 12838 0 0 105 2 5 3 20 0 15 0 94992170 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942032247024 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18286] ppid=18220 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18286/stat : 18286 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942031194720 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18287] ppid=18220 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18287/stat : 18287 (java) S 18220 18223 1460 0 -1 1077944384 15 12838 0 0 0 0 5 3 20 0 15 0 94992173 14335930368 157242 18446744073709551615 4194304 4196468 140736526651024 139942030142256 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.91 1.69 1.62 4/213 18287
/proc/meminfo: memFree=25763972/32770624 swapFree=0/575988
[pid=18223] ppid=18220 vsize=14004028 CPUtime=27.36 cores=1,3,5,7
/proc/18223/stat : 18223 (java) S 18220 18223 1460 0 -1 1077944320 67418 12838 0 0 2679 49 5 3 20 0 15 0 94992145 14340124672 272186 18446744073709551615 4194304 4196468 140736526651024 140736526633568 139942560366327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
/proc/18223/statm: 3501007 272186 3475 1 0 3489621 0
[pid=18223/tid=18274] ppid=18220 vsize=14004028 CPUtime=11.72 cores=1,3,5,7
/proc/18223/task/18274/stat : 18274 (java) R 18220 18223 1460 0 -1 4202560 40773 12838 0 0 1148 16 5 3 20 0 15 0 94992165 14340124672 272186 18446744073709551615 4194304 4196468 140736526651024 139942564596752 139942214630747 0 4 1 16800974 0 0 0 -1 3 0 0 54 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18275] ppid=18220 vsize=14004028 CPUtime=0.27 cores=1,3,5,7
/proc/18223/task/18275/stat : 18275 (java) S 18220 18223 1460 0 -1 1077944384 310 12838 0 0 14 5 5 3 20 0 15 0 94992165 14340124672 272186 18446744073709551615 4194304 4196468 140736526651024 139942160427280 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18276] ppid=18220 vsize=14004028 CPUtime=0.27 cores=1,3,5,7
/proc/18223/task/18276/stat : 18276 (java) S 18220 18223 1460 0 -1 1077944384 357 12838 0 0 14 5 5 3 20 0 15 0 94992165 14340124672 272186 18446744073709551615 4194304 4196468 140736526651024 139942159374736 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18277] ppid=18220 vsize=14004028 CPUtime=0.27 cores=1,3,5,7
/proc/18223/task/18277/stat : 18277 (java) S 18220 18223 1460 0 -1 1077944384 266 12838 0 0 14 5 5 3 20 0 15 0 94992165 14340124672 272186 18446744073709551615 4194304 4196468 140736526651024 139942158322192 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18278] ppid=18220 vsize=14004028 CPUtime=0.28 cores=1,3,5,7
/proc/18223/task/18278/stat : 18278 (java) S 18220 18223 1460 0 -1 1077944384 412 12838 0 0 15 5 5 3 20 0 15 0 94992165 14340124672 272186 18446744073709551615 4194304 4196468 140736526651024 139942157269648 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18279] ppid=18220 vsize=14004028 CPUtime=0.12 cores=1,3,5,7
/proc/18223/task/18279/stat : 18279 (java) S 18220 18223 1460 0 -1 1077944384 2830 12838 0 0 4 0 5 3 20 0 15 0 94992167 14340124672 272186 18446744073709551615 4194304 4196468 140736526651024 139942038563312 139942560377474 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18280] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18280/stat : 18280 (java) S 18220 18223 1460 0 -1 1077944384 55 12838 0 0 0 0 5 3 20 0 15 0 94992167 14340124672 272186 18446744073709551615 4194304 4196468 140736526651024 139942037509664 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18281] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18281/stat : 18281 (java) S 18220 18223 1460 0 -1 1077944384 44 12838 0 0 0 0 5 3 20 0 15 0 94992167 14340124672 272186 18446744073709551615 4194304 4196468 140736526651024 139942036456960 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18282] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18282/stat : 18282 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14340124672 272186 18446744073709551615 4194304 4196468 140736526651024 139942035405520 139942560384923 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0

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

/proc/18223/statm: 3501007 1173046 3479 1 0 3489621 0
[pid=18223/tid=18274] ppid=18220 vsize=14004028 CPUtime=2361.09 cores=1,3,5,7
/proc/18223/task/18274/stat : 18274 (java) R 18220 18223 1460 0 -1 4202560 310868 12838 0 0 235998 103 5 3 20 0 15 0 94992165 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942564592928 139942214456451 0 4 1 16800974 0 0 0 -1 5 0 0 54 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18275] ppid=18220 vsize=14004028 CPUtime=19.51 cores=1,3,5,7
/proc/18223/task/18275/stat : 18275 (java) S 18220 18223 1460 0 -1 1077944384 34488 12838 0 0 1872 71 5 3 20 0 15 0 94992165 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942160427280 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18276] ppid=18220 vsize=14004028 CPUtime=19.49 cores=1,3,5,7
/proc/18223/task/18276/stat : 18276 (java) S 18220 18223 1460 0 -1 1077944384 30885 12838 0 0 1871 70 5 3 20 0 15 0 94992165 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942159374736 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18277] ppid=18220 vsize=14004028 CPUtime=19.45 cores=1,3,5,7
/proc/18223/task/18277/stat : 18277 (java) S 18220 18223 1460 0 -1 1077944384 29448 12838 0 0 1864 73 5 3 20 0 15 0 94992165 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942158322192 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18278] ppid=18220 vsize=14004028 CPUtime=19.5 cores=1,3,5,7
/proc/18223/task/18278/stat : 18278 (java) S 18220 18223 1460 0 -1 1077944384 33051 12838 0 0 1871 71 5 3 20 0 15 0 94992165 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942157269648 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18279] ppid=18220 vsize=14004028 CPUtime=0.89 cores=1,3,5,7
/proc/18223/task/18279/stat : 18279 (java) S 18220 18223 1460 0 -1 1077944384 96727 12838 0 0 66 15 5 3 20 0 15 0 94992167 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942038563312 139942560377474 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18280] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18280/stat : 18280 (java) S 18220 18223 1460 0 -1 1077944384 55 12838 0 0 0 0 5 3 20 0 15 0 94992167 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942037509664 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18281] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18281/stat : 18281 (java) S 18220 18223 1460 0 -1 1077944384 44 12838 0 0 0 0 5 3 20 0 15 0 94992167 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942036456960 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18282] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18282/stat : 18282 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942035405520 139942560384923 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18283] ppid=18220 vsize=14004028 CPUtime=7.04 cores=1,3,5,7
/proc/18223/task/18283/stat : 18283 (java) S 18220 18223 1460 0 -1 1077944384 18429 12838 0 0 694 2 5 3 20 0 15 0 94992170 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942034352112 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18284] ppid=18220 vsize=14004028 CPUtime=7.56 cores=1,3,5,7
/proc/18223/task/18284/stat : 18284 (java) S 18220 18223 1460 0 -1 1077944384 28260 12838 0 0 743 5 5 3 20 0 15 0 94992170 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942033299568 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18285] ppid=18220 vsize=14004028 CPUtime=1.83 cores=1,3,5,7
/proc/18223/task/18285/stat : 18285 (java) S 18220 18223 1460 0 -1 1077944384 20053 12838 0 0 170 5 5 3 20 0 15 0 94992170 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942032247024 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18286] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18286/stat : 18286 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942031194720 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18287] ppid=18220 vsize=14004028 CPUtime=1.57 cores=1,3,5,7
/proc/18223/task/18287/stat : 18287 (java) S 18220 18223 1460 0 -1 1077944384 1805 12838 0 0 71 78 5 3 20 0 15 0 94992173 14340124672 1173046 18446744073709551615 4194304 4196468 140736526651024 139942030142256 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
Current children cumulated CPU time (s) 2457.31
Current children cumulated vsize (KiB) 14004028

[startup+2442.3 s]
/proc/loadavg: 1.46 1.55 1.58 3/214 18594
/proc/meminfo: memFree=22060216/32770624 swapFree=0/576600
[pid=18223] ppid=18220 vsize=14004028 CPUtime=2519.13 cores=1,3,5,7
/proc/18223/stat : 18223 (java) S 18220 18223 1460 0 -1 1077944320 617519 12838 0 0 251427 478 5 3 20 0 15 0 94992145 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 140736526633568 139942560366327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
/proc/18223/statm: 3501007 1173289 3479 1 0 3489621 0
[pid=18223/tid=18274] ppid=18220 vsize=14004028 CPUtime=2420.46 cores=1,3,5,7
/proc/18223/task/18274/stat : 18274 (java) R 18220 18223 1460 0 -1 4202560 317674 12838 0 0 241935 103 5 3 20 0 15 0 94992165 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942564594560 139942214455250 0 4 1 16800974 0 0 0 -1 5 0 0 54 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18275] ppid=18220 vsize=14004028 CPUtime=20.11 cores=1,3,5,7
/proc/18223/task/18275/stat : 18275 (java) S 18220 18223 1460 0 -1 1077944384 35229 12838 0 0 1931 72 5 3 20 0 15 0 94992165 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942160427280 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18276] ppid=18220 vsize=14004028 CPUtime=20.09 cores=1,3,5,7
/proc/18223/task/18276/stat : 18276 (java) S 18220 18223 1460 0 -1 1077944384 31598 12838 0 0 1931 70 5 3 20 0 15 0 94992165 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942159374736 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18277] ppid=18220 vsize=14004028 CPUtime=20.04 cores=1,3,5,7
/proc/18223/task/18277/stat : 18277 (java) S 18220 18223 1460 0 -1 1077944384 31491 12838 0 0 1923 73 5 3 20 0 15 0 94992165 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942158322192 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18278] ppid=18220 vsize=14004028 CPUtime=20.1 cores=1,3,5,7
/proc/18223/task/18278/stat : 18278 (java) S 18220 18223 1460 0 -1 1077944384 33692 12838 0 0 1930 72 5 3 20 0 15 0 94992165 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942157269648 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18279] ppid=18220 vsize=14004028 CPUtime=0.9 cores=1,3,5,7
/proc/18223/task/18279/stat : 18279 (java) S 18220 18223 1460 0 -1 1077944384 97007 12838 0 0 67 15 5 3 20 0 15 0 94992167 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942038563312 139942560377474 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18280] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18280/stat : 18280 (java) S 18220 18223 1460 0 -1 1077944384 55 12838 0 0 0 0 5 3 20 0 15 0 94992167 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942037509664 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18281] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18281/stat : 18281 (java) S 18220 18223 1460 0 -1 1077944384 44 12838 0 0 0 0 5 3 20 0 15 0 94992167 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942036456960 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18282] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18282/stat : 18282 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942035405520 139942560384923 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18283] ppid=18220 vsize=14004028 CPUtime=7.04 cores=1,3,5,7
/proc/18223/task/18283/stat : 18283 (java) S 18220 18223 1460 0 -1 1077944384 18429 12838 0 0 694 2 5 3 20 0 15 0 94992170 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942034352112 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18284] ppid=18220 vsize=14004028 CPUtime=7.56 cores=1,3,5,7
/proc/18223/task/18284/stat : 18284 (java) S 18220 18223 1460 0 -1 1077944384 28260 12838 0 0 743 5 5 3 20 0 15 0 94992170 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942033299568 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18285] ppid=18220 vsize=14004028 CPUtime=1.83 cores=1,3,5,7
/proc/18223/task/18285/stat : 18285 (java) S 18220 18223 1460 0 -1 1077944384 20055 12838 0 0 170 5 5 3 20 0 15 0 94992170 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942032247024 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18286] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18286/stat : 18286 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942031194720 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18287] ppid=18220 vsize=14004028 CPUtime=1.6 cores=1,3,5,7
/proc/18223/task/18287/stat : 18287 (java) S 18220 18223 1460 0 -1 1077944384 1825 12838 0 0 73 79 5 3 20 0 15 0 94992173 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942030142256 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
Current children cumulated CPU time (s) 2519.13
Current children cumulated vsize (KiB) 14004028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2443.21 s]
/proc/loadavg: 1.46 1.55 1.58 3/214 18594
/proc/meminfo: memFree=22056120/32770624 swapFree=0/576600
[pid=18223] ppid=18220 vsize=14004028 CPUtime=2520.04 cores=1,3,5,7
/proc/18223/stat : 18223 (java) S 18220 18223 1460 0 -1 1077944320 617920 12838 0 0 251518 478 5 3 20 0 15 0 94992145 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 140736526633568 139942560366327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
/proc/18223/statm: 3501007 1173289 3479 1 0 3489621 0
[pid=18223/tid=18274] ppid=18220 vsize=14004028 CPUtime=2421.37 cores=1,3,5,7
/proc/18223/task/18274/stat : 18274 (java) R 18220 18223 1460 0 -1 4202560 318044 12838 0 0 242026 103 5 3 20 0 15 0 94992165 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942564594560 139942214368041 0 4 1 16800974 0 0 0 -1 5 0 0 54 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18275] ppid=18220 vsize=14004028 CPUtime=20.11 cores=1,3,5,7
/proc/18223/task/18275/stat : 18275 (java) S 18220 18223 1460 0 -1 1077944384 35229 12838 0 0 1931 72 5 3 20 0 15 0 94992165 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942160427280 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18276] ppid=18220 vsize=14004028 CPUtime=20.09 cores=1,3,5,7
/proc/18223/task/18276/stat : 18276 (java) S 18220 18223 1460 0 -1 1077944384 31598 12838 0 0 1931 70 5 3 20 0 15 0 94992165 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942159374736 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18277] ppid=18220 vsize=14004028 CPUtime=20.04 cores=1,3,5,7
/proc/18223/task/18277/stat : 18277 (java) S 18220 18223 1460 0 -1 1077944384 31491 12838 0 0 1923 73 5 3 20 0 15 0 94992165 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942158322192 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18278] ppid=18220 vsize=14004028 CPUtime=20.1 cores=1,3,5,7
/proc/18223/task/18278/stat : 18278 (java) S 18220 18223 1460 0 -1 1077944384 33692 12838 0 0 1930 72 5 3 20 0 15 0 94992165 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942157269648 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18279] ppid=18220 vsize=14004028 CPUtime=0.9 cores=1,3,5,7
/proc/18223/task/18279/stat : 18279 (java) S 18220 18223 1460 0 -1 1077944384 97007 12838 0 0 67 15 5 3 20 0 15 0 94992167 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942038563312 139942560377474 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18280] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18280/stat : 18280 (java) S 18220 18223 1460 0 -1 1077944384 55 12838 0 0 0 0 5 3 20 0 15 0 94992167 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942037509664 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18281] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18281/stat : 18281 (java) S 18220 18223 1460 0 -1 1077944384 44 12838 0 0 0 0 5 3 20 0 15 0 94992167 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942036456960 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18282] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18282/stat : 18282 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942035405520 139942560384923 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18283] ppid=18220 vsize=14004028 CPUtime=7.04 cores=1,3,5,7
/proc/18223/task/18283/stat : 18283 (java) S 18220 18223 1460 0 -1 1077944384 18431 12838 0 0 694 2 5 3 20 0 15 0 94992170 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942034352112 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18284] ppid=18220 vsize=14004028 CPUtime=7.56 cores=1,3,5,7
/proc/18223/task/18284/stat : 18284 (java) S 18220 18223 1460 0 -1 1077944384 28264 12838 0 0 743 5 5 3 20 0 15 0 94992170 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942033299568 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18285] ppid=18220 vsize=14004028 CPUtime=1.83 cores=1,3,5,7
/proc/18223/task/18285/stat : 18285 (java) S 18220 18223 1460 0 -1 1077944384 20057 12838 0 0 170 5 5 3 20 0 15 0 94992170 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942032247024 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18286] ppid=18220 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18286/stat : 18286 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 94992170 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942031194720 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18287] ppid=18220 vsize=14004028 CPUtime=1.6 cores=1,3,5,7
/proc/18223/task/18287/stat : 18287 (java) S 18220 18223 1460 0 -1 1077944384 1848 12838 0 0 73 79 5 3 20 0 15 0 94992173 14340124672 1173289 18446744073709551615 4194304 4196468 140736526651024 139942030142256 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 14004028

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

[startup+2443.6 s]
/proc/loadavg: 1.46 1.55 1.58 3/214 18594
/proc/meminfo: memFree=22056120/32770624 swapFree=0/576600
[pid=18223] ppid=18220 vsize=14137156 CPUtime=2521.47 cores=1,3,5,7
/proc/18223/stat : 18223 (java) S 18220 18223 1460 0 -1 1077944320 631324 12838 0 0 251660 479 5 3 20 0 17 0 94992145 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 140736526633568 139942560366327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
/proc/18223/statm: 3534289 1173351 3480 1 0 3522903 0
[pid=18223/tid=18274] ppid=18220 vsize=14137156 CPUtime=2421.38 cores=1,3,5,7
/proc/18223/task/18274/stat : 18274 (java) S 18220 18223 1460 0 -1 1077944384 319177 12838 0 0 242027 103 5 3 20 0 17 0 94992165 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942564603968 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 54 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18275] ppid=18220 vsize=14137156 CPUtime=20.46 cores=1,3,5,7
/proc/18223/task/18275/stat : 18275 (java) R 18220 18223 1460 0 -1 4202560 35297 12838 0 0 1966 72 5 3 20 0 17 0 94992165 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942160427280 139942545065072 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18276] ppid=18220 vsize=14137156 CPUtime=20.44 cores=1,3,5,7
/proc/18223/task/18276/stat : 18276 (java) R 18220 18223 1460 0 -1 4202560 31764 12838 0 0 1966 70 5 3 20 0 17 0 94992165 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942159374736 139942541976019 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18277] ppid=18220 vsize=14137156 CPUtime=20.39 cores=1,3,5,7
/proc/18223/task/18277/stat : 18277 (java) R 18220 18223 1460 0 -1 4202560 31621 12838 0 0 1958 73 5 3 20 0 17 0 94992165 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942158322192 139942541976134 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18278] ppid=18220 vsize=14137156 CPUtime=20.45 cores=1,3,5,7
/proc/18223/task/18278/stat : 18278 (java) R 18220 18223 1460 0 -1 4202560 33779 12838 0 0 1965 72 5 3 20 0 17 0 94992165 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942157269848 139942541976147 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18279] ppid=18220 vsize=14137156 CPUtime=0.95 cores=1,3,5,7
/proc/18223/task/18279/stat : 18279 (java) S 18220 18223 1460 0 -1 1077944384 107101 12838 0 0 71 16 5 3 20 0 17 0 94992167 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942038561936 139942560376533 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18280] ppid=18220 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18280/stat : 18280 (java) S 18220 18223 1460 0 -1 1077944384 56 12838 0 0 0 0 5 3 20 0 17 0 94992167 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942037509568 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18281] ppid=18220 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18281/stat : 18281 (java) S 18220 18223 1460 0 -1 1077944384 44 12838 0 0 0 0 5 3 20 0 17 0 94992167 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942036456960 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18282] ppid=18220 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18282/stat : 18282 (java) S 18220 18223 1460 0 -1 1077944384 276 12838 0 0 0 0 5 3 20 0 17 0 94992170 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942035405520 139942560384923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18283] ppid=18220 vsize=14137156 CPUtime=7.05 cores=1,3,5,7
/proc/18223/task/18283/stat : 18283 (java) S 18220 18223 1460 0 -1 1077944384 18431 12838 0 0 694 3 5 3 20 0 17 0 94992170 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942034352112 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18284] ppid=18220 vsize=14137156 CPUtime=7.56 cores=1,3,5,7
/proc/18223/task/18284/stat : 18284 (java) S 18220 18223 1460 0 -1 1077944384 28264 12838 0 0 743 5 5 3 20 0 17 0 94992170 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942033299568 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18285] ppid=18220 vsize=14137156 CPUtime=1.83 cores=1,3,5,7
/proc/18223/task/18285/stat : 18285 (java) S 18220 18223 1460 0 -1 1077944384 21143 12838 0 0 170 5 5 3 20 0 17 0 94992170 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942032242400 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18286] ppid=18220 vsize=14137156 CPUtime=0.08 cores=1,3,5,7
/proc/18223/task/18286/stat : 18286 (java) S 18220 18223 1460 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 17 0 94992170 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942031194720 139942560376533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
[pid=18223/tid=18287] ppid=18220 vsize=14137156 CPUtime=1.6 cores=1,3,5,7
/proc/18223/task/18287/stat : 18287 (java) S 18220 18223 1460 0 -1 1077944384 1848 12838 0 0 73 79 5 3 20 0 17 0 94992173 14476447744 1173351 18446744073709551615 4194304 4196468 140736526651024 139942030142256 139942560377474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 25288704 140736526653392 140736526656177 140736526656177 140736526659535 0
Current children cumulated CPU time (s) 2521.47
Current children cumulated vsize (KiB) 14137156

[startup+2444 s]
/proc/loadavg: 1.46 1.55 1.58 3/214 18594
/proc/meminfo: memFree=22056120/32770624 swapFree=0/576600
[pid=18223] ppid=18220 vsize=0 CPUtime=2522.8 cores=1,3,5,7
/proc/18223/stat : 18223 (java) Z 18220 18223 1460 0 -1 4228108 631569 12838 0 0 251790 482 5 3 20 0 2 0 94992145 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/18223/statm: 0 0 0 0 0 0 0
[pid=18223/tid=18277] ppid=18220 vsize=0 CPUtime=20.72 cores=1,3,5,7
/proc/18223/task/18277/stat : 18277 (java) R 18220 18223 1460 0 -1 4203588 31621 12838 0 0 1988 76 5 3 20 0 2 0 94992165 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2522.8
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2444
CPU time (s): 2522.81
CPU user time (s): 2517.95
CPU system time (s): 4.85905
CPU usage (%): 103.225
Max. virtual memory (cumulated for all children) (KiB): 14137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.95
system time used= 4.85905
maximum resident set size= 4696972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 644407
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70862
involuntary context switches= 3177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9993 second user time and 13.6431 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 19:53:43
IDJOB=4261831
IDBENCH=137723
IDSOLVER=2650
FILE ID=node134/4261831-1502474858
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-70.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261831-1502474858/watcher-4261831-1502474858 -o /tmp/evaluation-result-4261831-1502474858/solver-4261831-1502474858 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4261831-1502474858.xml

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

MD5SUM BENCH= 17a97120e8930e8511a08ef4d06a02ba
RANDOM SEED=302178310

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26843836 kB
MemAvailable:   27841828 kB
Buffers:          292540 kB
Cached:           998276 kB
SwapCached:            0 kB
Active:          4877964 kB
Inactive:         607152 kB
Active(anon):    4196288 kB
Inactive(anon):    31216 kB
Active(file):     681676 kB
Inactive(file):   575936 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24548 kB
Writeback:             4 kB
AnonPages:       4194088 kB
Mapped:            64740 kB
Shmem:             33468 kB
Slab:             139064 kB
SReclaimable:     112432 kB
SUnreclaim:        26632 kB
KernelStack:        3504 kB
PageTables:        13580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4861932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3964928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 20:34:27