Trace number 4261863

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.7 2477.9099

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0120-17.xml
MD5SUM2f852f7efb9788b9c4f77f580498dd38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables371
Number of constraints77
Number of domains2
Minimum domain size65
Maximum domain size75
Distribution of domain sizes[{"size":65,"count":370},{"size":75,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":296},{"degree":4,"count":74}]
Minimum constraint arity5
Maximum constraint arity370
Distribution of constraint arities[{"arity":5,"count":74},{"arity":75,"count":1},{"arity":370,"count":2}]
Number of extensional constraints74
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":74},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=16010
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.45 1.51 1.51 2/194 16013
/proc/meminfo: memFree=30717344/32770624 swapFree=0/510796
[pid=16013] ppid=16010 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16013/stat : 16013 (runsolver) D 16010 16013 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 49421574 24240128 107 18446744073709551615 4194304 4338465 140721718440608 140721718438248 140479301014231 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 31621120 140721718444241 140721718444617 140721718444617 140721718448074 0
/proc/16013/statm: 5918 107 54 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 1.45 1.51 1.51 2/194 16013
/proc/meminfo: memFree=30717344/32770624 swapFree=0/510796
[pid=16013] ppid=16010 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16013/stat : 16013 (runsolver) D 16010 16013 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 49421574 24240128 107 18446744073709551615 4194304 4338465 140721718440608 140721718438248 140479301014231 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 31621120 140721718444241 140721718444617 140721718444617 140721718448074 0
/proc/16013/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200321 s]
/proc/loadavg: 1.45 1.51 1.51 2/194 16013
/proc/meminfo: memFree=30717344/32770624 swapFree=0/510796
[pid=16013] ppid=16010 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/16013/stat : 16013 (bash) S 16010 16013 1330 0 -1 4202496 891 6489 0 0 0 0 0 1 20 0 1 0 49421574 9867264 377 18446744073709551615 4194304 5098028 140729047121632 140729047115640 139856687520768 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 39329792 140729047126548 140729047126633 140729047126633 140729047130090 0
/proc/16013/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300276 s]
/proc/loadavg: 1.45 1.51 1.51 2/194 16013
/proc/meminfo: memFree=30717344/32770624 swapFree=0/510796
[pid=16013] ppid=16010 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/16013/stat : 16013 (java) S 16010 16013 1330 0 -1 1077944320 5714 12494 0 0 5 1 5 2 20 0 14 0 49421574 14241083392 5408 18446744073709551615 4194304 4196468 140735658280800 140735658263344 140014604381943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
/proc/16013/statm: 3476827 5408 2666 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700297 s]
/proc/loadavg: 1.45 1.51 1.51 2/194 16013
/proc/meminfo: memFree=30717344/32770624 swapFree=0/510796
[pid=16013] ppid=16010 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/16013/stat : 16013 (java) S 16010 16013 1330 0 -1 1077944320 14001 12494 0 0 58 4 5 2 20 0 15 0 49421574 14310178816 14914 18446744073709551615 4194304 4196468 140735658280800 140735658263344 140014604381943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
/proc/16013/statm: 3493696 14914 3114 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50093 s]
/proc/loadavg: 1.45 1.51 1.51 4/209 16076
/proc/meminfo: memFree=30622620/32770624 swapFree=0/510808
[pid=16013] ppid=16010 vsize=13985408 CPUtime=1.94 cores=1,3,5,7
/proc/16013/stat : 16013 (java) S 16010 16013 1330 0 -1 1077944320 32041 12494 0 0 178 9 5 2 20 0 15 0 49421574 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140735658263344 140014604381943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
/proc/16013/statm: 3496352 42728 3375 1 0 3485525 0
[pid=16013/tid=16063] ppid=16010 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/16013/task/16063/stat : 16063 (java) S 16010 16013 1330 0 -1 1077944384 24471 12494 0 0 115 6 5 2 20 0 15 0 49421595 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014608600304 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16064] ppid=16010 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16064/stat : 16064 (java) R 16010 16013 1330 0 -1 4202560 208 12494 0 0 0 0 5 2 20 0 15 0 49421596 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014538816016 140014597010151 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16065] ppid=16010 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16013/task/16065/stat : 16065 (java) R 16010 16013 1330 0 -1 4202560 44 12494 0 0 1 0 5 2 20 0 15 0 49421596 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014537763472 140014597010151 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16066] ppid=16010 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16013/task/16066/stat : 16066 (java) R 16010 16013 1330 0 -1 4202560 46 12494 0 0 1 0 5 2 20 0 15 0 49421596 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014536710536 140014597010151 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16067] ppid=16010 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16013/task/16067/stat : 16067 (java) R 16010 16013 1330 0 -1 4202560 74 12494 0 0 1 0 5 2 20 0 15 0 49421596 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014535657872 140014597481629 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16068] ppid=16010 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16013/task/16068/stat : 16068 (java) S 16010 16013 1330 0 -1 1077944384 1652 12494 0 0 1 0 5 2 20 0 15 0 49421597 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014082700576 140014604392149 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16069] ppid=16010 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16069/stat : 16069 (java) S 16010 16013 1330 0 -1 1077944384 33 12494 0 0 0 0 5 2 20 0 15 0 49421598 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014081648288 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16070] ppid=16010 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16070/stat : 16070 (java) S 16010 16013 1330 0 -1 1077944384 21 12494 0 0 0 0 5 2 20 0 15 0 49421598 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014080595184 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16071] ppid=16010 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16071/stat : 16071 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 15 0 49421600 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014079543760 140014604400539 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16072] ppid=16010 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/16013/task/16072/stat : 16072 (java) S 16010 16013 1330 0 -1 1077944384 1089 12494 0 0 15 0 5 2 20 0 15 0 49421600 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014078490864 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16073] ppid=16010 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/16013/task/16073/stat : 16073 (java) S 16010 16013 1330 0 -1 1077944384 854 12494 0 0 17 1 5 2 20 0 15 0 49421600 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014077438320 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16074] ppid=16010 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/16013/task/16074/stat : 16074 (java) S 16010 16013 1330 0 -1 1077944384 1381 12494 0 0 22 0 5 2 20 0 15 0 49421600 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014076380640 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16075] ppid=16010 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16075/stat : 16075 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 15 0 49421601 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014075332960 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16076] ppid=16010 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16076/stat : 16076 (java) S 16010 16013 1330 0 -1 1077944384 11 12494 0 0 0 0 5 2 20 0 15 0 49421604 14321057792 42728 18446744073709551615 4194304 4196468 140735658280800 140014074281008 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 1.45 1.51 1.51 4/209 16076
/proc/meminfo: memFree=30546596/32770624 swapFree=0/510808
[pid=16013] ppid=16010 vsize=13997884 CPUtime=5.89 cores=1,3,5,7
/proc/16013/stat : 16013 (java) S 16010 16013 1330 0 -1 1077944320 49024 12494 0 0 568 14 5 2 20 0 15 0 49421574 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140735658263344 140014604381943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
/proc/16013/statm: 3499471 61972 3449 1 0 3488085 0
[pid=16013/tid=16063] ppid=16010 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/16013/task/16063/stat : 16063 (java) R 16010 16013 1330 0 -1 4202560 35625 12494 0 0 272 8 5 2 20 0 15 0 49421595 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014608603024 140014590120499 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16064] ppid=16010 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16064/stat : 16064 (java) S 16010 16013 1330 0 -1 1077944384 208 12494 0 0 0 0 5 2 20 0 15 0 49421596 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014538816016 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16065] ppid=16010 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16013/task/16065/stat : 16065 (java) S 16010 16013 1330 0 -1 1077944384 44 12494 0 0 1 0 5 2 20 0 15 0 49421596 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014537763472 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16066] ppid=16010 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16013/task/16066/stat : 16066 (java) S 16010 16013 1330 0 -1 1077944384 46 12494 0 0 1 0 5 2 20 0 15 0 49421596 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014536710416 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16067] ppid=16010 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16013/task/16067/stat : 16067 (java) S 16010 16013 1330 0 -1 1077944384 74 12494 0 0 1 0 5 2 20 0 15 0 49421596 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014535657872 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16068] ppid=16010 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16013/task/16068/stat : 16068 (java) S 16010 16013 1330 0 -1 1077944384 1773 12494 0 0 1 0 5 2 20 0 15 0 49421597 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014082702064 140014604393090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16069] ppid=16010 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16069/stat : 16069 (java) S 16010 16013 1330 0 -1 1077944384 55 12494 0 0 0 0 5 2 20 0 15 0 49421598 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014081648288 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16070] ppid=16010 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16070/stat : 16070 (java) S 16010 16013 1330 0 -1 1077944384 45 12494 0 0 0 0 5 2 20 0 15 0 49421598 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014080595200 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16071] ppid=16010 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16071/stat : 16071 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 15 0 49421600 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014079543760 140014604400539 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16072] ppid=16010 vsize=13997884 CPUtime=1.11 cores=1,3,5,7
/proc/16013/task/16072/stat : 16072 (java) S 16010 16013 1330 0 -1 1077944384 3557 12494 0 0 104 0 5 2 20 0 15 0 49421600 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014078490864 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16073] ppid=16010 vsize=13997884 CPUtime=1.06 cores=1,3,5,7
/proc/16013/task/16073/stat : 16073 (java) R 16010 16013 1330 0 -1 4202560 2347 12494 0 0 98 1 5 2 20 0 15 0 49421600 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014077438320 140014589505535 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16074] ppid=16010 vsize=13997884 CPUtime=0.93 cores=1,3,5,7
/proc/16013/task/16074/stat : 16074 (java) S 16010 16013 1330 0 -1 1077944384 3079 12494 0 0 85 1 5 2 20 0 15 0 49421600 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014076385264 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16075] ppid=16010 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16075/stat : 16075 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 15 0 49421601 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014075332960 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16076] ppid=16010 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16076/stat : 16076 (java) S 16010 16013 1330 0 -1 1077944384 14 12494 0 0 0 0 5 2 20 0 15 0 49421604 14333833216 61972 18446744073709551615 4194304 4196468 140735658280800 140014074281008 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 13997884

