Trace number 4402823

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.12.3SAT (TO)326 2520.06 2481.53

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-9.xml
MD5SUMb1b903d633c720775ef1eb29649a113f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark36.2839
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size426
Distribution of domain sizes[{"size":5,"count":50},{"size":426,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.84/3.20	c Concrete v3.12.3.1568965526260 running
15.09/14.57	o 415
15.09/14.59	o 414
15.39/14.65	o 413
15.71/14.76	o 407
15.93/14.85	o 394
16.22/14.96	o 393
16.22/14.96	o 392
16.42/15.01	o 388
17.40/15.58	o 383
17.40/15.58	o 382
17.55/15.67	o 381
17.55/15.69	o 375
17.55/15.70	o 374
17.85/15.84	o 372
17.85/15.84	o 371
17.85/15.84	o 370
17.98/15.96	o 367
17.98/15.97	o 366
17.98/15.98	o 365
17.98/15.98	o 360
17.98/16.00	o 355
18.19/16.03	o 354
20.10/16.82	o 350
20.10/16.83	o 349
20.10/16.84	o 344
24.09/19.98	o 342
24.09/19.98	o 341
30.75/25.52	o 340
30.75/25.52	o 338
33.48/27.94	o 337
46.68/40.13	o 336
46.68/40.13	o 333
50.34/43.73	o 332
50.34/43.74	o 331
311.13/299.38	o 330
336.59/324.49	o 329
336.59/324.49	o 328
508.64/493.86	o 327
508.77/493.98	o 326
2520.01/2481.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2481.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.01/2481.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.01/2481.50		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.01/2481.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2481.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2481.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.01/2481.50		at concrete.IntervalDomain.filter(IntervalDomain.scala:79)
2520.01/2481.50		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.01/2481.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.01/2481.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2481.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2481.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2481.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2481.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2481.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2481.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2481.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2481.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2481.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2481.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.01/2481.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2481.50		at scala.Option.map(Option.scala:242)
2520.01/2481.50		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2481.50		at concrete.MAC.mac(MAC.scala:216)
2520.01/2481.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2481.50		at scala.util.Try$.apply(Try.scala:210)
2520.01/2481.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2481.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2481.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2481.50		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2481.50		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2481.50		at concrete.MAC.nextSolution(MAC.scala:369)
2520.01/2481.50		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2481.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2481.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2481.51		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2481.51		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2481.51		at scala.util.Success.map(Try.scala:262)
2520.01/2481.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2481.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2481.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2481.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2481.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2481.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2481.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2481.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2481.51		at scala.App.$anonfun$main$1(App.scala:73)
2520.01/2481.51		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.01/2481.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2481.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2481.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.01/2481.51		at scala.App.main(App.scala:73)
2520.01/2481.51		at scala.App.main$(App.scala:71)
2520.01/2481.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2481.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2481.52	v <instantiation
2520.01/2481.52	v         cost = '326'>
2520.01/2481.52	v       <list>
2520.01/2481.52	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2520.01/2481.52	v       </list>
2520.01/2481.52	v       <values>
2520.01/2481.52	v         14 119 206 225 284 0 26 127 191 223 5 65 105 183 281 0 49 130 164 231 0 53 130 206 235 320 322 326 281 326 90 87 17 59 36 14 93 56 32 99 44 40 59 97 45 49 81 30 67 50 53 74 76 25 91 0 2 3 4 1 0 2 1 4 3 3 4 0 1 2 1 3 4 0 2 4 1 3 2 0 14 284 119 206 225 0 127 26 223 191 105 183 281 5 65 164 0 231 49 130 235 53 206 130 0
2520.01/2481.52	v       </values>
2520.01/2481.52	v     </instantiation>
2520.01/2481.52	s SATISFIABLE

Verifier Data

OK	326

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6129 MiB free)
  memory of node 1: 16384 MiB (1400 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402823-1568967637/watcher-4402823-1568967637 -o /tmp/evaluation-result-4402823-1568967637/solver-4402823-1568967637 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5048 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1455309010 HOME/instance-4402823-1568967637.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5085, runsolver pid=5077

[startup+0.100089 s]*
/proc/loadavg: 0.39 0.10 0.07 5/207 5126
/proc/meminfo: memFree=7707888/32770624 swapFree=66959528/67108860
[pid=5085] ppid=5077 vsize=113256 memory=1564 CPUtime=0.01 cores=0,2,4,6
/proc/5085/stat : 5085 (bash) S 5077 5085 5017 0 -1 4202496 848 5377 1 1 0 0 0 1 20 0 1 0 473033411 115974144 391 33554432000 4194304 5098028 140723122232768 140723122226504 140322276801536 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 3 0 0 7196144 7232144 18116608 140723122234388 140723122234513 140723122234513 140723122237422 0
/proc/5085/statm: 28314 391 311 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1564 KiB

[startup+0.210044 s]*
/proc/loadavg: 0.39 0.10 0.07 2/206 5143
/proc/meminfo: memFree=7707592/32770624 swapFree=66959528/67108860
[pid=5085] ppid=5077 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/5085/stat : 5085 (bash) S 5077 5085 5017 0 -1 4202496 886 5697 1 1 0 0 0 1 20 0 1 0 473033411 115974144 403 33554432000 4194304 5098028 140723122232768 140723122226776 140322276801536 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 3 0 0 7196144 7232144 18116608 140723122234388 140723122234513 140723122234513 140723122237422 0
/proc/5085/statm: 28314 403 320 221 0 119 0
[pid=5138] ppid=5085 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/5138/stat : 5138 (bash) S 5085 5085 5017 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473033427 115974144 177 33554432000 4194304 5098028 140723122232768 140723122225448 140322276627068 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18116608 140723122234388 140723122234513 140723122234513 140723122237422 0
/proc/5138/statm: 28314 177 94 221 0 119 0
[pid=5140] ppid=5138 vsize=113256 memory=524 CPUtime=0 cores=0,2,4,6
/proc/5140/stat : 5140 (bash) D 5138 5085 5017 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 1 0 473033427 115974144 131 33554432000 4194304 5098028 140723122232768 140723122225512 140322276628983 0 0 4096 0 18446744072101633572 0 0 17 0 0 0 0 0 0 7196144 7232144 18116608 140723122234388 140723122234513 140723122234513 140723122237422 0
/proc/5140/statm: 28314 131 48 221 0 119 0
[pid=5142] ppid=5138 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (awk) S 5138 5085 5017 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473033427 116211712 243 33554432000 4194304 4609284 140730283169712 140730283168888 139687200967680 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 38678528 140730283173052 140730283173082 140730283173082 140730283175919 0
/proc/5142/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453256 KiB
Current children cumulated memory: 3816 KiB

[startup+0.310298 s]*
/proc/loadavg: 0.39 0.10 0.07 2/206 5143
/proc/meminfo: memFree=7707592/32770624 swapFree=66959528/67108860
[pid=5085] ppid=5077 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/5085/stat : 5085 (bash) S 5077 5085 5017 0 -1 4202496 886 5697 1 1 0 0 0 1 20 0 1 0 473033411 115974144 403 33554432000 4194304 5098028 140723122232768 140723122226776 140322276801536 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 3 0 0 7196144 7232144 18116608 140723122234388 140723122234513 140723122234513 140723122237422 0
/proc/5085/statm: 28314 403 320 221 0 119 0
[pid=5138] ppid=5085 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/5138/stat : 5138 (bash) S 5085 5085 5017 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473033427 115974144 177 33554432000 4194304 5098028 140723122232768 140723122225448 140322276627068 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18116608 140723122234388 140723122234513 140723122234513 140723122237422 0
/proc/5138/statm: 28314 177 94 221 0 119 0
[pid=5140] ppid=5138 vsize=296 memory=4 CPUtime=0 cores=0,2,4,6
/proc/5140/stat : 5140 (java) D 5138 5085 5017 0 -1 4194304 156 0 0 0 0 0 0 0 20 0 1 0 473033427 303104 1 33554432000 4194304 4196468 140730409123872 140730409121144 139795997738695 0 0 4096 0 18446744071585676691 0 0 17 2 0 0 0 0 0 6293624 6294260 38162432 140730409129100 140730409129114 140730409129114 140730409131983 0
/proc/5140/statm: 74 1 0 1 0 38 0
[pid=5142] ppid=5138 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (awk) S 5138 5085 5017 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473033427 116211712 243 33554432000 4194304 4609284 140730283169712 140730283168888 139687200967680 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 38678528 140730283173052 140730283173082 140730283173082 140730283175919 0
/proc/5142/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3296 KiB

[startup+0.7005 s]
/proc/loadavg: 0.39 0.10 0.07 2/206 5143
/proc/meminfo: memFree=7707228/32770624 swapFree=66959528/67108860
[pid=5085] ppid=5077 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/5085/stat : 5085 (bash) S 5077 5085 5017 0 -1 4202496 886 5697 1 1 0 0 0 1 20 0 1 0 473033411 115974144 403 33554432000 4194304 5098028 140723122232768 140723122226776 140322276801536 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 3 0 0 7196144 7232144 18116608 140723122234388 140723122234513 140723122234513 140723122237422 0
/proc/5085/statm: 28314 403 320 221 0 119 0
[pid=5138] ppid=5085 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/5138/stat : 5138 (bash) S 5085 5085 5017 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473033427 115974144 177 33554432000 4194304 5098028 140723122232768 140723122225448 140322276627068 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18116608 140723122234388 140723122234513 140723122234513 140723122237422 0
/proc/5138/statm: 28314 177 94 221 0 119 0
[pid=5140] ppid=5138 vsize=99728 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/5140/stat : 5140 (java) S 5138 5085 5017 0 -1 1077944320 1378 0 0 0 0 0 0 0 20 0 2 0 473033427 102121472 1155 33554432000 4194304 4196468 140730409123872 140730409106416 139795995463415 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 3 0 0 6293624 6294260 38162432 140730409129100 140730409129114 140730409129114 140730409131983 0
/proc/5140/statm: 24932 1155 857 1 0 17056 0
[pid=5142] ppid=5138 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (awk) S 5138 5085 5017 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473033427 116211712 243 33554432000 4194304 4609284 140730283169712 140730283168888 139687200967680 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 38678528 140730283173052 140730283173082 140730283173082 140730283175919 0
/proc/5142/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 439728 KiB
Current children cumulated memory: 7912 KiB

[startup+1.50052 s]
/proc/loadavg: 0.39 0.10 0.07 2/208 5145
/proc/meminfo: memFree=7704724/32770624 swapFree=66959528/67108860
[pid=5085] ppid=5077 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/5085/stat : 5085 (bash) S 5077 5085 5017 0 -1 4202496 886 5697 1 1 0 0 0 1 20 0 1 0 473033411 115974144 403 33554432000 4194304 5098028 140723122232768 140723122226776 140322276801536 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 3 0 0 7196144 7232144 18116608 140723122234388 140723122234513 140723122234513 140723122237422 0
/proc/5085/statm: 28314 403 320 221 0 119 0
[pid=5138] ppid=5085 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/5138/stat : 5138 (bash) S 5085 5085 5017 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473033427 115974144 177 33554432000 4194304 5098028 140723122232768 140723122225448 140322276627068 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18116608 140723122234388 140723122234513 140723122234513 140723122237422 0
/proc/5138/statm: 28314 177 94 221 0 119 0
[pid=5140] ppid=5138 vsize=10593144 memory=24832 CPUtime=0.06 cores=0,2,4,6
/proc/5140/stat : 5140 (java) S 5138 5085 5017 0 -1 1077944320 4647 0 0 0 5 1 0 0 20 0 14 0 473033427 10847379456 6208 33554432000 4194304 4196468 140730409123872 140730409106416 139795995463415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 3 0 0 6293624 6294260 38162432 140730409129100 140730409129114 140730409129114 140730409131983 0
/proc/5140/statm: 2648286 6208 2609 1 0 2610827 0
[pid=5140/tid=5145] ppid=5138 vsize=10593144 memory=1328725297981317182 CPUtime=0.04 cores=0,2,4,6
/proc/5140/task/5145/stat : 5145 (java) D 5138 5085 5017 0 -1 4202560 2779 0 0 0 4 0 0 0 20 0 14 0 473033478 10847379456 6208 33554432000 4194304 4196468 140730409123872 139795999701016 139795988141429 0 4 0 16800975 18446744071585676691 0 0 -1 0 0 0 0 0 0 6293624 6294260 38162432 140730409129100 140730409129114 140730409129114 140730409131983 0
[pid=5142] ppid=5138 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/5142/stat : 5142 (awk) S 5138 5085 5017 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473033427 116211712 243 33554432000 4194304 4609284 140730283169712 140730283168888 139687200967680 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 38678528 140730283173052 140730283173082 140730283173082 140730283175919 0
/proc/5142/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 28124 KiB

[startup+3.11034 s]
/proc/loadavg: 0.60 0.14 0.09 6/228 5217
/proc/meminfo: memFree=7607416/32770624 swapFree=66959528/67108860
[pid=5085] ppid=5077 vsize=10820268 memory=68424 CPUtime=0.84 cores=0,2,4,6
/proc/5085/stat : 5085 (java) S 5077 5085 5017 0 -1 1077944320 13822 13071 1 1 72 4 5 3 20 0 15 0 473033411 11079954432 17106 33554432000 4194304 4196468 140732419613024 140732419595568 140252091682551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 3 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
/proc/5085/statm: 2705067 17106 3461 1 0 2667149 0
[pid=5085/tid=5191] ppid=5077 vsize=10820268 memory=708 CPUtime=0.53 cores=0,2,4,6
/proc/5085/task/5191/stat : 5191 (java) R 5077 5085 5017 0 -1 4202560 9391 13071 0 1 41 4 5 3 20 0 15 0 473033619 11079954432 17106 33554432000 4194304 4196468 140732419613024 140252063519168 140252075763038 0 4 0 16800975 0 0 0 -1 2 0 0 42 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5192] ppid=5077 vsize=10820268 memory=5228 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5192/stat : 5192 (java) S 5077 5085 5017 0 -1 1077944384 1 13071 0 1 0 0 5 3 20 0 15 0 473033620 11079954432 17106 33554432000 4194304 4196468 140732419613024 140252095924752 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5193] ppid=5077 vsize=10820268 memory=972 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5193/stat : 5193 (java) S 5077 5085 5017 0 -1 1077944384 2 13071 0 1 0 0 5 3 20 0 15 0 473033620 11079954432 17106 33554432000 4194304 4196468 140732419613024 140251664853648 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5195] ppid=5077 vsize=10820268 memory=5566 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5195/stat : 5195 (java) S 5077 5085 5017 0 -1 1077944384 1 13071 0 1 0 0 5 3 20 0 15 0 473033620 11079954432 17106 33554432000 4194304 4196468 140732419613024 140251663800592 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5197] ppid=5077 vsize=10820268 memory=2216 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5197/stat : 5197 (java) S 5077 5085 5017 0 -1 1077944384 2 13071 0 1 0 0 5 3 20 0 15 0 473033620 11079954432 17106 33554432000 4194304 4196468 140732419613024 140251662748048 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5200] ppid=5077 vsize=10820268 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5200/stat : 5200 (java) S 5077 5085 5017 0 -1 1077944384 4 13071 0 1 0 0 5 3 20 0 15 0 473033622 11079954432 17106 33554432000 4194304 4196468 140732419613024 140251550960368 140252091693698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5202] ppid=5077 vsize=10820268 memory=119 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5202/stat : 5202 (java) S 5077 5085 5017 0 -1 1077944384 33 13071 0 1 0 0 5 3 20 0 15 0 473033622 11079954432 17106 33554432000 4194304 4196468 140732419613024 140251549906592 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5204] ppid=5077 vsize=10820268 memory=651 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5204/stat : 5204 (java) S 5077 5085 5017 0 -1 1077944384 1 13071 0 1 0 0 5 3 20 0 15 0 473033622 11079954432 17106 33554432000 4194304 4196468 140732419613024 140250881975536 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5211] ppid=5077 vsize=10820268 memory=4040 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5211/stat : 5211 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033627 11079954432 17106 33554432000 4194304 4196468 140732419613024 140250641684944 140252091701147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5212] ppid=5077 vsize=10820268 memory=1056 CPUtime=0.15 cores=0,2,4,6
/proc/5085/task/5212/stat : 5212 (java) R 5077 5085 5017 0 -1 1077944384 907 13071 0 1 7 0 5 3 20 0 15 0 473033627 11079954432 17106 33554432000 4194304 4196468 140732419613024 140251516348656 140252091693698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5213] ppid=5077 vsize=10820268 memory=1188 CPUtime=0.17 cores=0,2,4,6
/proc/5085/task/5213/stat : 5213 (java) S 5077 5085 5017 0 -1 1077944384 643 13071 0 1 9 0 5 3 20 0 15 0 473033627 11079954432 17106 33554432000 4194304 4196468 140732419613024 140251515296112 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5214] ppid=5077 vsize=10820268 memory=1536 CPUtime=0.2 cores=0,2,4,6
/proc/5085/task/5214/stat : 5214 (java) R 5077 5085 5017 0 -1 4202560 628 13071 0 1 12 0 5 3 20 0 15 0 473033627 11079954432 17106 33554432000 4194304 4196468 140732419613024 140251514243056 140252083919678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5215] ppid=5077 vsize=10820268 memory=9592 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5215/stat : 5215 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033628 11079954432 17106 33554432000 4194304 4196468 140732419613024 140250608126304 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5217] ppid=5077 vsize=10820268 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5217/stat : 5217 (java) S 5077 5085 5017 0 -1 1077944384 1 13071 0 1 0 0 5 3 20 0 15 0 473033636 11079954432 17106 33554432000 4194304 4196468 140732419613024 140251513191472 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 68424 KiB
heavy processes:

