Trace number 4298150

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
slowpoke 2018-04-29? (NS) 12.8033 3.93626

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-08-opt_c18.xml
MD5SUM9315cc985dc36f3772136cd275650935
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":48},{"size":22,"count":36},{"size":24,"count":18},{"size":36,"count":122},{"size":42,"count":170},{"size":44,"count":286}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":3},{"degree":3,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":46},{"degree":7,"count":68},{"degree":8,"count":77},{"degree":9,"count":85},{"degree":10,"count":54},{"degree":11,"count":33},{"degree":12,"count":37},{"degree":13,"count":21},{"degree":14,"count":8},{"degree":15,"count":1},{"degree":16,"count":35},{"degree":17,"count":26},{"degree":18,"count":63},{"degree":19,"count":54},{"degree":20,"count":32},{"degree":21,"count":12},{"degree":22,"count":7},{"degree":23,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3757}]
Number of extensional constraints3757
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3757}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
12.77/3.91	c Caught NotImplementedException
12.77/3.91	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:629)
12.77/3.91	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
12.77/3.91	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
12.77/3.91	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
12.77/3.91	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
12.77/3.91	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
12.77/3.91	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
12.77/3.91	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
12.77/3.91	c 	xcsp3.XCSP3.<init>(XCSP3.java:84)
12.77/3.91	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
12.77/3.91	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
12.77/3.91	s UNSUPPORTED

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298150-1532749347/watcher-4298150-1532749347 -o /tmp/evaluation-result-4298150-1532749347/solver-4298150-1532749347 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532739340-26336 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298150-1532749347.xml --timelimit 2520 

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

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

solver pid=27349, runsolver pid=27346

[startup+0.100083 s]*
/proc/loadavg: 2.00 1.99 2.00 4/216 27364
/proc/meminfo: memFree=22654868/32770624 swapFree=67108404/67108860
[pid=27349] ppid=27346 vsize=10661056 memory=28128 CPUtime=0.13 cores=0,2,4,6
/proc/27349/stat : 27349 (java) S 27346 27349 26305 0 -1 1077944320 5369 0 0 0 12 1 0 0 20 0 15 0 92497832 10916921344 7032 33554432000 4194304 4196468 140728080991488 140728080974032 139651248652023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
/proc/27349/statm: 2665264 7032 2851 1 0 2627263 0
[pid=27349/tid=27351] ppid=27346 vsize=10661056 memory=-8197568871503139714 CPUtime=0.09 cores=0,2,4,6
/proc/27349/task/27351/stat : 27351 (java) R 27346 27349 26305 0 -1 4202560 3244 0 0 0 9 0 0 0 20 0 15 0 92497832 10916921344 7032 33554432000 4194304 4196468 140728080991488 139651252881504 139651240893413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27352] ppid=27346 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27352/stat : 27352 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916921344 7032 33554432000 4194304 4196468 140728080991488 139651201272336 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27353] ppid=27346 vsize=10661056 memory=139672976201344 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27353/stat : 27353 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916921344 7032 33554432000 4194304 4196468 140728080991488 139651200219792 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27354] ppid=27346 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27354/stat : 27354 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916921344 7032 33554432000 4194304 4196468 140728080991488 139651199166736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27355] ppid=27346 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27355/stat : 27355 (java) S 27346 27349 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92497833 10916921344 7032 33554432000 4194304 4196468 140728080991488 139650851854736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27356] ppid=27346 vsize=10661056 memory=139672976201344 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27356/stat : 27356 (java) S 27346 27349 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92497834 10916921344 7032 33554432000 4194304 4196468 140728080991488 139650808437488 139651248663170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27357] ppid=27346 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27357/stat : 27357 (java) S 27346 27349 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92497835 10916921344 7032 33554432000 4194304 4196468 140728080991488 139650807383712 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27358] ppid=27346 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27358/stat : 27358 (java) S 27346 27349 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92497835 10916921344 7032 33554432000 4194304 4196468 140728080991488 139650806330608 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27359] ppid=27346 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27359/stat : 27359 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916921344 7032 33554432000 4194304 4196468 140728080991488 139650805279184 139651248670619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27360] ppid=27346 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27360/stat : 27360 (java) S 27346 27349 26305 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 92497837 10916921344 7032 33554432000 4194304 4196468 140728080991488 139650804226288 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27361] ppid=27346 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27361/stat : 27361 (java) R 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916921344 7032 33554432000 4194304 4196468 140728080991488 139650803173744 139651248663170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27362] ppid=27346 vsize=10661056 memory=139672976201344 CPUtime=0.01 cores=0,2,4,6
/proc/27349/task/27362/stat : 27362 (java) R 27346 27349 26305 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 15 0 92497837 10916921344 7032 33554432000 4194304 4196468 140728080991488 139650802120688 139651248663170 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27363] ppid=27346 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27363/stat : 27363 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916921344 7032 33554432000 4194304 4196468 140728080991488 139650801068384 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27364] ppid=27346 vsize=10661056 memory=139672976201344 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27364/stat : 27364 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497838 10916921344 7032 33554432000 4194304 4196468 140728080991488 139650800016432 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28128 KiB

