Trace number 4403074

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)303 2400.08 2355.73

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-6.xml
MD5SUMf9b69c01e6bb1a0d57b760340d1825ed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark303
Best CPU time to get the best result obtained on this benchmark29.7154
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size4
Maximum domain size405
Distribution of domain sizes[{"size":4,"count":5},{"size":5,"count":45},{"size":405,"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/2.27	c Concrete v3.12.3.1568965526260 running
8.71/12.67	o 404
8.71/12.69	o 403
9.06/12.71	o 401
10.35/13.15	o 396
11.28/13.49	o 388
11.59/13.52	o 377
11.59/13.56	o 371
11.59/13.57	o 362
11.59/13.57	o 358
12.23/13.75	o 357
12.23/13.76	o 353
12.23/13.76	o 352
15.02/14.78	o 351
15.02/14.78	o 350
15.50/15.00	o 348
16.40/15.32	o 344
16.40/15.34	o 343
16.40/15.36	o 342
17.19/15.78	o 341
17.19/15.79	o 340
17.63/15.96	o 336
17.76/16.02	o 334
18.59/16.70	o 331
19.08/17.17	o 330
22.22/19.75	o 329
22.22/19.76	o 327
22.22/19.77	o 323
23.98/21.07	o 322
24.32/21.27	o 321
24.32/21.28	o 320
24.32/21.28	o 319
24.56/21.42	o 318
24.56/21.42	o 315
30.02/26.10	o 314
30.02/26.10	o 312
38.49/33.61	o 311
93.79/87.48	o 310
114.99/108.18	o 308
114.99/108.19	o 307
226.45/217.67	o 306
226.45/217.69	o 305
229.94/220.94	o 304
229.94/220.94	o 303
2400.05/2355.71	Exception in thread "main" java.util.concurrent.TimeoutException
2400.05/2355.71		at concrete.MAC.mac(MAC.scala:192)
2400.05/2355.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2355.71		at scala.util.Try$.apply(Try.scala:210)
2400.05/2355.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2355.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2355.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2355.71		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2355.71		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2355.71		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2355.71		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2355.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2355.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2355.71		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2355.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2355.71		at scala.util.Success.map(Try.scala:262)
2400.05/2355.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2355.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2355.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2355.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2355.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2355.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2355.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2355.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2355.71		at scala.App.$anonfun$main$1(App.scala:73)
2400.05/2355.71		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.05/2355.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2355.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2355.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.05/2355.71		at scala.App.main(App.scala:73)
2400.05/2355.71		at scala.App.main$(App.scala:71)
2400.05/2355.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2355.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2355.72	v <instantiation
2400.05/2355.72	v         cost = '303'>
2400.05/2355.72	v       <list>
2400.05/2355.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]
2400.05/2355.72	v       </list>
2400.05/2355.72	v       <values>
2400.05/2355.72	v         0 62 80 149 252 0 61 132 163 254 14 62 145 163 241 0 14 111 206 254 0 89 111 125 214 303 303 303 296 303 62 16 65 65 51 58 71 31 85 49 47 63 2 78 62 14 97 95 48 42 80 9 7 76 89 2 4 3 0 1 4 0 1 3 2 0 2 3 1 4 0 1 4 2 3 3 4 1 2 0 149 252 0 80 62 61 132 254 163 0 14 163 62 145 241 0 14 206 254 111 214 111 125 0 89
2400.05/2355.72	v       </values>
2400.05/2355.72	v     </instantiation>
2400.05/2355.72	s SATISFIABLE

Verifier Data

OK	303

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403074-1568967638/watcher-4403074-1568967638 -o /tmp/evaluation-result-4403074-1568967638/solver-4403074-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568967595-6472 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403074-1568967638.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=6504, runsolver pid=6499

[startup+0.100149 s]*
/proc/loadavg: 0.38 0.10 0.07 1/205 6519
/proc/meminfo: memFree=3301248/32770624 swapFree=66974352/67108860
[pid=6504] ppid=6499 vsize=113256 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/6504/stat : 6504 (bash) S 6499 6504 6440 0 -1 4202496 694 0 1 0 0 0 0 0 20 0 1 0 473031582 115974144 363 33554432000 4194304 5098028 140729934308176 140729934305816 139742559652864 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6504/statm: 28314 363 289 221 0 119 0
[pid=6510] ppid=6504 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/6510/stat : 6510 (bash) S 6504 6504 6440 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 1 0 473031584 115974144 177 33554432000 4194304 5098028 140729934308176 140729934304344 139742559478396 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6510/statm: 28314 177 101 221 0 119 0
[pid=6512] ppid=6510 vsize=113256 memory=884 CPUtime=0 cores=1,3,5,7
/proc/6512/stat : 6512 (bash) S 6510 6504 6440 0 -1 4202560 212 427 0 0 0 0 0 0 20 0 1 0 473031584 115974144 221 33554432000 4194304 5098028 140729934308176 140729934301640 139742559652864 0 0 4096 65538 18446744071580971376 0 0 17 7 0 0 0 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6512/statm: 28314 221 145 221 0 119 0
[pid=6519] ppid=6512 vsize=113256 memory=488 CPUtime=0 cores=1,3,5,7
/proc/6519/stat : 6519 (bash) D 6512 6504 6440 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 1 0 473031589 115974144 122 33554432000 4194304 5098028 140729934308176 140729934300696 139742559651189 0 0 4096 65538 18446744071585676691 0 0 17 1 0 0 0 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6519/statm: 28314 122 46 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3532 KiB

[startup+0.21007 s]*
/proc/loadavg: 0.38 0.10 0.07 1/205 6565
/proc/meminfo: memFree=3299424/32770624 swapFree=66974352/67108860
[pid=6504] ppid=6499 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/6504/stat : 6504 (bash) S 6499 6504 6440 0 -1 4202496 891 5693 1 0 0 0 0 1 20 0 1 0 473031582 115974144 404 33554432000 4194304 5098028 140729934308176 140729934302184 139742559652864 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6504/statm: 28314 404 320 221 0 119 0
[pid=6560] ppid=6504 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/6560/stat : 6560 (bash) S 6504 6504 6440 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473031600 115974144 178 33554432000 4194304 5098028 140729934308176 140729934300856 139742559478396 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6560/statm: 28314 178 94 221 0 119 0
[pid=6562] ppid=6560 vsize=113256 memory=532 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (bash) D 6560 6504 6440 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 1 0 473031600 115974144 133 33554432000 4194304 5098028 140729934308176 140729934300632 139742559651189 0 0 4096 65538 18446744072101731876 0 0 17 1 0 0 0 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6562/statm: 28314 133 49 221 0 119 0
[pid=6563] ppid=6560 vsize=113256 memory=528 CPUtime=0 cores=1,3,5,7
/proc/6563/stat : 6563 (bash) D 6560 6504 6440 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 1 0 473031600 115974144 132 33554432000 4194304 5098028 140729934308176 140729934300632 139742559651189 0 0 4096 65538 18446744072101731876 0 0 17 1 0 0 0 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6563/statm: 28314 132 48 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3388 KiB

[startup+0.309751 s]*
/proc/loadavg: 0.38 0.10 0.07 1/205 6565
/proc/meminfo: memFree=3299084/32770624 swapFree=66974352/67108860
[pid=6504] ppid=6499 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/6504/stat : 6504 (bash) S 6499 6504 6440 0 -1 4202496 891 5693 1 0 0 0 0 1 20 0 1 0 473031582 115974144 404 33554432000 4194304 5098028 140729934308176 140729934302184 139742559652864 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6504/statm: 28314 404 320 221 0 119 0
[pid=6560] ppid=6504 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/6560/stat : 6560 (bash) S 6504 6504 6440 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473031600 115974144 178 33554432000 4194304 5098028 140729934308176 140729934300856 139742559478396 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6560/statm: 28314 178 94 221 0 119 0
[pid=6562] ppid=6560 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (java) D 6560 6504 6440 0 -1 1077936128 154 0 0 0 0 0 0 0 20 0 1 0 473031600 303104 1 33554432000 4194304 4196468 140728993573568 140728993570840 139669160224455 0 0 4096 0 18446744072101731876 0 0 17 3 0 0 0 0 0 6293624 6294260 39264256 140728993576076 140728993576090 140728993576090 140728993578959 0
/proc/6562/statm: 74 1 0 1 0 38 0
[pid=6563] ppid=6560 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/6563/stat : 6563 (awk) S 6560 6504 6440 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473031600 116211712 242 33554432000 4194304 4609284 140735117360896 140735117360072 139978534272000 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 33562624 140735117362364 140735117362394 140735117362394 140735117365231 0
/proc/6563/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3300 KiB

[startup+0.700517 s]
/proc/loadavg: 0.38 0.10 0.07 1/205 6565
/proc/meminfo: memFree=3271444/32770624 swapFree=66974352/67108860
[pid=6504] ppid=6499 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/6504/stat : 6504 (bash) S 6499 6504 6440 0 -1 4202496 891 5693 1 0 0 0 0 1 20 0 1 0 473031582 115974144 404 33554432000 4194304 5098028 140729934308176 140729934302184 139742559652864 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6504/statm: 28314 404 320 221 0 119 0
[pid=6560] ppid=6504 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/6560/stat : 6560 (bash) S 6504 6504 6440 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473031600 115974144 178 33554432000 4194304 5098028 140729934308176 140729934300856 139742559478396 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 12836864 140729934316564 140729934316689 140729934316689 140729934319598 0
/proc/6560/statm: 28314 178 94 221 0 119 0
[pid=6562] ppid=6560 vsize=30188 memory=796 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (java) D 6560 6504 6440 0 -1 4202496 360 0 1 0 0 0 0 0 20 0 1 0 473031600 30912512 199 33554432000 4194304 4196468 140728993573568 140728993555048 139669160171145 0 0 4096 0 18446744071580431491 0 0 17 3 0 0 1 0 0 6293624 6294260 39264256 140728993576076 140728993576090 140728993576090 140728993578959 0
/proc/6562/statm: 7547 199 161 1 0 159 0
[pid=6563] ppid=6560 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/6563/stat : 6563 (awk) S 6560 6504 6440 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473031600 116211712 242 33554432000 4194304 4609284 140735117360896 140735117360072 139978534272000 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 33562624 140735117362364 140735117362394 140735117362394 140735117365231 0
/proc/6563/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 4092 KiB

[startup+1.50029 s]
/proc/loadavg: 0.38 0.10 0.07 1/221 6581
/proc/meminfo: memFree=3259536/32770624 swapFree=66974352/67108860
[pid=6504] ppid=6499 vsize=10818640 memory=35536 CPUtime=0.17 cores=1,3,5,7
/proc/6504/stat : 6504 (java) S 6499 6504 6440 0 -1 1077944320 6171 13127 1 2 7 1 5 4 20 0 15 0 473031582 11078287360 8884 33554432000 4194304 4196468 140729711408720 140729711391264 139914673110775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
/proc/6504/statm: 2704660 8884 2799 1 0 2667149 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10818640 KiB
Current children cumulated memory: 35536 KiB

[startup+3.11002 s]
/proc/loadavg: 0.38 0.10 0.07 1/227 6639
/proc/meminfo: memFree=3168024/32770624 swapFree=66974352/67108860
[pid=6504] ppid=6499 vsize=10822316 memory=79072 CPUtime=0.95 cores=1,3,5,7
/proc/6504/stat : 6504 (java) S 6499 6504 6440 0 -1 1077944320 14032 13127 2 2 80 6 5 4 20 0 15 0 473031582 11082051584 19768 33554432000 4194304 4196468 140729711408720 140729711391264 139914673110775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
/proc/6504/statm: 2705579 19768 3484 1 0 2667661 0
[pid=6504/tid=6612] ppid=6499 vsize=10822316 memory=280033881052672 CPUtime=0.61 cores=1,3,5,7
/proc/6504/task/6612/stat : 6612 (java) D 6499 6504 6440 0 -1 4202560 9746 13127 0 2 48 4 5 4 20 0 15 0 473031716 11082051584 19768 33554432000 4194304 4196468 140729711408720 139914644932736 139914673132701 0 4 0 16800975 18446744071580419588 0 0 -1 1 0 0 108 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6614] ppid=6499 vsize=10822316 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6614/stat : 6614 (java) S 6499 6504 6440 0 -1 1077944384 1 13127 0 2 0 0 5 4 20 0 15 0 473031717 11082051584 19768 33554432000 4194304 4196468 140729711408720 139914677353616 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6615] ppid=6499 vsize=10822316 memory=33 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6615/stat : 6615 (java) S 6499 6504 6440 0 -1 1077944384 2 13127 0 2 0 0 5 4 20 0 15 0 473031717 11082051584 19768 33554432000 4194304 4196468 140729711408720 139914600512528 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6616] ppid=6499 vsize=10822316 memory=8514701219781834910 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6616/stat : 6616 (java) S 6499 6504 6440 0 -1 1077944384 2 13127 0 2 0 0 5 4 20 0 15 0 473031717 11082051584 19768 33554432000 4194304 4196468 140729711408720 139914245806992 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6617] ppid=6499 vsize=10822316 memory=51 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6617/stat : 6617 (java) S 6499 6504 6440 0 -1 1077944384 1 13127 0 2 0 0 5 4 20 0 15 0 473031717 11082051584 19768 33554432000 4194304 4196468 140729711408720 139914244754192 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6622] ppid=6499 vsize=10822316 memory=280032874373700 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6622/stat : 6622 (java) S 6499 6504 6440 0 -1 1077944384 5 13127 0 2 0 0 5 4 20 0 15 0 473031719 11082051584 19768 33554432000 4194304 4196468 140729711408720 139913945000304 139914673121922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6624] ppid=6499 vsize=10822316 memory=280033880970176 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6624/stat : 6624 (java) S 6499 6504 6440 0 -1 1077944384 13 13127 0 2 0 0 5 4 20 0 15 0 473031719 11082051584 19768 33554432000 4194304 4196468 140729711408720 139913861260320 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6626] ppid=6499 vsize=10822316 memory=2004 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6626/stat : 6626 (java) S 6499 6504 6440 0 -1 1077944384 1 13127 0 2 0 0 5 4 20 0 15 0 473031719 11082051584 19768 33554432000 4194304 4196468 140729711408720 139913727042416 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6628] ppid=6499 vsize=10822316 memory=1376 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6628/stat : 6628 (java) S 6499 6504 6440 0 -1 1077944384 2 13127 0 2 0 0 5 4 20 0 15 0 473031726 11082051584 19768 33554432000 4194304 4196468 140729711408720 139913592825680 139914673129371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6629] ppid=6499 vsize=10822316 memory=1060 CPUtime=0.17 cores=1,3,5,7
/proc/6504/task/6629/stat : 6629 (java) S 6499 6504 6440 0 -1 1077944384 847 13127 0 2 8 0 5 4 20 0 15 0 473031726 11082051584 19768 33554432000 4194304 4196468 140729711408720 139913943948144 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6630] ppid=6499 vsize=10822316 memory=3636 CPUtime=0.16 cores=1,3,5,7
/proc/6504/task/6630/stat : 6630 (java) S 6499 6504 6440 0 -1 1077944384 450 13127 0 2 7 0 5 4 20 0 15 0 473031726 11082051584 19768 33554432000 4194304 4196468 140729711408720 139913942895344 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6631] ppid=6499 vsize=10822316 memory=140016940494065 CPUtime=0.24 cores=1,3,5,7
/proc/6504/task/6631/stat : 6631 (java) S 6499 6504 6440 0 -1 1077944384 749 13127 1 2 15 0 5 4 20 0 15 0 473031726 11082051584 19768 33554432000 4194304 4196468 140729711408720 139913941842544 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6632] ppid=6499 vsize=10822316 memory=21521 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6632/stat : 6632 (java) S 6499 6504 6440 0 -1 1077944384 3 13127 0 2 0 0 5 4 20 0 15 0 473031727 11082051584 19768 33554432000 4194304 4196468 140729711408720 139912854629088 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6638] ppid=6499 vsize=10822316 memory=76668 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6638/stat : 6638 (java) S 6499 6504 6440 0 -1 1077944384 1 13127 0 2 0 0 5 4 20 0 15 0 473031731 11082051584 19768 33554432000 4194304 4196468 140729711408720 139913940789936 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 79072 KiB
heavy processes:

[startup+6.30076 s]
/proc/loadavg: 0.51 0.13 0.08 3/227 6639
/proc/meminfo: memFree=3138632/32770624 swapFree=66974352/67108860
[pid=6504] ppid=6499 vsize=10822316 memory=83036 CPUtime=1.1 cores=1,3,5,7
/proc/6504/stat : 6504 (java) S 6499 6504 6440 0 -1 1077944320 14526 13127 2 2 94 7 5 4 20 0 15 0 473031582 11082051584 20759 33554432000 4194304 4196468 140729711408720 140729711391264 139914673110775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
/proc/6504/statm: 2705579 20759 3501 1 0 2667661 0
[pid=6504/tid=6612] ppid=6499 vsize=10822316 memory=3690224915122893416 CPUtime=0.66 cores=1,3,5,7
/proc/6504/task/6612/stat : 6612 (java) D 6499 6504 6440 0 -1 4202560 10157 13127 0 2 53 4 5 4 20 0 15 0 473031716 11082051584 20759 33554432000 4194304 4196468 140729711408720 139914644937328 139914673132701 0 4 0 16800975 18446744071580419588 0 0 -1 1 0 0 401 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6614] ppid=6499 vsize=10822316 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6614/stat : 6614 (java) S 6499 6504 6440 0 -1 1077944384 1 13127 0 2 0 0 5 4 20 0 15 0 473031717 11082051584 20759 33554432000 4194304 4196468 140729711408720 139914677353616 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6615] ppid=6499 vsize=10822316 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6615/stat : 6615 (java) S 6499 6504 6440 0 -1 1077944384 2 13127 0 2 0 0 5 4 20 0 15 0 473031717 11082051584 20759 33554432000 4194304 4196468 140729711408720 139914600512528 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6616] ppid=6499 vsize=10822316 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6616/stat : 6616 (java) S 6499 6504 6440 0 -1 1077944384 2 13127 0 2 0 0 5 4 20 0 15 0 473031717 11082051584 20759 33554432000 4194304 4196468 140729711408720 139914245806992 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6617] ppid=6499 vsize=10822316 memory=280033881219120 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6617/stat : 6617 (java) S 6499 6504 6440 0 -1 1077944384 1 13127 0 2 0 0 5 4 20 0 15 0 473031717 11082051584 20759 33554432000 4194304 4196468 140729711408720 139914244754192 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6622] ppid=6499 vsize=10822316 memory=79072 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6622/stat : 6622 (java) S 6499 6504 6440 0 -1 1077944384 5 13127 0 2 0 0 5 4 20 0 15 0 473031719 11082051584 20759 33554432000 4194304 4196468 140729711408720 139913945000304 139914673121922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6624] ppid=6499 vsize=10822316 memory=3620 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6624/stat : 6624 (java) S 6499 6504 6440 0 -1 1077944384 13 13127 0 2 0 0 5 4 20 0 15 0 473031719 11082051584 20759 33554432000 4194304 4196468 140729711408720 139913861260320 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6626] ppid=6499 vsize=10822316 memory=3620 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6626/stat : 6626 (java) S 6499 6504 6440 0 -1 1077944384 1 13127 0 2 0 0 5 4 20 0 15 0 473031719 11082051584 20759 33554432000 4194304 4196468 140729711408720 139913727042416 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6628] ppid=6499 vsize=10822316 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6628/stat : 6628 (java) S 6499 6504 6440 0 -1 1077944384 2 13127 0 2 0 0 5 4 20 0 15 0 473031726 11082051584 20759 33554432000 4194304 4196468 140729711408720 139913592825680 139914673129371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6629] ppid=6499 vsize=10822316 memory=11 CPUtime=0.2 cores=1,3,5,7
/proc/6504/task/6629/stat : 6629 (java) S 6499 6504 6440 0 -1 1077944384 854 13127 0 2 11 0 5 4 20 0 15 0 473031726 11082051584 20759 33554432000 4194304 4196468 140729711408720 139913943948144 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6630] ppid=6499 vsize=10822316 memory=11 CPUtime=0.2 cores=1,3,5,7
/proc/6504/task/6630/stat : 6630 (java) S 6499 6504 6440 0 -1 1077944384 492 13127 0 2 11 0 5 4 20 0 15 0 473031726 11082051584 20759 33554432000 4194304 4196468 140729711408720 139913942895344 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6631] ppid=6499 vsize=10822316 memory=928 CPUtime=0.26 cores=1,3,5,7
/proc/6504/task/6631/stat : 6631 (java) S 6499 6504 6440 0 -1 1077944384 781 13127 1 2 17 0 5 4 20 0 15 0 473031726 11082051584 20759 33554432000 4194304 4196468 140729711408720 139913941842544 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6632] ppid=6499 vsize=10822316 memory=1640 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6632/stat : 6632 (java) S 6499 6504 6440 0 -1 1077944384 3 13127 0 2 0 0 5 4 20 0 15 0 473031727 11082051584 20759 33554432000 4194304 4196468 140729711408720 139912854629088 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6638] ppid=6499 vsize=10822316 memory=1980 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6638/stat : 6638 (java) S 6499 6504 6440 0 -1 1077944384 3 13127 0 2 0 0 5 4 20 0 15 0 473031731 11082051584 20759 33554432000 4194304 4196468 140729711408720 139913940789936 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 83036 KiB
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 0.63 0.16 0.09 8/227 6639
/proc/meminfo: memFree=2775244/32770624 swapFree=66974352/67108860
[pid=6504] ppid=6499 vsize=10854040 memory=304584 CPUtime=9.06 cores=1,3,5,7
/proc/6504/stat : 6504 (java) S 6499 6504 6440 0 -1 1077944320 54930 13127 5 2 873 24 5 4 20 0 15 0 473031582 11114536960 76146 33554432000 4194304 4196468 140729711408720 140729711391264 139914673110775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
/proc/6504/statm: 2713510 76146 3615 1 0 2675565 0

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