[startup+6.30071 s]
/proc/loadavg: 1.58 1.53 1.52 3/209 16076
/proc/meminfo: memFree=30297184/32770624 swapFree=0/510808
[pid=16013] ppid=16010 vsize=13999932 CPUtime=13.23 cores=1,3,5,7
/proc/16013/stat : 16013 (java) S 16010 16013 1330 0 -1 1077944320 60114 12494 0 0 1292 24 5 2 20 0 15 0 49421574 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140735658263344 140014604381943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
/proc/16013/statm: 3499983 147042 3466 1 0 3488597 0
[pid=16013/tid=16063] ppid=16010 vsize=13999932 CPUtime=5.99 cores=1,3,5,7
/proc/16013/task/16063/stat : 16063 (java) R 16010 16013 1330 0 -1 4202560 38555 12494 0 0 580 12 5 2 20 0 15 0 49421595 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014608612704 140014206134040 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16064] ppid=16010 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/16013/task/16064/stat : 16064 (java) S 16010 16013 1330 0 -1 1077944384 311 12494 0 0 3 1 5 2 20 0 15 0 49421596 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014538816016 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16065] ppid=16010 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/16013/task/16065/stat : 16065 (java) S 16010 16013 1330 0 -1 1077944384 188 12494 0 0 5 1 5 2 20 0 15 0 49421596 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014537763472 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16066] ppid=16010 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/16013/task/16066/stat : 16066 (java) S 16010 16013 1330 0 -1 1077944384 181 12494 0 0 4 1 5 2 20 0 15 0 49421596 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014536710416 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16067] ppid=16010 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/16013/task/16067/stat : 16067 (java) S 16010 16013 1330 0 -1 1077944384 1098 12494 0 0 4 1 5 2 20 0 15 0 49421596 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014535657872 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16068] ppid=16010 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/16013/task/16068/stat : 16068 (java) S 16010 16013 1330 0 -1 1077944384 2244 12494 0 0 3 0 5 2 20 0 15 0 49421597 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014082702064 140014604393090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16069] ppid=16010 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16069/stat : 16069 (java) S 16010 16013 1330 0 -1 1077944384 55 12494 0 0 0 0 5 2 20 0 15 0 49421598 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014081648352 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16070] ppid=16010 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16070/stat : 16070 (java) S 16010 16013 1330 0 -1 1077944384 45 12494 0 0 0 0 5 2 20 0 15 0 49421598 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014080595200 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16071] ppid=16010 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16071/stat : 16071 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 15 0 49421600 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014079543760 140014604400539 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16072] ppid=16010 vsize=13999932 CPUtime=2.98 cores=1,3,5,7
/proc/16013/task/16072/stat : 16072 (java) S 16010 16013 1330 0 -1 1077944384 6107 12494 0 0 290 1 5 2 20 0 15 0 49421600 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014078490864 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16073] ppid=16010 vsize=13999932 CPUtime=2.9 cores=1,3,5,7
/proc/16013/task/16073/stat : 16073 (java) S 16010 16013 1330 0 -1 1077944384 5202 12494 0 0 282 1 5 2 20 0 15 0 49421600 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014077438320 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16074] ppid=16010 vsize=13999932 CPUtime=1.23 cores=1,3,5,7
/proc/16013/task/16074/stat : 16074 (java) S 16010 16013 1330 0 -1 1077944384 3925 12494 0 0 115 1 5 2 20 0 15 0 49421600 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014076385264 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16075] ppid=16010 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16075/stat : 16075 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 15 0 49421601 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014075332960 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16076] ppid=16010 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16076/stat : 16076 (java) S 16010 16013 1330 0 -1 1077944384 46 12494 0 0 0 0 5 2 20 0 15 0 49421604 14335930368 147042 18446744073709551615 4194304 4196468 140735658280800 140014074281008 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
Current children cumulated CPU time (s) 13.23
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.69 1.56 1.52 5/209 16076
/proc/meminfo: memFree=29808520/32770624 swapFree=0/510804
[pid=16013] ppid=16010 vsize=14069564 CPUtime=27.46 cores=1,3,5,7
/proc/16013/stat : 16013 (java) S 16010 16013 1330 0 -1 1077944320 97249 12494 0 0 2700 39 5 2 20 0 15 0 49421574 14407233536 251007 18446744073709551615 4194304 4196468 140735658280800 140735658263344 140014604381943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
/proc/16013/statm: 3517391 251007 3477 1 0 3506005 0
[pid=16013/tid=16063] ppid=16010 vsize=14069564 CPUtime=12.27 cores=1,3,5,7
/proc/16013/task/16063/stat : 16063 (java) R 16010 16013 1330 0 -1 4202560 57282 12494 0 0 1200 20 5 2 20 0 15 0 49421595 14407233536 251007 18446744073709551615 4194304 4196468 140735658280800 140014608613304 140014211020316 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16064] ppid=16010 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/16013/task/16064/stat : 16064 (java) S 16010 16013 1330 0 -1 1077944384 467 12494 0 0 11 2 5 2 20 0 15 0 49421596 14407233536 251007 18446744073709551615 4194304 4196468 140735658280800 140014538816016 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16065] ppid=16010 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/16013/task/16065/stat : 16065 (java) S 16010 16013 1330 0 -1 1077944384 317 12494 0 0 12 2 5 2 20 0 15 0 49421596 14407233536 251007 18446744073709551615 4194304 4196468 140735658280800 140014537763472 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16066] ppid=16010 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/16013/task/16066/stat : 16066 (java) S 16010 16013 1330 0 -1 1077944384 334 12494 0 0 12 2 5 2 20 0 15 0 49421596 14407233536 251007 18446744073709551615 4194304 4196468 140735658280800 140014536710416 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16067] ppid=16010 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/16013/task/16067/stat : 16067 (java) S 16010 16013 1330 0 -1 1077944384 1193 12494 0 0 9 2 5 2 20 0 15 0 49421596 14407233536 251007 18446744073709551615 4194304 4196468 140735658280800 140014535657872 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16068] ppid=16010 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/16013/task/16068/stat : 16068 (java) S 16010 16013 1330 0 -1 1077944384 6365 12494 0 0 5 0 5 2 20 0 15 0 49421597 14407233536 251007 18446744073709551615 4194304 4196468 140735658280800 140014082702064 140014604393090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16069] ppid=16010 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16069/stat : 16069 (java) S 16010 16013 1330 0 -1 1077944384 60 12494 0 0 0 0 5 2 20 0 15 0 49421598 14407233536 251007 18446744073709551615 4194304 4196468 140735658280800 140014081648352 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16070] ppid=16010 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16070/stat : 16070 (java) S 16010 16013 1330 0 -1 1077944384 50 12494 0 0 0 0 5 2 20 0 15 0 49421598 14407233536 251007 18446744073709551615 4194304 4196468 140735658280800 140014080595200 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16071] ppid=16010 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16071/stat : 16071 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 15 0 49421600 14407233536 251007 18446744073709551615 4194304 4196468 140735658280800 140014079543760 140014604400539 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0

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

