Trace number 4261850

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) 2520.73 2461.55

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n2w4b2r4.xml
MD5SUM6d00557b853b2556046a5f6541eccb2e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark20086.801
Satisfiable
(Un)Satisfiability was proved
Number of variables181
Number of constraints27
Number of domains2
Minimum domain size13
Maximum domain size59
Distribution of domain sizes[{"size":13,"count":1},{"size":59,"count":180}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":168},{"degree":5,"count":12}]
Minimum constraint arity13
Maximum constraint arity180
Distribution of constraint arities[{"arity":13,"count":1},{"arity":15,"count":24},{"arity":180,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":12},{"type":"lex","count":1},{"type":"sum","count":12},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=27439
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.41 1.48 1.41 2/194 27442
/proc/meminfo: memFree=30454512/32770624 swapFree=0/400512
[pid=27442] ppid=27439 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27442/stat : 27442 (runsolver) D 27439 27442 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 35655486 24240128 108 18446744073709551615 4194304 4338465 140736754347760 140736754345400 140648381014743 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 7094272 140736754352337 140736754352713 140736754352713 140736754356170 0
/proc/27442/statm: 5918 108 54 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 1.41 1.48 1.41 2/194 27442
/proc/meminfo: memFree=30454512/32770624 swapFree=0/400512
[pid=27442] ppid=27439 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27442/stat : 27442 (runsolver) D 27439 27442 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 35655486 24240128 108 18446744073709551615 4194304 4338465 140736754347760 140736754345400 140648381014743 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 7094272 140736754352337 140736754352713 140736754352713 140736754356170 0
/proc/27442/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200332 s]
/proc/loadavg: 1.41 1.48 1.41 2/194 27442
/proc/meminfo: memFree=30454512/32770624 swapFree=0/400512
[pid=27442] ppid=27439 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/27442/stat : 27442 (bash) S 27439 27442 7434 0 -1 4202496 890 6480 0 0 0 0 0 1 20 0 1 0 35655486 9867264 376 18446744073709551615 4194304 5098028 140725857299776 140725857293784 140699965516800 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 19947520 140725857301012 140725857301097 140725857301097 140725857304554 0
/proc/27442/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300346 s]
/proc/loadavg: 1.41 1.48 1.41 2/194 27442
/proc/meminfo: memFree=30454512/32770624 swapFree=0/400512
[pid=27442] ppid=27439 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/27442/stat : 27442 (java) S 27439 27442 7434 0 -1 1077944320 5819 12422 0 0 5 1 5 3 20 0 14 0 35655486 14241083392 5496 18446744073709551615 4194304 4196468 140720426498448 140720426480992 140475641376503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
/proc/27442/statm: 3476827 5496 2565 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700259 s]
/proc/loadavg: 1.41 1.48 1.41 2/194 27442
/proc/meminfo: memFree=30454512/32770624 swapFree=0/400512
[pid=27442] ppid=27439 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/27442/stat : 27442 (java) S 27439 27442 7434 0 -1 1077944320 13914 12422 0 0 58 3 5 3 20 0 15 0 35655486 14310178816 14350 18446744073709551615 4194304 4196468 140720426498448 140720426480992 140475641376503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
/proc/27442/statm: 3493696 14350 3114 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.41 1.48 1.41 3/209 27505
/proc/meminfo: memFree=30360068/32770624 swapFree=0/400556
[pid=27442] ppid=27439 vsize=13985408 CPUtime=1.89 cores=1,3,5,7
/proc/27442/stat : 27442 (java) S 27439 27442 7434 0 -1 1077944320 30713 12422 0 0 172 9 5 3 20 0 15 0 35655486 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140720426480992 140475641376503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
/proc/27442/statm: 3496352 39757 3371 1 0 3485525 0
[pid=27442/tid=27492] ppid=27439 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/27442/task/27492/stat : 27492 (java) S 27439 27442 7434 0 -1 1077944384 24810 12422 0 0 117 5 5 3 20 0 15 0 35655508 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475645594800 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27493] ppid=27439 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27493/stat : 27493 (java) S 27439 27442 7434 0 -1 1077944384 45 12422 0 0 0 0 5 3 20 0 15 0 35655509 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475575810960 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27494] ppid=27439 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27494/stat : 27494 (java) S 27439 27442 7434 0 -1 1077944384 54 12422 0 0 0 0 5 3 20 0 15 0 35655509 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475574758160 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27495] ppid=27439 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27495/stat : 27495 (java) S 27439 27442 7434 0 -1 1077944384 197 12422 0 0 0 0 5 3 20 0 15 0 35655509 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475573705872 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27496] ppid=27439 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27496/stat : 27496 (java) S 27439 27442 7434 0 -1 1077944384 66 12422 0 0 0 0 5 3 20 0 15 0 35655509 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475572653072 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27497] ppid=27439 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27497/stat : 27497 (java) R 27439 27442 7434 0 -1 4202560 263 12422 0 0 0 0 5 3 20 0 15 0 35655510 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475119542720 140475621007432 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27498] ppid=27439 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27498/stat : 27498 (java) S 27439 27442 7434 0 -1 1077944384 33 12422 0 0 0 0 5 3 20 0 15 0 35655510 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475118490400 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27499] ppid=27439 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27499/stat : 27499 (java) S 27439 27442 7434 0 -1 1077944384 21 12422 0 0 0 0 5 3 20 0 15 0 35655511 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475117438064 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27500] ppid=27439 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27500/stat : 27500 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475116386384 140475641395099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27501] ppid=27439 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/27442/task/27501/stat : 27501 (java) S 27439 27442 7434 0 -1 1077944384 946 12422 0 0 16 0 5 3 20 0 15 0 35655513 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475115334256 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27502] ppid=27439 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/27442/task/27502/stat : 27502 (java) S 27439 27442 7434 0 -1 1077944384 770 12422 0 0 12 0 5 3 20 0 15 0 35655513 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475114281456 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27503] ppid=27439 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/27442/task/27503/stat : 27503 (java) S 27439 27442 7434 0 -1 1077944384 1359 12422 0 0 22 0 5 3 20 0 15 0 35655513 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475113225568 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27504] ppid=27439 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27504/stat : 27504 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475112176608 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27505] ppid=27439 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27505/stat : 27505 (java) S 27439 27442 7434 0 -1 1077944384 10 12422 0 0 0 0 5 3 20 0 15 0 35655517 14321057792 39757 18446744073709551615 4194304 4196468 140720426498448 140475111123376 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.10318 s]
/proc/loadavg: 1.62 1.52 1.43 4/209 27505
/proc/meminfo: memFree=30282184/32770624 swapFree=0/400556
[pid=27442] ppid=27439 vsize=13997884 CPUtime=6.32 cores=1,3,5,7
/proc/27442/stat : 27442 (java) S 27439 27442 7434 0 -1 1077944320 46071 12422 0 0 610 14 5 3 20 0 15 0 35655486 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140720426480992 140475641376503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
/proc/27442/statm: 3499471 54928 3448 1 0 3488085 0
[pid=27442/tid=27492] ppid=27439 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/27442/task/27492/stat : 27492 (java) R 27439 27442 7434 0 -1 4202560 31519 12422 0 0 272 7 5 3 20 0 15 0 35655508 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475645603344 140475244029892 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27493] ppid=27439 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27493/stat : 27493 (java) S 27439 27442 7434 0 -1 1077944384 50 12422 0 0 0 0 5 3 20 0 15 0 35655509 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475575810960 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27494] ppid=27439 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/27442/task/27494/stat : 27494 (java) S 27439 27442 7434 0 -1 1077944384 54 12422 0 0 1 0 5 3 20 0 15 0 35655509 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475574758160 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27495] ppid=27439 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27495/stat : 27495 (java) S 27439 27442 7434 0 -1 1077944384 197 12422 0 0 0 0 5 3 20 0 15 0 35655509 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475573705872 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27496] ppid=27439 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/27442/task/27496/stat : 27496 (java) S 27439 27442 7434 0 -1 1077944384 70 12422 0 0 1 0 5 3 20 0 15 0 35655509 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475572653072 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27497] ppid=27439 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/27442/task/27497/stat : 27497 (java) S 27439 27442 7434 0 -1 1077944384 1885 12422 0 0 1 0 5 3 20 0 15 0 35655510 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475119544432 140475641387650 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27498] ppid=27439 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27498/stat : 27498 (java) S 27439 27442 7434 0 -1 1077944384 55 12422 0 0 0 0 5 3 20 0 15 0 35655510 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475118490400 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27499] ppid=27439 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27499/stat : 27499 (java) S 27439 27442 7434 0 -1 1077944384 44 12422 0 0 0 0 5 3 20 0 15 0 35655511 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475117438064 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27500] ppid=27439 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27500/stat : 27500 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475116386384 140475641395099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27501] ppid=27439 vsize=13997884 CPUtime=1.37 cores=1,3,5,7
/proc/27442/task/27501/stat : 27501 (java) R 27439 27442 7434 0 -1 4202560 4292 12422 0 0 129 0 5 3 20 0 15 0 35655513 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475115318096 140475626501602 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27502] ppid=27439 vsize=13997884 CPUtime=1.07 cores=1,3,5,7
/proc/27442/task/27502/stat : 27502 (java) R 27439 27442 7434 0 -1 4202560 2256 12422 0 0 98 1 5 3 20 0 15 0 35655513 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475114264096 140475624873287 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27503] ppid=27439 vsize=13997884 CPUtime=1.12 cores=1,3,5,7
/proc/27442/task/27503/stat : 27503 (java) R 27439 27442 7434 0 -1 4202560 3482 12422 0 0 103 1 5 3 20 0 15 0 35655513 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475113229168 140475641397850 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27504] ppid=27439 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27504/stat : 27504 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475112176608 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27505] ppid=27439 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27505/stat : 27505 (java) S 27439 27442 7434 0 -1 1077944384 11 12422 0 0 0 0 5 3 20 0 15 0 35655517 14333833216 54928 18446744073709551615 4194304 4196468 140720426498448 140475111123376 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 13997884

