Trace number 4261859

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) 2521.3 2481.9099

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-15.xml
MD5SUM3d6808b330f5ae5835187fa3c31c3257
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size82
Distribution of domain sizes[{"size":48,"count":1},{"size":82,"count":141}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":94},{"degree":4,"count":47}]
Minimum constraint arity3
Maximum constraint arity141
Distribution of constraint arities[{"arity":3,"count":47},{"arity":48,"count":1},{"arity":141,"count":2}]
Number of extensional constraints47
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":47},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=28388
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.49 1.49 1.47 3/194 28391
/proc/meminfo: memFree=30723984/32770624 swapFree=0/312704
[pid=28391] ppid=28388 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28391/stat : 28391 (runsolver) D 28388 28391 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 49112300 24240128 107 18446744073709551615 4194304 4338465 140729160946032 140729160943672 140546704151255 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 29261824 140729160954064 140729160954441 140729160954441 140729160957898 0
/proc/28391/statm: 5918 107 54 36 0 2156 0

[startup+0.100112 s]
/proc/loadavg: 1.49 1.49 1.47 3/194 28391
/proc/meminfo: memFree=30723984/32770624 swapFree=0/312704
[pid=28391] ppid=28388 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/28391/stat : 28391 (bash) S 28388 28391 16548 0 -1 4202496 716 3531 0 0 0 0 0 0 20 0 1 0 49112300 9736192 355 18446744073709551615 4194304 5098028 140729857758448 140729857756088 139769930361856 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 22745088 140729857765908 140729857765993 140729857765993 140729857769450 0
/proc/28391/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200215 s]
/proc/loadavg: 1.49 1.49 1.47 3/194 28391
/proc/meminfo: memFree=30723984/32770624 swapFree=0/312704
[pid=28391] ppid=28388 vsize=356956 CPUtime=0.07 cores=1,3,5,7
/proc/28391/stat : 28391 (java) S 28388 28391 16548 0 -1 1077944320 2595 12477 0 0 0 0 4 3 20 0 2 0 49112300 365522944 1883 18446744073709551615 4194304 4196468 140733532231776 140733532214320 139987880591095 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
/proc/28391/statm: 89239 1947 1089 1 0 79209 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 356956

[startup+0.30022 s]
/proc/loadavg: 1.49 1.49 1.47 3/194 28391
/proc/meminfo: memFree=30723984/32770624 swapFree=0/312704
[pid=28391] ppid=28388 vsize=13974124 CPUtime=0.15 cores=1,3,5,7
/proc/28391/stat : 28391 (java) S 28388 28391 16548 0 -1 1077944320 6097 12477 0 0 7 1 4 3 20 0 15 0 49112300 14309502976 6778 18446744073709551615 4194304 4196468 140733532231776 140733532214320 139987880591095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
/proc/28391/statm: 3493531 6778 2754 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13974124