[startup+0.2173 s]*
/proc/loadavg: 2.00 1.99 2.00 4/216 27364
/proc/meminfo: memFree=22643200/32770624 swapFree=67108404/67108860
[pid=27349] ppid=27346 vsize=10661056 memory=40348 CPUtime=0.36 cores=0,2,4,6
/proc/27349/stat : 27349 (java) S 27346 27349 26305 0 -1 1077944320 8202 0 0 0 35 1 0 0 20 0 15 0 92497832 10916921344 10087 33554432000 4194304 4196468 140728080991488 140728080974032 139651248652023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
/proc/27349/statm: 2665264 10087 2987 1 0 2627263 0
[pid=27349/tid=27351] ppid=27346 vsize=10661056 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/27349/task/27351/stat : 27351 (java) R 27346 27349 26305 0 -1 4202560 5149 0 0 0 20 1 0 0 20 0 15 0 92497832 10916921344 10087 33554432000 4194304 4196468 140728080991488 139651252891104 139650878523303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27352] ppid=27346 vsize=10661056 memory=345 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27352/stat : 27352 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916921344 10087 33554432000 4194304 4196468 140728080991488 139651201272336 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27353] ppid=27346 vsize=10661056 memory=288370049127913088 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27353/stat : 27353 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916921344 10087 33554432000 4194304 4196468 140728080991488 139651200219792 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27354] ppid=27346 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27354/stat : 27354 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916921344 10087 33554432000 4194304 4196468 140728080991488 139651199166736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27355] ppid=27346 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27355/stat : 27355 (java) S 27346 27349 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92497833 10916921344 10087 33554432000 4194304 4196468 140728080991488 139650851854736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27356] ppid=27346 vsize=10661056 memory=139672976201344 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27356/stat : 27356 (java) S 27346 27349 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92497834 10916921344 10087 33554432000 4194304 4196468 140728080991488 139650808437488 139651248663170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27357] ppid=27346 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27357/stat : 27357 (java) S 27346 27349 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92497835 10916921344 10087 33554432000 4194304 4196468 140728080991488 139650807383712 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27358] ppid=27346 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27358/stat : 27358 (java) S 27346 27349 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92497835 10916921344 10087 33554432000 4194304 4196468 140728080991488 139650806330608 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27359] ppid=27346 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27359/stat : 27359 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916921344 10087 33554432000 4194304 4196468 140728080991488 139650805279184 139651248670619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27360] ppid=27346 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27349/task/27360/stat : 27360 (java) R 27346 27349 26305 0 -1 4202560 516 0 0 0 2 0 0 0 20 0 15 0 92497837 10916921344 10087 33554432000 4194304 4196468 140728080991488 139650804226288 139651233577072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27361] ppid=27346 vsize=10661056 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/27349/task/27361/stat : 27361 (java) S 27346 27349 26305 0 -1 1077944384 290 0 0 0 3 0 0 0 20 0 15 0 92497837 10916921344 10087 33554432000 4194304 4196468 140728080991488 139650803173744 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27362] ppid=27346 vsize=10661056 memory=139672976201344 CPUtime=0.08 cores=0,2,4,6
/proc/27349/task/27362/stat : 27362 (java) R 27346 27349 26305 0 -1 4202560 879 0 0 0 8 0 0 0 20 0 15 0 92497837 10916921344 10087 33554432000 4194304 4196468 140728080991488 139650802118360 139651227180101 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27363] ppid=27346 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27363/stat : 27363 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916921344 10087 33554432000 4194304 4196468 140728080991488 139650801068384 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27364] ppid=27346 vsize=10661056 memory=139672976201344 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27364/stat : 27364 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497838 10916921344 10087 33554432000 4194304 4196468 140728080991488 139650800016432 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40348 KiB