[startup+6.30069 s]
/proc/loadavg: 1.62 1.52 1.43 4/209 27505
/proc/meminfo: memFree=30030292/32770624 swapFree=0/400548
[pid=27442] ppid=27439 vsize=14067516 CPUtime=14.28 cores=1,3,5,7
/proc/27442/stat : 27442 (java) S 27439 27442 7434 0 -1 1077944320 79815 12422 0 0 1395 25 5 3 20 0 15 0 35655486 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140720426480992 140475641376503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
/proc/27442/statm: 3516879 124095 3473 1 0 3505493 0
[pid=27442/tid=27492] ppid=27439 vsize=14067516 CPUtime=5.98 cores=1,3,5,7
/proc/27442/task/27492/stat : 27492 (java) R 27439 27442 7434 0 -1 4202560 47527 12422 0 0 578 12 5 3 20 0 15 0 35655508 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475645610512 140475258435258 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27493] ppid=27439 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/27442/task/27493/stat : 27493 (java) S 27439 27442 7434 0 -1 1077944384 1273 12422 0 0 4 1 5 3 20 0 15 0 35655509 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475575810960 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27494] ppid=27439 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/27442/task/27494/stat : 27494 (java) S 27439 27442 7434 0 -1 1077944384 204 12422 0 0 5 1 5 3 20 0 15 0 35655509 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475574758160 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27495] ppid=27439 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/27442/task/27495/stat : 27495 (java) S 27439 27442 7434 0 -1 1077944384 411 12422 0 0 5 1 5 3 20 0 15 0 35655509 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475573705872 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27496] ppid=27439 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/27442/task/27496/stat : 27496 (java) S 27439 27442 7434 0 -1 1077944384 191 12422 0 0 5 1 5 3 20 0 15 0 35655509 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475572653072 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27497] ppid=27439 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/27442/task/27497/stat : 27497 (java) S 27439 27442 7434 0 -1 1077944384 2413 12422 0 0 4 0 5 3 20 0 15 0 35655510 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475119544432 140475641387650 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27498] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27498/stat : 27498 (java) S 27439 27442 7434 0 -1 1077944384 55 12422 0 0 0 0 5 3 20 0 15 0 35655510 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475118490464 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27499] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27499/stat : 27499 (java) S 27439 27442 7434 0 -1 1077944384 44 12422 0 0 0 0 5 3 20 0 15 0 35655511 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475117438080 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27500] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27500/stat : 27500 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475116386384 140475641395099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27501] ppid=27439 vsize=14067516 CPUtime=3.31 cores=1,3,5,7
/proc/27442/task/27501/stat : 27501 (java) S 27439 27442 7434 0 -1 1077944384 7924 12422 0 0 322 1 5 3 20 0 15 0 35655513 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475115334256 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27502] ppid=27439 vsize=14067516 CPUtime=3.14 cores=1,3,5,7
/proc/27442/task/27502/stat : 27502 (java) S 27439 27442 7434 0 -1 1077944384 12092 12422 0 0 304 2 5 3 20 0 15 0 35655513 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475114281456 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27503] ppid=27439 vsize=14067516 CPUtime=1.73 cores=1,3,5,7
/proc/27442/task/27503/stat : 27503 (java) S 27439 27442 7434 0 -1 1077944384 5440 12422 0 0 162 3 5 3 20 0 15 0 35655513 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475113229168 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27504] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27504/stat : 27504 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475112176608 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27505] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27505/stat : 27505 (java) S 27439 27442 7434 0 -1 1077944384 85 12422 0 0 0 0 5 3 20 0 15 0 35655517 14405136384 124095 18446744073709551615 4194304 4196468 140720426498448 140475111123376 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.52 1.51 1.42 3/209 27506
/proc/meminfo: memFree=29477664/32770624 swapFree=0/400552
[pid=27442] ppid=27439 vsize=14067516 CPUtime=21.4 cores=1,3,5,7
/proc/27442/stat : 27442 (java) S 27439 27442 7434 0 -1 1077944320 85823 12422 0 0 2093 39 5 3 20 0 15 0 35655486 14405136384 250446 18446744073709551615 4194304 4196468 140720426498448 140720426480992 140475641376503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
/proc/27442/statm: 3516879 250446 3475 1 0 3505493 0
[pid=27442/tid=27492] ppid=27439 vsize=14067516 CPUtime=12.32 cores=1,3,5,7
/proc/27442/task/27492/stat : 27492 (java) R 27439 27442 7434 0 -1 4202560 48146 12422 0 0 1204 20 5 3 20 0 15 0 35655508 14405136384 250446 18446744073709551615 4194304 4196468 140720426498448 140475645607536 140475244029403 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27493] ppid=27439 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/27442/task/27493/stat : 27493 (java) S 27439 27442 7434 0 -1 1077944384 1298 12422 0 0 7 2 5 3 20 0 15 0 35655509 14405136384 250446 18446744073709551615 4194304 4196468 140720426498448 140475575810960 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27494] ppid=27439 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/27442/task/27494/stat : 27494 (java) S 27439 27442 7434 0 -1 1077944384 228 12422 0 0 8 2 5 3 20 0 15 0 35655509 14405136384 250446 18446744073709551615 4194304 4196468 140720426498448 140475574758160 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27495] ppid=27439 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/27442/task/27495/stat : 27495 (java) S 27439 27442 7434 0 -1 1077944384 437 12422 0 0 7 2 5 3 20 0 15 0 35655509 14405136384 250446 18446744073709551615 4194304 4196468 140720426498448 140475573705872 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27496] ppid=27439 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/27442/task/27496/stat : 27496 (java) S 27439 27442 7434 0 -1 1077944384 219 12422 0 0 7 2 5 3 20 0 15 0 35655509 14405136384 250446 18446744073709551615 4194304 4196468 140720426498448 140475572653072 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27497] ppid=27439 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/27442/task/27497/stat : 27497 (java) S 27439 27442 7434 0 -1 1077944384 2680 12422 0 0 5 0 5 3 20 0 15 0 35655510 14405136384 250446 18446744073709551615 4194304 4196468 140720426498448 140475119544432 140475641387650 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27498] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27498/stat : 27498 (java) S 27439 27442 7434 0 -1 1077944384 55 12422 0 0 0 0 5 3 20 0 15 0 35655510 14405136384 250446 18446744073709551615 4194304 4196468 140720426498448 140475118490464 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27499] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27499/stat : 27499 (java) S 27439 27442 7434 0 -1 1077944384 44 12422 0 0 0 0 5 3 20 0 15 0 35655511 14405136384 250446 18446744073709551615 4194304 4196468 140720426498448 140475117438080 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27500] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27500/stat : 27500 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14405136384 250446 18446744073709551615 4194304 4196468 140720426498448 140475116386384 140475641395099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0

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