[startup+6.30078 s]
/proc/loadavg: 0.60 0.14 0.09 2/228 5217
/proc/meminfo: memFree=7546712/32770624 swapFree=66959528/67108860
[pid=5085] ppid=5077 vsize=10824364 memory=85660 CPUtime=1.28 cores=0,2,4,6
/proc/5085/stat : 5085 (java) S 5077 5085 5017 0 -1 1077944320 15723 13071 1 1 113 7 5 3 20 0 15 0 473033411 11084148736 21415 33554432000 4194304 4196468 140732419613024 140732419595568 140252091682551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 3 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
/proc/5085/statm: 2706091 21415 3514 1 0 2668173 0
[pid=5085/tid=5191] ppid=5077 vsize=10824364 memory=84844 CPUtime=0.75 cores=0,2,4,6
/proc/5085/task/5191/stat : 5191 (java) D 5077 5085 5017 0 -1 4202560 11148 13071 0 1 61 6 5 3 20 0 15 0 473033619 11084148736 21415 33554432000 4194304 4196468 140732419613024 140252063509696 140252091704477 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 315 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5192] ppid=5077 vsize=10824364 memory=279465200604416 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5192/stat : 5192 (java) S 5077 5085 5017 0 -1 1077944384 1 13071 0 1 0 0 5 3 20 0 15 0 473033620 11084148736 21415 33554432000 4194304 4196468 140732419613024 140252095924752 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5193] ppid=5077 vsize=10824364 memory=75460 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5193/stat : 5193 (java) S 5077 5085 5017 0 -1 1077944384 2 13071 0 1 0 0 5 3 20 0 15 0 473033620 11084148736 21415 33554432000 4194304 4196468 140732419613024 140251664853648 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5195] ppid=5077 vsize=10824364 memory=75460 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5195/stat : 5195 (java) S 5077 5085 5017 0 -1 1077944384 1 13071 0 1 0 0 5 3 20 0 15 0 473033620 11084148736 21415 33554432000 4194304 4196468 140732419613024 140251663800592 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5197] ppid=5077 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5197/stat : 5197 (java) S 5077 5085 5017 0 -1 1077944384 2 13071 0 1 0 0 5 3 20 0 15 0 473033620 11084148736 21415 33554432000 4194304 4196468 140732419613024 140251662748048 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5200] ppid=5077 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5200/stat : 5200 (java) S 5077 5085 5017 0 -1 1077944384 5 13071 0 1 0 0 5 3 20 0 15 0 473033622 11084148736 21415 33554432000 4194304 4196468 140732419613024 140251550960368 140252091693698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5202] ppid=5077 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5202/stat : 5202 (java) S 5077 5085 5017 0 -1 1077944384 33 13071 0 1 0 0 5 3 20 0 15 0 473033622 11084148736 21415 33554432000 4194304 4196468 140732419613024 140251549906592 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5204] ppid=5077 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5204/stat : 5204 (java) S 5077 5085 5017 0 -1 1077944384 1 13071 0 1 0 0 5 3 20 0 15 0 473033622 11084148736 21415 33554432000 4194304 4196468 140732419613024 140250881975536 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5211] ppid=5077 vsize=10824364 memory=14413730679097429 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5211/stat : 5211 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033627 11084148736 21415 33554432000 4194304 4196468 140732419613024 140250641684944 140252091701147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5212] ppid=5077 vsize=10824364 memory=2244 CPUtime=0.22 cores=0,2,4,6
/proc/5085/task/5212/stat : 5212 (java) S 5077 5085 5017 0 -1 1077944384 956 13071 0 1 14 0 5 3 20 0 15 0 473033627 11084148736 21415 33554432000 4194304 4196468 140732419613024 140251516348656 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5213] ppid=5077 vsize=10824364 memory=6944656592387989600 CPUtime=0.25 cores=0,2,4,6
/proc/5085/task/5213/stat : 5213 (java) S 5077 5085 5017 0 -1 1077944384 664 13071 0 1 17 0 5 3 20 0 15 0 473033627 11084148736 21415 33554432000 4194304 4196468 140732419613024 140251515296112 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5214] ppid=5077 vsize=10824364 memory=68 CPUtime=0.27 cores=0,2,4,6
/proc/5085/task/5214/stat : 5214 (java) S 5077 5085 5017 0 -1 1077944384 699 13071 0 1 19 0 5 3 20 0 15 0 473033627 11084148736 21415 33554432000 4194304 4196468 140732419613024 140251514243056 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5215] ppid=5077 vsize=10824364 memory=139732600405094 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5215/stat : 5215 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033628 11084148736 21415 33554432000 4194304 4196468 140732419613024 140250608126304 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5217] ppid=5077 vsize=10824364 memory=3054156605402281588 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5217/stat : 5217 (java) S 5077 5085 5017 0 -1 1077944384 1 13071 0 1 0 0 5 3 20 0 15 0 473033636 11084148736 21415 33554432000 4194304 4196468 140732419613024 140251513191472 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85660 KiB
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 0.89 0.22 0.11 6/228 5217
/proc/meminfo: memFree=7130064/32770624 swapFree=66959528/67108860
[pid=5085] ppid=5077 vsize=10851096 memory=325828 CPUtime=9.75 cores=0,2,4,6

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