[startup+0.315304 s]*
/proc/loadavg: 2.00 1.99 2.00 7/216 27364
/proc/meminfo: memFree=22631248/32770624 swapFree=67108404/67108860
[pid=27349] ppid=27346 vsize=10661132 memory=52884 CPUtime=0.7 cores=0,2,4,6
/proc/27349/stat : 27349 (java) S 27346 27349 26305 0 -1 1077944320 10355 0 0 0 68 2 0 0 20 0 15 0 92497832 10916999168 13221 33554432000 4194304 4196468 140728080991488 140728080974032 139651248652023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
/proc/27349/statm: 2665283 13221 3068 1 0 2627263 0
[pid=27349/tid=27351] ppid=27346 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/27349/task/27351/stat : 27351 (java) R 27346 27349 26305 0 -1 4202560 5429 0 0 0 29 1 0 0 20 0 15 0 92497832 10916999168 13221 33554432000 4194304 4196468 140728080991488 139651252889648 139651232695653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27352] ppid=27346 vsize=10661132 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27352/stat : 27352 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916999168 13221 33554432000 4194304 4196468 140728080991488 139651201272336 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27353] ppid=27346 vsize=10661132 memory=288370049127913088 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27353/stat : 27353 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916999168 13221 33554432000 4194304 4196468 140728080991488 139651200219792 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27354] ppid=27346 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27354/stat : 27354 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916999168 13221 33554432000 4194304 4196468 140728080991488 139651199166736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27355] ppid=27346 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27355/stat : 27355 (java) S 27346 27349 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92497833 10916999168 13221 33554432000 4194304 4196468 140728080991488 139650851854736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27356] ppid=27346 vsize=10661132 memory=139672976201344 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27356/stat : 27356 (java) S 27346 27349 26305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92497834 10916999168 13221 33554432000 4194304 4196468 140728080991488 139650808437488 139651248663170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27357] ppid=27346 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27357/stat : 27357 (java) S 27346 27349 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 13221 33554432000 4194304 4196468 140728080991488 139650807383712 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27358] ppid=27346 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27358/stat : 27358 (java) S 27346 27349 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 13221 33554432000 4194304 4196468 140728080991488 139650806330608 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27359] ppid=27346 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27359/stat : 27359 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 13221 33554432000 4194304 4196468 140728080991488 139650805279184 139651248670619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27360] ppid=27346 vsize=10661132 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/27349/task/27360/stat : 27360 (java) R 27346 27349 26305 0 -1 4202560 1050 0 0 0 11 0 0 0 20 0 15 0 92497837 10916999168 13221 33554432000 4194304 4196468 140728080991488 139650804226288 139651226246800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27361] ppid=27346 vsize=10661132 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/27349/task/27361/stat : 27361 (java) R 27346 27349 26305 0 -1 4202560 1076 0 0 0 12 0 0 0 20 0 15 0 92497837 10916999168 13221 33554432000 4194304 4196468 140728080991488 139650803159624 139651230177621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27362] ppid=27346 vsize=10661132 memory=139672976201344 CPUtime=0.14 cores=0,2,4,6
/proc/27349/task/27362/stat : 27362 (java) R 27346 27349 26305 0 -1 4202560 1429 0 0 0 14 0 0 0 20 0 15 0 92497837 10916999168 13221 33554432000 4194304 4196468 140728080991488 139650802117624 139651227141793 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27363] ppid=27346 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27363/stat : 27363 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 13221 33554432000 4194304 4196468 140728080991488 139650801068384 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27364] ppid=27346 vsize=10661132 memory=139672976201344 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27364/stat : 27364 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497838 10916999168 13221 33554432000 4194304 4196468 140728080991488 139650800016432 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 52884 KiB

[startup+0.702856 s]
/proc/loadavg: 2.00 1.99 2.00 5/216 27364
/proc/meminfo: memFree=22602596/32770624 swapFree=67108404/67108860
[pid=27349] ppid=27346 vsize=10661132 memory=144484 CPUtime=2.02 cores=0,2,4,6
/proc/27349/stat : 27349 (java) S 27346 27349 26305 0 -1 1077944320 11680 0 0 0 199 3 0 0 20 0 15 0 92497832 10916999168 36121 33554432000 4194304 4196468 140728080991488 140728080974032 139651248652023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
/proc/27349/statm: 2665283 36121 3108 1 0 2627263 0
[pid=27349/tid=27351] ppid=27346 vsize=10661132 memory=1732 CPUtime=0.68 cores=0,2,4,6
/proc/27349/task/27351/stat : 27351 (java) R 27346 27349 26305 0 -1 4202560 5632 0 0 0 66 2 0 0 20 0 15 0 92497832 10916999168 36121 33554432000 4194304 4196468 140728080991488 139651252887952 139650882527574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27352] ppid=27346 vsize=10661132 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27352/stat : 27352 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916999168 36121 33554432000 4194304 4196468 140728080991488 139651201272336 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27353] ppid=27346 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27353/stat : 27353 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916999168 36121 33554432000 4194304 4196468 140728080991488 139651200219792 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27354] ppid=27346 vsize=10661132 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27354/stat : 27354 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497833 10916999168 36121 33554432000 4194304 4196468 140728080991488 139651199166736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27355] ppid=27346 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27355/stat : 27355 (java) S 27346 27349 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92497833 10916999168 36121 33554432000 4194304 4196468 140728080991488 139650851854736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27356] ppid=27346 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27356/stat : 27356 (java) S 27346 27349 26305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92497834 10916999168 36121 33554432000 4194304 4196468 140728080991488 139650808437488 139651248663170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27357] ppid=27346 vsize=10661132 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27357/stat : 27357 (java) S 27346 27349 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 36121 33554432000 4194304 4196468 140728080991488 139650807383712 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27358] ppid=27346 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27358/stat : 27358 (java) S 27346 27349 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 36121 33554432000 4194304 4196468 140728080991488 139650806330608 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27359] ppid=27346 vsize=10661132 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27359/stat : 27359 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 36121 33554432000 4194304 4196468 140728080991488 139650805279184 139651248670619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27360] ppid=27346 vsize=10661132 memory=7302135314614015848 CPUtime=0.48 cores=0,2,4,6
/proc/27349/task/27360/stat : 27360 (java) R 27346 27349 26305 0 -1 4202560 1577 0 0 0 48 0 0 0 20 0 15 0 92497837 10916999168 36121 33554432000 4194304 4196468 140728080991488 139650804216000 139651232138251 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27361] ppid=27346 vsize=10661132 memory=7450453974481135974 CPUtime=0.5 cores=0,2,4,6
/proc/27349/task/27361/stat : 27361 (java) R 27346 27349 26305 0 -1 4202560 1192 0 0 0 50 0 0 0 20 0 15 0 92497837 10916999168 36121 33554432000 4194304 4196468 140728080991488 139650803160528 139651230023920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27362] ppid=27346 vsize=10661132 memory=7223888500751355984 CPUtime=0.34 cores=0,2,4,6
/proc/27349/task/27362/stat : 27362 (java) R 27346 27349 26305 0 -1 1077944384 1908 0 0 0 34 0 0 0 20 0 15 0 92497837 10916999168 36121 33554432000 4194304 4196468 140728080991488 139650802119088 139651248662229 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27363] ppid=27346 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27363/stat : 27363 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 36121 33554432000 4194304 4196468 140728080991488 139650801068384 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27364] ppid=27346 vsize=10661132 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27364/stat : 27364 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497838 10916999168 36121 33554432000 4194304 4196468 140728080991488 139650800016432 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
Current children cumulated CPU time: 2.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 144484 KiB