/proc/27442/task/27504/stat : 27504 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475112176608 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27505] ppid=27439 vsize=14067516 CPUtime=1.55 cores=1,3,5,7
/proc/27442/task/27505/stat : 27505 (java) S 27439 27442 7434 0 -1 1077944384 1860 12422 0 0 61 86 5 3 20 0 15 0 35655517 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475111123376 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
Current children cumulated CPU time (s) 2439.67
Current children cumulated vsize (KiB) 14067516

[startup+2442.31 s]
/proc/loadavg: 1.83 1.61 1.45 3/210 27798
/proc/meminfo: memFree=26489380/32770624 swapFree=0/401596
[pid=27442] ppid=27439 vsize=14067516 CPUtime=2500.74 cores=1,3,5,7
/proc/27442/stat : 27442 (java) S 27439 27442 7434 0 -1 1077944320 483045 12422 0 0 249631 435 5 3 20 0 15 0 35655486 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140720426480992 140475641376503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
/proc/27442/statm: 3516879 372781 3479 1 0 3505493 0
[pid=27442/tid=27492] ppid=27439 vsize=14067516 CPUtime=2414.47 cores=1,3,5,7
/proc/27442/task/27492/stat : 27492 (java) R 27439 27442 7434 0 -1 4202560 116868 12422 0 0 241371 68 5 3 20 0 15 0 35655508 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475645610800 140475258434872 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27493] ppid=27439 vsize=14067516 CPUtime=13.48 cores=1,3,5,7
/proc/27442/task/27493/stat : 27493 (java) S 27439 27442 7434 0 -1 1077944384 31786 12422 0 0 1276 64 5 3 20 0 15 0 35655509 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475575810960 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27494] ppid=27439 vsize=14067516 CPUtime=13.48 cores=1,3,5,7
/proc/27442/task/27494/stat : 27494 (java) S 27439 27442 7434 0 -1 1077944384 25091 12422 0 0 1274 66 5 3 20 0 15 0 35655509 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475574758160 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27495] ppid=27439 vsize=14067516 CPUtime=13.45 cores=1,3,5,7
/proc/27442/task/27495/stat : 27495 (java) S 27439 27442 7434 0 -1 1077944384 24890 12422 0 0 1274 63 5 3 20 0 15 0 35655509 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475573705872 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27496] ppid=27439 vsize=14067516 CPUtime=13.53 cores=1,3,5,7
/proc/27442/task/27496/stat : 27496 (java) S 27439 27442 7434 0 -1 1077944384 24890 12422 0 0 1282 63 5 3 20 0 15 0 35655509 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475572653072 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27497] ppid=27439 vsize=14067516 CPUtime=11.92 cores=1,3,5,7
/proc/27442/task/27497/stat : 27497 (java) S 27439 27442 7434 0 -1 1077944384 21792 12422 0 0 1115 69 5 3 20 0 15 0 35655510 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475119544432 140475641387650 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27498] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27498/stat : 27498 (java) S 27439 27442 7434 0 -1 1077944384 55 12422 0 0 0 0 5 3 20 0 15 0 35655510 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475118490464 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27499] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27499/stat : 27499 (java) S 27439 27442 7434 0 -1 1077944384 44 12422 0 0 0 0 5 3 20 0 15 0 35655511 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475117438080 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27500] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27500/stat : 27500 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475116386384 140475641395099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27501] ppid=27439 vsize=14067516 CPUtime=7.89 cores=1,3,5,7
/proc/27442/task/27501/stat : 27501 (java) S 27439 27442 7434 0 -1 1077944384 78946 12422 0 0 772 9 5 3 20 0 15 0 35655513 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475115334256 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27502] ppid=27439 vsize=14067516 CPUtime=7.72 cores=1,3,5,7
/proc/27442/task/27502/stat : 27502 (java) S 27439 27442 7434 0 -1 1077944384 78262 12422 0 0 754 10 5 3 20 0 15 0 35655513 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475114281456 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27503] ppid=27439 vsize=14067516 CPUtime=3.82 cores=1,3,5,7
/proc/27442/task/27503/stat : 27503 (java) S 27439 27442 7434 0 -1 1077944384 76377 12422 0 0 364 10 5 3 20 0 15 0 35655513 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475113229168 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27504] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27504/stat : 27504 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475112176608 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27505] ppid=27439 vsize=14067516 CPUtime=1.59 cores=1,3,5,7
/proc/27442/task/27505/stat : 27505 (java) S 27439 27442 7434 0 -1 1077944384 1888 12422 0 0 63 88 5 3 20 0 15 0 35655517 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475111123376 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
Current children cumulated CPU time (s) 2500.74
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2461.3 s]
/proc/loadavg: 1.71 1.59 1.45 3/210 27800
/proc/meminfo: memFree=26299860/32770624 swapFree=0/401616
[pid=27442] ppid=27439 vsize=14067516 CPUtime=2520.05 cores=1,3,5,7
/proc/27442/stat : 27442 (java) S 27439 27442 7434 0 -1 1077944320 483446 12422 0 0 251559 438 5 3 20 0 15 0 35655486 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140720426480992 140475641376503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
/proc/27442/statm: 3516879 372781 3479 1 0 3505493 0
[pid=27442/tid=27492] ppid=27439 vsize=14067516 CPUtime=2433.25 cores=1,3,5,7
/proc/27442/task/27492/stat : 27492 (java) R 27439 27442 7434 0 -1 4202560 117218 12422 0 0 243248 69 5 3 20 0 15 0 35655508 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475645610496 140475258495936 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27493] ppid=27439 vsize=14067516 CPUtime=13.59 cores=1,3,5,7
/proc/27442/task/27493/stat : 27493 (java) S 27439 27442 7434 0 -1 1077944384 31802 12422 0 0 1287 64 5 3 20 0 15 0 35655509 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475575810960 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27494] ppid=27439 vsize=14067516 CPUtime=13.6 cores=1,3,5,7
/proc/27442/task/27494/stat : 27494 (java) S 27439 27442 7434 0 -1 1077944384 25125 12422 0 0 1285 67 5 3 20 0 15 0 35655509 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475574758160 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27495] ppid=27439 vsize=14067516 CPUtime=13.56 cores=1,3,5,7
/proc/27442/task/27495/stat : 27495 (java) S 27439 27442 7434 0 -1 1077944384 24890 12422 0 0 1284 64 5 3 20 0 15 0 35655509 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475573705872 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27496] ppid=27439 vsize=14067516 CPUtime=13.64 cores=1,3,5,7
/proc/27442/task/27496/stat : 27496 (java) S 27439 27442 7434 0 -1 1077944384 24890 12422 0 0 1293 63 5 3 20 0 15 0 35655509 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475572653072 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27497] ppid=27439 vsize=14067516 CPUtime=12.01 cores=1,3,5,7
/proc/27442/task/27497/stat : 27497 (java) S 27439 27442 7434 0 -1 1077944384 21793 12422 0 0 1124 69 5 3 20 0 15 0 35655510 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475119544432 140475641387650 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27498] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27498/stat : 27498 (java) S 27439 27442 7434 0 -1 1077944384 55 12422 0 0 0 0 5 3 20 0 15 0 35655510 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475118490464 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27499] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27499/stat : 27499 (java) S 27439 27442 7434 0 -1 1077944384 44 12422 0 0 0 0 5 3 20 0 15 0 35655511 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475117438080 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27500] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27500/stat : 27500 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475116386384 140475641395099 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27501] ppid=27439 vsize=14067516 CPUtime=7.89 cores=1,3,5,7
/proc/27442/task/27501/stat : 27501 (java) S 27439 27442 7434 0 -1 1077944384 78946 12422 0 0 772 9 5 3 20 0 15 0 35655513 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475115334256 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27502] ppid=27439 vsize=14067516 CPUtime=7.72 cores=1,3,5,7
/proc/27442/task/27502/stat : 27502 (java) S 27439 27442 7434 0 -1 1077944384 78262 12422 0 0 754 10 5 3 20 0 15 0 35655513 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475114281456 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27503] ppid=27439 vsize=14067516 CPUtime=3.82 cores=1,3,5,7
/proc/27442/task/27503/stat : 27503 (java) S 27439 27442 7434 0 -1 1077944384 76377 12422 0 0 364 10 5 3 20 0 15 0 35655513 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475113229168 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27504] ppid=27439 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27504/stat : 27504 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 35655513 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475112176608 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27505] ppid=27439 vsize=14067516 CPUtime=1.6 cores=1,3,5,7
/proc/27442/task/27505/stat : 27505 (java) S 27439 27442 7434 0 -1 1077944384 1888 12422 0 0 64 88 5 3 20 0 15 0 35655517 14405136384 372781 18446744073709551615 4194304 4196468 140720426498448 140475111123376 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 14067516

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