/proc/6504/task/6612/stat : 6612 (java) R 6499 6504 6440 0 -1 4202560 81263 13127 3 2 222960 50 5 4 20 0 15 0 473031716 11111522304 309379 33554432000 4194304 4196468 140729711408720 139914644946368 139914291381693 0 4 0 16800975 0 0 0 -1 1 0 0 663 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6614] ppid=6499 vsize=10851096 memory=1237516 CPUtime=12.09 cores=1,3,5,7
/proc/6504/task/6614/stat : 6614 (java) S 6499 6504 6440 0 -1 1077944384 11628 13127 0 2 1151 49 5 4 20 0 15 0 473031717 11111522304 309379 33554432000 4194304 4196468 140729711408720 139914677353616 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6615] ppid=6499 vsize=10851096 memory=0 CPUtime=12.12 cores=1,3,5,7
/proc/6504/task/6615/stat : 6615 (java) S 6499 6504 6440 0 -1 1077944384 19523 13127 0 2 1154 49 5 4 20 0 15 0 473031717 11111522304 309379 33554432000 4194304 4196468 140729711408720 139914600512528 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6616] ppid=6499 vsize=10851096 memory=2572 CPUtime=12.09 cores=1,3,5,7
/proc/6504/task/6616/stat : 6616 (java) S 6499 6504 6440 0 -1 1077944384 16236 13127 0 2 1149 51 5 4 20 0 15 0 473031717 11111522304 309379 33554432000 4194304 4196468 140729711408720 139914245806992 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6617] ppid=6499 vsize=10851096 memory=1237516 CPUtime=12.08 cores=1,3,5,7
/proc/6504/task/6617/stat : 6617 (java) S 6499 6504 6440 0 -1 1077944384 15800 13127 0 2 1150 49 5 4 20 0 15 0 473031717 11111522304 309379 33554432000 4194304 4196468 140729711408720 139914244754192 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6622] ppid=6499 vsize=10851096 memory=1237516 CPUtime=9.46 cores=1,3,5,7
/proc/6504/task/6622/stat : 6622 (java) S 6499 6504 6440 0 -1 1077944384 16752 13127 0 2 890 47 5 4 20 0 15 0 473031719 11111522304 309379 33554432000 4194304 4196468 140729711408720 139913945000304 139914673121922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6624] ppid=6499 vsize=10851096 memory=1237516 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6624/stat : 6624 (java) S 6499 6504 6440 0 -1 1077944384 14 13127 0 2 0 0 5 4 20 0 15 0 473031719 11111522304 309379 33554432000 4194304 4196468 140729711408720 139913861260384 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6626] ppid=6499 vsize=10851096 memory=1237516 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6626/stat : 6626 (java) S 6499 6504 6440 0 -1 1077944384 3 13127 0 2 0 0 5 4 20 0 15 0 473031719 11111522304 309379 33554432000 4194304 4196468 140729711408720 139913727042432 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6628] ppid=6499 vsize=10851096 memory=1237516 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6628/stat : 6628 (java) S 6499 6504 6440 0 -1 1077944384 2 13127 0 2 0 0 5 4 20 0 15 0 473031726 11111522304 309379 33554432000 4194304 4196468 140729711408720 139913592825680 139914673129371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6629] ppid=6499 vsize=10851096 memory=2832 CPUtime=6.04 cores=1,3,5,7
/proc/6504/task/6629/stat : 6629 (java) S 6499 6504 6440 0 -1 1077944384 30752 13127 0 2 588 7 5 4 20 0 15 0 473031726 11111522304 309379 33554432000 4194304 4196468 140729711408720 139913943948144 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6630] ppid=6499 vsize=10851096 memory=1237516 CPUtime=5.7 cores=1,3,5,7
/proc/6504/task/6630/stat : 6630 (java) S 6499 6504 6440 0 -1 1077944384 29396 13127 0 2 556 5 5 4 20 0 15 0 473031726 11111522304 309379 33554432000 4194304 4196468 140729711408720 139913942895344 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6631] ppid=6499 vsize=10851096 memory=1237516 CPUtime=4.57 cores=1,3,5,7
/proc/6504/task/6631/stat : 6631 (java) S 6499 6504 6440 0 -1 1077944384 43627 13127 1 2 439 9 5 4 20 0 15 0 473031726 11111522304 309379 33554432000 4194304 4196468 140729711408720 139913941842544 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6632] ppid=6499 vsize=10851096 memory=1237516 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6632/stat : 6632 (java) S 6499 6504 6440 0 -1 1077944384 3 13127 0 2 0 0 5 4 20 0 15 0 473031727 11111522304 309379 33554432000 4194304 4196468 140729711408720 139912854629088 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6638] ppid=6499 vsize=10851096 memory=1237516 CPUtime=1.37 cores=1,3,5,7
/proc/6504/task/6638/stat : 6638 (java) S 6499 6504 6440 0 -1 1077944384 1252 13127 0 2 57 71 5 4 20 0 15 0 473031731 11111522304 309379 33554432000 4194304 4196468 140729711408720 139913940789936 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
Current children cumulated CPU time: 2305.01 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1237516 KiB