[startup+1.5053 s]
/proc/loadavg: 2.00 1.99 2.00 4/216 27364
/proc/meminfo: memFree=22474444/32770624 swapFree=67108404/67108860
[pid=27349] ppid=27346 vsize=10661132 memory=491892 CPUtime=4.33 cores=0,2,4,6
/proc/27349/stat : 27349 (java) S 27346 27349 26305 0 -1 1077944320 12972 0 0 0 406 27 0 0 20 0 15 0 92497832 10916999168 122973 33554432000 4194304 4196468 140728080991488 140728080974032 139651248652023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
/proc/27349/statm: 2665283 122973 3154 1 0 2627263 0
[pid=27349/tid=27351] ppid=27346 vsize=10661132 memory=0 CPUtime=1.27 cores=0,2,4,6
/proc/27349/task/27351/stat : 27351 (java) S 27346 27349 26305 0 -1 1077944384 5738 0 0 0 123 4 0 0 20 0 15 0 92497832 10916999168 122973 33554432000 4194304 4196468 140728080991488 139651252890048 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27352] ppid=27346 vsize=10661132 memory=-6951259422114956437 CPUtime=0.17 cores=0,2,4,6
/proc/27349/task/27352/stat : 27352 (java) R 27346 27349 26305 0 -1 4202560 156 0 0 0 12 5 0 0 20 0 15 0 92497833 10916999168 122973 33554432000 4194304 4196468 140728080991488 139651201272336 139651233679436 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27353] ppid=27346 vsize=10661132 memory=-6509546260019855299 CPUtime=0.18 cores=0,2,4,6
/proc/27349/task/27353/stat : 27353 (java) R 27346 27349 26305 0 -1 4202560 90 0 0 0 13 5 0 0 20 0 15 0 92497833 10916999168 122973 33554432000 4194304 4196468 140728080991488 139651200219792 139651233676078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27354] ppid=27346 vsize=10661132 memory=-7390251449858225344 CPUtime=0.19 cores=0,2,4,6
/proc/27349/task/27354/stat : 27354 (java) R 27346 27349 26305 0 -1 4202560 213 0 0 0 14 5 0 0 20 0 15 0 92497833 10916999168 122973 33554432000 4194304 4196468 140728080991488 139651199166736 139651230277776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27355] ppid=27346 vsize=10661132 memory=4134692831991786133 CPUtime=0.18 cores=0,2,4,6
/proc/27349/task/27355/stat : 27355 (java) R 27346 27349 26305 0 -1 4202560 192 0 0 0 13 5 0 0 20 0 15 0 92497833 10916999168 122973 33554432000 4194304 4196468 140728080991488 139650851854936 139651230277849 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27356] ppid=27346 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27356/stat : 27356 (java) S 27346 27349 26305 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 92497834 10916999168 122973 33554432000 4194304 4196468 140728080991488 139650808436000 139651248662229 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0

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

[startup+3.93621 s]
# the end of solver process 27349 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.9082 s, system=0.895119 s

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