[startup+2461.41 s]
/proc/loadavg: 1.71 1.59 1.45 3/210 27800
/proc/meminfo: memFree=26299860/32770624 swapFree=0/401616
[pid=27442] ppid=27439 vsize=14200644 CPUtime=2520.37 cores=1,3,5,7
/proc/27442/stat : 27442 (java) S 27439 27442 7434 0 -1 1077944320 490139 12422 0 0 251590 439 5 3 20 0 17 0 35655486 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140720426480992 140475641376503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
/proc/27442/statm: 3550161 374484 3479 1 0 3538775 0
[pid=27442/tid=27492] ppid=27439 vsize=14200644 CPUtime=2433.26 cores=1,3,5,7
/proc/27442/task/27492/stat : 27492 (java) S 27439 27442 7434 0 -1 1077944384 117644 12422 0 0 243249 69 5 3 20 0 17 0 35655508 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475645614176 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27493] ppid=27439 vsize=14200644 CPUtime=13.66 cores=1,3,5,7
/proc/27442/task/27493/stat : 27493 (java) R 27439 27442 7434 0 -1 4202560 31878 12422 0 0 1293 65 5 3 20 0 17 0 35655509 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475575811080 140475634004711 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27494] ppid=27439 vsize=14200644 CPUtime=13.67 cores=1,3,5,7
/proc/27442/task/27494/stat : 27494 (java) R 27439 27442 7434 0 -1 4202560 25151 12422 0 0 1292 67 5 3 20 0 17 0 35655509 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475574757968 140475634004711 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27495] ppid=27439 vsize=14200644 CPUtime=13.63 cores=1,3,5,7
/proc/27442/task/27495/stat : 27495 (java) R 27439 27442 7434 0 -1 4202560 24917 12422 0 0 1291 64 5 3 20 0 17 0 35655509 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475573705760 140475626077194 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27496] ppid=27439 vsize=14200644 CPUtime=13.71 cores=1,3,5,7
/proc/27442/task/27496/stat : 27496 (java) R 27439 27442 7434 0 -1 4202560 24920 12422 0 0 1300 63 5 3 20 0 17 0 35655509 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475572652880 140475634004711 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27497] ppid=27439 vsize=14200644 CPUtime=12.04 cores=1,3,5,7
/proc/27442/task/27497/stat : 27497 (java) S 27439 27442 7434 0 -1 1077944384 27672 12422 0 0 1126 70 5 3 20 0 17 0 35655510 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475119543056 140475641386709 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27498] ppid=27439 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27498/stat : 27498 (java) S 27439 27442 7434 0 -1 1077944384 55 12422 0 0 0 0 5 3 20 0 17 0 35655510 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475118490464 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27499] ppid=27439 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27499/stat : 27499 (java) S 27439 27442 7434 0 -1 1077944384 44 12422 0 0 0 0 5 3 20 0 17 0 35655511 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475117438080 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27500] ppid=27439 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27500/stat : 27500 (java) S 27439 27442 7434 0 -1 1077944384 109 12422 0 0 0 0 5 3 20 0 17 0 35655513 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475116386384 140475641395099 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27501] ppid=27439 vsize=14200644 CPUtime=7.89 cores=1,3,5,7
/proc/27442/task/27501/stat : 27501 (java) S 27439 27442 7434 0 -1 1077944384 78946 12422 0 0 772 9 5 3 20 0 17 0 35655513 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475115334016 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27502] ppid=27439 vsize=14200644 CPUtime=7.72 cores=1,3,5,7
/proc/27442/task/27502/stat : 27502 (java) S 27439 27442 7434 0 -1 1077944384 78262 12422 0 0 754 10 5 3 20 0 17 0 35655513 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475114281504 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27503] ppid=27439 vsize=14200644 CPUtime=3.82 cores=1,3,5,7
/proc/27442/task/27503/stat : 27503 (java) S 27439 27442 7434 0 -1 1077944384 76377 12422 0 0 364 10 5 3 20 0 17 0 35655513 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475113229216 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27504] ppid=27439 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27504/stat : 27504 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 17 0 35655513 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475112176608 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27505] ppid=27439 vsize=14200644 CPUtime=1.6 cores=1,3,5,7
/proc/27442/task/27505/stat : 27505 (java) S 27439 27442 7434 0 -1 1077944384 1888 12422 0 0 64 88 5 3 20 0 17 0 35655517 14541459456 374484 18446744073709551615 4194304 4196468 140720426498448 140475111123376 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
Current children cumulated CPU time (s) 2520.37
Current children cumulated vsize (KiB) 14200644