[startup+0.700272 s]
/proc/loadavg: 1.49 1.49 1.47 3/194 28391
/proc/meminfo: memFree=30723984/32770624 swapFree=0/312704
[pid=28391] ppid=28388 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/28391/stat : 28391 (java) S 28388 28391 16548 0 -1 1077944320 14020 12477 0 0 59 5 4 3 20 0 15 0 49112300 14310178816 14935 18446744073709551615 4194304 4196468 140733532231776 140733532214320 139987880591095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
/proc/28391/statm: 3493696 14935 3106 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50304 s]
/proc/loadavg: 1.53 1.49 1.47 4/209 28454
/proc/meminfo: memFree=30613128/32770624 swapFree=0/312764
[pid=28391] ppid=28388 vsize=13985408 CPUtime=1.94 cores=1,3,5,7
/proc/28391/stat : 28391 (java) S 28388 28391 16548 0 -1 1077944320 29782 12477 0 0 177 10 4 3 20 0 15 0 49112300 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 140733532214320 139987880591095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
/proc/28391/statm: 3496352 42722 3364 1 0 3485525 0
[pid=28391/tid=28441] ppid=28388 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/28391/task/28441/stat : 28441 (java) R 28388 28391 16548 0 -1 4202560 22584 12477 0 0 116 7 4 3 20 0 15 0 49112319 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987884804800 139987862229150 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28442] ppid=28388 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28391/task/28442/stat : 28442 (java) S 28388 28391 16548 0 -1 1077944384 54 12477 0 0 1 0 4 3 20 0 15 0 49112320 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987822536976 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28443] ppid=28388 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28391/task/28443/stat : 28443 (java) S 28388 28391 16548 0 -1 1077944384 55 12477 0 0 1 0 4 3 20 0 15 0 49112320 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987821484432 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28444] ppid=28388 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28444/stat : 28444 (java) S 28388 28391 16548 0 -1 1077944384 198 12477 0 0 0 0 4 3 20 0 15 0 49112320 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987820431888 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28445] ppid=28388 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28391/task/28445/stat : 28445 (java) S 28388 28391 16548 0 -1 1077944384 54 12477 0 0 1 0 4 3 20 0 15 0 49112320 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987819379344 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28446] ppid=28388 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28391/task/28446/stat : 28446 (java) S 28388 28391 16548 0 -1 1077944384 1496 12477 0 0 1 0 4 3 20 0 15 0 49112321 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987426359792 139987880602242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28447] ppid=28388 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28447/stat : 28447 (java) S 28388 28391 16548 0 -1 1077944384 55 12477 0 0 0 0 4 3 20 0 15 0 49112322 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987425306016 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28448] ppid=28388 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28448/stat : 28448 (java) S 28388 28391 16548 0 -1 1077944384 43 12477 0 0 0 0 4 3 20 0 15 0 49112322 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987424253424 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28449] ppid=28388 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28449/stat : 28449 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 15 0 49112325 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987423202000 139987880609691 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28450] ppid=28388 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/28391/task/28450/stat : 28450 (java) S 28388 28391 16548 0 -1 1077944384 869 12477 0 0 13 0 4 3 20 0 15 0 49112325 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987422148592 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28451] ppid=28388 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/28391/task/28451/stat : 28451 (java) S 28388 28391 16548 0 -1 1077944384 803 12477 0 0 16 0 4 3 20 0 15 0 49112325 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987421096048 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28452] ppid=28388 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/28391/task/28452/stat : 28452 (java) S 28388 28391 16548 0 -1 1077944384 1404 12477 0 0 23 0 4 3 20 0 15 0 49112325 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987420043504 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28453] ppid=28388 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28453/stat : 28453 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 15 0 49112325 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987418991200 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28454] ppid=28388 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28454/stat : 28454 (java) S 28388 28391 16548 0 -1 1077944384 6 12477 0 0 0 0 4 3 20 0 15 0 49112328 14321057792 42722 18446744073709551615 4194304 4196468 140733532231776 139987417938736 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10108 s]
/proc/loadavg: 1.53 1.49 1.47 4/209 28454
/proc/meminfo: memFree=30543692/32770624 swapFree=0/312764
[pid=28391] ppid=28388 vsize=13997884 CPUtime=5.39 cores=1,3,5,7
/proc/28391/stat : 28391 (java) S 28388 28391 16548 0 -1 1077944320 48017 12477 0 0 514 18 4 3 20 0 15 0 49112300 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 140733532214320 139987880591095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
/proc/28391/statm: 3499471 76049 3458 1 0 3488085 0
[pid=28391/tid=28441] ppid=28388 vsize=13997884 CPUtime=2.86 cores=1,3,5,7
/proc/28391/task/28441/stat : 28441 (java) R 28388 28391 16548 0 -1 4202560 35614 12477 0 0 268 11 4 3 20 0 15 0 49112319 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987884797440 139987865756750 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28442] ppid=28388 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28391/task/28442/stat : 28442 (java) S 28388 28391 16548 0 -1 1077944384 73 12477 0 0 2 0 4 3 20 0 15 0 49112320 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987822536976 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28443] ppid=28388 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28391/task/28443/stat : 28443 (java) S 28388 28391 16548 0 -1 1077944384 66 12477 0 0 2 0 4 3 20 0 15 0 49112320 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987821484432 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28444] ppid=28388 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28391/task/28444/stat : 28444 (java) S 28388 28391 16548 0 -1 1077944384 232 12477 0 0 2 0 4 3 20 0 15 0 49112320 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987820431888 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28445] ppid=28388 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28391/task/28445/stat : 28445 (java) S 28388 28391 16548 0 -1 1077944384 154 12477 0 0 2 0 4 3 20 0 15 0 49112320 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987819379344 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28446] ppid=28388 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28391/task/28446/stat : 28446 (java) S 28388 28391 16548 0 -1 1077944384 1671 12477 0 0 1 0 4 3 20 0 15 0 49112321 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987426359792 139987880602242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28447] ppid=28388 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28447/stat : 28447 (java) S 28388 28391 16548 0 -1 1077944384 55 12477 0 0 0 0 4 3 20 0 15 0 49112322 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987425306080 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28448] ppid=28388 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28448/stat : 28448 (java) S 28388 28391 16548 0 -1 1077944384 43 12477 0 0 0 0 4 3 20 0 15 0 49112322 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987424253440 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28449] ppid=28388 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28449/stat : 28449 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 15 0 49112325 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987423202000 139987880609691 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28450] ppid=28388 vsize=13997884 CPUtime=0.81 cores=1,3,5,7
/proc/28391/task/28450/stat : 28450 (java) S 28388 28391 16548 0 -1 1077944384 2437 12477 0 0 73 1 4 3 20 0 15 0 49112325 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987422148592 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28451] ppid=28388 vsize=13997884 CPUtime=0.85 cores=1,3,5,7
/proc/28391/task/28451/stat : 28451 (java) S 28388 28391 16548 0 -1 1077944384 2151 12477 0 0 77 1 4 3 20 0 15 0 49112325 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987421096048 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28452] ppid=28388 vsize=13997884 CPUtime=0.91 cores=1,3,5,7
/proc/28391/task/28452/stat : 28452 (java) S 28388 28391 16548 0 -1 1077944384 3352 12477 0 0 83 1 4 3 20 0 15 0 49112325 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987420043504 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28453] ppid=28388 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28453/stat : 28453 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 15 0 49112325 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987418991200 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28454] ppid=28388 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28454/stat : 28454 (java) S 28388 28391 16548 0 -1 1077944384 8 12477 0 0 0 0 4 3 20 0 15 0 49112328 14333833216 76049 18446744073709551615 4194304 4196468 140733532231776 139987417938736 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 13997884