[pid=16013] ppid=16010 vsize=14069564 CPUtime=2484.64 cores=1,3,5,7
/proc/16013/stat : 16013 (java) S 16010 16013 1330 0 -1 1077944320 497419 12494 0 0 248028 429 5 2 20 0 15 0 49421574 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140735658263344 140014604381943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
/proc/16013/statm: 3517391 636630 3481 1 0 3506005 0
[pid=16013/tid=16063] ppid=16010 vsize=14069564 CPUtime=2433 cores=1,3,5,7
/proc/16013/task/16063/stat : 16063 (java) R 16010 16013 1330 0 -1 4202560 266948 12494 0 0 243175 118 5 2 20 0 15 0 49421595 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014608616256 140014211020027 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16064] ppid=16010 vsize=14069564 CPUtime=8.01 cores=1,3,5,7
/proc/16013/task/16064/stat : 16064 (java) S 16010 16013 1330 0 -1 1077944384 21199 12494 0 0 738 56 5 2 20 0 15 0 49421596 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014538816016 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16065] ppid=16010 vsize=14069564 CPUtime=8.05 cores=1,3,5,7
/proc/16013/task/16065/stat : 16065 (java) S 16010 16013 1330 0 -1 1077944384 30861 12494 0 0 744 54 5 2 20 0 15 0 49421596 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014537763472 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16066] ppid=16010 vsize=14069564 CPUtime=8.03 cores=1,3,5,7
/proc/16013/task/16066/stat : 16066 (java) S 16010 16013 1330 0 -1 1077944384 34101 12494 0 0 743 53 5 2 20 0 15 0 49421596 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014536710416 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16067] ppid=16010 vsize=14069564 CPUtime=7.99 cores=1,3,5,7
/proc/16013/task/16067/stat : 16067 (java) S 16010 16013 1330 0 -1 1077944384 29715 12494 0 0 740 52 5 2 20 0 15 0 49421596 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014535657872 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16068] ppid=16010 vsize=14069564 CPUtime=0.99 cores=1,3,5,7
/proc/16013/task/16068/stat : 16068 (java) S 16010 16013 1330 0 -1 1077944384 49540 12494 0 0 70 22 5 2 20 0 15 0 49421597 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014082702064 140014604393090 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16069] ppid=16010 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16069/stat : 16069 (java) S 16010 16013 1330 0 -1 1077944384 65 12494 0 0 0 0 5 2 20 0 15 0 49421598 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014081648352 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16070] ppid=16010 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16070/stat : 16070 (java) S 16010 16013 1330 0 -1 1077944384 50 12494 0 0 0 0 5 2 20 0 15 0 49421598 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014080595200 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16071] ppid=16010 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16071/stat : 16071 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 15 0 49421600 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014079543760 140014604400539 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16072] ppid=16010 vsize=14069564 CPUtime=7.81 cores=1,3,5,7
/proc/16013/task/16072/stat : 16072 (java) S 16010 16013 1330 0 -1 1077944384 19762 12494 0 0 771 3 5 2 20 0 15 0 49421600 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014078490864 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16073] ppid=16010 vsize=14069564 CPUtime=7.69 cores=1,3,5,7
/proc/16013/task/16073/stat : 16073 (java) S 16010 16013 1330 0 -1 1077944384 22181 12494 0 0 758 4 5 2 20 0 15 0 49421600 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014077438320 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16074] ppid=16010 vsize=14069564 CPUtime=2.09 cores=1,3,5,7
/proc/16013/task/16074/stat : 16074 (java) S 16010 16013 1330 0 -1 1077944384 19216 12494 0 0 197 5 5 2 20 0 15 0 49421600 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014076385264 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16075] ppid=16010 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16075/stat : 16075 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 15 0 49421601 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014075332960 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16076] ppid=16010 vsize=14069564 CPUtime=1.52 cores=1,3,5,7
/proc/16013/task/16076/stat : 16076 (java) S 16010 16013 1330 0 -1 1077944384 1624 12494 0 0 66 79 5 2 20 0 15 0 49421604 14407233536 636630 18446744073709551615 4194304 4196468 140735658280800 140014074281008 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
Current children cumulated CPU time (s) 2484.64
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.4 s]
/proc/loadavg: 1.23 1.38 1.41 3/209 16369
/proc/meminfo: memFree=28030812/32770624 swapFree=0/511156
[pid=16013] ppid=16010 vsize=14069564 CPUtime=2520.04 cores=1,3,5,7
/proc/16013/stat : 16013 (java) S 16010 16013 1330 0 -1 1077944320 498315 12494 0 0 251566 431 5 2 20 0 15 0 49421574 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140735658263344 140014604381943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
/proc/16013/statm: 3517391 606747 3481 1 0 3506005 0
[pid=16013/tid=16063] ppid=16010 vsize=14069564 CPUtime=2467.97 cores=1,3,5,7
/proc/16013/task/16063/stat : 16063 (java) R 16010 16013 1330 0 -1 4202560 267531 12494 0 0 246672 118 5 2 20 0 15 0 49421595 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014608616256 140014207163328 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16064] ppid=16010 vsize=14069564 CPUtime=8.1 cores=1,3,5,7
/proc/16013/task/16064/stat : 16064 (java) S 16010 16013 1330 0 -1 1077944384 21287 12494 0 0 747 56 5 2 20 0 15 0 49421596 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014538816016 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16065] ppid=16010 vsize=14069564 CPUtime=8.14 cores=1,3,5,7
/proc/16013/task/16065/stat : 16065 (java) S 16010 16013 1330 0 -1 1077944384 30921 12494 0 0 753 54 5 2 20 0 15 0 49421596 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014537763472 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16066] ppid=16010 vsize=14069564 CPUtime=8.14 cores=1,3,5,7
/proc/16013/task/16066/stat : 16066 (java) S 16010 16013 1330 0 -1 1077944384 34196 12494 0 0 753 54 5 2 20 0 15 0 49421596 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014536710416 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16067] ppid=16010 vsize=14069564 CPUtime=8.1 cores=1,3,5,7
/proc/16013/task/16067/stat : 16067 (java) S 16010 16013 1330 0 -1 1077944384 29773 12494 0 0 750 53 5 2 20 0 15 0 49421596 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014535657872 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16068] ppid=16010 vsize=14069564 CPUtime=1.01 cores=1,3,5,7
/proc/16013/task/16068/stat : 16068 (java) S 16010 16013 1330 0 -1 1077944384 49550 12494 0 0 72 22 5 2 20 0 15 0 49421597 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014082702064 140014604393090 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16069] ppid=16010 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16069/stat : 16069 (java) S 16010 16013 1330 0 -1 1077944384 65 12494 0 0 0 0 5 2 20 0 15 0 49421598 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014081648352 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16070] ppid=16010 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16070/stat : 16070 (java) S 16010 16013 1330 0 -1 1077944384 50 12494 0 0 0 0 5 2 20 0 15 0 49421598 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014080595200 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16071] ppid=16010 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16071/stat : 16071 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 15 0 49421600 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014079543760 140014604400539 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16072] ppid=16010 vsize=14069564 CPUtime=7.81 cores=1,3,5,7
/proc/16013/task/16072/stat : 16072 (java) S 16010 16013 1330 0 -1 1077944384 19762 12494 0 0 771 3 5 2 20 0 15 0 49421600 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014078490864 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16073] ppid=16010 vsize=14069564 CPUtime=7.69 cores=1,3,5,7
/proc/16013/task/16073/stat : 16073 (java) S 16010 16013 1330 0 -1 1077944384 22181 12494 0 0 758 4 5 2 20 0 15 0 49421600 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014077438320 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16074] ppid=16010 vsize=14069564 CPUtime=2.09 cores=1,3,5,7
/proc/16013/task/16074/stat : 16074 (java) S 16010 16013 1330 0 -1 1077944384 19216 12494 0 0 197 5 5 2 20 0 15 0 49421600 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014076385264 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16075] ppid=16010 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16075/stat : 16075 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 15 0 49421601 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014075332960 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16076] ppid=16010 vsize=14069564 CPUtime=1.54 cores=1,3,5,7
/proc/16013/task/16076/stat : 16076 (java) S 16010 16013 1330 0 -1 1077944384 1626 12494 0 0 67 80 5 2 20 0 15 0 49421604 14407233536 606747 18446744073709551615 4194304 4196468 140735658280800 140014074281008 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 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 16013 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2477.61 s]
/proc/loadavg: 1.23 1.38 1.41 3/209 16369
/proc/meminfo: memFree=28030812/32770624 swapFree=0/511156
[pid=16013] ppid=16010 vsize=14202692 CPUtime=2520.76 cores=1,3,5,7
/proc/16013/stat : 16013 (java) S 16010 16013 1330 0 -1 1077944320 511539 12494 0 0 251637 432 5 2 20 0 17 0 49421574 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140735658263344 140014604381943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
/proc/16013/statm: 3550673 603645 3481 1 0 3539287 0
[pid=16013/tid=16063] ppid=16010 vsize=14202692 CPUtime=2467.99 cores=1,3,5,7
/proc/16013/task/16063/stat : 16063 (java) S 16010 16013 1330 0 -1 1077944384 268712 12494 0 0 246673 119 5 2 20 0 17 0 49421595 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014608619648 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16064] ppid=16010 vsize=14202692 CPUtime=8.27 cores=1,3,5,7
/proc/16013/task/16064/stat : 16064 (java) R 16010 16013 1330 0 -1 4202560 21352 12494 0 0 764 56 5 2 20 0 17 0 49421596 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014538816016 140014589367239 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16065] ppid=16010 vsize=14202692 CPUtime=8.31 cores=1,3,5,7
/proc/16013/task/16065/stat : 16065 (java) R 16010 16013 1330 0 -1 4202560 30963 12494 0 0 770 54 5 2 20 0 17 0 49421596 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014537763360 140014589079695 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16066] ppid=16010 vsize=14202692 CPUtime=8.3 cores=1,3,5,7
/proc/16013/task/16066/stat : 16066 (java) R 16010 16013 1330 0 -1 4202560 34307 12494 0 0 769 54 5 2 20 0 17 0 49421596 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014536710416 140014585978366 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16067] ppid=16010 vsize=14202692 CPUtime=8.27 cores=1,3,5,7
/proc/16013/task/16067/stat : 16067 (java) R 16010 16013 1330 0 -1 4202560 29834 12494 0 0 767 53 5 2 20 0 17 0 49421596 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014535658072 140014589367239 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16068] ppid=16010 vsize=14202692 CPUtime=1.04 cores=1,3,5,7
/proc/16013/task/16068/stat : 16068 (java) S 16010 16013 1330 0 -1 1077944384 60715 12494 0 0 74 23 5 2 20 0 17 0 49421597 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014082700464 140014604392149 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16069] ppid=16010 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16069/stat : 16069 (java) S 16010 16013 1330 0 -1 1077944384 67 12494 0 0 0 0 5 2 20 0 17 0 49421598 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014081647952 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16070] ppid=16010 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16070/stat : 16070 (java) S 16010 16013 1330 0 -1 1077944384 50 12494 0 0 0 0 5 2 20 0 17 0 49421598 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014080595200 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16071] ppid=16010 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16071/stat : 16071 (java) S 16010 16013 1330 0 -1 1077944384 234 12494 0 0 0 0 5 2 20 0 17 0 49421600 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014079543760 140014604400539 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16072] ppid=16010 vsize=14202692 CPUtime=7.81 cores=1,3,5,7
/proc/16013/task/16072/stat : 16072 (java) S 16010 16013 1330 0 -1 1077944384 19762 12494 0 0 771 3 5 2 20 0 17 0 49421600 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014078490864 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16073] ppid=16010 vsize=14202692 CPUtime=7.69 cores=1,3,5,7
/proc/16013/task/16073/stat : 16073 (java) S 16010 16013 1330 0 -1 1077944384 22181 12494 0 0 758 4 5 2 20 0 17 0 49421600 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014077438320 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16074] ppid=16010 vsize=14202692 CPUtime=2.09 cores=1,3,5,7
/proc/16013/task/16074/stat : 16074 (java) S 16010 16013 1330 0 -1 1077944384 19216 12494 0 0 197 5 5 2 20 0 17 0 49421600 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014076385264 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16075] ppid=16010 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16075/stat : 16075 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 17 0 49421601 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014075332960 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16076] ppid=16010 vsize=14202692 CPUtime=1.54 cores=1,3,5,7
/proc/16013/task/16076/stat : 16076 (java) S 16010 16013 1330 0 -1 1077944384 1626 12494 0 0 67 80 5 2 20 0 17 0 49421604 14543556608 603645 18446744073709551615 4194304 4196468 140735658280800 140014074281008 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
Current children cumulated CPU time (s) 2520.76
Current children cumulated vsize (KiB) 14202692