[startup+2461.5 s]
/proc/loadavg: 1.71 1.59 1.45 3/210 27800
/proc/meminfo: memFree=26299860/32770624 swapFree=0/401616
[pid=27442] ppid=27439 vsize=14200644 CPUtime=2520.61 cores=1,3,5,7
/proc/27442/stat : 27442 (java) S 27439 27442 7434 0 -1 1077944320 490603 12422 0 0 251614 439 5 3 20 0 17 0 35655486 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140720426480992 140475641376503 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
/proc/27442/statm: 3550161 374769 3479 1 0 3538775 0
[pid=27442/tid=27492] ppid=27439 vsize=14200644 CPUtime=2433.26 cores=1,3,5,7
/proc/27442/task/27492/stat : 27492 (java) S 27439 27442 7434 0 -1 1077944384 117644 12422 0 0 243249 69 5 3 20 0 17 0 35655508 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475645614176 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27493] ppid=27439 vsize=14200644 CPUtime=13.71 cores=1,3,5,7
/proc/27442/task/27493/stat : 27493 (java) R 27439 27442 7434 0 -1 4202560 31878 12422 0 0 1298 65 5 3 20 0 17 0 35655509 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475575810960 140475626075317 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27494] ppid=27439 vsize=14200644 CPUtime=13.72 cores=1,3,5,7
/proc/27442/task/27494/stat : 27494 (java) R 27439 27442 7434 0 -1 4202560 25152 12422 0 0 1297 67 5 3 20 0 17 0 35655509 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475574758280 140475634004711 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27495] ppid=27439 vsize=14200644 CPUtime=13.68 cores=1,3,5,7
/proc/27442/task/27495/stat : 27495 (java) R 27439 27442 7434 0 -1 4202560 24917 12422 0 0 1296 64 5 3 20 0 17 0 35655509 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475573705872 140475634004711 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27496] ppid=27439 vsize=14200644 CPUtime=13.75 cores=1,3,5,7
/proc/27442/task/27496/stat : 27496 (java) R 27439 27442 7434 0 -1 4202560 24920 12422 0 0 1304 63 5 3 20 0 17 0 35655509 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475572653072 140475634004711 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27497] ppid=27439 vsize=14200644 CPUtime=12.09 cores=1,3,5,7
/proc/27442/task/27497/stat : 27497 (java) S 27439 27442 7434 0 -1 1077944384 28130 12422 0 0 1131 70 5 3 20 0 17 0 35655510 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475119543056 140475641386709 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27498] ppid=27439 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27498/stat : 27498 (java) S 27439 27442 7434 0 -1 1077944384 57 12422 0 0 0 0 5 3 20 0 17 0 35655510 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475118490000 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27499] ppid=27439 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27499/stat : 27499 (java) S 27439 27442 7434 0 -1 1077944384 44 12422 0 0 0 0 5 3 20 0 17 0 35655511 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475117438080 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27500] ppid=27439 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27500/stat : 27500 (java) S 27439 27442 7434 0 -1 1077944384 109 12422 0 0 0 0 5 3 20 0 17 0 35655513 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475116386384 140475641395099 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27501] ppid=27439 vsize=14200644 CPUtime=7.89 cores=1,3,5,7
/proc/27442/task/27501/stat : 27501 (java) S 27439 27442 7434 0 -1 1077944384 78947 12422 0 0 772 9 5 3 20 0 17 0 35655513 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475115334256 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27502] ppid=27439 vsize=14200644 CPUtime=7.72 cores=1,3,5,7
/proc/27442/task/27502/stat : 27502 (java) S 27439 27442 7434 0 -1 1077944384 78262 12422 0 0 754 10 5 3 20 0 17 0 35655513 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475114281456 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27503] ppid=27439 vsize=14200644 CPUtime=3.82 cores=1,3,5,7
/proc/27442/task/27503/stat : 27503 (java) S 27439 27442 7434 0 -1 1077944384 76377 12422 0 0 364 10 5 3 20 0 17 0 35655513 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475113229168 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27504] ppid=27439 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27442/task/27504/stat : 27504 (java) S 27439 27442 7434 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 17 0 35655513 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475112176608 140475641386709 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
[pid=27442/tid=27505] ppid=27439 vsize=14200644 CPUtime=1.6 cores=1,3,5,7
/proc/27442/task/27505/stat : 27505 (java) S 27439 27442 7434 0 -1 1077944384 1888 12422 0 0 64 88 5 3 20 0 17 0 35655517 14541459456 374769 18446744073709551615 4194304 4196468 140720426498448 140475111123376 140475641387650 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33112064 140720426502096 140720426504881 140720426504881 140720426508239 0
Current children cumulated CPU time (s) 2520.61
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2461.55
CPU time (s): 2520.73
CPU user time (s): 2516.29
CPU system time (s): 4.4409
CPU usage (%): 102.404
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.29
system time used= 4.4409
maximum resident set size= 1499628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 503202
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 316440
involuntary context switches= 6241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2786 second user time and 13.9676 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 19:24:52
IDJOB=4261850
IDBENCH=137387
IDSOLVER=2650
FILE ID=node124/4261850-1502473148
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n2w4b2r4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261850-1502473148/watcher-4261850-1502473148 -o /tmp/evaluation-result-4261850-1502473148/solver-4261850-1502473148 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4261850-1502473148.xml

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

MD5SUM BENCH= 6d00557b853b2556046a5f6541eccb2e
RANDOM SEED=1253172068

node124.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.51
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.51
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.51
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.51
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:        30455148 kB
MemAvailable:   30901444 kB
Buffers:          217888 kB
Cached:           523096 kB
SwapCached:            0 kB
Active:          1472908 kB
Inactive:         425472 kB
Active(anon):    1157628 kB
Inactive(anon):    24960 kB
Active(file):     315280 kB
Inactive(file):   400512 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24100 kB
Writeback:             0 kB
AnonPages:       1157472 kB
Mapped:            51292 kB
Shmem:             25320 kB
Slab:             118436 kB
SReclaimable:      92680 kB
SUnreclaim:        25756 kB
KernelStack:        3408 kB
PageTables:         7392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2083088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    935936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61944 MiB
End job on node124 at 2017-08-11 20:05:54