[startup+2322.3 s]
/proc/loadavg: 1.55 1.42 1.28 3/227 6848
/proc/meminfo: memFree=776632/32770624 swapFree=66974364/67108860
[pid=6504] ppid=6499 vsize=10851096 memory=1243660 CPUtime=2366.15 cores=1,3,5,7
/proc/6504/stat : 6504 (java) S 6499 6504 6440 0 -1 1077944320 270515 13127 5 2 236260 346 5 4 20 0 15 0 473031582 11111522304 310915 33554432000 4194304 4196468 140729711408720 140729711391264 139914673110775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
/proc/6504/statm: 2712774 310915 3635 1 0 2674829 0
[pid=6504/tid=6612] ppid=6499 vsize=10851096 memory=1243660 CPUtime=2289.52 cores=1,3,5,7
/proc/6504/task/6612/stat : 6612 (java) R 6499 6504 6440 0 -1 4202560 82083 13127 3 2 228893 50 5 4 20 0 15 0 473031716 11111522304 310915 33554432000 4194304 4196468 140729711408720 139914644945552 139914284053031 0 4 0 16800975 0 0 0 -1 3 0 0 663 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6614] ppid=6499 vsize=10851096 memory=1243660 CPUtime=12.46 cores=1,3,5,7
/proc/6504/task/6614/stat : 6614 (java) S 6499 6504 6440 0 -1 1077944384 11804 13127 0 2 1187 50 5 4 20 0 15 0 473031717 11111522304 310915 33554432000 4194304 4196468 140729711408720 139914677353616 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6615] ppid=6499 vsize=10851096 memory=1243660 CPUtime=12.51 cores=1,3,5,7
/proc/6504/task/6615/stat : 6615 (java) S 6499 6504 6440 0 -1 1077944384 19573 13127 0 2 1191 51 5 4 20 0 15 0 473031717 11111522304 310915 33554432000 4194304 4196468 140729711408720 139914600512528 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6616] ppid=6499 vsize=10851096 memory=1243660 CPUtime=12.47 cores=1,3,5,7
/proc/6504/task/6616/stat : 6616 (java) S 6499 6504 6440 0 -1 1077944384 16612 13127 0 2 1186 52 5 4 20 0 15 0 473031717 11111522304 310915 33554432000 4194304 4196468 140729711408720 139914245806992 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6617] ppid=6499 vsize=10851096 memory=1243660 CPUtime=12.46 cores=1,3,5,7
/proc/6504/task/6617/stat : 6617 (java) S 6499 6504 6440 0 -1 1077944384 16223 13127 0 2 1187 50 5 4 20 0 15 0 473031717 11111522304 310915 33554432000 4194304 4196468 140729711408720 139914244754192 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6622] ppid=6499 vsize=10851096 memory=0 CPUtime=9.71 cores=1,3,5,7
/proc/6504/task/6622/stat : 6622 (java) S 6499 6504 6440 0 -1 1077944384 16939 13127 0 2 913 49 5 4 20 0 15 0 473031719 11111522304 310915 33554432000 4194304 4196468 140729711408720 139913945000304 139914673121922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6624] ppid=6499 vsize=10851096 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6624/stat : 6624 (java) S 6499 6504 6440 0 -1 1077944384 14 13127 0 2 0 0 5 4 20 0 15 0 473031719 11111522304 310915 33554432000 4194304 4196468 140729711408720 139913861260384 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6626] ppid=6499 vsize=10851096 memory=111632 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6626/stat : 6626 (java) S 6499 6504 6440 0 -1 1077944384 3 13127 0 2 0 0 5 4 20 0 15 0 473031719 11111522304 310915 33554432000 4194304 4196468 140729711408720 139913727042432 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6628] ppid=6499 vsize=10851096 memory=1552 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6628/stat : 6628 (java) S 6499 6504 6440 0 -1 1077944384 2 13127 0 2 0 0 5 4 20 0 15 0 473031726 11111522304 310915 33554432000 4194304 4196468 140729711408720 139913592825680 139914673129371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6629] ppid=6499 vsize=10851096 memory=2832 CPUtime=6.04 cores=1,3,5,7
/proc/6504/task/6629/stat : 6629 (java) S 6499 6504 6440 0 -1 1077944384 30754 13127 0 2 588 7 5 4 20 0 15 0 473031726 11111522304 310915 33554432000 4194304 4196468 140729711408720 139913943948144 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6630] ppid=6499 vsize=10851096 memory=4673 CPUtime=5.7 cores=1,3,5,7
/proc/6504/task/6630/stat : 6630 (java) S 6499 6504 6440 0 -1 1077944384 29398 13127 0 2 556 5 5 4 20 0 15 0 473031726 11111522304 310915 33554432000 4194304 4196468 140729711408720 139913942895344 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6631] ppid=6499 vsize=10851096 memory=4420 CPUtime=4.57 cores=1,3,5,7
/proc/6504/task/6631/stat : 6631 (java) S 6499 6504 6440 0 -1 1077944384 43630 13127 1 2 439 9 5 4 20 0 15 0 473031726 11111522304 310915 33554432000 4194304 4196468 140729711408720 139913941842544 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6632] ppid=6499 vsize=10851096 memory=1243660 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6632/stat : 6632 (java) S 6499 6504 6440 0 -1 1077944384 3 13127 0 2 0 0 5 4 20 0 15 0 473031727 11111522304 310915 33554432000 4194304 4196468 140729711408720 139912854629088 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6638] ppid=6499 vsize=10851096 memory=804 CPUtime=1.4 cores=1,3,5,7
/proc/6504/task/6638/stat : 6638 (java) S 6499 6504 6440 0 -1 1077944384 1268 13127 0 2 59 72 5 4 20 0 15 0 473031731 11111522304 310915 33554432000 4194304 4196468 140729711408720 139913940789936 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
Current children cumulated CPU time: 2366.15 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1243660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2355.7 s]
/proc/loadavg: 1.48 1.41 1.28 3/227 6982
/proc/meminfo: memFree=2073996/32770624 swapFree=66974364/67108860
[pid=6504] ppid=6499 vsize=10851096 memory=1247756 CPUtime=2400.05 cores=1,3,5,7
/proc/6504/stat : 6504 (java) S 6499 6504 6440 0 -1 1077944320 272210 13127 5 2 239644 352 5 4 20 0 15 0 473031582 11111522304 311939 33554432000 4194304 4196468 140729711408720 140729711391264 139914673110775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
/proc/6504/statm: 2712774 311939 3635 1 0 2674829 0
[pid=6504/tid=6612] ppid=6499 vsize=10851096 memory=1247756 CPUtime=2322.41 cores=1,3,5,7
/proc/6504/task/6612/stat : 6612 (java) R 6499 6504 6440 0 -1 4202560 82715 13127 3 2 232180 52 5 4 20 0 15 0 473031716 11111522304 311939 33554432000 4194304 4196468 140729711408720 139914644946768 139914288565694 0 4 0 16800975 0 0 0 -1 1 0 0 663 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6614] ppid=6499 vsize=10851096 memory=1247756 CPUtime=12.67 cores=1,3,5,7
/proc/6504/task/6614/stat : 6614 (java) S 6499 6504 6440 0 -1 1077944384 12033 13127 0 2 1208 50 5 4 20 0 15 0 473031717 11111522304 311939 33554432000 4194304 4196468 140729711408720 139914677353616 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6615] ppid=6499 vsize=10851096 memory=1247756 CPUtime=12.72 cores=1,3,5,7
/proc/6504/task/6615/stat : 6615 (java) S 6499 6504 6440 0 -1 1077944384 19866 13127 0 2 1211 52 5 4 20 0 15 0 473031717 11111522304 311939 33554432000 4194304 4196468 140729711408720 139914600512528 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6616] ppid=6499 vsize=10851096 memory=1247756 CPUtime=12.69 cores=1,3,5,7
/proc/6504/task/6616/stat : 6616 (java) S 6499 6504 6440 0 -1 1077944384 16909 13127 0 2 1207 53 5 4 20 0 15 0 473031717 11111522304 311939 33554432000 4194304 4196468 140729711408720 139914245806992 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6617] ppid=6499 vsize=10851096 memory=12040 CPUtime=12.67 cores=1,3,5,7
/proc/6504/task/6617/stat : 6617 (java) S 6499 6504 6440 0 -1 1077944384 16272 13127 0 2 1207 51 5 4 20 0 15 0 473031717 11111522304 311939 33554432000 4194304 4196468 140729711408720 139914244754192 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6622] ppid=6499 vsize=10851096 memory=28509992917513 CPUtime=9.85 cores=1,3,5,7
/proc/6504/task/6622/stat : 6622 (java) S 6499 6504 6440 0 -1 1077944384 17114 13127 0 2 926 50 5 4 20 0 15 0 473031719 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913945000304 139914673121922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6624] ppid=6499 vsize=10851096 memory=1247756 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6624/stat : 6624 (java) S 6499 6504 6440 0 -1 1077944384 14 13127 0 2 0 0 5 4 20 0 15 0 473031719 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913861260384 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6626] ppid=6499 vsize=10851096 memory=1247756 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6626/stat : 6626 (java) S 6499 6504 6440 0 -1 1077944384 3 13127 0 2 0 0 5 4 20 0 15 0 473031719 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913727042432 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6628] ppid=6499 vsize=10851096 memory=1247756 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6628/stat : 6628 (java) S 6499 6504 6440 0 -1 1077944384 2 13127 0 2 0 0 5 4 20 0 15 0 473031726 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913592825680 139914673129371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6629] ppid=6499 vsize=10851096 memory=1245708 CPUtime=6.04 cores=1,3,5,7
/proc/6504/task/6629/stat : 6629 (java) S 6499 6504 6440 0 -1 1077944384 30756 13127 0 2 588 7 5 4 20 0 15 0 473031726 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913943948144 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6630] ppid=6499 vsize=10851096 memory=3620 CPUtime=5.7 cores=1,3,5,7
/proc/6504/task/6630/stat : 6630 (java) S 6499 6504 6440 0 -1 1077944384 29400 13127 0 2 556 5 5 4 20 0 15 0 473031726 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913942895344 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6631] ppid=6499 vsize=10851096 memory=280033881884544 CPUtime=4.57 cores=1,3,5,7
/proc/6504/task/6631/stat : 6631 (java) S 6499 6504 6440 0 -1 1077944384 43632 13127 1 2 439 9 5 4 20 0 15 0 473031726 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913941842544 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6632] ppid=6499 vsize=10851096 memory=-7161732098442470212 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6632/stat : 6632 (java) S 6499 6504 6440 0 -1 1077944384 3 13127 0 2 0 0 5 4 20 0 15 0 473031727 11111522304 311939 33554432000 4194304 4196468 140729711408720 139912854629088 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6638] ppid=6499 vsize=10851096 memory=28510060026340 CPUtime=1.42 cores=1,3,5,7
/proc/6504/task/6638/stat : 6638 (java) S 6499 6504 6440 0 -1 1077944384 1282 13127 0 2 60 73 5 4 20 0 15 0 473031731 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913940789936 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1247756 KiB

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

