Trace number 4402787

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)310 2520.15 2480.8

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-3.xml
MD5SUM486402128da484f7cb4aeca2fb99213d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark310
Best CPU time to get the best result obtained on this benchmark32.7447
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size410
Distribution of domain sizes[{"size":5,"count":50},{"size":410,"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.86/4.12	c Concrete v3.12.3.1568965526260 running
10.74/13.66	o 408
10.74/13.68	o 401
11.41/13.83	o 398
12.64/14.25	o 397
12.64/14.26	o 396
13.26/14.44	o 387
13.26/14.46	o 382
13.26/14.47	o 378
13.57/14.51	o 377
13.57/14.52	o 371
13.57/14.53	o 370
13.57/14.55	o 367
14.20/14.70	o 366
14.20/14.71	o 364
14.79/14.97	o 358
15.12/15.02	o 354
15.12/15.03	o 353
16.61/15.53	o 352
16.61/15.56	o 351
16.61/15.56	o 350
16.61/15.57	o 349
16.88/15.60	o 348
16.88/15.61	o 347
16.88/15.62	o 346
17.32/15.87	o 342
17.32/15.88	o 340
17.48/15.93	o 337
18.66/16.80	o 336
18.95/16.99	o 334
19.15/17.04	o 330
19.62/17.34	o 329
21.44/18.63	o 328
24.13/20.94	o 327
24.13/20.94	o 325
32.06/27.44	o 324
32.06/27.44	o 323
32.06/27.50	o 322
32.17/27.50	o 321
32.17/27.50	o 320
32.17/27.51	o 318
43.29/37.79	o 317
50.57/44.82	o 316
52.08/46.30	o 315
52.08/46.31	o 314
87.43/80.43	o 313
87.84/80.87	o 312
87.84/80.87	o 311
147.39/138.98	o 310
2520.04/2480.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2480.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.04/2480.71		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.04/2480.71		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.04/2480.71		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:249)
2520.04/2480.71		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.04/2480.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.04/2480.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2480.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.04/2480.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2480.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2480.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2480.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2480.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2480.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2480.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2480.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2480.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2480.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2480.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.04/2480.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2480.71		at scala.Option.map(Option.scala:242)
2520.04/2480.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2480.71		at concrete.MAC.mac(MAC.scala:216)
2520.04/2480.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2480.71		at scala.util.Try$.apply(Try.scala:210)
2520.04/2480.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2480.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2480.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2480.71		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2480.71		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2480.71		at concrete.MAC.nextSolution(MAC.scala:369)
2520.04/2480.71		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2480.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.04/2480.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.04/2480.71		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2480.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.04/2480.71		at scala.util.Success.map(Try.scala:262)
2520.04/2480.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2480.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2480.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2480.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2480.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2480.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2480.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2480.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2480.71		at scala.App.$anonfun$main$1(App.scala:73)
2520.04/2480.71		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.04/2480.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.04/2480.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.04/2480.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.04/2480.71		at scala.App.main(App.scala:73)
2520.04/2480.71		at scala.App.main$(App.scala:71)
2520.04/2480.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2480.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2480.72	v <instantiation
2520.04/2480.72	v         cost = '310'>
2520.04/2480.72	v       <list>
2520.04/2480.72	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.04/2480.72	v       </list>
2520.04/2480.72	v       <values>
2520.04/2480.72	v         0 66 117 220 269 0 81 117 195 266 0 81 139 230 305 4 81 106 181 230 0 97 134 217 229 304 310 310 309 310 66 31 64 45 35 66 36 78 71 44 81 53 91 75 5 77 25 60 38 79 93 37 83 12 81 0 3 2 1 4 3 2 0 4 1 2 1 3 0 4 1 0 4 2 3 4 3 1 0 2 0 220 117 66 269 117 266 81 0 195 230 81 0 139 305 81 4 181 230 106 217 134 229 97 0
2520.04/2480.72	v       </values>
2520.04/2480.72	v     </instantiation>
2520.04/2480.72	s SATISFIABLE

Verifier Data

OK	310

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 (120 MiB free)
  memory of node 1: 16384 MiB (601 MiB free)
  node distances:
     10  21
     21  10

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

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26272, runsolver pid=26268

[startup+0.10015 s]*
/proc/loadavg: 0.39 0.10 0.07 1/206 26333
/proc/meminfo: memFree=737524/32770624 swapFree=66955356/67108860
[pid=26272] ppid=26268 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/26272/stat : 26272 (bash) S 26268 26272 26206 0 -1 4202496 890 5694 1 1 0 0 0 1 20 0 1 0 473035836 115974144 404 33554432000 4194304 5098028 140736118626576 140736118620584 140189062040576 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 40316928 140736118629396 140736118629521 140736118629521 140736118632430 0
/proc/26272/statm: 28314 404 320 221 0 119 0
[pid=26328] ppid=26272 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/26328/stat : 26328 (bash) S 26272 26272 26206 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473035843 115974144 178 33554432000 4194304 5098028 140736118626576 140736118619256 140189061866108 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40316928 140736118629396 140736118629521 140736118629521 140736118632430 0
/proc/26328/statm: 28314 178 94 221 0 119 0
[pid=26329] ppid=26328 vsize=113256 memory=532 CPUtime=0 cores=1,3,5,7
/proc/26329/stat : 26329 (bash) D 26328 26272 26206 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 1 0 473035843 115974144 133 33554432000 4194304 5098028 140736118626576 140736118619032 140189062038901 0 0 4096 65538 18446744072101662244 0 0 17 1 0 0 0 0 0 7196144 7232144 40316928 140736118629396 140736118629521 140736118629521 140736118632430 0
/proc/26329/statm: 28314 133 49 221 0 119 0
[pid=26330] ppid=26328 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/26330/stat : 26330 (awk) S 26328 26272 26206 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473035843 116211712 243 33554432000 4194304 4609284 140735535076352 140735535075528 140086716693504 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 33673216 140735535084732 140735535084762 140735535084762 140735535087599 0
/proc/26330/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: 3832 KiB

[startup+0.210485 s]*
/proc/loadavg: 0.39 0.10 0.07 1/206 26333
/proc/meminfo: memFree=737524/32770624 swapFree=66955356/67108860
[pid=26272] ppid=26268 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/26272/stat : 26272 (bash) S 26268 26272 26206 0 -1 4202496 890 5694 1 1 0 0 0 1 20 0 1 0 473035836 115974144 404 33554432000 4194304 5098028 140736118626576 140736118620584 140189062040576 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 40316928 140736118629396 140736118629521 140736118629521 140736118632430 0
/proc/26272/statm: 28314 404 320 221 0 119 0
[pid=26328] ppid=26272 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/26328/stat : 26328 (bash) S 26272 26272 26206 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473035843 115974144 178 33554432000 4194304 5098028 140736118626576 140736118619256 140189061866108 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40316928 140736118629396 140736118629521 140736118629521 140736118632430 0
/proc/26328/statm: 28314 178 94 221 0 119 0
[pid=26329] ppid=26328 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/26329/stat : 26329 (java) D 26328 26272 26206 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 473035843 303104 1 33554432000 4194304 4196468 140734832841248 140734832838520 139978446124743 0 0 4096 0 18446744072101662244 0 0 17 3 0 0 0 0 0 6293624 6294260 36884480 140734832850060 140734832850074 140734832850074 140734832852943 0
/proc/26329/statm: 74 1 0 1 0 38 0
[pid=26330] ppid=26328 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/26330/stat : 26330 (awk) S 26328 26272 26206 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473035843 116211712 243 33554432000 4194304 4609284 140735535076352 140735535075528 140086716693504 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 33673216 140735535084732 140735535084762 140735535084762 140735535087599 0
/proc/26330/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: 3304 KiB

[startup+0.309926 s]*
/proc/loadavg: 0.39 0.10 0.07 1/206 26333
/proc/meminfo: memFree=737524/32770624 swapFree=66955356/67108860
[pid=26272] ppid=26268 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/26272/stat : 26272 (bash) S 26268 26272 26206 0 -1 4202496 890 5694 1 1 0 0 0 1 20 0 1 0 473035836 115974144 404 33554432000 4194304 5098028 140736118626576 140736118620584 140189062040576 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 40316928 140736118629396 140736118629521 140736118629521 140736118632430 0
/proc/26272/statm: 28314 404 320 221 0 119 0
[pid=26328] ppid=26272 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/26328/stat : 26328 (bash) S 26272 26272 26206 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473035843 115974144 178 33554432000 4194304 5098028 140736118626576 140736118619256 140189061866108 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40316928 140736118629396 140736118629521 140736118629521 140736118632430 0
/proc/26328/statm: 28314 178 94 221 0 119 0
[pid=26329] ppid=26328 vsize=4724 memory=200 CPUtime=0 cores=1,3,5,7
/proc/26329/stat : 26329 (java) D 26328 26272 26206 0 -1 1077936128 173 0 1 0 0 0 0 0 20 0 1 0 473035843 4837376 50 33554432000 4194304 4196468 140734832841248 140734832838424 139978446124743 0 0 4096 0 18446744072101662244 0 0 17 3 0 0 2 0 0 6293624 6294260 36884480 140734832850060 140734832850074 140734832850074 140734832852943 0
/proc/26329/statm: 1181 50 38 1 0 43 0
[pid=26330] ppid=26328 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/26330/stat : 26330 (awk) S 26328 26272 26206 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473035843 116211712 243 33554432000 4194304 4609284 140735535076352 140735535075528 140086716693504 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 33673216 140735535084732 140735535084762 140735535084762 140735535087599 0
/proc/26330/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 344724 KiB
Current children cumulated memory: 3500 KiB

[startup+0.700555 s]
/proc/loadavg: 0.39 0.10 0.07 1/206 26333
/proc/meminfo: memFree=734856/32770624 swapFree=66955356/67108860
[pid=26272] ppid=26268 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/26272/stat : 26272 (bash) S 26268 26272 26206 0 -1 4202496 890 5694 1 1 0 0 0 1 20 0 1 0 473035836 115974144 404 33554432000 4194304 5098028 140736118626576 140736118620584 140189062040576 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 40316928 140736118629396 140736118629521 140736118629521 140736118632430 0
/proc/26272/statm: 28314 404 320 221 0 119 0
[pid=26328] ppid=26272 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/26328/stat : 26328 (bash) S 26272 26272 26206 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473035843 115974144 178 33554432000 4194304 5098028 140736118626576 140736118619256 140189061866108 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40316928 140736118629396 140736118629521 140736118629521 140736118632430 0
/proc/26328/statm: 28314 178 94 221 0 119 0
[pid=26329] ppid=26328 vsize=99728 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/26329/stat : 26329 (java) S 26328 26272 26206 0 -1 1077944320 1356 0 1 0 0 0 0 0 20 0 2 0 473035843 102121472 1155 33554432000 4194304 4196468 140734832841248 140734832823792 139978443849463 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 25 0 0 6293624 6294260 36884480 140734832850060 140734832850074 140734832850074 140734832852943 0
/proc/26329/statm: 24932 1155 857 1 0 17056 0
[pid=26330] ppid=26328 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/26330/stat : 26330 (awk) S 26328 26272 26206 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473035843 116211712 243 33554432000 4194304 4609284 140735535076352 140735535075528 140086716693504 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 33673216 140735535084732 140735535084762 140735535084762 140735535087599 0
/proc/26330/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: 7920 KiB

[startup+1.50062 s]
/proc/loadavg: 0.39 0.10 0.07 1/208 26335
/proc/meminfo: memFree=732212/32770624 swapFree=66955356/67108860
[pid=26272] ppid=26268 vsize=143344 memory=5576 CPUtime=0.09 cores=1,3,5,7
/proc/26272/stat : 26272 (java) S 26268 26272 26206 0 -1 1077944320 2633 12950 1 2 0 0 5 4 20 0 2 0 473035836 146784256 1394 33554432000 4194304 4196468 140728378410672 140728378393216 140128053735159 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
/proc/26272/statm: 35836 1394 1055 1 0 24747 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 143344 KiB
Current children cumulated memory: 5576 KiB

[startup+3.11053 s]
/proc/loadavg: 0.52 0.13 0.08 3/228 26407
/proc/meminfo: memFree=655340/32770624 swapFree=66955356/67108860
[pid=26272] ppid=26268 vsize=10820268 memory=55820 CPUtime=0.46 cores=1,3,5,7
/proc/26272/stat : 26272 (java) S 26268 26272 26206 0 -1 1077944320 10685 12950 1 2 33 4 5 4 20 0 15 0 473035836 11079954432 13955 33554432000 4194304 4196468 140728378410672 140728378393216 140128053735159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
/proc/26272/statm: 2705067 13955 3313 1 0 2667149 0
[pid=26272/tid=26381] ppid=26268 vsize=10820268 memory=45040 CPUtime=0.33 cores=1,3,5,7
/proc/26272/task/26381/stat : 26381 (java) D 26268 26272 26206 0 -1 4202560 7153 12950 0 2 21 3 5 4 20 0 15 0 473035982 11079954432 13955 33554432000 4194304 4196468 140728378410672 140128025556864 140128053757085 0 4 0 16800975 18446744071580419588 0 0 -1 3 0 0 107 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26386] ppid=26268 vsize=10820268 memory=3620 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26386/stat : 26386 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473035997 11079954432 13955 33554432000 4194304 4196468 140728378410672 140128057978000 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26387] ppid=26268 vsize=10820268 memory=33 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26387/stat : 26387 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473035997 11079954432 13955 33554432000 4194304 4196468 140728378410672 140127946251280 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26388] ppid=26268 vsize=10820268 memory=15816716106074690 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26388/stat : 26388 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473035997 11079954432 13955 33554432000 4194304 4196468 140728378410672 140127945198480 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26389] ppid=26268 vsize=10820268 memory=41504 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26389/stat : 26389 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473035997 11079954432 13955 33554432000 4194304 4196468 140728378410672 140127944145680 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26391] ppid=26268 vsize=10820268 memory=984 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26391/stat : 26391 (java) S 26268 26272 26206 0 -1 1077944384 4 12950 0 2 0 0 5 4 20 0 15 0 473035998 11079954432 13955 33554432000 4194304 4196468 140728378410672 140127528515952 140128053746306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26393] ppid=26268 vsize=10820268 memory=56 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26393/stat : 26393 (java) S 26268 26272 26206 0 -1 1077944384 33 12950 0 2 0 0 5 4 20 0 15 0 473035999 11079954432 13955 33554432000 4194304 4196468 140728378410672 140127527461920 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26395] ppid=26268 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26395/stat : 26395 (java) S 26268 26272 26206 0 -1 1077944384 1 12950 0 2 0 0 5 4 20 0 15 0 473035999 11079954432 13955 33554432000 4194304 4196468 140728378410672 140127133229936 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26396] ppid=26268 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26396/stat : 26396 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473036004 11079954432 13955 33554432000 4194304 4196468 140728378410672 140126999013200 140128053753755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26397] ppid=26268 vsize=10820268 memory=10 CPUtime=0.11 cores=1,3,5,7
/proc/26272/task/26397/stat : 26397 (java) S 26268 26272 26206 0 -1 1077944384 492 12950 0 2 2 0 5 4 20 0 15 0 473036004 11079954432 13955 33554432000 4194304 4196468 140728378410672 140127493905264 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26398] ppid=26268 vsize=10820268 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26272/task/26398/stat : 26398 (java) S 26268 26272 26206 0 -1 1077944384 159 12950 0 2 1 0 5 4 20 0 15 0 473036004 11079954432 13955 33554432000 4194304 4196468 140728378410672 140127492852464 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26399] ppid=26268 vsize=10820268 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/26272/task/26399/stat : 26399 (java) S 26268 26272 26206 0 -1 1077944384 622 12950 0 2 6 0 5 4 20 0 15 0 473036004 11079954432 13955 33554432000 4194304 4196468 140728378410672 140127491799664 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26400] ppid=26268 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26400/stat : 26400 (java) S 26268 26272 26206 0 -1 1077944384 3 12950 0 2 0 0 5 4 20 0 15 0 473036004 11079954432 13955 33554432000 4194304 4196468 140728378410672 140126260816608 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26406] ppid=26268 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26406/stat : 26406 (java) S 26268 26272 26206 0 -1 1077944384 1 12950 0 2 0 0 5 4 20 0 15 0 473036009 11079954432 13955 33554432000 4194304 4196468 140728378410672 140127490747056 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 55820 KiB
heavy processes:

[startup+6.30079 s]
/proc/loadavg: 0.52 0.13 0.08 1/228 26407
/proc/meminfo: memFree=578088/32770624 swapFree=66955356/67108860
[pid=26272] ppid=26268 vsize=10822316 memory=80400 CPUtime=1.07 cores=1,3,5,7
/proc/26272/stat : 26272 (java) S 26268 26272 26206 0 -1 1077944320 14252 12950 1 2 92 6 5 4 20 0 15 0 473035836 11082051584 20100 33554432000 4194304 4196468 140728378410672 140728378393216 140128053735159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
/proc/26272/statm: 2705579 20100 3500 1 0 2667661 0
[pid=26272/tid=26381] ppid=26268 vsize=10822316 memory=3620 CPUtime=0.64 cores=1,3,5,7
/proc/26272/task/26381/stat : 26381 (java) D 26268 26272 26206 0 -1 4202560 9627 12950 0 2 50 5 5 4 20 0 15 0 473035982 11082051584 20100 33554432000 4194304 4196468 140728378410672 140128025561552 140128053757085 0 4 0 16800975 18446744071580419588 0 0 -1 1 0 0 360 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26386] ppid=26268 vsize=10822316 memory=1560 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26386/stat : 26386 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473035997 11082051584 20100 33554432000 4194304 4196468 140728378410672 140128057978000 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26387] ppid=26268 vsize=10822316 memory=976 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26387/stat : 26387 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473035997 11082051584 20100 33554432000 4194304 4196468 140728378410672 140127946251280 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26388] ppid=26268 vsize=10822316 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26388/stat : 26388 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473035997 11082051584 20100 33554432000 4194304 4196468 140728378410672 140127945198480 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26389] ppid=26268 vsize=10822316 memory=7234303152781525078 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26389/stat : 26389 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473035997 11082051584 20100 33554432000 4194304 4196468 140728378410672 140127944145680 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26391] ppid=26268 vsize=10822316 memory=288292190210491244 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26391/stat : 26391 (java) S 26268 26272 26206 0 -1 1077944384 5 12950 0 2 0 0 5 4 20 0 15 0 473035998 11082051584 20100 33554432000 4194304 4196468 140728378410672 140127528515952 140128053746306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26393] ppid=26268 vsize=10822316 memory=5576 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26393/stat : 26393 (java) S 26268 26272 26206 0 -1 1077944384 33 12950 0 2 0 0 5 4 20 0 15 0 473035999 11082051584 20100 33554432000 4194304 4196468 140728378410672 140127527461920 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26395] ppid=26268 vsize=10822316 memory=79156 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26395/stat : 26395 (java) S 26268 26272 26206 0 -1 1077944384 1 12950 0 2 0 0 5 4 20 0 15 0 473035999 11082051584 20100 33554432000 4194304 4196468 140728378410672 140127133229936 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26396] ppid=26268 vsize=10822316 memory=75936 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26396/stat : 26396 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473036004 11082051584 20100 33554432000 4194304 4196468 140728378410672 140126999013200 140128053753755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26397] ppid=26268 vsize=10822316 memory=78628 CPUtime=0.23 cores=1,3,5,7
/proc/26272/task/26397/stat : 26397 (java) S 26268 26272 26206 0 -1 1077944384 917 12950 0 2 14 0 5 4 20 0 15 0 473036004 11082051584 20100 33554432000 4194304 4196468 140728378410672 140127493905264 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26398] ppid=26268 vsize=10822316 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/26272/task/26398/stat : 26398 (java) S 26268 26272 26206 0 -1 1077944384 700 12950 0 2 9 0 5 4 20 0 15 0 473036004 11082051584 20100 33554432000 4194304 4196468 140728378410672 140127492852464 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26399] ppid=26268 vsize=10822316 memory=79624 CPUtime=0.25 cores=1,3,5,7
/proc/26272/task/26399/stat : 26399 (java) S 26268 26272 26206 0 -1 1077944384 746 12950 0 2 16 0 5 4 20 0 15 0 473036004 11082051584 20100 33554432000 4194304 4196468 140728378410672 140127491799664 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26400] ppid=26268 vsize=10822316 memory=80016 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26400/stat : 26400 (java) S 26268 26272 26206 0 -1 1077944384 3 12950 0 2 0 0 5 4 20 0 15 0 473036004 11082051584 20100 33554432000 4194304 4196468 140728378410672 140126260816608 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26406] ppid=26268 vsize=10822316 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26406/stat : 26406 (java) S 26268 26272 26206 0 -1 1077944384 3 12950 0 2 0 0 5 4 20 0 15 0 473036009 11082051584 20100 33554432000 4194304 4196468 140728378410672 140127490747056 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 80400 KiB
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.64 0.16 0.09 8/228 26407
/proc/meminfo: memFree=246652/32770624 swapFree=66955356/67108860
[pid=26272] ppid=26268 vsize=10851096 memory=259656 CPUtime=7.85 cores=1,3,5,7
/proc/26272/stat : 26272 (java) S 26268 26272 26206 0 -1 1077944320 46912 12950 4 2 755 21 5 4 20 0 15 0 473035836 11111522304 64914 33554432000 4194304 4196468 140728378410672 140728378393216 140128053735159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
/proc/26272/statm: 2712774 64914 3612 1 0 2674829 0

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