[startup+3.20235 s]
/proc/loadavg: 2.16 2.02 2.01 6/216 27364
/proc/meminfo: memFree=21709548/32770624 swapFree=67108404/67108860
[pid=27349] ppid=27346 vsize=10661132 memory=1048720 CPUtime=10.33 cores=0,2,4,6
/proc/27349/stat : 27349 (java) S 27346 27349 26305 0 -1 1077944320 42332 0 0 0 946 87 0 0 20 0 15 0 92497832 10916999168 262180 33554432000 4194304 4196468 140728080991488 140728080974032 139651248652023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
/proc/27349/statm: 2665283 262180 3170 1 0 2627263 0
[pid=27349/tid=27351] ppid=27346 vsize=10661132 memory=-7595754389018307680 CPUtime=1.54 cores=0,2,4,6
/proc/27349/task/27351/stat : 27351 (java) S 27346 27349 26305 0 -1 1077944384 5802 0 0 0 150 4 0 0 20 0 15 0 92497832 10916999168 262180 33554432000 4194304 4196468 140728080991488 139651252890112 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27352] ppid=27346 vsize=10661132 memory=-6234758880078832264 CPUtime=1.57 cores=0,2,4,6
/proc/27349/task/27352/stat : 27352 (java) R 27346 27349 26305 0 -1 4202560 7112 0 0 0 138 19 0 0 20 0 15 0 92497833 10916999168 262180 33554432000 4194304 4196468 140728080991488 139651201272536 139651233602628 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27353] ppid=27346 vsize=10661132 memory=3047711604724501878 CPUtime=1.58 cores=0,2,4,6
/proc/27349/task/27353/stat : 27353 (java) R 27346 27349 26305 0 -1 4202560 7187 0 0 0 138 20 0 0 20 0 15 0 92497833 10916999168 262180 33554432000 4194304 4196468 140728080991488 139651200219792 139651233349581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27354] ppid=27346 vsize=10661132 memory=-7812800577974661519 CPUtime=1.57 cores=0,2,4,6
/proc/27349/task/27354/stat : 27354 (java) R 27346 27349 26305 0 -1 4202560 7865 0 0 0 137 20 0 0 20 0 15 0 92497833 10916999168 262180 33554432000 4194304 4196468 140728080991488 139651199166736 139651233602659 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27355] ppid=27346 vsize=10661132 memory=7012474401037050982 CPUtime=1.59 cores=0,2,4,6
/proc/27349/task/27355/stat : 27355 (java) R 27346 27349 26305 0 -1 4202560 7059 0 0 0 139 20 0 0 20 0 15 0 92497833 10916999168 262180 33554432000 4194304 4196468 140728080991488 139650851854736 139651233349720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27356] ppid=27346 vsize=10661132 memory=6082203000362854487 CPUtime=0.01 cores=0,2,4,6
/proc/27349/task/27356/stat : 27356 (java) S 27346 27349 26305 0 -1 1077944384 726 0 0 0 1 0 0 0 20 0 15 0 92497834 10916999168 262180 33554432000 4194304 4196468 140728080991488 139650808435808 139651248662229 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27357] ppid=27346 vsize=10661132 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27357/stat : 27357 (java) S 27346 27349 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 262180 33554432000 4194304 4196468 140728080991488 139650807383712 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27358] ppid=27346 vsize=10661132 memory=1300 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27358/stat : 27358 (java) S 27346 27349 26305 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 262180 33554432000 4194304 4196468 140728080991488 139650806330608 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27359] ppid=27346 vsize=10661132 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27359/stat : 27359 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 262180 33554432000 4194304 4196468 140728080991488 139650805279184 139651248670619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27360] ppid=27346 vsize=10661132 memory=1716 CPUtime=1.01 cores=0,2,4,6
/proc/27349/task/27360/stat : 27360 (java) S 27346 27349 26305 0 -1 1077944384 1781 0 0 0 101 0 0 0 20 0 15 0 92497837 10916999168 262180 33554432000 4194304 4196468 140728080991488 139650804226288 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27361] ppid=27346 vsize=10661132 memory=796 CPUtime=0.95 cores=0,2,4,6
/proc/27349/task/27361/stat : 27361 (java) S 27346 27349 26305 0 -1 1077944384 1363 0 0 0 95 0 0 0 20 0 15 0 92497837 10916999168 262180 33554432000 4194304 4196468 140728080991488 139650803173744 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27362] ppid=27346 vsize=10661132 memory=11008 CPUtime=0.42 cores=0,2,4,6
/proc/27349/task/27362/stat : 27362 (java) S 27346 27349 26305 0 -1 1077944384 2075 0 0 0 42 0 0 0 20 0 15 0 92497837 10916999168 262180 33554432000 4194304 4196468 140728080991488 139650802120688 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27363] ppid=27346 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27363/stat : 27363 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 262180 33554432000 4194304 4196468 140728080991488 139650801068384 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27364] ppid=27346 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27364/stat : 27364 (java) S 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497838 10916999168 262180 33554432000 4194304 4196468 140728080991488 139650800016432 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
Current children cumulated CPU time: 10.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1048720 KiB