[startup+6.30066 s]
/proc/loadavg: 1.57 1.50 1.47 4/209 28454
/proc/meminfo: memFree=30277476/32770624 swapFree=0/312772
[pid=28391] ppid=28388 vsize=13999932 CPUtime=10.94 cores=1,3,5,7
/proc/28391/stat : 28391 (java) S 28388 28391 16548 0 -1 1077944320 52781 12477 0 0 1059 28 4 3 20 0 15 0 49112300 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 140733532214320 139987880591095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
/proc/28391/statm: 3499983 115616 3462 1 0 3488597 0
[pid=28391/tid=28441] ppid=28388 vsize=13999932 CPUtime=6.01 cores=1,3,5,7
/proc/28391/task/28441/stat : 28441 (java) R 28388 28391 16548 0 -1 4202560 37602 12477 0 0 581 13 4 3 20 0 15 0 49112319 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987884822640 139987508043780 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28442] ppid=28388 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/28391/task/28442/stat : 28442 (java) S 28388 28391 16548 0 -1 1077944384 110 12477 0 0 5 1 4 3 20 0 15 0 49112320 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987822536976 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28443] ppid=28388 vsize=13999932 CPUtime=0.14 cores=1,3,5,7
/proc/28391/task/28443/stat : 28443 (java) S 28388 28391 16548 0 -1 1077944384 104 12477 0 0 5 2 4 3 20 0 15 0 49112320 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987821484432 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28444] ppid=28388 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/28391/task/28444/stat : 28444 (java) S 28388 28391 16548 0 -1 1077944384 258 12477 0 0 4 2 4 3 20 0 15 0 49112320 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987820431888 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28445] ppid=28388 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/28391/task/28445/stat : 28445 (java) S 28388 28391 16548 0 -1 1077944384 182 12477 0 0 4 1 4 3 20 0 15 0 49112320 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987819379344 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28446] ppid=28388 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/28391/task/28446/stat : 28446 (java) S 28388 28391 16548 0 -1 1077944384 1793 12477 0 0 2 0 4 3 20 0 15 0 49112321 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987426359792 139987880602242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28447] ppid=28388 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28447/stat : 28447 (java) S 28388 28391 16548 0 -1 1077944384 55 12477 0 0 0 0 4 3 20 0 15 0 49112322 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987425306080 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28448] ppid=28388 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28448/stat : 28448 (java) S 28388 28391 16548 0 -1 1077944384 43 12477 0 0 0 0 4 3 20 0 15 0 49112322 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987424253440 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28449] ppid=28388 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28449/stat : 28449 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 15 0 49112325 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987423202000 139987880609691 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28450] ppid=28388 vsize=13999932 CPUtime=1.72 cores=1,3,5,7
/proc/28391/task/28450/stat : 28450 (java) S 28388 28391 16548 0 -1 1077944384 2711 12477 0 0 162 3 4 3 20 0 15 0 49112325 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987422148592 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28451] ppid=28388 vsize=13999932 CPUtime=1.87 cores=1,3,5,7
/proc/28391/task/28451/stat : 28451 (java) S 28388 28391 16548 0 -1 1077944384 3894 12477 0 0 179 1 4 3 20 0 15 0 49112325 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987421096048 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28452] ppid=28388 vsize=13999932 CPUtime=1.2 cores=1,3,5,7
/proc/28391/task/28452/stat : 28452 (java) S 28388 28391 16548 0 -1 1077944384 3857 12477 0 0 112 1 4 3 20 0 15 0 49112325 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987420043504 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28453] ppid=28388 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28453/stat : 28453 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 15 0 49112325 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987418991200 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28454] ppid=28388 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28454/stat : 28454 (java) S 28388 28391 16548 0 -1 1077944384 11 12477 0 0 0 0 4 3 20 0 15 0 49112328 14335930368 115616 18446744073709551615 4194304 4196468 140733532231776 139987417938736 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
Current children cumulated CPU time (s) 10.94
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.52 1.49 1.47 4/209 28454
/proc/meminfo: memFree=29770144/32770624 swapFree=0/312768
[pid=28391] ppid=28388 vsize=14069564 CPUtime=24.5 cores=1,3,5,7
/proc/28391/stat : 28391 (java) S 28388 28391 16548 0 -1 1077944320 80722 12477 0 0 2397 46 4 3 20 0 15 0 49112300 14407233536 240141 18446744073709551615 4194304 4196468 140733532231776 140733532214320 139987880591095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
/proc/28391/statm: 3517391 240141 3476 1 0 3506005 0
[pid=28391/tid=28441] ppid=28388 vsize=14069564 CPUtime=12.27 cores=1,3,5,7
/proc/28391/task/28441/stat : 28441 (java) R 28388 28391 16548 0 -1 4202560 45383 12477 0 0 1200 20 4 3 20 0 15 0 49112319 14407233536 240141 18446744073709551615 4194304 4196468 140733532231776 139987884822744 139987497810286 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28442] ppid=28388 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/28391/task/28442/stat : 28442 (java) S 28388 28391 16548 0 -1 1077944384 254 12477 0 0 11 3 4 3 20 0 15 0 49112320 14407233536 240141 18446744073709551615 4194304 4196468 140733532231776 139987822536976 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28443] ppid=28388 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/28391/task/28443/stat : 28443 (java) S 28388 28391 16548 0 -1 1077944384 650 12477 0 0 12 4 4 3 20 0 15 0 49112320 14407233536 240141 18446744073709551615 4194304 4196468 140733532231776 139987821484432 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28444] ppid=28388 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/28391/task/28444/stat : 28444 (java) S 28388 28391 16548 0 -1 1077944384 422 12477 0 0 11 4 4 3 20 0 15 0 49112320 14407233536 240141 18446744073709551615 4194304 4196468 140733532231776 139987820431888 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28445] ppid=28388 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/28391/task/28445/stat : 28445 (java) S 28388 28391 16548 0 -1 1077944384 1040 12477 0 0 12 3 4 3 20 0 15 0 49112320 14407233536 240141 18446744073709551615 4194304 4196468 140733532231776 139987819379344 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28446] ppid=28388 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/28391/task/28446/stat : 28446 (java) S 28388 28391 16548 0 -1 1077944384 2840 12477 0 0 5 0 4 3 20 0 15 0 49112321 14407233536 240141 18446744073709551615 4194304 4196468 140733532231776 139987426359792 139987880602242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28447] ppid=28388 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28447/stat : 28447 (java) S 28388 28391 16548 0 -1 1077944384 55 12477 0 0 0 0 4 3 20 0 15 0 49112322 14407233536 240141 18446744073709551615 4194304 4196468 140733532231776 139987425306080 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28448] ppid=28388 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28448/stat : 28448 (java) S 28388 28391 16548 0 -1 1077944384 43 12477 0 0 0 0 4 3 20 0 15 0 49112322 14407233536 240141 18446744073709551615 4194304 4196468 140733532231776 139987424253440 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28449] ppid=28388 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28449/stat : 28449 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 15 0 49112325 14407233536 240141 18446744073709551615 4194304 4196468 140733532231776 139987423202000 139987880609691 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0

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