/proc/26272/task/26381/stat : 26381 (java) R 26268 26272 26206 0 -1 4202560 1967936 12950 3 2 234945 232 5 4 20 0 15 0 473035982 11111522304 396706 33554432000 4194304 4196468 140728378410672 140128025571040 140127638326414 0 4 0 16800975 0 0 0 -1 5 0 0 717 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26386] ppid=26268 vsize=10851096 memory=1586824 CPUtime=10.65 cores=1,3,5,7
/proc/26272/task/26386/stat : 26386 (java) S 26268 26272 26206 0 -1 1077944384 54185 12950 0 2 996 60 5 4 20 0 15 0 473035997 11111522304 396706 33554432000 4194304 4196468 140728378410672 140128057978000 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26387] ppid=26268 vsize=10851096 memory=1586824 CPUtime=10.63 cores=1,3,5,7
/proc/26272/task/26387/stat : 26387 (java) S 26268 26272 26206 0 -1 1077944384 54509 12950 0 2 997 57 5 4 20 0 15 0 473035997 11111522304 396706 33554432000 4194304 4196468 140728378410672 140127946251280 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26388] ppid=26268 vsize=10851096 memory=1586756 CPUtime=10.65 cores=1,3,5,7
/proc/26272/task/26388/stat : 26388 (java) S 26268 26272 26206 0 -1 1077944384 54967 12950 0 2 998 58 5 4 20 0 15 0 473035997 11111522304 396706 33554432000 4194304 4196468 140728378410672 140127945198480 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26389] ppid=26268 vsize=10851096 memory=1586788 CPUtime=10.63 cores=1,3,5,7
/proc/26272/task/26389/stat : 26389 (java) S 26268 26272 26206 0 -1 1077944384 57812 12950 0 2 998 56 5 4 20 0 15 0 473035997 11111522304 396706 33554432000 4194304 4196468 140728378410672 140127944145680 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26391] ppid=26268 vsize=10851096 memory=1586824 CPUtime=8.39 cores=1,3,5,7
/proc/26272/task/26391/stat : 26391 (java) S 26268 26272 26206 0 -1 1077944384 42436 12950 0 2 788 42 5 4 20 0 15 0 473035998 11111522304 396706 33554432000 4194304 4196468 140728378410672 140127528515952 140128053746306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26393] ppid=26268 vsize=10851096 memory=1586824 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26393/stat : 26393 (java) S 26268 26272 26206 0 -1 1077944384 38 12950 0 2 0 0 5 4 20 0 15 0 473035999 11111522304 396706 33554432000 4194304 4196468 140728378410672 140127527461984 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26395] ppid=26268 vsize=10851096 memory=1586824 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26395/stat : 26395 (java) S 26268 26272 26206 0 -1 1077944384 4 12950 0 2 0 0 5 4 20 0 15 0 473035999 11111522304 396706 33554432000 4194304 4196468 140728378410672 140127133229952 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26396] ppid=26268 vsize=10851096 memory=1586824 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26396/stat : 26396 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473036004 11111522304 396706 33554432000 4194304 4196468 140728378410672 140126999013200 140128053753755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26397] ppid=26268 vsize=10851096 memory=1724 CPUtime=6.84 cores=1,3,5,7
/proc/26272/task/26397/stat : 26397 (java) S 26268 26272 26206 0 -1 1077944384 35554 12950 0 2 668 7 5 4 20 0 15 0 473036004 11111522304 396706 33554432000 4194304 4196468 140728378410672 140127493905264 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26398] ppid=26268 vsize=10851096 memory=1586824 CPUtime=5.89 cores=1,3,5,7
/proc/26272/task/26398/stat : 26398 (java) S 26268 26272 26206 0 -1 1077944384 28640 12950 0 2 575 5 5 4 20 0 15 0 473036004 11111522304 396706 33554432000 4194304 4196468 140728378410672 140127492852464 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26399] ppid=26268 vsize=10851096 memory=1724 CPUtime=4.41 cores=1,3,5,7
/proc/26272/task/26399/stat : 26399 (java) S 26268 26272 26206 0 -1 1077944384 39685 12950 0 2 424 8 5 4 20 0 15 0 473036004 11111522304 396706 33554432000 4194304 4196468 140728378410672 140127491799664 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26400] ppid=26268 vsize=10851096 memory=1808 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26400/stat : 26400 (java) S 26268 26272 26206 0 -1 1077944384 3 12950 0 2 0 0 5 4 20 0 15 0 473036004 11111522304 396706 33554432000 4194304 4196468 140728378410672 140126260816608 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26406] ppid=26268 vsize=10851096 memory=920 CPUtime=1.42 cores=1,3,5,7
/proc/26272/task/26406/stat : 26406 (java) S 26268 26272 26206 0 -1 1077944384 2660 12950 0 2 63 70 5 4 20 0 15 0 473036009 11111522304 396706 33554432000 4194304 4196468 140728378410672 140127490747056 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
Current children cumulated CPU time: 2420.66 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1586824 KiB