[startup+3.6026 s]
/proc/loadavg: 2.16 2.02 2.01 6/216 27364
/proc/meminfo: memFree=21709548/32770624 swapFree=67108404/67108860
[pid=27349] ppid=27346 vsize=10661132 memory=1065748 CPUtime=11.92 cores=0,2,4,6
/proc/27349/stat : 27349 (java) S 27346 27349 26305 0 -1 1077944320 43444 0 0 0 1104 88 0 0 20 0 15 0 92497832 10916999168 266437 33554432000 4194304 4196468 140728080991488 140728080974032 139651248652023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
/proc/27349/statm: 2665283 266437 3170 1 0 2627263 0
[pid=27349/tid=27351] ppid=27346 vsize=10661132 memory=7444825561389617256 CPUtime=1.54 cores=0,2,4,6
/proc/27349/task/27351/stat : 27351 (java) S 27346 27349 26305 0 -1 1077944384 5802 0 0 0 150 4 0 0 20 0 15 0 92497832 10916999168 266437 33554432000 4194304 4196468 140728080991488 139651252890112 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27352] ppid=27346 vsize=10661132 memory=6298653928584532309 CPUtime=1.96 cores=0,2,4,6
/proc/27349/task/27352/stat : 27352 (java) R 27346 27349 26305 0 -1 4202560 7440 0 0 0 177 19 0 0 20 0 15 0 92497833 10916999168 266437 33554432000 4194304 4196468 140728080991488 139651201272536 139651241280231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27353] ppid=27346 vsize=10661132 memory=7597132098393106257 CPUtime=1.98 cores=0,2,4,6
/proc/27349/task/27353/stat : 27353 (java) R 27346 27349 26305 0 -1 4202560 7287 0 0 0 178 20 0 0 20 0 15 0 92497833 10916999168 266437 33554432000 4194304 4196468 140728080991488 139651200219992 139651233109617 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27354] ppid=27346 vsize=10661132 memory=8292088564187963537 CPUtime=1.96 cores=0,2,4,6
/proc/27349/task/27354/stat : 27354 (java) R 27346 27349 26305 0 -1 4202560 7998 0 0 0 176 20 0 0 20 0 15 0 92497833 10916999168 266437 33554432000 4194304 4196468 140728080991488 139651199166856 139651241280231 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27355] ppid=27346 vsize=10661132 memory=279345747140992 CPUtime=1.98 cores=0,2,4,6
/proc/27349/task/27355/stat : 27355 (java) R 27346 27349 26305 0 -1 4202560 7193 0 0 0 178 20 0 0 20 0 15 0 92497833 10916999168 266437 33554432000 4194304 4196468 140728080991488 139650851854936 139651233352503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27356] ppid=27346 vsize=10661132 memory=6944656575208382560 CPUtime=0.02 cores=0,2,4,6
/proc/27349/task/27356/stat : 27356 (java) S 27346 27349 26305 0 -1 1077944384 1143 0 0 0 2 0 0 0 20 0 15 0 92497834 10916999168 266437 33554432000 4194304 4196468 140728080991488 139650808436032 139651248662229 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27357] ppid=27346 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27357/stat : 27357 (java) S 27346 27349 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 266437 33554432000 4194304 4196468 140728080991488 139650807383712 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27358] ppid=27346 vsize=10661132 memory=7594587674001172330 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27358/stat : 27358 (java) S 27346 27349 26305 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 266437 33554432000 4194304 4196468 140728080991488 139650806330608 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27359] ppid=27346 vsize=10661132 memory=7811044310603950144 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27359/stat : 27359 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 266437 33554432000 4194304 4196468 140728080991488 139650805279184 139651248670619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27360] ppid=27346 vsize=10661132 memory=5933035461463265889 CPUtime=1.01 cores=0,2,4,6
/proc/27349/task/27360/stat : 27360 (java) S 27346 27349 26305 0 -1 1077944384 1781 0 0 0 101 0 0 0 20 0 15 0 92497837 10916999168 266437 33554432000 4194304 4196468 140728080991488 139650804226288 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27361] ppid=27346 vsize=10661132 memory=7649399375691724594 CPUtime=0.95 cores=0,2,4,6
/proc/27349/task/27361/stat : 27361 (java) S 27346 27349 26305 0 -1 1077944384 1363 0 0 0 95 0 0 0 20 0 15 0 92497837 10916999168 266437 33554432000 4194304 4196468 140728080991488 139650803173744 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27362] ppid=27346 vsize=10661132 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/27349/task/27362/stat : 27362 (java) S 27346 27349 26305 0 -1 1077944384 2075 0 0 0 42 0 0 0 20 0 15 0 92497837 10916999168 266437 33554432000 4194304 4196468 140728080991488 139650802120688 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27363] ppid=27346 vsize=10661132 memory=3473177157876066513 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27363/stat : 27363 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 266437 33554432000 4194304 4196468 140728080991488 139650801068384 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27364] ppid=27346 vsize=10661132 memory=13572 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27364/stat : 27364 (java) R 27346 27349 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92497838 10916999168 266437 33554432000 4194304 4196468 140728080991488 139650800016432 139651248663170 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
Current children cumulated CPU time: 11.92 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1065748 KiB