/proc/5085/task/5191/stat : 5191 (java) R 5077 5085 5017 0 -1 4202560 94126 13071 3 1 235229 47 5 3 20 0 15 0 473033619 11111522304 274409 33554432000 4194304 4196468 140732419613024 140252063517648 140251696458450 0 4 0 16800975 0 0 0 -1 4 0 0 590 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5192] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.09 cores=0,2,4,6
/proc/5085/task/5192/stat : 5192 (java) S 5077 5085 5017 0 -1 1077944384 19927 13071 0 1 961 40 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140252095924752 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5193] ppid=5077 vsize=10851096 memory=1097236 CPUtime=10.1 cores=0,2,4,6
/proc/5085/task/5193/stat : 5193 (java) S 5077 5085 5017 0 -1 1077944384 23320 13071 0 1 962 40 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251664853648 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5195] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.07 cores=0,2,4,6
/proc/5085/task/5195/stat : 5195 (java) S 5077 5085 5017 0 -1 1077944384 21123 13071 0 1 954 45 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251663800592 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5197] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.05 cores=0,2,4,6
/proc/5085/task/5197/stat : 5197 (java) S 5077 5085 5017 0 -1 1077944384 25767 13071 0 1 951 46 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251662748048 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5200] ppid=5077 vsize=10851096 memory=1097636 CPUtime=8.31 cores=0,2,4,6
/proc/5085/task/5200/stat : 5200 (java) S 5077 5085 5017 0 -1 1077944384 35325 13071 0 1 781 42 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251550960368 140252091693698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5202] ppid=5077 vsize=10851096 memory=1097636 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5202/stat : 5202 (java) S 5077 5085 5017 0 -1 1077944384 46 13071 0 1 0 0 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251549906656 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5204] ppid=5077 vsize=10851096 memory=1097636 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5204/stat : 5204 (java) S 5077 5085 5017 0 -1 1077944384 4 13071 0 1 0 0 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250881975552 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5211] ppid=5077 vsize=10851096 memory=1097636 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5211/stat : 5211 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250641684944 140252091701147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5212] ppid=5077 vsize=10851096 memory=3624 CPUtime=6.68 cores=0,2,4,6
/proc/5085/task/5212/stat : 5212 (java) S 5077 5085 5017 0 -1 1077944384 37002 13071 0 1 654 6 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251516348656 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5213] ppid=5077 vsize=10851096 memory=1188 CPUtime=6.44 cores=0,2,4,6
/proc/5085/task/5213/stat : 5213 (java) S 5077 5085 5017 0 -1 1077944384 33468 13071 0 1 629 7 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251515296112 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5214] ppid=5077 vsize=10851096 memory=1097636 CPUtime=4.46 cores=0,2,4,6
/proc/5085/task/5214/stat : 5214 (java) S 5077 5085 5017 0 -1 1077944384 42429 13071 0 1 431 7 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251514243056 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5215] ppid=5077 vsize=10851096 memory=1097636 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5215/stat : 5215 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033628 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250608126304 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5217] ppid=5077 vsize=10851096 memory=1097636 CPUtime=1.51 cores=0,2,4,6
/proc/5085/task/5217/stat : 5217 (java) S 5077 5085 5017 0 -1 1077944384 1570 13071 0 1 72 71 5 3 20 0 15 0 473033636 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251513191472 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
Current children cumulated CPU time: 2419.93 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1097636 KiB