[startup+2442.3 s]
/proc/loadavg: 1.54 1.39 1.25 3/228 26633
/proc/meminfo: memFree=263616/32770624 swapFree=66955368/67108860
[pid=26272] ppid=26268 vsize=10851096 memory=1587124 CPUtime=2481.28 cores=1,3,5,7
/proc/26272/stat : 26272 (java) S 26268 26272 26206 0 -1 1077944320 2376919 12950 4 2 247571 548 5 4 20 0 15 0 473035836 11111522304 396781 33554432000 4194304 4196468 140728378410672 140728378393216 140128053735159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
/proc/26272/statm: 2712774 396781 3634 1 0 2674829 0
[pid=26272/tid=26381] ppid=26268 vsize=10851096 memory=1586976 CPUtime=2411.45 cores=1,3,5,7
/proc/26272/task/26381/stat : 26381 (java) R 26268 26272 26206 0 -1 4202560 1995992 12950 3 2 240901 235 5 4 20 0 15 0 473035982 11111522304 396781 33554432000 4194304 4196468 140728378410672 140128025570192 140127637660776 0 4 0 16800975 0 0 0 -1 5 0 0 717 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26386] ppid=26268 vsize=10851096 memory=1586976 CPUtime=10.85 cores=1,3,5,7
/proc/26272/task/26386/stat : 26386 (java) S 26268 26272 26206 0 -1 1077944384 57340 12950 0 2 1016 60 5 4 20 0 15 0 473035997 11111522304 396781 33554432000 4194304 4196468 140728378410672 140128057978000 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26387] ppid=26268 vsize=10851096 memory=1587072 CPUtime=10.84 cores=1,3,5,7
/proc/26272/task/26387/stat : 26387 (java) S 26268 26272 26206 0 -1 1077944384 56028 12950 0 2 1017 58 5 4 20 0 15 0 473035997 11111522304 396781 33554432000 4194304 4196468 140728378410672 140127946251280 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26388] ppid=26268 vsize=10851096 memory=1587084 CPUtime=10.87 cores=1,3,5,7
/proc/26272/task/26388/stat : 26388 (java) S 26268 26272 26206 0 -1 1077944384 56711 12950 0 2 1019 59 5 4 20 0 15 0 473035997 11111522304 396781 33554432000 4194304 4196468 140728378410672 140127945198480 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26389] ppid=26268 vsize=10851096 memory=1587072 CPUtime=10.84 cores=1,3,5,7
/proc/26272/task/26389/stat : 26389 (java) S 26268 26272 26206 0 -1 1077944384 58767 12950 0 2 1019 56 5 4 20 0 15 0 473035997 11111522304 396781 33554432000 4194304 4196468 140728378410672 140127944145680 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26391] ppid=26268 vsize=10851096 memory=1587124 CPUtime=8.55 cores=1,3,5,7
/proc/26272/task/26391/stat : 26391 (java) S 26268 26272 26206 0 -1 1077944384 43231 12950 0 2 803 43 5 4 20 0 15 0 473035998 11111522304 396781 33554432000 4194304 4196468 140728378410672 140127528515952 140128053746306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26393] ppid=26268 vsize=10851096 memory=1587072 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26393/stat : 26393 (java) S 26268 26272 26206 0 -1 1077944384 38 12950 0 2 0 0 5 4 20 0 15 0 473035999 11111522304 396781 33554432000 4194304 4196468 140728378410672 140127527461984 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26395] ppid=26268 vsize=10851096 memory=1587072 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26395/stat : 26395 (java) S 26268 26272 26206 0 -1 1077944384 4 12950 0 2 0 0 5 4 20 0 15 0 473035999 11111522304 396781 33554432000 4194304 4196468 140728378410672 140127133229952 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26396] ppid=26268 vsize=10851096 memory=1587036 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26396/stat : 26396 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473036004 11111522304 396781 33554432000 4194304 4196468 140728378410672 140126999013200 140128053753755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26397] ppid=26268 vsize=10851096 memory=1587036 CPUtime=6.84 cores=1,3,5,7
/proc/26272/task/26397/stat : 26397 (java) S 26268 26272 26206 0 -1 1077944384 35560 12950 0 2 668 7 5 4 20 0 15 0 473036004 11111522304 396781 33554432000 4194304 4196468 140728378410672 140127493905264 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26398] ppid=26268 vsize=10851096 memory=1587072 CPUtime=5.89 cores=1,3,5,7
/proc/26272/task/26398/stat : 26398 (java) S 26268 26272 26206 0 -1 1077944384 28644 12950 0 2 575 5 5 4 20 0 15 0 473036004 11111522304 396781 33554432000 4194304 4196468 140728378410672 140127492852464 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26399] ppid=26268 vsize=10851096 memory=1056 CPUtime=4.41 cores=1,3,5,7
/proc/26272/task/26399/stat : 26399 (java) S 26268 26272 26206 0 -1 1077944384 39691 12950 0 2 424 8 5 4 20 0 15 0 473036004 11111522304 396781 33554432000 4194304 4196468 140728378410672 140127491799664 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26400] ppid=26268 vsize=10851096 memory=12024 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26400/stat : 26400 (java) S 26268 26272 26206 0 -1 1077944384 3 12950 0 2 0 0 5 4 20 0 15 0 473036004 11111522304 396781 33554432000 4194304 4196468 140728378410672 140126260816608 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26406] ppid=26268 vsize=10851096 memory=2124 CPUtime=1.45 cores=1,3,5,7
/proc/26272/task/26406/stat : 26406 (java) S 26268 26272 26206 0 -1 1077944384 2701 12950 0 2 64 72 5 4 20 0 15 0 473036009 11111522304 396781 33554432000 4194304 4196468 140728378410672 140127490747056 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
Current children cumulated CPU time: 2481.28 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1587124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.7 s]
/proc/loadavg: 2.16 1.57 1.32 3/229 26791
/proc/meminfo: memFree=219700/32770624 swapFree=66955372/67108860
[pid=26272] ppid=26268 vsize=10851096 memory=1587236 CPUtime=2520.04 cores=1,3,5,7
/proc/26272/stat : 26272 (java) S 26268 26272 26206 0 -1 1077944320 2432854 12950 4 2 251439 556 5 4 20 0 15 0 473035836 11111522304 396809 33554432000 4194304 4196468 140728378410672 140728378393216 140128053735159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
/proc/26272/statm: 2712774 396809 3634 1 0 2674829 0
[pid=26272/tid=26381] ppid=26268 vsize=10851096 memory=1587172 CPUtime=2449.58 cores=1,3,5,7
/proc/26272/task/26381/stat : 26381 (java) R 26268 26272 26206 0 -1 4202560 2047725 12950 3 2 244712 237 5 4 20 0 15 0 473035982 11111522304 396809 33554432000 4194304 4196468 140728378410672 140128025570112 140127637294727 0 4 0 16800975 0 0 0 -1 5 0 0 717 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26386] ppid=26268 vsize=10851096 memory=1587128 CPUtime=10.98 cores=1,3,5,7
/proc/26272/task/26386/stat : 26386 (java) S 26268 26272 26206 0 -1 1077944384 57835 12950 0 2 1028 61 5 4 20 0 15 0 473035997 11111522304 396809 33554432000 4194304 4196468 140728378410672 140128057978000 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26387] ppid=26268 vsize=10851096 memory=1587236 CPUtime=10.97 cores=1,3,5,7
/proc/26272/task/26387/stat : 26387 (java) S 26268 26272 26206 0 -1 1077944384 56664 12950 0 2 1029 59 5 4 20 0 15 0 473035997 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127946251280 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26388] ppid=26268 vsize=10851096 memory=1587236 CPUtime=10.99 cores=1,3,5,7
/proc/26272/task/26388/stat : 26388 (java) S 26268 26272 26206 0 -1 1077944384 57802 12950 0 2 1030 60 5 4 20 0 15 0 473035997 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127945198480 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26389] ppid=26268 vsize=10851096 memory=115011842214122 CPUtime=10.96 cores=1,3,5,7
/proc/26272/task/26389/stat : 26389 (java) S 26268 26272 26206 0 -1 1077944384 60308 12950 0 2 1030 57 5 4 20 0 15 0 473035997 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127944145680 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26391] ppid=26268 vsize=10851096 memory=1587236 CPUtime=8.64 cores=1,3,5,7
/proc/26272/task/26391/stat : 26391 (java) S 26268 26272 26206 0 -1 1077944384 43642 12950 0 2 812 43 5 4 20 0 15 0 473035998 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127528515952 140128053746306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26393] ppid=26268 vsize=10851096 memory=1587216 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26393/stat : 26393 (java) S 26268 26272 26206 0 -1 1077944384 38 12950 0 2 0 0 5 4 20 0 15 0 473035999 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127527461984 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26395] ppid=26268 vsize=10851096 memory=1587236 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26395/stat : 26395 (java) S 26268 26272 26206 0 -1 1077944384 4 12950 0 2 0 0 5 4 20 0 15 0 473035999 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127133229952 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26396] ppid=26268 vsize=10851096 memory=1587236 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26396/stat : 26396 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473036004 11111522304 396809 33554432000 4194304 4196468 140728378410672 140126999013200 140128053753755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26397] ppid=26268 vsize=10851096 memory=6791534058613427641 CPUtime=6.84 cores=1,3,5,7
/proc/26272/task/26397/stat : 26397 (java) S 26268 26272 26206 0 -1 1077944384 35563 12950 0 2 668 7 5 4 20 0 15 0 473036004 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127493905264 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26398] ppid=26268 vsize=10851096 memory=41560 CPUtime=5.89 cores=1,3,5,7
/proc/26272/task/26398/stat : 26398 (java) S 26268 26272 26206 0 -1 1077944384 28646 12950 0 2 575 5 5 4 20 0 15 0 473036004 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127492852464 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26399] ppid=26268 vsize=10851096 memory=804 CPUtime=4.41 cores=1,3,5,7
/proc/26272/task/26399/stat : 26399 (java) S 26268 26272 26206 0 -1 1077944384 39693 12950 0 2 424 8 5 4 20 0 15 0 473036004 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127491799664 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26400] ppid=26268 vsize=10851096 memory=1724 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26400/stat : 26400 (java) S 26268 26272 26206 0 -1 1077944384 3 12950 0 2 0 0 5 4 20 0 15 0 473036004 11111522304 396809 33554432000 4194304 4196468 140728378410672 140126260816608 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26406] ppid=26268 vsize=10851096 memory=6791534058613427641 CPUtime=1.48 cores=1,3,5,7
/proc/26272/task/26406/stat : 26406 (java) S 26268 26272 26206 0 -1 1077944384 2722 12950 0 2 65 74 5 4 20 0 15 0 473036009 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127490747056 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1587236 KiB

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