/proc/28391/task/28444/stat : 28444 (java) S 28388 28391 16548 0 -1 1077944384 28332 12477 0 0 754 57 4 3 20 0 15 0 49112320 14407233536 735695 18446744073709551615 4194304 4196468 140733532231776 139987820431888 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28445] ppid=28388 vsize=14069564 CPUtime=8.18 cores=1,3,5,7
/proc/28391/task/28445/stat : 28445 (java) S 28388 28391 16548 0 -1 1077944384 21870 12477 0 0 754 57 4 3 20 0 15 0 49112320 14407233536 735695 18446744073709551615 4194304 4196468 140733532231776 139987819379344 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28446] ppid=28388 vsize=14069564 CPUtime=1.25 cores=1,3,5,7
/proc/28391/task/28446/stat : 28446 (java) S 28388 28391 16548 0 -1 1077944384 43515 12477 0 0 93 25 4 3 20 0 15 0 49112321 14407233536 735695 18446744073709551615 4194304 4196468 140733532231776 139987426359792 139987880602242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28447] ppid=28388 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28447/stat : 28447 (java) S 28388 28391 16548 0 -1 1077944384 55 12477 0 0 0 0 4 3 20 0 15 0 49112322 14407233536 735695 18446744073709551615 4194304 4196468 140733532231776 139987425306080 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28448] ppid=28388 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28448/stat : 28448 (java) S 28388 28391 16548 0 -1 1077944384 43 12477 0 0 0 0 4 3 20 0 15 0 49112322 14407233536 735695 18446744073709551615 4194304 4196468 140733532231776 139987424253440 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28449] ppid=28388 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28449/stat : 28449 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 15 0 49112325 14407233536 735695 18446744073709551615 4194304 4196468 140733532231776 139987423202000 139987880609691 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28450] ppid=28388 vsize=14069564 CPUtime=5.49 cores=1,3,5,7
/proc/28391/task/28450/stat : 28450 (java) S 28388 28391 16548 0 -1 1077944384 17671 12477 0 0 538 4 4 3 20 0 15 0 49112325 14407233536 735695 18446744073709551615 4194304 4196468 140733532231776 139987422148592 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28451] ppid=28388 vsize=14069564 CPUtime=5.93 cores=1,3,5,7
/proc/28391/task/28451/stat : 28451 (java) S 28388 28391 16548 0 -1 1077944384 17976 12477 0 0 582 4 4 3 20 0 15 0 49112325 14407233536 735695 18446744073709551615 4194304 4196468 140733532231776 139987421096048 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28452] ppid=28388 vsize=14069564 CPUtime=2 cores=1,3,5,7
/proc/28391/task/28452/stat : 28452 (java) S 28388 28391 16548 0 -1 1077944384 16898 12477 0 0 190 3 4 3 20 0 15 0 49112325 14407233536 735695 18446744073709551615 4194304 4196468 140733532231776 139987420043504 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28453] ppid=28388 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28453/stat : 28453 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 15 0 49112325 14407233536 735695 18446744073709551615 4194304 4196468 140733532231776 139987418991200 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28454] ppid=28388 vsize=14069564 CPUtime=1.5 cores=1,3,5,7
/proc/28391/task/28454/stat : 28454 (java) S 28388 28391 16548 0 -1 1077944384 1655 12477 0 0 59 84 4 3 20 0 15 0 49112328 14407233536 735695 18446744073709551615 4194304 4196468 140733532231776 139987417938736 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
Current children cumulated CPU time (s) 2480.41
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.5 s]
/proc/loadavg: 1.48 1.45 1.49 3/213 28763
/proc/meminfo: memFree=25253404/32770624 swapFree=0/313696
[pid=28391] ppid=28388 vsize=14069564 CPUtime=2520.04 cores=1,3,5,7
/proc/28391/stat : 28391 (java) S 28388 28391 16548 0 -1 1077944320 449484 12477 0 0 251526 471 4 3 20 0 15 0 49112300 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 140733532214320 139987880591095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
/proc/28391/statm: 3517391 715701 3480 1 0 3506005 0
[pid=28391/tid=28441] ppid=28388 vsize=14069564 CPUtime=2471.03 cores=1,3,5,7
/proc/28391/task/28441/stat : 28441 (java) R 28388 28391 16548 0 -1 4202560 243550 12477 0 0 246961 135 4 3 20 0 15 0 49112319 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987884825264 139987511936457 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28442] ppid=28388 vsize=14069564 CPUtime=8.33 cores=1,3,5,7
/proc/28391/task/28442/stat : 28442 (java) S 28388 28391 16548 0 -1 1077944384 29603 12477 0 0 767 59 4 3 20 0 15 0 49112320 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987822536976 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28443] ppid=28388 vsize=14069564 CPUtime=8.34 cores=1,3,5,7
/proc/28391/task/28443/stat : 28443 (java) S 28388 28391 16548 0 -1 1077944384 26016 12477 0 0 769 58 4 3 20 0 15 0 49112320 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987821484432 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28444] ppid=28388 vsize=14069564 CPUtime=8.32 cores=1,3,5,7
/proc/28391/task/28444/stat : 28444 (java) S 28388 28391 16548 0 -1 1077944384 28385 12477 0 0 768 57 4 3 20 0 15 0 49112320 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987820431888 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28445] ppid=28388 vsize=14069564 CPUtime=8.32 cores=1,3,5,7
/proc/28391/task/28445/stat : 28445 (java) S 28388 28391 16548 0 -1 1077944384 21921 12477 0 0 768 57 4 3 20 0 15 0 49112320 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987819379344 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28446] ppid=28388 vsize=14069564 CPUtime=1.27 cores=1,3,5,7
/proc/28391/task/28446/stat : 28446 (java) S 28388 28391 16548 0 -1 1077944384 43527 12477 0 0 95 25 4 3 20 0 15 0 49112321 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987426359792 139987880602242 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28447] ppid=28388 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28447/stat : 28447 (java) S 28388 28391 16548 0 -1 1077944384 55 12477 0 0 0 0 4 3 20 0 15 0 49112322 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987425306080 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28448] ppid=28388 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28448/stat : 28448 (java) S 28388 28391 16548 0 -1 1077944384 43 12477 0 0 0 0 4 3 20 0 15 0 49112322 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987424253440 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28449] ppid=28388 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28449/stat : 28449 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 15 0 49112325 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987423202000 139987880609691 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28450] ppid=28388 vsize=14069564 CPUtime=5.49 cores=1,3,5,7
/proc/28391/task/28450/stat : 28450 (java) S 28388 28391 16548 0 -1 1077944384 17678 12477 0 0 538 4 4 3 20 0 15 0 49112325 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987422148592 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28451] ppid=28388 vsize=14069564 CPUtime=5.93 cores=1,3,5,7
/proc/28391/task/28451/stat : 28451 (java) S 28388 28391 16548 0 -1 1077944384 17979 12477 0 0 582 4 4 3 20 0 15 0 49112325 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987421096048 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28452] ppid=28388 vsize=14069564 CPUtime=2 cores=1,3,5,7
/proc/28391/task/28452/stat : 28452 (java) S 28388 28391 16548 0 -1 1077944384 16902 12477 0 0 190 3 4 3 20 0 15 0 49112325 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987420043504 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28453] ppid=28388 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28453/stat : 28453 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 15 0 49112325 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987418991200 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28454] ppid=28388 vsize=14069564 CPUtime=1.53 cores=1,3,5,7
/proc/28391/task/28454/stat : 28454 (java) S 28388 28391 16548 0 -1 1077944384 1664 12477 0 0 61 85 4 3 20 0 15 0 49112328 14407233536 715701 18446744073709551615 4194304 4196468 140733532231776 139987417938736 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
Current children cumulated CPU time (s) 2520.04
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 28391 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2481.61 s]
/proc/loadavg: 1.52 1.46 1.50 6/215 28766
/proc/meminfo: memFree=25254672/32770624 swapFree=0/313696
[pid=28391] ppid=28388 vsize=14202692 CPUtime=2520.39 cores=1,3,5,7
/proc/28391/stat : 28391 (java) S 28388 28391 16548 0 -1 1077944320 458259 12477 0 0 251560 472 4 3 20 0 17 0 49112300 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 140733532214320 139987880591095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
/proc/28391/statm: 3550673 715244 3481 1 0 3539287 0
[pid=28391/tid=28441] ppid=28388 vsize=14202692 CPUtime=2471.04 cores=1,3,5,7
/proc/28391/task/28441/stat : 28441 (java) S 28388 28391 16548 0 -1 1077944384 244286 12477 0 0 246962 135 4 3 20 0 17 0 49112319 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987884828816 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28442] ppid=28388 vsize=14202692 CPUtime=8.4 cores=1,3,5,7
/proc/28391/task/28442/stat : 28442 (java) R 28388 28391 16548 0 -1 4202560 29693 12477 0 0 774 59 4 3 20 0 17 0 49112320 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987822537176 139987865291728 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28443] ppid=28388 vsize=14202692 CPUtime=8.42 cores=1,3,5,7
/proc/28391/task/28443/stat : 28443 (java) R 28388 28391 16548 0 -1 4202560 26159 12477 0 0 777 58 4 3 20 0 17 0 49112320 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987821484432 139987865587521 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28444] ppid=28388 vsize=14202692 CPUtime=8.41 cores=1,3,5,7
/proc/28391/task/28444/stat : 28444 (java) R 28388 28391 16548 0 -1 4202560 29081 12477 0 0 776 58 4 3 20 0 17 0 49112320 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987820432088 139987862200850 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28445] ppid=28388 vsize=14202692 CPUtime=8.4 cores=1,3,5,7
/proc/28391/task/28445/stat : 28445 (java) R 28388 28391 16548 0 -1 4202560 22152 12477 0 0 776 57 4 3 20 0 17 0 49112320 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987819379344 139987865587476 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28446] ppid=28388 vsize=14202692 CPUtime=1.29 cores=1,3,5,7
/proc/28391/task/28446/stat : 28446 (java) S 28388 28391 16548 0 -1 1077944384 49078 12477 0 0 97 25 4 3 20 0 17 0 49112321 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987426358416 139987880601301 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28447] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28447/stat : 28447 (java) S 28388 28391 16548 0 -1 1077944384 55 12477 0 0 0 0 4 3 20 0 17 0 49112322 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987425306080 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28448] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28448/stat : 28448 (java) S 28388 28391 16548 0 -1 1077944384 43 12477 0 0 0 0 4 3 20 0 17 0 49112322 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987424253440 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28449] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28449/stat : 28449 (java) S 28388 28391 16548 0 -1 1077944384 249 12477 0 0 0 0 4 3 20 0 17 0 49112325 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987423202000 139987880609691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28450] ppid=28388 vsize=14202692 CPUtime=5.5 cores=1,3,5,7
/proc/28391/task/28450/stat : 28450 (java) S 28388 28391 16548 0 -1 1077944384 18387 12477 0 0 538 5 4 3 20 0 17 0 49112325 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987422148592 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28451] ppid=28388 vsize=14202692 CPUtime=5.93 cores=1,3,5,7
/proc/28391/task/28451/stat : 28451 (java) S 28388 28391 16548 0 -1 1077944384 17979 12477 0 0 582 4 4 3 20 0 17 0 49112325 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987421096048 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28452] ppid=28388 vsize=14202692 CPUtime=2 cores=1,3,5,7
/proc/28391/task/28452/stat : 28452 (java) S 28388 28391 16548 0 -1 1077944384 16902 12477 0 0 190 3 4 3 20 0 17 0 49112325 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987420043504 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28453] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28453/stat : 28453 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 17 0 49112325 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987418991200 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28454] ppid=28388 vsize=14202692 CPUtime=1.53 cores=1,3,5,7
/proc/28391/task/28454/stat : 28454 (java) S 28388 28391 16548 0 -1 1077944384 1664 12477 0 0 61 85 4 3 20 0 17 0 49112328 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987417938736 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28765] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28765/stat : 28765 (java) S 28388 28391 16548 0 -1 1077944384 344 12477 0 0 0 0 4 3 20 0 17 0 49360451 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987318108784 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28766] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28766/stat : 28766 (java) S 28388 28391 16548 0 -1 1077944384 27 12477 0 0 0 0 4 3 20 0 17 0 49360451 14543556608 715244 18446744073709551615 4194304 4196468 140733532231776 139987317056960 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
Current children cumulated CPU time (s) 2520.39
Current children cumulated vsize (KiB) 14202692