[startup+2442.3 s]
/proc/loadavg: 1.19 1.25 1.22 4/228 5444
/proc/meminfo: memFree=4781300/32770624 swapFree=66959528/67108860
[pid=5085] ppid=5077 vsize=10851096 memory=1097636 CPUtime=2480.46 cores=0,2,4,6
/proc/5085/stat : 5085 (java) S 5077 5085 5017 0 -1 1077944320 338530 13071 4 1 247731 307 5 3 20 0 15 0 473033411 11111522304 274409 33554432000 4194304 4196468 140732419613024 140732419595568 140252091682551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 3 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
/proc/5085/statm: 2712774 274409 3628 1 0 2674829 0
[pid=5085/tid=5191] ppid=5077 vsize=10851096 memory=1097636 CPUtime=2412.47 cores=0,2,4,6
/proc/5085/task/5191/stat : 5191 (java) R 5077 5085 5017 0 -1 4202560 95166 13071 3 1 241192 47 5 3 20 0 15 0 473033619 11111522304 274409 33554432000 4194304 4196468 140732419613024 140252063517440 140251707700888 0 4 0 16800975 0 0 0 -1 4 0 0 590 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5192] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.26 cores=0,2,4,6
/proc/5085/task/5192/stat : 5192 (java) S 5077 5085 5017 0 -1 1077944384 20141 13071 0 1 978 40 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140252095924752 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5193] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.28 cores=0,2,4,6
/proc/5085/task/5193/stat : 5193 (java) S 5077 5085 5017 0 -1 1077944384 23336 13071 0 1 980 40 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251664853648 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5195] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.24 cores=0,2,4,6
/proc/5085/task/5195/stat : 5195 (java) S 5077 5085 5017 0 -1 1077944384 21520 13071 0 1 971 45 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251663800592 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5197] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.24 cores=0,2,4,6
/proc/5085/task/5197/stat : 5197 (java) S 5077 5085 5017 0 -1 1077944384 25839 13071 0 1 969 47 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251662748048 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5200] ppid=5077 vsize=10851096 memory=1097636 CPUtime=8.46 cores=0,2,4,6
/proc/5085/task/5200/stat : 5200 (java) S 5077 5085 5017 0 -1 1077944384 35531 13071 0 1 795 43 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251550960368 140252091693698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5202] ppid=5077 vsize=10851096 memory=1097636 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5202/stat : 5202 (java) S 5077 5085 5017 0 -1 1077944384 46 13071 0 1 0 0 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251549906656 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5204] ppid=5077 vsize=10851096 memory=1097636 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5204/stat : 5204 (java) S 5077 5085 5017 0 -1 1077944384 4 13071 0 1 0 0 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250881975552 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5211] ppid=5077 vsize=10851096 memory=1097636 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5211/stat : 5211 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250641684944 140252091701147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5212] ppid=5077 vsize=10851096 memory=1097636 CPUtime=6.69 cores=0,2,4,6
/proc/5085/task/5212/stat : 5212 (java) S 5077 5085 5017 0 -1 1077944384 37004 13071 0 1 655 6 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251516348656 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5213] ppid=5077 vsize=10851096 memory=1097636 CPUtime=6.44 cores=0,2,4,6
/proc/5085/task/5213/stat : 5213 (java) S 5077 5085 5017 0 -1 1077944384 33470 13071 0 1 629 7 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251515296112 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5214] ppid=5077 vsize=10851096 memory=1097636 CPUtime=4.46 cores=0,2,4,6
/proc/5085/task/5214/stat : 5214 (java) S 5077 5085 5017 0 -1 1077944384 42674 13071 0 1 431 7 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251514243056 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5215] ppid=5077 vsize=10851096 memory=1097636 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5215/stat : 5215 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033628 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250608126304 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5217] ppid=5077 vsize=10851096 memory=288230596050944315 CPUtime=1.54 cores=0,2,4,6
/proc/5085/task/5217/stat : 5217 (java) S 5077 5085 5017 0 -1 1077944384 1589 13071 0 1 74 72 5 3 20 0 15 0 473033636 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251513191472 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
Current children cumulated CPU time: 2480.46 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1097636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.5 s]
/proc/loadavg: 1.22 1.25 1.23 5/229 5601
/proc/meminfo: memFree=3560180/32770624 swapFree=66959528/67108860
[pid=5085] ppid=5077 vsize=10851096 memory=1097636 CPUtime=2520.01 cores=0,2,4,6
/proc/5085/stat : 5085 (java) S 5077 5085 5017 0 -1 1077944320 339846 13071 4 1 251682 311 5 3 20 0 15 0 473033411 11111522304 274409 33554432000 4194304 4196468 140732419613024 140732419595568 140252091682551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 3 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
/proc/5085/statm: 2712774 274409 3628 1 0 2674829 0
[pid=5085/tid=5191] ppid=5077 vsize=10851096 memory=1097636 CPUtime=2451.41 cores=0,2,4,6
/proc/5085/task/5191/stat : 5191 (java) R 5077 5085 5017 0 -1 4202560 95817 13071 3 1 245085 48 5 3 20 0 15 0 473033619 11111522304 274409 33554432000 4194304 4196468 140732419613024 140252063517456 140251712750016 0 4 0 16800975 0 0 0 -1 2 0 0 590 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5192] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.38 cores=0,2,4,6
/proc/5085/task/5192/stat : 5192 (java) S 5077 5085 5017 0 -1 1077944384 20197 13071 0 1 990 40 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140252095924752 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5193] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.4 cores=0,2,4,6
/proc/5085/task/5193/stat : 5193 (java) S 5077 5085 5017 0 -1 1077944384 23716 13071 0 1 991 41 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251664853648 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5195] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.36 cores=0,2,4,6
/proc/5085/task/5195/stat : 5195 (java) S 5077 5085 5017 0 -1 1077944384 21615 13071 0 1 982 46 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251663800592 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5197] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.35 cores=0,2,4,6
/proc/5085/task/5197/stat : 5197 (java) S 5077 5085 5017 0 -1 1077944384 25849 13071 0 1 980 47 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251662748048 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5200] ppid=5077 vsize=10851096 memory=1097636 CPUtime=8.56 cores=0,2,4,6
/proc/5085/task/5200/stat : 5200 (java) S 5077 5085 5017 0 -1 1077944384 35632 13071 0 1 805 43 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251550960368 140252091693698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5202] ppid=5077 vsize=10851096 memory=1097636 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5202/stat : 5202 (java) S 5077 5085 5017 0 -1 1077944384 46 13071 0 1 0 0 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251549906656 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5204] ppid=5077 vsize=10851096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5204/stat : 5204 (java) S 5077 5085 5017 0 -1 1077944384 4 13071 0 1 0 0 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250881975552 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5211] ppid=5077 vsize=10851096 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5211/stat : 5211 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250641684944 140252091701147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5212] ppid=5077 vsize=10851096 memory=1097636 CPUtime=6.69 cores=0,2,4,6
/proc/5085/task/5212/stat : 5212 (java) S 5077 5085 5017 0 -1 1077944384 37006 13071 0 1 655 6 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251516348656 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5213] ppid=5077 vsize=10851096 memory=1097636 CPUtime=6.44 cores=0,2,4,6
/proc/5085/task/5213/stat : 5213 (java) S 5077 5085 5017 0 -1 1077944384 33472 13071 0 1 629 7 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251515296112 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5214] ppid=5077 vsize=10851096 memory=3624 CPUtime=4.46 cores=0,2,4,6
/proc/5085/task/5214/stat : 5214 (java) S 5077 5085 5017 0 -1 1077944384 42676 13071 0 1 431 7 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251514243056 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5215] ppid=5077 vsize=10851096 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5215/stat : 5215 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033628 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250608126304 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5217] ppid=5077 vsize=10851096 memory=2024 CPUtime=1.56 cores=0,2,4,6
/proc/5085/task/5217/stat : 5217 (java) S 5077 5085 5017 0 -1 1077944384 1606 13071 0 1 74 74 5 3 20 0 15 0 473033636 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251513191472 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1097636 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2481.53 s]
# the end of solver process 5085 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.9 s, system=3.1609 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2481.5 s]
/proc/loadavg: 1.22 1.25 1.23 5/229 5601
/proc/meminfo: memFree=3560180/32770624 swapFree=66959528/67108860
[pid=5085] ppid=5077 vsize=10851096 memory=1097636 CPUtime=2520.01 cores=0,2,4,6
/proc/5085/stat : 5085 (java) S 5077 5085 5017 0 -1 1077944320 339846 13071 4 1 251682 311 5 3 20 0 15 0 473033411 11111522304 274409 33554432000 4194304 4196468 140732419613024 140732419595568 140252091682551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 3 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
/proc/5085/statm: 2712774 274409 3628 1 0 2674829 0
[pid=5085/tid=5191] ppid=5077 vsize=10851096 memory=1097636 CPUtime=2451.41 cores=0,2,4,6
/proc/5085/task/5191/stat : 5191 (java) R 5077 5085 5017 0 -1 4202560 95817 13071 3 1 245085 48 5 3 20 0 15 0 473033619 11111522304 274409 33554432000 4194304 4196468 140732419613024 140252063517456 140251712750016 0 4 0 16800975 0 0 0 -1 2 0 0 590 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5192] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.38 cores=0,2,4,6
/proc/5085/task/5192/stat : 5192 (java) S 5077 5085 5017 0 -1 1077944384 20197 13071 0 1 990 40 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140252095924752 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5193] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.4 cores=0,2,4,6
/proc/5085/task/5193/stat : 5193 (java) S 5077 5085 5017 0 -1 1077944384 23716 13071 0 1 991 41 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251664853648 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5195] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.36 cores=0,2,4,6
/proc/5085/task/5195/stat : 5195 (java) S 5077 5085 5017 0 -1 1077944384 21615 13071 0 1 982 46 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251663800592 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5197] ppid=5077 vsize=10851096 memory=1097636 CPUtime=10.35 cores=0,2,4,6
/proc/5085/task/5197/stat : 5197 (java) S 5077 5085 5017 0 -1 1077944384 25849 13071 0 1 980 47 5 3 20 0 15 0 473033620 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251662748048 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5200] ppid=5077 vsize=10851096 memory=1097636 CPUtime=8.56 cores=0,2,4,6
/proc/5085/task/5200/stat : 5200 (java) S 5077 5085 5017 0 -1 1077944384 35632 13071 0 1 805 43 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251550960368 140252091693698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5202] ppid=5077 vsize=10851096 memory=1097636 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5202/stat : 5202 (java) S 5077 5085 5017 0 -1 1077944384 46 13071 0 1 0 0 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251549906656 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5204] ppid=5077 vsize=10851096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5204/stat : 5204 (java) S 5077 5085 5017 0 -1 1077944384 4 13071 0 1 0 0 5 3 20 0 15 0 473033622 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250881975552 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5211] ppid=5077 vsize=10851096 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5211/stat : 5211 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250641684944 140252091701147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5212] ppid=5077 vsize=10851096 memory=1097636 CPUtime=6.69 cores=0,2,4,6
/proc/5085/task/5212/stat : 5212 (java) S 5077 5085 5017 0 -1 1077944384 37006 13071 0 1 655 6 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251516348656 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5213] ppid=5077 vsize=10851096 memory=1097636 CPUtime=6.44 cores=0,2,4,6
/proc/5085/task/5213/stat : 5213 (java) S 5077 5085 5017 0 -1 1077944384 33472 13071 0 1 629 7 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251515296112 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5214] ppid=5077 vsize=10851096 memory=3624 CPUtime=4.46 cores=0,2,4,6
/proc/5085/task/5214/stat : 5214 (java) S 5077 5085 5017 0 -1 1077944384 42676 13071 0 1 431 7 5 3 20 0 15 0 473033627 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251514243056 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5215] ppid=5077 vsize=10851096 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/5085/task/5215/stat : 5215 (java) S 5077 5085 5017 0 -1 1077944384 3 13071 0 1 0 0 5 3 20 0 15 0 473033628 11111522304 274409 33554432000 4194304 4196468 140732419613024 140250608126304 140252091692757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
[pid=5085/tid=5217] ppid=5077 vsize=10851096 memory=2024 CPUtime=1.56 cores=0,2,4,6
/proc/5085/task/5217/stat : 5217 (java) S 5077 5085 5017 0 -1 1077944384 1606 13071 0 1 74 74 5 3 20 0 15 0 473033636 11111522304 274409 33554432000 4194304 4196468 140732419613024 140251513191472 140252091693698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14520320 140732419619567 140732419622085 140732419622085 140732419624911 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1097636 KiB