[startup+2477.8 s]
/proc/loadavg: 1.23 1.38 1.41 3/209 16369
/proc/meminfo: memFree=28030812/32770624 swapFree=0/511156
[pid=16013] ppid=16010 vsize=14202692 CPUtime=2521.38 cores=1,3,5,7
/proc/16013/stat : 16013 (java) S 16010 16013 1330 0 -1 1077944320 511557 12494 0 0 251698 433 5 2 20 0 17 0 49421574 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140735658263344 140014604381943 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
/proc/16013/statm: 3550673 601246 3486 1 0 3539287 0
[pid=16013/tid=16063] ppid=16010 vsize=14202692 CPUtime=2467.99 cores=1,3,5,7
/proc/16013/task/16063/stat : 16063 (java) S 16010 16013 1330 0 -1 1077944384 268712 12494 0 0 246673 119 5 2 20 0 17 0 49421595 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014608619648 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16064] ppid=16010 vsize=14202692 CPUtime=8.41 cores=1,3,5,7
/proc/16013/task/16064/stat : 16064 (java) R 16010 16013 1330 0 -1 4202560 21352 12494 0 0 778 56 5 2 20 0 17 0 49421596 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014538816016 140014585991731 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16065] ppid=16010 vsize=14202692 CPUtime=8.45 cores=1,3,5,7
/proc/16013/task/16065/stat : 16065 (java) R 16010 16013 1330 0 -1 4202560 30967 12494 0 0 784 54 5 2 20 0 17 0 49421596 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014537763472 140014589378547 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16066] ppid=16010 vsize=14202692 CPUtime=8.44 cores=1,3,5,7
/proc/16013/task/16066/stat : 16066 (java) R 16010 16013 1330 0 -1 4202560 34311 12494 0 0 783 54 5 2 20 0 17 0 49421596 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014536710616 140014589378605 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16067] ppid=16010 vsize=14202692 CPUtime=8.41 cores=1,3,5,7
/proc/16013/task/16067/stat : 16067 (java) R 16010 16013 1330 0 -1 4202560 29835 12494 0 0 781 53 5 2 20 0 17 0 49421596 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014535657872 140014589080911 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16068] ppid=16010 vsize=14202692 CPUtime=1.08 cores=1,3,5,7
/proc/16013/task/16068/stat : 16068 (java) S 16010 16013 1330 0 -1 1077944384 60721 12494 0 0 78 23 5 2 20 0 17 0 49421597 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014082700688 140014604392149 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16069] ppid=16010 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16069/stat : 16069 (java) S 16010 16013 1330 0 -1 1077944384 69 12494 0 0 0 0 5 2 20 0 17 0 49421598 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014081647888 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16070] ppid=16010 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16070/stat : 16070 (java) S 16010 16013 1330 0 -1 1077944384 50 12494 0 0 0 0 5 2 20 0 17 0 49421598 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014080595200 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16071] ppid=16010 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16071/stat : 16071 (java) S 16010 16013 1330 0 -1 1077944384 234 12494 0 0 0 0 5 2 20 0 17 0 49421600 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014079543760 140014604400539 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16072] ppid=16010 vsize=14202692 CPUtime=7.81 cores=1,3,5,7
/proc/16013/task/16072/stat : 16072 (java) S 16010 16013 1330 0 -1 1077944384 19762 12494 0 0 771 3 5 2 20 0 17 0 49421600 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014078490864 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16073] ppid=16010 vsize=14202692 CPUtime=7.69 cores=1,3,5,7
/proc/16013/task/16073/stat : 16073 (java) S 16010 16013 1330 0 -1 1077944384 22181 12494 0 0 758 4 5 2 20 0 17 0 49421600 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014077438320 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16074] ppid=16010 vsize=14202692 CPUtime=2.09 cores=1,3,5,7
/proc/16013/task/16074/stat : 16074 (java) S 16010 16013 1330 0 -1 1077944384 19216 12494 0 0 197 5 5 2 20 0 17 0 49421600 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014076385264 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16075] ppid=16010 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/16013/task/16075/stat : 16075 (java) S 16010 16013 1330 0 -1 1077944384 3 12494 0 0 0 0 5 2 20 0 17 0 49421601 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014075332960 140014604392149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
[pid=16013/tid=16076] ppid=16010 vsize=14202692 CPUtime=1.54 cores=1,3,5,7
/proc/16013/task/16076/stat : 16076 (java) S 16010 16013 1330 0 -1 1077944384 1626 12494 0 0 67 80 5 2 20 0 17 0 49421604 14543556608 601246 18446744073709551615 4194304 4196468 140735658280800 140014074281008 140014604393090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20885504 140735658289104 140735658291889 140735658291889 140735658295247 0
Current children cumulated CPU time (s) 2521.38
Current children cumulated vsize (KiB) 14202692

