Trace number 4261854

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.6799 2448.8601

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w3b2r8.xml
MD5SUM2d1ea33805a592f1cc5486f43d894179
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 variables1002
Number of constraints157
Number of domains2
Minimum domain size78
Maximum domain size139
Distribution of domain sizes[{"size":78,"count":1},{"size":139,"count":1001}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":924},{"degree":5,"count":77}]
Minimum constraint arity13
Maximum constraint arity1001
Distribution of constraint arities[{"arity":13,"count":154},{"arity":78,"count":1},{"arity":1001,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":77},{"type":"lex","count":1},{"type":"sum","count":77},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.57 1.50 1.49 4/195 16203
/proc/meminfo: memFree=26992296/32770624 swapFree=0/510892
[pid=16203] ppid=16200 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16203/stat : 16203 (runsolver) D 16200 16203 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 49522955 24240128 108 18446744073709551615 4194304 4338465 140736180960736 140736180958376 140503829562071 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 10706944 140736180969681 140736180970057 140736180970057 140736180973514 0
/proc/16203/statm: 5918 108 54 36 0 2156 0

[startup+0.100055 s]
/proc/loadavg: 1.57 1.50 1.49 4/195 16203
/proc/meminfo: memFree=26992296/32770624 swapFree=0/510892
[pid=16203] ppid=16200 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16203/stat : 16203 (bash) S 16200 16203 1330 0 -1 4202496 850 6179 0 0 0 0 0 1 20 0 1 0 49522955 9867264 366 18446744073709551615 4194304 5098028 140721502240624 140721502234360 140638176889856 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 26284032 140721502249492 140721502249577 140721502249577 140721502253034 0
/proc/16203/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200264 s]
/proc/loadavg: 1.57 1.50 1.49 4/195 16203
/proc/meminfo: memFree=26992296/32770624 swapFree=0/510892
[pid=16203] ppid=16200 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16203/stat : 16203 (bash) S 16200 16203 1330 0 -1 4202496 891 6486 0 0 0 0 0 1 20 0 1 0 49522955 9867264 377 18446744073709551615 4194304 5098028 140721502240624 140721502234632 140638176889856 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 26284032 140721502249492 140721502249577 140721502249577 140721502253034 0
/proc/16203/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300336 s]
/proc/loadavg: 1.57 1.50 1.49 4/195 16203
/proc/meminfo: memFree=26992296/32770624 swapFree=0/510892
[pid=16203] ppid=16200 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/16203/stat : 16203 (java) S 16200 16203 1330 0 -1 1077944320 5484 12830 0 0 5 1 5 2 20 0 14 0 49522955 14241083392 5166 18446744073709551615 4194304 4196468 140733556606240 140733556588784 140266873921271 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
/proc/16203/statm: 3476827 5166 2567 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.701051 s]
/proc/loadavg: 1.57 1.50 1.49 4/195 16203
/proc/meminfo: memFree=26992296/32770624 swapFree=0/510892
[pid=16203] ppid=16200 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/16203/stat : 16203 (java) S 16200 16203 1330 0 -1 1077944320 13634 12830 0 0 58 4 5 2 20 0 15 0 49522955 14310178816 14599 18446744073709551615 4194304 4196468 140733556606240 140733556588784 140266873921271 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
/proc/16203/statm: 3493696 14599 3127 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.5006 s]
/proc/loadavg: 1.57 1.50 1.49 3/210 16266
/proc/meminfo: memFree=26897456/32770624 swapFree=0/510948
[pid=16203] ppid=16200 vsize=13985408 CPUtime=1.88 cores=0,2,4,6
/proc/16203/stat : 16203 (java) S 16200 16203 1330 0 -1 1077944320 26032 12830 0 0 171 10 5 2 20 0 15 0 49522955 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140733556588784 140266873921271 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
/proc/16203/statm: 3496352 40250 3362 1 0 3485525 0
[pid=16203/tid=16253] ppid=16200 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/16203/task/16253/stat : 16253 (java) S 16200 16203 1330 0 -1 1077944384 19943 12830 0 0 115 6 5 2 20 0 15 0 49522976 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140266878142384 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16254] ppid=16200 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16254/stat : 16254 (java) S 16200 16203 1330 0 -1 1077944384 31 12830 0 0 0 0 5 2 20 0 15 0 49522977 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140266793335568 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16255] ppid=16200 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16255/stat : 16255 (java) S 16200 16203 1330 0 -1 1077944384 42 12830 0 0 0 0 5 2 20 0 15 0 49522977 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140266792283024 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16256] ppid=16200 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16256/stat : 16256 (java) S 16200 16203 1330 0 -1 1077944384 180 12830 0 0 0 0 5 2 20 0 15 0 49522977 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140266791230480 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16257] ppid=16200 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16257/stat : 16257 (java) S 16200 16203 1330 0 -1 1077944384 40 12830 0 0 0 0 5 2 20 0 15 0 49522977 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140266790177936 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16258] ppid=16200 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16258/stat : 16258 (java) R 16200 16203 1330 0 -1 4202560 605 12830 0 0 0 0 5 2 20 0 15 0 49522978 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140265857454400 140266859612967 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16259] ppid=16200 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16259/stat : 16259 (java) S 16200 16203 1330 0 -1 1077944384 33 12830 0 0 0 0 5 2 20 0 15 0 49522979 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140265856402336 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16260] ppid=16200 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16260/stat : 16260 (java) S 16200 16203 1330 0 -1 1077944384 21 12830 0 0 0 0 5 2 20 0 15 0 49522979 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140265855349744 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16261] ppid=16200 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16261/stat : 16261 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522982 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140265854298320 140266873939867 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16262] ppid=16200 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/16203/task/16262/stat : 16262 (java) S 16200 16203 1330 0 -1 1077944384 909 12830 0 0 16 0 5 2 20 0 15 0 49522982 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140265853245936 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16263] ppid=16200 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/16203/task/16263/stat : 16263 (java) S 16200 16203 1330 0 -1 1077944384 789 12830 0 0 12 0 5 2 20 0 15 0 49522982 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140265852193392 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16264] ppid=16200 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/16203/task/16264/stat : 16264 (java) S 16200 16203 1330 0 -1 1077944384 1279 12830 0 0 23 0 5 2 20 0 15 0 49522982 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140265851136720 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16265] ppid=16200 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16265/stat : 16265 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522982 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140265850088544 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16266] ppid=16200 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16266/stat : 16266 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522986 14321057792 40250 18446744073709551615 4194304 4196468 140733556606240 140265849035056 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10104 s]
/proc/loadavg: 1.57 1.50 1.49 4/210 16266
/proc/meminfo: memFree=26817672/32770624 swapFree=0/510948
[pid=16203] ppid=16200 vsize=13997884 CPUtime=6.27 cores=0,2,4,6
/proc/16203/stat : 16203 (java) S 16200 16203 1330 0 -1 1077944320 34567 12830 0 0 604 16 5 2 20 0 15 0 49522955 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140733556588784 140266873921271 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
/proc/16203/statm: 3499471 67793 3441 1 0 3488085 0
[pid=16203/tid=16253] ppid=16200 vsize=13997884 CPUtime=2.85 cores=0,2,4,6
/proc/16203/task/16253/stat : 16253 (java) R 16200 16203 1330 0 -1 4202560 23482 12830 0 0 269 9 5 2 20 0 15 0 49522976 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140266878152088 140266468048972 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16254] ppid=16200 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16254/stat : 16254 (java) S 16200 16203 1330 0 -1 1077944384 36 12830 0 0 0 0 5 2 20 0 15 0 49522977 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140266793335568 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16255] ppid=16200 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16203/task/16255/stat : 16255 (java) S 16200 16203 1330 0 -1 1077944384 42 12830 0 0 1 0 5 2 20 0 15 0 49522977 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140266792283024 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16256] ppid=16200 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16203/task/16256/stat : 16256 (java) S 16200 16203 1330 0 -1 1077944384 180 12830 0 0 1 0 5 2 20 0 15 0 49522977 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140266791230480 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16257] ppid=16200 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16203/task/16257/stat : 16257 (java) S 16200 16203 1330 0 -1 1077944384 43 12830 0 0 1 0 5 2 20 0 15 0 49522977 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140266790177936 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16258] ppid=16200 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16203/task/16258/stat : 16258 (java) S 16200 16203 1330 0 -1 1077944384 612 12830 0 0 1 0 5 2 20 0 15 0 49522978 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140265857456112 140266873932418 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16259] ppid=16200 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16259/stat : 16259 (java) S 16200 16203 1330 0 -1 1077944384 55 12830 0 0 0 0 5 2 20 0 15 0 49522979 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140265856402400 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16260] ppid=16200 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16260/stat : 16260 (java) S 16200 16203 1330 0 -1 1077944384 43 12830 0 0 0 0 5 2 20 0 15 0 49522979 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140265855349760 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16261] ppid=16200 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16261/stat : 16261 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522982 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140265854298320 140266873939867 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16262] ppid=16200 vsize=13997884 CPUtime=1.07 cores=0,2,4,6
/proc/16203/task/16262/stat : 16262 (java) R 16200 16203 1330 0 -1 4202560 2080 12830 0 0 99 1 5 2 20 0 15 0 49522982 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140265853233312 140266858850684 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16263] ppid=16200 vsize=13997884 CPUtime=1.31 cores=0,2,4,6
/proc/16203/task/16263/stat : 16263 (java) R 16200 16203 1330 0 -1 4202560 2644 12830 0 0 123 1 5 2 20 0 15 0 49522982 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140265852178592 140266853585776 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16264] ppid=16200 vsize=13997884 CPUtime=1.12 cores=0,2,4,6
/proc/16203/task/16264/stat : 16264 (java) S 16200 16203 1330 0 -1 1077944384 3190 12830 0 0 104 1 5 2 20 0 15 0 49522982 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140265851140848 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16265] ppid=16200 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16265/stat : 16265 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522982 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140265850088544 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16266] ppid=16200 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16266/stat : 16266 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522986 14333833216 67793 18446744073709551615 4194304 4196468 140733556606240 140265849035056 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13997884