[startup+2480.8 s]
# the end of solver process 26272 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.46 s, system=5.68796 s

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

[startup+2480.7 s]
/proc/loadavg: 2.16 1.57 1.32 3/229 26791
/proc/meminfo: memFree=219700/32770624 swapFree=66955372/67108860
[pid=26272] ppid=26268 vsize=10851096 memory=1587236 CPUtime=2520.04 cores=1,3,5,7
/proc/26272/stat : 26272 (java) S 26268 26272 26206 0 -1 1077944320 2432854 12950 4 2 251439 556 5 4 20 0 15 0 473035836 11111522304 396809 33554432000 4194304 4196468 140728378410672 140728378393216 140128053735159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
/proc/26272/statm: 2712774 396809 3634 1 0 2674829 0
[pid=26272/tid=26381] ppid=26268 vsize=10851096 memory=1587172 CPUtime=2449.58 cores=1,3,5,7
/proc/26272/task/26381/stat : 26381 (java) R 26268 26272 26206 0 -1 4202560 2047725 12950 3 2 244712 237 5 4 20 0 15 0 473035982 11111522304 396809 33554432000 4194304 4196468 140728378410672 140128025570112 140127637294727 0 4 0 16800975 0 0 0 -1 5 0 0 717 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26386] ppid=26268 vsize=10851096 memory=1587128 CPUtime=10.98 cores=1,3,5,7
/proc/26272/task/26386/stat : 26386 (java) S 26268 26272 26206 0 -1 1077944384 57835 12950 0 2 1028 61 5 4 20 0 15 0 473035997 11111522304 396809 33554432000 4194304 4196468 140728378410672 140128057978000 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26387] ppid=26268 vsize=10851096 memory=1587236 CPUtime=10.97 cores=1,3,5,7
/proc/26272/task/26387/stat : 26387 (java) S 26268 26272 26206 0 -1 1077944384 56664 12950 0 2 1029 59 5 4 20 0 15 0 473035997 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127946251280 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26388] ppid=26268 vsize=10851096 memory=1587236 CPUtime=10.99 cores=1,3,5,7
/proc/26272/task/26388/stat : 26388 (java) S 26268 26272 26206 0 -1 1077944384 57802 12950 0 2 1030 60 5 4 20 0 15 0 473035997 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127945198480 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26389] ppid=26268 vsize=10851096 memory=115011842214122 CPUtime=10.96 cores=1,3,5,7
/proc/26272/task/26389/stat : 26389 (java) S 26268 26272 26206 0 -1 1077944384 60308 12950 0 2 1030 57 5 4 20 0 15 0 473035997 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127944145680 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26391] ppid=26268 vsize=10851096 memory=1587236 CPUtime=8.64 cores=1,3,5,7
/proc/26272/task/26391/stat : 26391 (java) S 26268 26272 26206 0 -1 1077944384 43642 12950 0 2 812 43 5 4 20 0 15 0 473035998 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127528515952 140128053746306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26393] ppid=26268 vsize=10851096 memory=1587216 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26393/stat : 26393 (java) S 26268 26272 26206 0 -1 1077944384 38 12950 0 2 0 0 5 4 20 0 15 0 473035999 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127527461984 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26395] ppid=26268 vsize=10851096 memory=1587236 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26395/stat : 26395 (java) S 26268 26272 26206 0 -1 1077944384 4 12950 0 2 0 0 5 4 20 0 15 0 473035999 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127133229952 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26396] ppid=26268 vsize=10851096 memory=1587236 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26396/stat : 26396 (java) S 26268 26272 26206 0 -1 1077944384 2 12950 0 2 0 0 5 4 20 0 15 0 473036004 11111522304 396809 33554432000 4194304 4196468 140728378410672 140126999013200 140128053753755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26397] ppid=26268 vsize=10851096 memory=6791534058613427641 CPUtime=6.84 cores=1,3,5,7
/proc/26272/task/26397/stat : 26397 (java) S 26268 26272 26206 0 -1 1077944384 35563 12950 0 2 668 7 5 4 20 0 15 0 473036004 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127493905264 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26398] ppid=26268 vsize=10851096 memory=41560 CPUtime=5.89 cores=1,3,5,7
/proc/26272/task/26398/stat : 26398 (java) S 26268 26272 26206 0 -1 1077944384 28646 12950 0 2 575 5 5 4 20 0 15 0 473036004 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127492852464 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26399] ppid=26268 vsize=10851096 memory=804 CPUtime=4.41 cores=1,3,5,7
/proc/26272/task/26399/stat : 26399 (java) S 26268 26272 26206 0 -1 1077944384 39693 12950 0 2 424 8 5 4 20 0 15 0 473036004 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127491799664 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26400] ppid=26268 vsize=10851096 memory=1724 CPUtime=0.09 cores=1,3,5,7
/proc/26272/task/26400/stat : 26400 (java) S 26268 26272 26206 0 -1 1077944384 3 12950 0 2 0 0 5 4 20 0 15 0 473036004 11111522304 396809 33554432000 4194304 4196468 140728378410672 140126260816608 140128053745365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
[pid=26272/tid=26406] ppid=26268 vsize=10851096 memory=6791534058613427641 CPUtime=1.48 cores=1,3,5,7
/proc/26272/task/26406/stat : 26406 (java) S 26268 26272 26206 0 -1 1077944384 2722 12950 0 2 65 74 5 4 20 0 15 0 473036009 11111522304 396809 33554432000 4194304 4196468 140728378410672 140127490747056 140128053746306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 35196928 140728378415855 140728378418373 140728378418373 140728378421199 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1587236 KiB