[startup+3.8007 s]
/proc/loadavg: 2.16 2.02 2.01 6/216 27364
/proc/meminfo: memFree=21709548/32770624 swapFree=67108404/67108860
[pid=27349] ppid=27346 vsize=10661132 memory=1067616 CPUtime=12.66 cores=0,2,4,6
/proc/27349/stat : 27349 (java) S 27346 27349 26305 0 -1 1077944320 45288 0 0 0 1178 88 0 0 20 0 15 0 92497832 10916999168 266904 33554432000 4194304 4196468 140728080991488 140728080974032 139651248652023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
/proc/27349/statm: 2665283 266904 3170 1 0 2627263 0
[pid=27349/tid=27351] ppid=27346 vsize=10661132 memory=7649399397166561074 CPUtime=1.55 cores=0,2,4,6
/proc/27349/task/27351/stat : 27351 (java) R 27346 27349 26305 0 -1 4202560 6079 0 0 0 151 4 0 0 20 0 15 0 92497832 10916999168 266904 33554432000 4194304 4196468 140728080991488 139651252890112 139650883539888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27352] ppid=27346 vsize=10661132 memory=0 CPUtime=2.14 cores=0,2,4,6
/proc/27349/task/27352/stat : 27352 (java) S 27346 27349 26305 0 -1 1077944384 7502 0 0 0 195 19 0 0 20 0 15 0 92497833 10916999168 266904 33554432000 4194304 4196468 140728080991488 139651201272336 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27353] ppid=27346 vsize=10661132 memory=0 CPUtime=2.16 cores=0,2,4,6
/proc/27349/task/27353/stat : 27353 (java) S 27346 27349 26305 0 -1 1077944384 7369 0 0 0 196 20 0 0 20 0 15 0 92497833 10916999168 266904 33554432000 4194304 4196468 140728080991488 139651200219792 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27354] ppid=27346 vsize=10661132 memory=0 CPUtime=2.14 cores=0,2,4,6
/proc/27349/task/27354/stat : 27354 (java) S 27346 27349 26305 0 -1 1077944384 8069 0 0 0 194 20 0 0 20 0 15 0 92497833 10916999168 266904 33554432000 4194304 4196468 140728080991488 139651199166736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27355] ppid=27346 vsize=10661132 memory=0 CPUtime=2.16 cores=0,2,4,6
/proc/27349/task/27355/stat : 27355 (java) S 27346 27349 26305 0 -1 1077944384 7253 0 0 0 196 20 0 0 20 0 15 0 92497833 10916999168 266904 33554432000 4194304 4196468 140728080991488 139650851854736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27356] ppid=27346 vsize=10661132 memory=56 CPUtime=0.02 cores=0,2,4,6
/proc/27349/task/27356/stat : 27356 (java) S 27346 27349 26305 0 -1 1077944384 2416 0 0 0 2 0 0 0 20 0 15 0 92497834 10916999168 266904 33554432000 4194304 4196468 140728080991488 139650808437488 139651248663170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27357] ppid=27346 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27357/stat : 27357 (java) S 27346 27349 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 266904 33554432000 4194304 4196468 140728080991488 139650807383712 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27358] ppid=27346 vsize=10661132 memory=1404238533807934838 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27358/stat : 27358 (java) S 27346 27349 26305 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 266904 33554432000 4194304 4196468 140728080991488 139650806330608 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27359] ppid=27346 vsize=10661132 memory=8326441112149131693 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27359/stat : 27359 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 266904 33554432000 4194304 4196468 140728080991488 139650805279184 139651248670619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27360] ppid=27346 vsize=10661132 memory=-7533522213388100735 CPUtime=1.01 cores=0,2,4,6
/proc/27349/task/27360/stat : 27360 (java) S 27346 27349 26305 0 -1 1077944384 1781 0 0 0 101 0 0 0 20 0 15 0 92497837 10916999168 266904 33554432000 4194304 4196468 140728080991488 139650804226288 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27361] ppid=27346 vsize=10661132 memory=-8033973737701895300 CPUtime=0.95 cores=0,2,4,6
/proc/27349/task/27361/stat : 27361 (java) S 27346 27349 26305 0 -1 1077944384 1363 0 0 0 95 0 0 0 20 0 15 0 92497837 10916999168 266904 33554432000 4194304 4196468 140728080991488 139650803173744 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27362] ppid=27346 vsize=10661132 memory=1404238533774450294 CPUtime=0.42 cores=0,2,4,6
/proc/27349/task/27362/stat : 27362 (java) S 27346 27349 26305 0 -1 1077944384 2075 0 0 0 42 0 0 0 20 0 15 0 92497837 10916999168 266904 33554432000 4194304 4196468 140728080991488 139650802120688 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27363] ppid=27346 vsize=10661132 memory=8247907794334132811 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27363/stat : 27363 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 266904 33554432000 4194304 4196468 140728080991488 139650801068384 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27364] ppid=27346 vsize=10661132 memory=7898351070516488779 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27364/stat : 27364 (java) S 27346 27349 26305 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 92497838 10916999168 266904 33554432000 4194304 4196468 140728080991488 139650800016432 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1067616 KiB