[startup+2355.73 s]
# the end of solver process 6504 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.51 s, system=3.57238 s

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

[startup+2355.7 s]
/proc/loadavg: 1.48 1.41 1.28 3/227 6982
/proc/meminfo: memFree=2073996/32770624 swapFree=66974364/67108860
[pid=6504] ppid=6499 vsize=10851096 memory=1247756 CPUtime=2400.05 cores=1,3,5,7
/proc/6504/stat : 6504 (java) S 6499 6504 6440 0 -1 1077944320 272210 13127 5 2 239644 352 5 4 20 0 15 0 473031582 11111522304 311939 33554432000 4194304 4196468 140729711408720 140729711391264 139914673110775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
/proc/6504/statm: 2712774 311939 3635 1 0 2674829 0
[pid=6504/tid=6612] ppid=6499 vsize=10851096 memory=1247756 CPUtime=2322.41 cores=1,3,5,7
/proc/6504/task/6612/stat : 6612 (java) R 6499 6504 6440 0 -1 4202560 82715 13127 3 2 232180 52 5 4 20 0 15 0 473031716 11111522304 311939 33554432000 4194304 4196468 140729711408720 139914644946768 139914288565694 0 4 0 16800975 0 0 0 -1 1 0 0 663 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6614] ppid=6499 vsize=10851096 memory=1247756 CPUtime=12.67 cores=1,3,5,7
/proc/6504/task/6614/stat : 6614 (java) S 6499 6504 6440 0 -1 1077944384 12033 13127 0 2 1208 50 5 4 20 0 15 0 473031717 11111522304 311939 33554432000 4194304 4196468 140729711408720 139914677353616 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6615] ppid=6499 vsize=10851096 memory=1247756 CPUtime=12.72 cores=1,3,5,7
/proc/6504/task/6615/stat : 6615 (java) S 6499 6504 6440 0 -1 1077944384 19866 13127 0 2 1211 52 5 4 20 0 15 0 473031717 11111522304 311939 33554432000 4194304 4196468 140729711408720 139914600512528 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6616] ppid=6499 vsize=10851096 memory=1247756 CPUtime=12.69 cores=1,3,5,7
/proc/6504/task/6616/stat : 6616 (java) S 6499 6504 6440 0 -1 1077944384 16909 13127 0 2 1207 53 5 4 20 0 15 0 473031717 11111522304 311939 33554432000 4194304 4196468 140729711408720 139914245806992 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6617] ppid=6499 vsize=10851096 memory=12040 CPUtime=12.67 cores=1,3,5,7
/proc/6504/task/6617/stat : 6617 (java) S 6499 6504 6440 0 -1 1077944384 16272 13127 0 2 1207 51 5 4 20 0 15 0 473031717 11111522304 311939 33554432000 4194304 4196468 140729711408720 139914244754192 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6622] ppid=6499 vsize=10851096 memory=28509992917513 CPUtime=9.85 cores=1,3,5,7
/proc/6504/task/6622/stat : 6622 (java) S 6499 6504 6440 0 -1 1077944384 17114 13127 0 2 926 50 5 4 20 0 15 0 473031719 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913945000304 139914673121922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6624] ppid=6499 vsize=10851096 memory=1247756 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6624/stat : 6624 (java) S 6499 6504 6440 0 -1 1077944384 14 13127 0 2 0 0 5 4 20 0 15 0 473031719 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913861260384 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6626] ppid=6499 vsize=10851096 memory=1247756 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6626/stat : 6626 (java) S 6499 6504 6440 0 -1 1077944384 3 13127 0 2 0 0 5 4 20 0 15 0 473031719 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913727042432 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6628] ppid=6499 vsize=10851096 memory=1247756 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6628/stat : 6628 (java) S 6499 6504 6440 0 -1 1077944384 2 13127 0 2 0 0 5 4 20 0 15 0 473031726 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913592825680 139914673129371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6629] ppid=6499 vsize=10851096 memory=1245708 CPUtime=6.04 cores=1,3,5,7
/proc/6504/task/6629/stat : 6629 (java) S 6499 6504 6440 0 -1 1077944384 30756 13127 0 2 588 7 5 4 20 0 15 0 473031726 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913943948144 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6630] ppid=6499 vsize=10851096 memory=3620 CPUtime=5.7 cores=1,3,5,7
/proc/6504/task/6630/stat : 6630 (java) S 6499 6504 6440 0 -1 1077944384 29400 13127 0 2 556 5 5 4 20 0 15 0 473031726 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913942895344 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6631] ppid=6499 vsize=10851096 memory=280033881884544 CPUtime=4.57 cores=1,3,5,7
/proc/6504/task/6631/stat : 6631 (java) S 6499 6504 6440 0 -1 1077944384 43632 13127 1 2 439 9 5 4 20 0 15 0 473031726 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913941842544 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6632] ppid=6499 vsize=10851096 memory=-7161732098442470212 CPUtime=0.09 cores=1,3,5,7
/proc/6504/task/6632/stat : 6632 (java) S 6499 6504 6440 0 -1 1077944384 3 13127 0 2 0 0 5 4 20 0 15 0 473031727 11111522304 311939 33554432000 4194304 4196468 140729711408720 139912854629088 139914673120981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
[pid=6504/tid=6638] ppid=6499 vsize=10851096 memory=28510060026340 CPUtime=1.42 cores=1,3,5,7
/proc/6504/task/6638/stat : 6638 (java) S 6499 6504 6440 0 -1 1077944384 1282 13127 0 2 60 73 5 4 20 0 15 0 473031731 11111522304 311939 33554432000 4194304 4196468 140729711408720 139913940789936 139914673121922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 7098368 140729711413999 140729711416517 140729711416517 140729711419343 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1247756 KiB