[startup+6.30074 s]
/proc/loadavg: 1.85 1.56 1.51 6/210 16266
/proc/meminfo: memFree=26573568/32770624 swapFree=0/510936
[pid=16203] ppid=16200 vsize=14001980 CPUtime=14.34 cores=0,2,4,6
/proc/16203/stat : 16203 (java) S 16200 16203 1330 0 -1 1077944320 59258 12830 0 0 1390 37 5 2 20 0 15 0 49522955 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140733556588784 140266873921271 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
/proc/16203/statm: 3500495 136066 3467 1 0 3489109 0
[pid=16203/tid=16253] ppid=16200 vsize=14001980 CPUtime=5.81 cores=0,2,4,6
/proc/16203/task/16253/stat : 16253 (java) R 16200 16203 1330 0 -1 4202560 29659 12830 0 0 560 14 5 2 20 0 15 0 49522976 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140266878155928 140266858001758 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16254] ppid=16200 vsize=14001980 CPUtime=0.25 cores=0,2,4,6
/proc/16203/task/16254/stat : 16254 (java) S 16200 16203 1330 0 -1 1077944384 124 12830 0 0 15 3 5 2 20 0 15 0 49522977 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140266793335568 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16255] ppid=16200 vsize=14001980 CPUtime=0.26 cores=0,2,4,6
/proc/16203/task/16255/stat : 16255 (java) S 16200 16203 1330 0 -1 1077944384 190 12830 0 0 16 3 5 2 20 0 15 0 49522977 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140266792283024 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16256] ppid=16200 vsize=14001980 CPUtime=0.27 cores=0,2,4,6
/proc/16203/task/16256/stat : 16256 (java) S 16200 16203 1330 0 -1 1077944384 703 12830 0 0 16 4 5 2 20 0 15 0 49522977 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140266791230480 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16257] ppid=16200 vsize=14001980 CPUtime=0.26 cores=0,2,4,6
/proc/16203/task/16257/stat : 16257 (java) S 16200 16203 1330 0 -1 1077944384 114 12830 0 0 16 3 5 2 20 0 15 0 49522977 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140266790177936 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16258] ppid=16200 vsize=14001980 CPUtime=0.12 cores=0,2,4,6
/proc/16203/task/16258/stat : 16258 (java) S 16200 16203 1330 0 -1 1077944384 2053 12830 0 0 5 0 5 2 20 0 15 0 49522978 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140265857456112 140266873932418 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16259] ppid=16200 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16259/stat : 16259 (java) S 16200 16203 1330 0 -1 1077944384 56 12830 0 0 0 0 5 2 20 0 15 0 49522979 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140265856402400 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16260] ppid=16200 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16260/stat : 16260 (java) S 16200 16203 1330 0 -1 1077944384 46 12830 0 0 0 0 5 2 20 0 15 0 49522979 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140265855349760 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16261] ppid=16200 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16261/stat : 16261 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522982 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140265854298320 140266873939867 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16262] ppid=16200 vsize=14001980 CPUtime=2.84 cores=0,2,4,6
/proc/16203/task/16262/stat : 16262 (java) S 16200 16203 1330 0 -1 1077944384 7753 12830 0 0 275 2 5 2 20 0 15 0 49522982 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140265853245936 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16263] ppid=16200 vsize=14001980 CPUtime=3.2 cores=0,2,4,6
/proc/16203/task/16263/stat : 16263 (java) S 16200 16203 1330 0 -1 1077944384 8181 12830 0 0 311 2 5 2 20 0 15 0 49522982 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140265852193392 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16264] ppid=16200 vsize=14001980 CPUtime=1.8 cores=0,2,4,6
/proc/16203/task/16264/stat : 16264 (java) S 16200 16203 1330 0 -1 1077944384 8211 12830 0 0 171 2 5 2 20 0 15 0 49522982 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140265851140848 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16265] ppid=16200 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16265/stat : 16265 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522982 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140265850088544 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16266] ppid=16200 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16266/stat : 16266 (java) S 16200 16203 1330 0 -1 1077944384 11 12830 0 0 0 0 5 2 20 0 15 0 49522986 14338027520 136066 18446744073709551615 4194304 4196468 140733556606240 140265849035056 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
Current children cumulated CPU time (s) 14.34
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.94 1.59 1.52 3/210 16266
/proc/meminfo: memFree=25590772/32770624 swapFree=0/510936
[pid=16203] ppid=16200 vsize=14069564 CPUtime=26.18 cores=0,2,4,6
/proc/16203/stat : 16203 (java) S 16200 16203 1330 0 -1 1077944320 71711 12830 0 0 2553 58 5 2 20 0 15 0 49522955 14407233536 353124 18446744073709551615 4194304 4196468 140733556606240 140733556588784 140266873921271 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
/proc/16203/statm: 3517391 353124 3477 1 0 3506005 0
[pid=16203/tid=16253] ppid=16200 vsize=14069564 CPUtime=12.08 cores=0,2,4,6
/proc/16203/task/16253/stat : 16253 (java) R 16200 16203 1330 0 -1 4202560 38462 12830 0 0 1175 26 5 2 20 0 15 0 49522976 14407233536 353124 18446744073709551615 4194304 4196468 140733556606240 140266878152280 140266488469163 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16254] ppid=16200 vsize=14069564 CPUtime=0.34 cores=0,2,4,6
/proc/16203/task/16254/stat : 16254 (java) S 16200 16203 1330 0 -1 1077944384 170 12830 0 0 22 5 5 2 20 0 15 0 49522977 14407233536 353124 18446744073709551615 4194304 4196468 140733556606240 140266793335568 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16255] ppid=16200 vsize=14069564 CPUtime=0.35 cores=0,2,4,6
/proc/16203/task/16255/stat : 16255 (java) S 16200 16203 1330 0 -1 1077944384 234 12830 0 0 23 5 5 2 20 0 15 0 49522977 14407233536 353124 18446744073709551615 4194304 4196468 140733556606240 140266792283024 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16256] ppid=16200 vsize=14069564 CPUtime=0.36 cores=0,2,4,6
/proc/16203/task/16256/stat : 16256 (java) S 16200 16203 1330 0 -1 1077944384 750 12830 0 0 23 6 5 2 20 0 15 0 49522977 14407233536 353124 18446744073709551615 4194304 4196468 140733556606240 140266791230480 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16257] ppid=16200 vsize=14069564 CPUtime=0.35 cores=0,2,4,6
/proc/16203/task/16257/stat : 16257 (java) S 16200 16203 1330 0 -1 1077944384 166 12830 0 0 23 5 5 2 20 0 15 0 49522977 14407233536 353124 18446744073709551615 4194304 4196468 140733556606240 140266790177936 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16258] ppid=16200 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/16203/task/16258/stat : 16258 (java) S 16200 16203 1330 0 -1 1077944384 2528 12830 0 0 6 0 5 2 20 0 15 0 49522978 14407233536 353124 18446744073709551615 4194304 4196468 140733556606240 140265857456112 140266873932418 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16259] ppid=16200 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16259/stat : 16259 (java) S 16200 16203 1330 0 -1 1077944384 56 12830 0 0 0 0 5 2 20 0 15 0 49522979 14407233536 353124 18446744073709551615 4194304 4196468 140733556606240 140265856402400 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16260] ppid=16200 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16260/stat : 16260 (java) S 16200 16203 1330 0 -1 1077944384 46 12830 0 0 0 0 5 2 20 0 15 0 49522979 14407233536 353124 18446744073709551615 4194304 4196468 140733556606240 140265855349760 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16261] ppid=16200 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16261/stat : 16261 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522982 14407233536 353124 18446744073709551615 4194304 4196468 140733556606240 140265854298320 140266873939867 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0

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

Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.49 1.52 1.48 3/211 16583
/proc/meminfo: memFree=26210544/32770624 swapFree=0/511408
[pid=16203] ppid=16200 vsize=14069564 CPUtime=2514.14 cores=0,2,4,6
/proc/16203/stat : 16203 (java) S 16200 16203 1330 0 -1 1077944320 572751 12830 0 0 250935 472 5 2 20 0 15 0 49522955 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140733556588784 140266873921271 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
/proc/16203/statm: 3517391 225683 3483 1 0 3506005 0
[pid=16203/tid=16253] ppid=16200 vsize=14069564 CPUtime=2415.41 cores=0,2,4,6
/proc/16203/task/16253/stat : 16253 (java) R 16200 16203 1330 0 -1 4202560 164492 12830 0 0 241440 94 5 2 20 0 15 0 49522976 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140266878155568 140266487991335 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16254] ppid=16200 vsize=14069564 CPUtime=16.57 cores=0,2,4,6
/proc/16203/task/16254/stat : 16254 (java) S 16200 16203 1330 0 -1 1077944384 26545 12830 0 0 1594 56 5 2 20 0 15 0 49522977 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140266793335568 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16255] ppid=16200 vsize=14069564 CPUtime=16.52 cores=0,2,4,6
/proc/16203/task/16255/stat : 16255 (java) S 16200 16203 1330 0 -1 1077944384 26550 12830 0 0 1591 54 5 2 20 0 15 0 49522977 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140266792283024 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16256] ppid=16200 vsize=14069564 CPUtime=16.6 cores=0,2,4,6
/proc/16203/task/16256/stat : 16256 (java) S 16200 16203 1330 0 -1 1077944384 24276 12830 0 0 1597 56 5 2 20 0 15 0 49522977 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140266791230480 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16257] ppid=16200 vsize=14069564 CPUtime=16.53 cores=0,2,4,6
/proc/16203/task/16257/stat : 16257 (java) S 16200 16203 1330 0 -1 1077944384 26500 12830 0 0 1589 57 5 2 20 0 15 0 49522977 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140266790177936 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16258] ppid=16200 vsize=14069564 CPUtime=7.48 cores=0,2,4,6
/proc/16203/task/16258/stat : 16258 (java) S 16200 16203 1330 0 -1 1077944384 16638 12830 0 0 657 84 5 2 20 0 15 0 49522978 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140265857456112 140266873932418 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16259] ppid=16200 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16259/stat : 16259 (java) S 16200 16203 1330 0 -1 1077944384 56 12830 0 0 0 0 5 2 20 0 15 0 49522979 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140265856402400 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16260] ppid=16200 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16260/stat : 16260 (java) S 16200 16203 1330 0 -1 1077944384 46 12830 0 0 0 0 5 2 20 0 15 0 49522979 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140265855349760 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16261] ppid=16200 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16261/stat : 16261 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522982 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140265854298320 140266873939867 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16262] ppid=16200 vsize=14069564 CPUtime=10.09 cores=0,2,4,6
/proc/16203/task/16262/stat : 16262 (java) S 16200 16203 1330 0 -1 1077944384 90287 12830 0 0 991 11 5 2 20 0 15 0 49522982 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140265853245936 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16263] ppid=16200 vsize=14069564 CPUtime=9.53 cores=0,2,4,6
/proc/16203/task/16263/stat : 16263 (java) S 16200 16203 1330 0 -1 1077944384 93813 12830 0 0 934 12 5 2 20 0 15 0 49522982 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140265852193392 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16264] ppid=16200 vsize=14069564 CPUtime=4.29 cores=0,2,4,6
/proc/16203/task/16264/stat : 16264 (java) S 16200 16203 1330 0 -1 1077944384 99444 12830 0 0 411 11 5 2 20 0 15 0 49522982 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140265851140848 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16265] ppid=16200 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16265/stat : 16265 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522982 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140265850088544 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16266] ppid=16200 vsize=14069564 CPUtime=1.64 cores=0,2,4,6
/proc/16203/task/16266/stat : 16266 (java) S 16200 16203 1330 0 -1 1077944384 1947 12830 0 0 72 85 5 2 20 0 15 0 49522986 14407233536 225683 18446744073709551615 4194304 4196468 140733556606240 140265849035056 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
Current children cumulated CPU time (s) 2514.14
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2448.1 s]
/proc/loadavg: 1.53 1.53 1.49 3/211 16584
/proc/meminfo: memFree=26244372/32770624 swapFree=0/511408
[pid=16203] ppid=16200 vsize=14069564 CPUtime=2520.08 cores=0,2,4,6
/proc/16203/stat : 16203 (java) S 16200 16203 1330 0 -1 1077944320 573175 12830 0 0 251528 473 5 2 20 0 15 0 49522955 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140733556588784 140266873921271 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
/proc/16203/statm: 3517391 223118 3483 1 0 3506005 0
[pid=16203/tid=16253] ppid=16200 vsize=14069564 CPUtime=2421.15 cores=0,2,4,6
/proc/16203/task/16253/stat : 16253 (java) R 16200 16203 1330 0 -1 4202560 164514 12830 0 0 242014 94 5 2 20 0 15 0 49522976 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140266878155680 140266487991502 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16254] ppid=16200 vsize=14069564 CPUtime=16.61 cores=0,2,4,6
/proc/16203/task/16254/stat : 16254 (java) S 16200 16203 1330 0 -1 1077944384 26633 12830 0 0 1598 56 5 2 20 0 15 0 49522977 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140266793335568 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16255] ppid=16200 vsize=14069564 CPUtime=16.56 cores=0,2,4,6
/proc/16203/task/16255/stat : 16255 (java) S 16200 16203 1330 0 -1 1077944384 26636 12830 0 0 1595 54 5 2 20 0 15 0 49522977 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140266792283024 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16256] ppid=16200 vsize=14069564 CPUtime=16.64 cores=0,2,4,6
/proc/16203/task/16256/stat : 16256 (java) S 16200 16203 1330 0 -1 1077944384 24382 12830 0 0 1601 56 5 2 20 0 15 0 49522977 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140266791230480 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16257] ppid=16200 vsize=14069564 CPUtime=16.57 cores=0,2,4,6
/proc/16203/task/16257/stat : 16257 (java) S 16200 16203 1330 0 -1 1077944384 26599 12830 0 0 1593 57 5 2 20 0 15 0 49522977 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140266790177936 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16258] ppid=16200 vsize=14069564 CPUtime=7.5 cores=0,2,4,6
/proc/16203/task/16258/stat : 16258 (java) S 16200 16203 1330 0 -1 1077944384 16657 12830 0 0 659 84 5 2 20 0 15 0 49522978 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140265857456112 140266873932418 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16259] ppid=16200 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16259/stat : 16259 (java) S 16200 16203 1330 0 -1 1077944384 56 12830 0 0 0 0 5 2 20 0 15 0 49522979 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140265856402400 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16260] ppid=16200 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16260/stat : 16260 (java) S 16200 16203 1330 0 -1 1077944384 46 12830 0 0 0 0 5 2 20 0 15 0 49522979 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140265855349760 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16261] ppid=16200 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16261/stat : 16261 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522982 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140265854298320 140266873939867 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16262] ppid=16200 vsize=14069564 CPUtime=10.1 cores=0,2,4,6
/proc/16203/task/16262/stat : 16262 (java) S 16200 16203 1330 0 -1 1077944384 90287 12830 0 0 992 11 5 2 20 0 15 0 49522982 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140265853245936 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16263] ppid=16200 vsize=14069564 CPUtime=9.53 cores=0,2,4,6
/proc/16203/task/16263/stat : 16263 (java) S 16200 16203 1330 0 -1 1077944384 93813 12830 0 0 934 12 5 2 20 0 15 0 49522982 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140265852193392 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16264] ppid=16200 vsize=14069564 CPUtime=4.29 cores=0,2,4,6
/proc/16203/task/16264/stat : 16264 (java) S 16200 16203 1330 0 -1 1077944384 99444 12830 0 0 411 11 5 2 20 0 15 0 49522982 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140265851140848 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16265] ppid=16200 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16265/stat : 16265 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 15 0 49522982 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140265850088544 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16266] ppid=16200 vsize=14069564 CPUtime=1.64 cores=0,2,4,6
/proc/16203/task/16266/stat : 16266 (java) S 16200 16203 1330 0 -1 1077944384 1951 12830 0 0 72 85 5 2 20 0 15 0 49522986 14407233536 223118 18446744073709551615 4194304 4196468 140733556606240 140265849035056 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
Current children cumulated CPU time (s) 2520.08
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 16203 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2448.4 s]
/proc/loadavg: 1.53 1.53 1.49 3/211 16584
/proc/meminfo: memFree=26244372/32770624 swapFree=0/511408
[pid=16203] ppid=16200 vsize=14202692 CPUtime=2521.16 cores=0,2,4,6
/proc/16203/stat : 16203 (java) S 16200 16203 1330 0 -1 1077944320 579242 12830 0 0 251635 474 5 2 20 0 17 0 49522955 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140733556588784 140266873921271 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
/proc/16203/statm: 3550673 226223 3484 1 0 3539287 0
[pid=16203/tid=16253] ppid=16200 vsize=14202692 CPUtime=2421.16 cores=0,2,4,6
/proc/16203/task/16253/stat : 16253 (java) S 16200 16203 1330 0 -1 1077944384 164804 12830 0 0 242015 94 5 2 20 0 17 0 49522976 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140266878158992 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16254] ppid=16200 vsize=14202692 CPUtime=16.86 cores=0,2,4,6
/proc/16203/task/16254/stat : 16254 (java) R 16200 16203 1330 0 -1 4202560 26664 12830 0 0 1623 56 5 2 20 0 17 0 49522977 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140266793335688 140266858621907 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16255] ppid=16200 vsize=14202692 CPUtime=16.83 cores=0,2,4,6
/proc/16203/task/16255/stat : 16255 (java) R 16200 16203 1330 0 -1 4202560 26640 12830 0 0 1621 55 5 2 20 0 17 0 49522977 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140266792283024 140266858910805 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16256] ppid=16200 vsize=14202692 CPUtime=16.9 cores=0,2,4,6
/proc/16203/task/16256/stat : 16256 (java) R 16200 16203 1330 0 -1 4202560 24394 12830 0 0 1627 56 5 2 20 0 17 0 49522977 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140266791230600 140266858621962 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16257] ppid=16200 vsize=14202692 CPUtime=16.84 cores=0,2,4,6
/proc/16203/task/16257/stat : 16257 (java) R 16200 16203 1330 0 -1 4202560 26605 12830 0 0 1619 58 5 2 20 0 17 0 49522977 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140266790177744 140266858621962 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16258] ppid=16200 vsize=14202692 CPUtime=7.52 cores=0,2,4,6
/proc/16203/task/16258/stat : 16258 (java) S 16200 16203 1330 0 -1 1077944384 22093 12830 0 0 661 84 5 2 20 0 17 0 49522978 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140265857454736 140266873931477 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16259] ppid=16200 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16259/stat : 16259 (java) S 16200 16203 1330 0 -1 1077944384 56 12830 0 0 0 0 5 2 20 0 17 0 49522979 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140265856402400 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16260] ppid=16200 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16260/stat : 16260 (java) S 16200 16203 1330 0 -1 1077944384 46 12830 0 0 0 0 5 2 20 0 17 0 49522979 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140265855349760 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16261] ppid=16200 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16261/stat : 16261 (java) S 16200 16203 1330 0 -1 1077944384 83 12830 0 0 0 0 5 2 20 0 17 0 49522982 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140265854298320 140266873939867 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16262] ppid=16200 vsize=14202692 CPUtime=10.1 cores=0,2,4,6
/proc/16203/task/16262/stat : 16262 (java) S 16200 16203 1330 0 -1 1077944384 90289 12830 0 0 992 11 5 2 20 0 17 0 49522982 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140265853245936 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16263] ppid=16200 vsize=14202692 CPUtime=9.53 cores=0,2,4,6
/proc/16203/task/16263/stat : 16263 (java) S 16200 16203 1330 0 -1 1077944384 93815 12830 0 0 934 12 5 2 20 0 17 0 49522982 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140265852193392 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16264] ppid=16200 vsize=14202692 CPUtime=4.29 cores=0,2,4,6
/proc/16203/task/16264/stat : 16264 (java) S 16200 16203 1330 0 -1 1077944384 99536 12830 0 0 411 11 5 2 20 0 17 0 49522982 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140265851140848 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16265] ppid=16200 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16265/stat : 16265 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 17 0 49522982 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140265850088544 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16266] ppid=16200 vsize=14202692 CPUtime=1.64 cores=0,2,4,6
/proc/16203/task/16266/stat : 16266 (java) S 16200 16203 1330 0 -1 1077944384 1951 12830 0 0 72 85 5 2 20 0 17 0 49522986 14543556608 226223 18446744073709551615 4194304 4196468 140733556606240 140265849035056 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
Current children cumulated CPU time (s) 2521.16
Current children cumulated vsize (KiB) 14202692