[startup+2477.9 s]
/proc/loadavg: 1.23 1.38 1.41 3/209 16369
/proc/meminfo: memFree=28030812/32770624 swapFree=0/511156
[pid=16013] ppid=16010 vsize=0 CPUtime=2521.67 cores=1,3,5,7
/proc/16013/stat : 16013 (java) Z 16010 16013 1330 0 -1 4228108 511756 12494 0 0 251727 433 5 2 20 0 2 0 49421574 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 0 0 0 0 0 0 0 0
/proc/16013/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2521.67
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2477.91
CPU time (s): 2521.7
CPU user time (s): 2517.33
CPU system time (s): 4.37477
CPU usage (%): 101.767
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.33
system time used= 4.37477
maximum resident set size= 4314784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524250
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= 75325
involuntary context switches= 2898

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2771 second user time and 15.2964 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 19:06:03
IDJOB=4261863
IDBENCH=137061
IDSOLVER=2650
FILE ID=node125/4261863-1502472008
RUNJOBID= node125-1502411403-1395
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0120-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261863-1502472008/watcher-4261863-1502472008 -o /tmp/evaluation-result-4261863-1502472008/solver-4261863-1502472008 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580  bin/concrete HOME/instance-4261863-1502472008.xml

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

MD5SUM BENCH= 2f852f7efb9788b9c4f77f580498dd38
RANDOM SEED=761297129

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:        30717344 kB
MemAvailable:   31495792 kB
Buffers:          257184 kB
Cached:           812304 kB
SwapCached:            0 kB
Active:          1094160 kB
Inactive:         535728 kB
Active(anon):     560868 kB
Inactive(anon):    24908 kB
Active(file):     533292 kB
Inactive(file):   510820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24396 kB
Writeback:             0 kB
AnonPages:        560312 kB
Mapped:            55440 kB
Shmem:             25252 kB
Slab:             125728 kB
SReclaimable:     100340 kB
SUnreclaim:        25388 kB
KernelStack:        3392 kB
PageTables:         8028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1372292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 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 19:47:21