[startup+3.90074 s]
/proc/loadavg: 2.16 2.02 2.01 6/216 27364
/proc/meminfo: memFree=21709548/32770624 swapFree=67108404/67108860
[pid=27349] ppid=27346 vsize=10661132 memory=1067884 CPUtime=12.77 cores=0,2,4,6
/proc/27349/stat : 27349 (java) S 27346 27349 26305 0 -1 1077944320 46141 0 0 0 1189 88 0 0 20 0 15 0 92497832 10916999168 266971 33554432000 4194304 4196468 140728080991488 140728080974032 139651248652023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
/proc/27349/statm: 2665283 266971 3171 1 0 2627263 0
[pid=27349/tid=27351] ppid=27346 vsize=10661132 memory=56 CPUtime=1.65 cores=0,2,4,6
/proc/27349/task/27351/stat : 27351 (java) R 27346 27349 26305 0 -1 4202560 6150 0 0 0 161 4 0 0 20 0 15 0 92497832 10916999168 266971 33554432000 4194304 4196468 140728080991488 139651252890112 139650883395828 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27352] ppid=27346 vsize=10661132 memory=56 CPUtime=2.14 cores=0,2,4,6
/proc/27349/task/27352/stat : 27352 (java) S 27346 27349 26305 0 -1 1077944384 7502 0 0 0 195 19 0 0 20 0 15 0 92497833 10916999168 266971 33554432000 4194304 4196468 140728080991488 139651201272336 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27353] ppid=27346 vsize=10661132 memory=1228 CPUtime=2.16 cores=0,2,4,6
/proc/27349/task/27353/stat : 27353 (java) S 27346 27349 26305 0 -1 1077944384 7369 0 0 0 196 20 0 0 20 0 15 0 92497833 10916999168 266971 33554432000 4194304 4196468 140728080991488 139651200219792 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27354] ppid=27346 vsize=10661132 memory=5372 CPUtime=2.14 cores=0,2,4,6
/proc/27349/task/27354/stat : 27354 (java) S 27346 27349 26305 0 -1 1077944384 8069 0 0 0 194 20 0 0 20 0 15 0 92497833 10916999168 266971 33554432000 4194304 4196468 140728080991488 139651199166736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27355] ppid=27346 vsize=10661132 memory=1440 CPUtime=2.16 cores=0,2,4,6
/proc/27349/task/27355/stat : 27355 (java) S 27346 27349 26305 0 -1 1077944384 7253 0 0 0 196 20 0 0 20 0 15 0 92497833 10916999168 266971 33554432000 4194304 4196468 140728080991488 139650851854736 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27356] ppid=27346 vsize=10661132 memory=4612 CPUtime=0.02 cores=0,2,4,6
/proc/27349/task/27356/stat : 27356 (java) S 27346 27349 26305 0 -1 1077944384 2416 0 0 0 2 0 0 0 20 0 15 0 92497834 10916999168 266971 33554432000 4194304 4196468 140728080991488 139650808437488 139651248663170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27357] ppid=27346 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27357/stat : 27357 (java) S 27346 27349 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 266971 33554432000 4194304 4196468 140728080991488 139650807383712 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27358] ppid=27346 vsize=10661132 memory=-7595754389018307680 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27358/stat : 27358 (java) S 27346 27349 26305 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92497835 10916999168 266971 33554432000 4194304 4196468 140728080991488 139650806330608 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27359] ppid=27346 vsize=10661132 memory=7681905605394137875 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27359/stat : 27359 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 266971 33554432000 4194304 4196468 140728080991488 139650805279184 139651248670619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27360] ppid=27346 vsize=10661132 memory=-9108684669924967205 CPUtime=1.01 cores=0,2,4,6
/proc/27349/task/27360/stat : 27360 (java) S 27346 27349 26305 0 -1 1077944384 1905 0 0 0 101 0 0 0 20 0 15 0 92497837 10916999168 266971 33554432000 4194304 4196468 140728080991488 139650804226288 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27361] ppid=27346 vsize=10661132 memory=7245577201579234449 CPUtime=0.95 cores=0,2,4,6
/proc/27349/task/27361/stat : 27361 (java) S 27346 27349 26305 0 -1 1077944384 1499 0 0 0 95 0 0 0 20 0 15 0 92497837 10916999168 266971 33554432000 4194304 4196468 140728080991488 139650803173744 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27362] ppid=27346 vsize=10661132 memory=7100839878610356840 CPUtime=0.43 cores=0,2,4,6
/proc/27349/task/27362/stat : 27362 (java) S 27346 27349 26305 0 -1 1077944384 2597 0 0 0 43 0 0 0 20 0 15 0 92497837 10916999168 266971 33554432000 4194304 4196468 140728080991488 139650802120688 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27363] ppid=27346 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27363/stat : 27363 (java) S 27346 27349 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92497837 10916999168 266971 33554432000 4194304 4196468 140728080991488 139650801068384 139651248662229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
[pid=27349/tid=27364] ppid=27346 vsize=10661132 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/27349/task/27364/stat : 27364 (java) S 27346 27349 26305 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 92497838 10916999168 266971 33554432000 4194304 4196468 140728080991488 139650800016432 139651248663170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13254656 140728080995484 140728080995593 140728080995593 140728080998351 0
Current children cumulated CPU time: 12.77 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1067884 KiB

Child status: 0
Real time (s): 3.93626
CPU time (s): 12.8033
CPU user time (s): 11.9082
CPU system time (s): 0.895119
CPU usage (%): 325.265
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 1067884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9082
system time used= 0.895119
maximum resident set size= 1068236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46827
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1643
involuntary context switches= 105


# summary of solver processes directly reported to runsolver:
#   pid: 27349
#   total CPU time (s): 12.8033
#   total CPU user time (s): 11.9082
#   total CPU system time (s): 0.895119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037122 second user time and 0.088377 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 05:42:27
IDJOB=4298150
IDBENCH=141076
IDSOLVER=2765
FILE ID=node148/4298150-1532749347
RUNJOBID= node148-1532739340-26336
PBS_JOBID= 21022440
Free space on /tmp= 43264 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-08-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298150-1532749347/watcher-4298150-1532749347 -o /tmp/evaluation-result-4298150-1532749347/solver-4298150-1532749347 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532739340-26336 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298150-1532749347.xml --timelimit 2520

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

MD5SUM BENCH= 9315cc985dc36f3772136cd275650935
RANDOM SEED=1710070999

node148.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.50
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.50
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.50
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.50
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:        22670932 kB
MemAvailable:   30918680 kB
Buffers:          215416 kB
Cached:          8167164 kB
SwapCached:          352 kB
Active:          2991388 kB
Inactive:        6454436 kB
Active(anon):    1016928 kB
Inactive(anon):    74236 kB
Active(file):    1974460 kB
Inactive(file):  6380200 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              1428 kB
Writeback:             0 kB
AnonPages:       1127220 kB
Mapped:            54532 kB
Shmem:             25016 kB
Slab:             349520 kB
SReclaimable:     321548 kB
SUnreclaim:        27972 kB
KernelStack:        3856 kB
PageTables:         8044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2094316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1056768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43260 MiB
End job on node148 at 2018-07-28 05:42:31