[startup+2481.8 s]
/proc/loadavg: 1.52 1.46 1.50 6/215 28766
/proc/meminfo: memFree=25254672/32770624 swapFree=0/313696
[pid=28391] ppid=28388 vsize=14202692 CPUtime=2521 cores=1,3,5,7
/proc/28391/stat : 28391 (java) S 28388 28391 16548 0 -1 1077944320 458817 12477 0 0 251621 472 4 3 20 0 17 0 49112300 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 140733532214320 139987880591095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
/proc/28391/statm: 3550673 710755 3481 1 0 3539287 0
[pid=28391/tid=28441] ppid=28388 vsize=14202692 CPUtime=2471.04 cores=1,3,5,7
/proc/28391/task/28441/stat : 28441 (java) S 28388 28391 16548 0 -1 1077944384 244287 12477 0 0 246962 135 4 3 20 0 17 0 49112319 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987884828816 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28442] ppid=28388 vsize=14202692 CPUtime=8.54 cores=1,3,5,7
/proc/28391/task/28442/stat : 28442 (java) S 28388 28391 16548 0 -1 1077944384 29693 12477 0 0 788 59 4 3 20 0 17 0 49112320 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987822536976 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28443] ppid=28388 vsize=14202692 CPUtime=8.56 cores=1,3,5,7
/proc/28391/task/28443/stat : 28443 (java) S 28388 28391 16548 0 -1 1077944384 26159 12477 0 0 791 58 4 3 20 0 17 0 49112320 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987821484432 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28444] ppid=28388 vsize=14202692 CPUtime=8.55 cores=1,3,5,7
/proc/28391/task/28444/stat : 28444 (java) S 28388 28391 16548 0 -1 1077944384 29081 12477 0 0 790 58 4 3 20 0 17 0 49112320 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987820431888 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28445] ppid=28388 vsize=14202692 CPUtime=8.54 cores=1,3,5,7
/proc/28391/task/28445/stat : 28445 (java) S 28388 28391 16548 0 -1 1077944384 22152 12477 0 0 790 57 4 3 20 0 17 0 49112320 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987819379344 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28446] ppid=28388 vsize=14202692 CPUtime=1.33 cores=1,3,5,7
/proc/28391/task/28446/stat : 28446 (java) R 28388 28391 16548 0 -1 4202560 49633 12477 0 0 101 25 4 3 20 0 17 0 49112321 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987426358192 139987864945656 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28447] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28447/stat : 28447 (java) S 28388 28391 16548 0 -1 1077944384 56 12477 0 0 0 0 4 3 20 0 17 0 49112322 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987425305984 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28448] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28448/stat : 28448 (java) S 28388 28391 16548 0 -1 1077944384 43 12477 0 0 0 0 4 3 20 0 17 0 49112322 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987424253440 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28449] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28449/stat : 28449 (java) S 28388 28391 16548 0 -1 1077944384 249 12477 0 0 0 0 4 3 20 0 17 0 49112325 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987423202000 139987880609691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28450] ppid=28388 vsize=14202692 CPUtime=5.5 cores=1,3,5,7
/proc/28391/task/28450/stat : 28450 (java) S 28388 28391 16548 0 -1 1077944384 18387 12477 0 0 538 5 4 3 20 0 17 0 49112325 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987422148592 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28451] ppid=28388 vsize=14202692 CPUtime=5.93 cores=1,3,5,7
/proc/28391/task/28451/stat : 28451 (java) S 28388 28391 16548 0 -1 1077944384 17979 12477 0 0 582 4 4 3 20 0 17 0 49112325 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987421096048 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28452] ppid=28388 vsize=14202692 CPUtime=2 cores=1,3,5,7
/proc/28391/task/28452/stat : 28452 (java) S 28388 28391 16548 0 -1 1077944384 16902 12477 0 0 190 3 4 3 20 0 17 0 49112325 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987420043504 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28453] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28453/stat : 28453 (java) S 28388 28391 16548 0 -1 1077944384 3 12477 0 0 0 0 4 3 20 0 17 0 49112325 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987418991200 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28454] ppid=28388 vsize=14202692 CPUtime=1.53 cores=1,3,5,7
/proc/28391/task/28454/stat : 28454 (java) S 28388 28391 16548 0 -1 1077944384 1664 12477 0 0 61 85 4 3 20 0 17 0 49112328 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987417938736 139987880602242 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28765] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28765/stat : 28765 (java) S 28388 28391 16548 0 -1 1077944384 344 12477 0 0 0 0 4 3 20 0 17 0 49360451 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987318108784 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
[pid=28391/tid=28766] ppid=28388 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/28391/task/28766/stat : 28766 (java) S 28388 28391 16548 0 -1 1077944384 28 12477 0 0 0 0 4 3 20 0 17 0 49360451 14543556608 710755 18446744073709551615 4194304 4196468 140733532231776 139987317056960 139987880601301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37703680 140733532235728 140733532238513 140733532238513 140733532241871 0
Current children cumulated CPU time (s) 2521
Current children cumulated vsize (KiB) 14202692