Child status: 143
Real time (s): 2481.53
CPU time (s): 2520.06
CPU user time (s): 2516.9
CPU system time (s): 3.1609
CPU usage (%): 101.553
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1097636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.9
system time used= 3.16091
maximum resident set size= 1101856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353937
page faults= 5
swaps= 0
block input operations= 61592
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 239467
involuntary context switches= 8117


# summary of solver processes directly reported to runsolver:
#   pid: 5085
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.9
#   total CPU system time (s): 3.1609

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7883 second user time and 24.1889 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-20 10:19:57
IDJOB=4402823
IDBENCH=115842
IDSOLVER=2861
FILE ID=node127/4402823-1568967637
RUNJOBID= node127-1568967596-5048
PBS_JOBID= 21704621
Free space on /tmp= 35820 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-9.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402823-1568967637/watcher-4402823-1568967637 -o /tmp/evaluation-result-4402823-1568967637/solver-4402823-1568967637 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5048 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1455309010 HOME/instance-4402823-1568967637.xml

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

MD5SUM BENCH= b1b903d633c720775ef1eb29649a113f
RANDOM SEED=1455309010

node127.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.55
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.55
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.55
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.55
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:         7711452 kB
MemAvailable:   31810704 kB
Buffers:           94272 kB
Cached:         23970564 kB
SwapCached:        44564 kB
Active:         14244220 kB
Inactive:        9870980 kB
Active(anon):       4608 kB
Inactive(anon):    95592 kB
Active(file):   14239612 kB
Inactive(file):  9775388 kB
Unevictable:      107124 kB
Mlocked:          107124 kB
SwapTotal:      67108860 kB
SwapFree:       66959528 kB
Dirty:             34760 kB
Writeback:             0 kB
AnonPages:        114832 kB
Mapped:            52368 kB
Shmem:             40776 kB
Slab:             541024 kB
SReclaimable:     512712 kB
SUnreclaim:        28312 kB
KernelStack:        3392 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     510252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35720 MiB
End job on node127 at 2019-09-20 11:01:27