Child status: 143
Real time (s): 2480.8
CPU time (s): 2520.15
CPU user time (s): 2514.46
CPU system time (s): 5.68796
CPU usage (%): 101.586
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1587236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.46
system time used= 5.68796
maximum resident set size= 1587680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2449633
page faults= 6
swaps= 0
block input operations= 87104
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 242314
involuntary context switches= 8049


# summary of solver processes directly reported to runsolver:
#   pid: 26272
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2514.46
#   total CPU system time (s): 5.68796

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4782 second user time and 26.6022 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 10:19:58
IDJOB=4402787
IDBENCH=115848
IDSOLVER=2861
FILE ID=node151/4402787-1568967637
RUNJOBID= node151-1568967597-26239
PBS_JOBID= 21704609
Free space on /tmp= 12316 MiB

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

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

MD5SUM BENCH= 486402128da484f7cb4aeca2fb99213d
RANDOM SEED=1455309010

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:          742424 kB
MemAvailable:   31808364 kB
Buffers:          116744 kB
Cached:         30936660 kB
SwapCached:        51836 kB
Active:         16566332 kB
Inactive:       14542912 kB
Active(anon):       3872 kB
Inactive(anon):    97584 kB
Active(file):   16562460 kB
Inactive(file): 14445328 kB
Unevictable:      108244 kB
Mlocked:          108244 kB
SwapTotal:      67108860 kB
SwapFree:       66955356 kB
Dirty:             27208 kB
Writeback:             0 kB
AnonPages:        112572 kB
Mapped:            48336 kB
Shmem:             36824 kB
Slab:             514152 kB
SReclaimable:     486612 kB
SUnreclaim:        27540 kB
KernelStack:        3408 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511204 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= 12160 MiB
End job on node151 at 2019-09-20 11:01:26