Child status: 143
Real time (s): 2355.73
CPU time (s): 2400.08
CPU user time (s): 2396.51
CPU system time (s): 3.57238
CPU usage (%): 101.883
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1247756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.51
system time used= 3.57238
maximum resident set size= 1251884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286047
page faults= 7
swaps= 0
block input operations= 52608
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 264442
involuntary context switches= 7377


# summary of solver processes directly reported to runsolver:
#   pid: 6504
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.51
#   total CPU system time (s): 3.57238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6121 second user time and 22.1484 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 10:19:56
IDJOB=4403074
IDBENCH=115829
IDSOLVER=2862
FILE ID=node125/4403074-1568967638
RUNJOBID= node125-1568967595-6472
PBS_JOBID= 21704623
Free space on /tmp= 4160 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-6.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403074-1568967638/watcher-4403074-1568967638 -o /tmp/evaluation-result-4403074-1568967638/solver-4403074-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568967595-6472 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403074-1568967638.xml

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

MD5SUM BENCH= f9b69c01e6bb1a0d57b760340d1825ed
RANDOM SEED=1159292332

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
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.29
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.29
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.29
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:         3303008 kB
MemAvailable:   31827156 kB
Buffers:          113000 kB
Cached:         28291336 kB
SwapCached:        29868 kB
Active:         14069252 kB
Inactive:       14366712 kB
Active(anon):       3244 kB
Inactive(anon):    75116 kB
Active(file):   14066008 kB
Inactive(file): 14291596 kB
Unevictable:      109196 kB
Mlocked:          109196 kB
SwapTotal:      67108860 kB
SwapFree:       66974352 kB
Dirty:             48240 kB
Writeback:             0 kB
AnonPages:        112372 kB
Mapped:            51392 kB
Shmem:             38004 kB
Slab:             624328 kB
SReclaimable:     595004 kB
SUnreclaim:        29324 kB
KernelStack:        3392 kB
PageTables:         5552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4092 MiB
End job on node125 at 2019-09-20 10:59:21