[startup+2448.8 s]
/proc/loadavg: 1.53 1.53 1.49 6/213 16586
/proc/meminfo: memFree=26232908/32770624 swapFree=0/511408
[pid=16203] ppid=16200 vsize=14202692 CPUtime=2522.54 cores=0,2,4,6
/proc/16203/stat : 16203 (java) S 16200 16203 1330 0 -1 1077944320 579314 12830 0 0 251773 474 5 2 20 0 17 0 49522955 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140733556588784 140266873921271 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
/proc/16203/statm: 3550673 225883 3484 1 0 3539287 0
[pid=16203/tid=16253] ppid=16200 vsize=14202692 CPUtime=2421.16 cores=0,2,4,6
/proc/16203/task/16253/stat : 16253 (java) S 16200 16203 1330 0 -1 1077944384 164806 12830 0 0 242015 94 5 2 20 0 17 0 49522976 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140266878158992 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16254] ppid=16200 vsize=14202692 CPUtime=17.2 cores=0,2,4,6
/proc/16203/task/16254/stat : 16254 (java) S 16200 16203 1330 0 -1 1077944384 26665 12830 0 0 1657 56 5 2 20 0 17 0 49522977 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140266793335568 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16255] ppid=16200 vsize=14202692 CPUtime=17.16 cores=0,2,4,6
/proc/16203/task/16255/stat : 16255 (java) S 16200 16203 1330 0 -1 1077944384 26641 12830 0 0 1654 55 5 2 20 0 17 0 49522977 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140266792283024 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16256] ppid=16200 vsize=14202692 CPUtime=17.22 cores=0,2,4,6
/proc/16203/task/16256/stat : 16256 (java) S 16200 16203 1330 0 -1 1077944384 24395 12830 0 0 1659 56 5 2 20 0 17 0 49522977 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140266791230480 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16257] ppid=16200 vsize=14202692 CPUtime=17.17 cores=0,2,4,6
/proc/16203/task/16257/stat : 16257 (java) S 16200 16203 1330 0 -1 1077944384 26606 12830 0 0 1652 58 5 2 20 0 17 0 49522977 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140266790177936 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16258] ppid=16200 vsize=14202692 CPUtime=7.59 cores=0,2,4,6
/proc/16203/task/16258/stat : 16258 (java) R 16200 16203 1330 0 -1 4202560 22153 12830 0 0 668 84 5 2 20 0 17 0 49522978 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140265857454400 140266859048608 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16259] ppid=16200 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16259/stat : 16259 (java) S 16200 16203 1330 0 -1 1077944384 58 12830 0 0 0 0 5 2 20 0 17 0 49522979 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140265856402032 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16260] ppid=16200 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16260/stat : 16260 (java) S 16200 16203 1330 0 -1 1077944384 49 12830 0 0 0 0 5 2 20 0 17 0 49522979 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140265855349760 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16261] ppid=16200 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16261/stat : 16261 (java) S 16200 16203 1330 0 -1 1077944384 83 12830 0 0 0 0 5 2 20 0 17 0 49522982 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140265854298320 140266873939867 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16262] ppid=16200 vsize=14202692 CPUtime=10.1 cores=0,2,4,6
/proc/16203/task/16262/stat : 16262 (java) S 16200 16203 1330 0 -1 1077944384 90289 12830 0 0 992 11 5 2 20 0 17 0 49522982 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140265853245936 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16263] ppid=16200 vsize=14202692 CPUtime=9.53 cores=0,2,4,6
/proc/16203/task/16263/stat : 16263 (java) S 16200 16203 1330 0 -1 1077944384 93815 12830 0 0 934 12 5 2 20 0 17 0 49522982 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140265852193392 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16264] ppid=16200 vsize=14202692 CPUtime=4.29 cores=0,2,4,6
/proc/16203/task/16264/stat : 16264 (java) S 16200 16203 1330 0 -1 1077944384 99536 12830 0 0 411 11 5 2 20 0 17 0 49522982 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140265851140848 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16265] ppid=16200 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16265/stat : 16265 (java) S 16200 16203 1330 0 -1 1077944384 3 12830 0 0 0 0 5 2 20 0 17 0 49522982 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140265850088544 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16266] ppid=16200 vsize=14202692 CPUtime=1.64 cores=0,2,4,6
/proc/16203/task/16266/stat : 16266 (java) S 16200 16203 1330 0 -1 1077944384 1951 12830 0 0 72 85 5 2 20 0 17 0 49522986 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140265849035056 140266873932418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16585] ppid=16200 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16585/stat : 16585 (java) S 16200 16203 1330 0 -1 1077944384 86 12830 0 0 0 0 5 2 20 0 17 0 49767766 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140265213636720 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
[pid=16203/tid=16586] ppid=16200 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/16203/task/16586/stat : 16586 (java) S 16200 16203 1330 0 -1 1077944384 25 12830 0 0 0 0 5 2 20 0 17 0 49767766 14543556608 225883 18446744073709551615 4194304 4196468 140733556606240 140265212584896 140266873931477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29626368 140733556611024 140733556613809 140733556613809 140733556617167 0
Current children cumulated CPU time (s) 2522.54
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2448.86
CPU time (s): 2522.68
CPU user time (s): 2517.9
CPU system time (s): 4.78135
CPU usage (%): 103.014
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.9
system time used= 4.78135
maximum resident set size= 2596992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 592274
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 214452
involuntary context switches= 7332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7563 second user time and 15.0913 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 19:22:57
IDJOB=4261854
IDBENCH=137243
IDSOLVER=2650
FILE ID=node125/4261854-1502473022
RUNJOBID= node125-1502411403-1394
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w3b2r8.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261854-1502473022/watcher-4261854-1502473022 -o /tmp/evaluation-result-4261854-1502473022/solver-4261854-1502473022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580  bin/concrete HOME/instance-4261854-1502473022.xml

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

MD5SUM BENCH= 2d1ea33805a592f1cc5486f43d894179
RANDOM SEED=196184871

node125.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.07
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.07
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.07
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.07
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:        26992296 kB
MemAvailable:   27771172 kB
Buffers:          257532 kB
Cached:           812436 kB
SwapCached:            0 kB
Active:          4814704 kB
Inactive:         535800 kB
Active(anon):    4281036 kB
Inactive(anon):    24908 kB
Active(file):     533668 kB
Inactive(file):   510892 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24176 kB
Writeback:             0 kB
AnonPages:       4280320 kB
Mapped:            55352 kB
Shmem:             25252 kB
Slab:             125616 kB
SReclaimable:     100300 kB
SUnreclaim:        25316 kB
KernelStack:        3456 kB
PageTables:        12932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4916056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4040704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-11 20:03:46