[startup+2481.9 s]
/proc/loadavg: 1.52 1.46 1.50 6/215 28766
/proc/meminfo: memFree=25254672/32770624 swapFree=0/313696
[pid=28391] ppid=28388 vsize=0 CPUtime=2521.28 cores=1,3,5,7
/proc/28391/stat : 28391 (java) Z 28388 28391 16548 0 -1 4228108 458999 12477 0 0 251647 474 4 3 20 0 2 0 49112300 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/28391/statm: 0 0 0 0 0 0 0
[pid=28391/tid=28452] ppid=28388 vsize=0 CPUtime=2.02 cores=1,3,5,7
/proc/28391/task/28452/stat : 28452 (java) R 28388 28391 16548 0 -1 4203588 16918 12477 0 0 191 4 4 3 20 0 2 0 49112325 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) 2521.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2481.91
CPU time (s): 2521.3
CPU user time (s): 2516.52
CPU system time (s): 4.78125
CPU usage (%): 101.587
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.52
system time used= 4.78125
maximum resident set size= 4360060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471476
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80338
involuntary context switches= 3779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3235 second user time and 14.8283 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 18:18:47
IDJOB=4261859
IDBENCH=135971
IDSOLVER=2650
FILE ID=node126/4261859-1502469168
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-15.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261859-1502469168/watcher-4261859-1502469168 -o /tmp/evaluation-result-4261859-1502469168/solver-4261859-1502469168 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4261859-1502469168.xml

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

MD5SUM BENCH= 3d6808b330f5ae5835187fa3c31c3257
RANDOM SEED=1928448250

node126.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.81
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.81
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.81
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.81
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:        30724732 kB
MemAvailable:   31351048 kB
Buffers:          287536 kB
Cached:           611408 kB
SwapCached:          524 kB
Active:          1203360 kB
Inactive:         384028 kB
Active(anon):     642108 kB
Inactive(anon):    71324 kB
Active(file):     561252 kB
Inactive(file):   312704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24760 kB
Writeback:             0 kB
AnonPages:        685656 kB
Mapped:            54620 kB
Shmem:             25248 kB
Slab:             162580 kB
SReclaimable:     136388 kB
SUnreclaim:        26192 kB
KernelStack:        3392 kB
PageTables:         7348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1337876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 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= 61980 MiB
End job on node126 at 2017-08-11 19:00:09