Trace number 4302445

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.9.2OPT0 9.24962 4.72289

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-simple_c18.xml
MD5SUM5b0471201a80cf29b9165f742e9eb3a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.39213
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints33
Number of domains3
Minimum domain size5
Maximum domain size19
Distribution of domain sizes[{"size":5,"count":10},{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":10},{"degree":4,"count":10},{"degree":20,"count":8},{"degree":21,"count":2}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":11},{"arity":10,"count":12},{"arity":11,"count":10}]
Number of extensional constraints10
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":10},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":21}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.97/0.74	c Concrete v3.9.2.1532736233296 running
8.88/4.19	o 0
9.17/4.20	v <instantiation cost="0">
9.17/4.20	v       <list>
9.17/4.20	v         slab[0] slab[1] slab[2] slab[3] slab[4] slab[5] slab[6] slab[7] slab[8] slab[9] load[0] load[1] load[2] load[3] load[4] load[5] load[6] load[7] load[8] load[9] loss[0] loss[1] loss[2] loss[3] loss[4] loss[5] loss[6] loss[7] loss[8] loss[9]
9.17/4.20	v       </list>
9.17/4.20	v       <values>
9.17/4.20	v         2 2 4 0 0 1 2 4 3 2 18 11 9 5 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
9.17/4.20	v       </values>
9.17/4.20	v     </instantiation>
9.21/4.51	s OPTIMUM FOUND

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302445-1532898628/watcher-4302445-1532898628 -o /tmp/evaluation-result-4302445-1532898628/solver-4302445-1532898628 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=483184068 HOME/instance-4302445-1532898628.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
solver pid=8590, runsolver pid=8587
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 1.71 1.65 1.64 3/207 8647
/proc/meminfo: memFree=26718972/32770624 swapFree=67108860/67108860
[pid=8590] ppid=8587 vsize=10005480 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/8590/stat : 8590 (java) S 8587 8590 22004 0 -1 1077944320 4361 13137 0 0 1 0 5 2 20 0 6 0 107425985 10245611520 4203 33554432000 4194304 4196468 140727163737440 140727163719984 139888232742647 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
/proc/8590/statm: 2501370 4203 1935 1 0 2489808 0
[pid=8590/tid=8643] ppid=8587 vsize=10005480 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/8590/task/8643/stat : 8643 (java) R 8587 8590 22004 0 -1 4202560 2220 13137 0 0 1 0 5 2 20 0 6 0 107425994 10245611520 4269 33554432000 4194304 4196468 140727163737440 139888204579408 139888216823134 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8644] ppid=8587 vsize=10005480 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8644/stat : 8644 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 6 0 107425995 10245611520 4269 33554432000 4194304 4196468 140727163737440 139888236984720 139888232752853 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8645] ppid=8587 vsize=10005480 memory=140501119645312 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8645/stat : 8645 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 6 0 107425995 10245611520 4269 33554432000 4194304 4196468 140727163737440 139887772690704 139888232752853 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8646] ppid=8587 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8646/stat : 8646 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 6 0 107425995 10245611520 4269 33554432000 4194304 4196468 140727163737440 139887771638416 139888232752853 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8647] ppid=8587 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8647/stat : 8647 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 6 0 107425995 10245611520 4269 33554432000 4194304 4196468 140727163737440 139887770585616 139888232752853 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209978 s]*
/proc/loadavg: 1.71 1.65 1.64 3/216 8656
/proc/meminfo: memFree=26695984/32770624 swapFree=67108860/67108860
[pid=8590] ppid=8587 vsize=10982696 memory=44684 CPUtime=0.25 cores=0,2,4,6
/proc/8590/stat : 8590 (java) S 8587 8590 22004 0 -1 1077944320 8500 13137 0 0 17 1 5 2 20 0 15 0 107425985 11246280704 11171 33554432000 4194304 4196468 140727163737440 140727163719984 139888232742647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
/proc/8590/statm: 2745674 11171 2968 1 0 2708109 0
[pid=8590/tid=8643] ppid=8587 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/8590/task/8643/stat : 8643 (java) R 8587 8590 22004 0 -1 4202560 5034 13137 0 0 10 1 5 2 20 0 15 0 107425994 11246280704 11171 33554432000 4194304 4196468 140727163737440 139888204540304 139888214306203 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8644] ppid=8587 vsize=10982696 memory=288293255295271337 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8644/stat : 8644 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246280704 11171 33554432000 4194304 4196468 140727163737440 139888236984720 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8645] ppid=8587 vsize=10982696 memory=288230376152340859 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8645/stat : 8645 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246280704 11171 33554432000 4194304 4196468 140727163737440 139887772690704 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8646] ppid=8587 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8646/stat : 8646 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246280704 11171 33554432000 4194304 4196468 140727163737440 139887771638416 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8647] ppid=8587 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8647/stat : 8647 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246280704 11171 33554432000 4194304 4196468 140727163737440 139887770585616 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8648] ppid=8587 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8648/stat : 8648 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425996 11246280704 11171 33554432000 4194304 4196468 140727163737440 139887658654320 139888232753794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8649] ppid=8587 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8649/stat : 8649 (java) S 8587 8590 22004 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 15 0 107425997 11246280704 11171 33554432000 4194304 4196468 140727163737440 139887084823840 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8650] ppid=8587 vsize=10982696 memory=140501119645312 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8650/stat : 8650 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107425997 11246280704 11171 33554432000 4194304 4196468 140727163737440 139886883497584 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8651] ppid=8587 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8651/stat : 8651 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11246280704 11171 33554432000 4194304 4196468 140727163737440 139886576097872 139888232761243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8652] ppid=8587 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8590/task/8652/stat : 8652 (java) S 8587 8590 22004 0 -1 1077944384 556 13137 0 0 1 0 5 2 20 0 15 0 107426000 11246280704 11171 33554432000 4194304 4196468 140727163737440 139887657601136 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8653] ppid=8587 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8590/task/8653/stat : 8653 (java) S 8587 8590 22004 0 -1 1077944384 68 13137 0 0 1 0 5 2 20 0 15 0 107426000 11246280704 11171 33554432000 4194304 4196468 140727163737440 139887656548336 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8654] ppid=8587 vsize=10982696 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8590/task/8654/stat : 8654 (java) S 8587 8590 22004 0 -1 1077944384 618 13137 0 0 3 0 5 2 20 0 15 0 107426000 11246280704 11171 33554432000 4194304 4196468 140727163737440 139887655496048 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8655] ppid=8587 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8655/stat : 8655 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11246280704 11171 33554432000 4194304 4196468 140727163737440 139886145300960 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8656] ppid=8587 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8656/stat : 8656 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107426000 11246280704 11171 33554432000 4194304 4196468 140727163737440 139887654443952 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44684 KiB

[startup+0.31056 s]*
/proc/loadavg: 1.71 1.65 1.64 3/216 8656
/proc/meminfo: memFree=26686176/32770624 swapFree=67108860/67108860
[pid=8590] ppid=8587 vsize=10983192 memory=56012 CPUtime=0.38 cores=0,2,4,6
/proc/8590/stat : 8590 (java) S 8587 8590 22004 0 -1 1077944320 10510 13137 0 0 29 2 5 2 20 0 15 0 107425985 11246788608 14003 33554432000 4194304 4196468 140727163737440 140727163719984 139888232742647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
/proc/8590/statm: 2745798 14003 3100 1 0 2708109 0
[pid=8590/tid=8643] ppid=8587 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/8590/task/8643/stat : 8643 (java) R 8587 8590 22004 0 -1 4202560 7046 13137 0 0 20 1 5 2 20 0 15 0 107425994 11246788608 14003 33554432000 4194304 4196468 140727163737440 139888204554656 139888216823134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8644] ppid=8587 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8644/stat : 8644 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246788608 14003 33554432000 4194304 4196468 140727163737440 139888236984720 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8645] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8645/stat : 8645 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246788608 14003 33554432000 4194304 4196468 140727163737440 139887772690704 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8646] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8646/stat : 8646 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246788608 14003 33554432000 4194304 4196468 140727163737440 139887771638416 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8647] ppid=8587 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8647/stat : 8647 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246788608 14003 33554432000 4194304 4196468 140727163737440 139887770585616 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8648] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8648/stat : 8648 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425996 11246788608 14003 33554432000 4194304 4196468 140727163737440 139887658654320 139888232753794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8649] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8649/stat : 8649 (java) S 8587 8590 22004 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 15 0 107425997 11246788608 14003 33554432000 4194304 4196468 140727163737440 139887084823840 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8650] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8650/stat : 8650 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107425997 11246788608 14003 33554432000 4194304 4196468 140727163737440 139886883497584 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8651] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8651/stat : 8651 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11246788608 14003 33554432000 4194304 4196468 140727163737440 139886576097872 139888232761243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8652] ppid=8587 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8590/task/8652/stat : 8652 (java) S 8587 8590 22004 0 -1 1077944384 556 13137 0 0 1 0 5 2 20 0 15 0 107426000 11246788608 14003 33554432000 4194304 4196468 140727163737440 139887657601136 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8653] ppid=8587 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8590/task/8653/stat : 8653 (java) S 8587 8590 22004 0 -1 1077944384 69 13137 0 0 1 0 5 2 20 0 15 0 107426000 11246788608 14003 33554432000 4194304 4196468 140727163737440 139887656548336 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8654] ppid=8587 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8590/task/8654/stat : 8654 (java) S 8587 8590 22004 0 -1 1077944384 623 13137 0 0 5 0 5 2 20 0 15 0 107426000 11246788608 14003 33554432000 4194304 4196468 140727163737440 139887655496048 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8655] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8655/stat : 8655 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11246788608 14003 33554432000 4194304 4196468 140727163737440 139886145300960 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8656] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8656/stat : 8656 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107426000 11246788608 14003 33554432000 4194304 4196468 140727163737440 139887654443952 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56012 KiB

[startup+0.700756 s]
/proc/loadavg: 1.71 1.65 1.64 4/216 8656
/proc/meminfo: memFree=26674888/32770624 swapFree=67108860/67108860
[pid=8590] ppid=8587 vsize=10983192 memory=88808 CPUtime=0.97 cores=0,2,4,6
/proc/8590/stat : 8590 (java) S 8587 8590 22004 0 -1 1077944320 16830 13137 0 0 87 3 5 2 20 0 15 0 107425985 11246788608 22202 33554432000 4194304 4196468 140727163737440 140727163719984 139888232742647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
/proc/8590/statm: 2745798 22202 3248 1 0 2708109 0
[pid=8590/tid=8643] ppid=8587 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/8590/task/8643/stat : 8643 (java) R 8587 8590 22004 0 -1 4202560 12387 13137 0 0 56 2 5 2 20 0 15 0 107425994 11246788608 22266 33554432000 4194304 4196468 140727163737440 139888204563472 139888225839531 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8644] ppid=8587 vsize=10983192 memory=8242257093008373557 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8644/stat : 8644 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246788608 22266 33554432000 4194304 4196468 140727163737440 139888236984720 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8645] ppid=8587 vsize=10983192 memory=7158860088844767568 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8645/stat : 8645 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246788608 22266 33554432000 4194304 4196468 140727163737440 139887772690704 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8646] ppid=8587 vsize=10983192 memory=7588675599774802240 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8646/stat : 8646 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246788608 22266 33554432000 4194304 4196468 140727163737440 139887771638416 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8647] ppid=8587 vsize=10983192 memory=5791717478211005024 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8647/stat : 8647 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425995 11246788608 22266 33554432000 4194304 4196468 140727163737440 139887770585616 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8648] ppid=8587 vsize=10983192 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8648/stat : 8648 (java) S 8587 8590 22004 0 -1 1077944384 5 13137 0 0 0 0 5 2 20 0 15 0 107425996 11246788608 22266 33554432000 4194304 4196468 140727163737440 139887658654320 139888232753794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8649] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8649/stat : 8649 (java) S 8587 8590 22004 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 15 0 107425997 11246788608 22266 33554432000 4194304 4196468 140727163737440 139887084823840 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8650] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8650/stat : 8650 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107425997 11246788608 22266 33554432000 4194304 4196468 140727163737440 139886883497584 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8651] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8651/stat : 8651 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11246788608 22266 33554432000 4194304 4196468 140727163737440 139886576097872 139888232761243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8652] ppid=8587 vsize=10983192 memory=281001993508800 CPUtime=0.16 cores=0,2,4,6
/proc/8590/task/8652/stat : 8652 (java) S 8587 8590 22004 0 -1 1077944384 1193 13137 0 0 9 0 5 2 20 0 15 0 107426000 11246788608 22266 33554432000 4194304 4196468 140727163737440 139887657601136 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8653] ppid=8587 vsize=10983192 memory=281001993513216 CPUtime=0.14 cores=0,2,4,6
/proc/8590/task/8653/stat : 8653 (java) S 8587 8590 22004 0 -1 1077944384 340 13137 0 0 7 0 5 2 20 0 15 0 107426000 11246788608 22266 33554432000 4194304 4196468 140727163737440 139887656548336 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8654] ppid=8587 vsize=10983192 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/8590/task/8654/stat : 8654 (java) R 8587 8590 22004 0 -1 4202560 692 13137 0 0 12 0 5 2 20 0 15 0 107426000 11246788608 22266 33554432000 4194304 4196468 140727163737440 139887655496048 139888211001389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8655] ppid=8587 vsize=10983192 memory=140501119644177 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8655/stat : 8655 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11246788608 22266 33554432000 4194304 4196468 140727163737440 139886145300960 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8656] ppid=8587 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8656/stat : 8656 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107426000 11246788608 22266 33554432000 4194304 4196468 140727163737440 139887654443952 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88808 KiB

[startup+1.50074 s]
/proc/loadavg: 1.71 1.65 1.64 3/216 8656
/proc/meminfo: memFree=26628028/32770624 swapFree=67108860/67108860
[pid=8590] ppid=8587 vsize=10998092 memory=180000 CPUtime=2.27 cores=0,2,4,6
/proc/8590/stat : 8590 (java) S 8587 8590 22004 0 -1 1077944320 24029 13137 0 0 212 8 5 2 20 0 15 0 107425985 11262046208 45000 33554432000 4194304 4196468 140727163737440 140727163719984 139888232742647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
/proc/8590/statm: 2749523 45000 3469 1 0 2711181 0
[pid=8590/tid=8643] ppid=8587 vsize=10998092 memory=7300996220802969665 CPUtime=1.42 cores=0,2,4,6
/proc/8590/task/8643/stat : 8643 (java) R 8587 8590 22004 0 -1 4202560 17975 13137 0 0 131 4 5 2 20 0 15 0 107425994 11262046208 45000 33554432000 4194304 4196468 140727163737440 139888204559680 139888232764573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8644] ppid=8587 vsize=10998092 memory=4418138326849250145 CPUtime=0.08 cores=0,2,4,6
/proc/8590/task/8644/stat : 8644 (java) S 8587 8590 22004 0 -1 1077944384 13 13137 0 0 1 0 5 2 20 0 15 0 107425995 11262046208 45000 33554432000 4194304 4196468 140727163737440 139888236984720 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8645] ppid=8587 vsize=10998092 memory=-5934757335528923228 CPUtime=0.08 cores=0,2,4,6
/proc/8590/task/8645/stat : 8645 (java) S 8587 8590 22004 0 -1 1077944384 59 13137 0 0 1 0 5 2 20 0 15 0 107425995 11262046208 45000 33554432000 4194304 4196468 140727163737440 139887772690704 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8646] ppid=8587 vsize=10998092 memory=6372119928180592994 CPUtime=0.08 cores=0,2,4,6
/proc/8590/task/8646/stat : 8646 (java) S 8587 8590 22004 0 -1 1077944384 201 13137 0 0 1 0 5 2 20 0 15 0 107425995 11262046208 45000 33554432000 4194304 4196468 140727163737440 139887771638416 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8647] ppid=8587 vsize=10998092 memory=7449062980653836388 CPUtime=0.08 cores=0,2,4,6
/proc/8590/task/8647/stat : 8647 (java) S 8587 8590 22004 0 -1 1077944384 37 13137 0 0 1 0 5 2 20 0 15 0 107425995 11262046208 45000 33554432000 4194304 4196468 140727163737440 139887770585616 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8648] ppid=8587 vsize=10998092 memory=2424 CPUtime=0.08 cores=0,2,4,6
/proc/8590/task/8648/stat : 8648 (java) S 8587 8590 22004 0 -1 1077944384 56 13137 0 0 1 0 5 2 20 0 15 0 107425996 11262046208 45000 33554432000 4194304 4196468 140727163737440 139887658654320 139888232753794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8649] ppid=8587 vsize=10998092 memory=1840 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8649/stat : 8649 (java) S 8587 8590 22004 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 15 0 107425997 11262046208 45000 33554432000 4194304 4196468 140727163737440 139887084823904 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8650] ppid=8587 vsize=10998092 memory=1004 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8650/stat : 8650 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425997 11262046208 45000 33554432000 4194304 4196468 140727163737440 139886883497600 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8651] ppid=8587 vsize=10998092 memory=12060 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8651/stat : 8651 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11262046208 45000 33554432000 4194304 4196468 140727163737440 139886576097872 139888232761243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8652] ppid=8587 vsize=10998092 memory=5788 CPUtime=0.26 cores=0,2,4,6
/proc/8590/task/8652/stat : 8652 (java) S 8587 8590 22004 0 -1 1077944384 1354 13137 0 0 19 0 5 2 20 0 15 0 107426000 11262046208 45000 33554432000 4194304 4196468 140727163737440 139887657601136 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8653] ppid=8587 vsize=10998092 memory=792 CPUtime=0.28 cores=0,2,4,6
/proc/8590/task/8653/stat : 8653 (java) S 8587 8590 22004 0 -1 1077944384 792 13137 0 0 21 0 5 2 20 0 15 0 107426000 11262046208 45000 33554432000 4194304 4196468 140727163737440 139887656548336 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8654] ppid=8587 vsize=10998092 memory=1228 CPUtime=0.39 cores=0,2,4,6
/proc/8590/task/8654/stat : 8654 (java) S 8587 8590 22004 0 -1 1077944384 1325 13137 0 0 32 0 5 2 20 0 15 0 107426000 11262046208 45000 33554432000 4194304 4196468 140727163737440 139887655496048 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8655] ppid=8587 vsize=10998092 memory=1944 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8655/stat : 8655 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11262046208 45000 33554432000 4194304 4196468 140727163737440 139886145300960 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8656] ppid=8587 vsize=10998092 memory=119856 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8656/stat : 8656 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107426000 11262046208 45000 33554432000 4194304 4196468 140727163737440 139887654443952 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10998092 KiB

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

[pid=8590/tid=8645] ppid=8587 vsize=11008352 memory=4420 CPUtime=0.09 cores=0,2,4,6
/proc/8590/task/8645/stat : 8645 (java) S 8587 8590 22004 0 -1 1077944384 73 13137 0 0 2 0 5 2 20 0 15 0 107425995 11272552448 63560 33554432000 4194304 4196468 140727163737440 139887772690704 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8646] ppid=8587 vsize=11008352 memory=6628 CPUtime=0.11 cores=0,2,4,6
/proc/8590/task/8646/stat : 8646 (java) S 8587 8590 22004 0 -1 1077944384 225 13137 0 0 4 0 5 2 20 0 15 0 107425995 11272552448 63560 33554432000 4194304 4196468 140727163737440 139887771638416 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8647] ppid=8587 vsize=11008352 memory=388 CPUtime=0.1 cores=0,2,4,6
/proc/8590/task/8647/stat : 8647 (java) S 8587 8590 22004 0 -1 1077944384 47 13137 0 0 3 0 5 2 20 0 15 0 107425995 11272552448 63560 33554432000 4194304 4196468 140727163737440 139887770585616 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8648] ppid=8587 vsize=11008352 memory=14418107267549734 CPUtime=0.1 cores=0,2,4,6
/proc/8590/task/8648/stat : 8648 (java) S 8587 8590 22004 0 -1 1077944384 1128 13137 0 0 3 0 5 2 20 0 15 0 107425996 11272552448 63560 33554432000 4194304 4196468 140727163737440 139887658654320 139888232753794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8649] ppid=8587 vsize=11008352 memory=1624 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8649/stat : 8649 (java) S 8587 8590 22004 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 15 0 107425997 11272552448 63560 33554432000 4194304 4196468 140727163737440 139887084823904 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8650] ppid=8587 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8650/stat : 8650 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425997 11272552448 63560 33554432000 4194304 4196468 140727163737440 139886883497600 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8651] ppid=8587 vsize=11008352 memory=8475934422147845324 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8651/stat : 8651 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11272552448 63560 33554432000 4194304 4196468 140727163737440 139886576097872 139888232761243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8652] ppid=8587 vsize=11008352 memory=-7316765473029595040 CPUtime=0.74 cores=0,2,4,6
/proc/8590/task/8652/stat : 8652 (java) R 8587 8590 22004 0 -1 4202560 1992 13137 0 0 66 1 5 2 20 0 15 0 107426000 11272552448 63560 33554432000 4194304 4196468 140727163737440 139887657601136 139888232756511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8653] ppid=8587 vsize=11008352 memory=0 CPUtime=0.81 cores=0,2,4,6
/proc/8590/task/8653/stat : 8653 (java) R 8587 8590 22004 0 -1 4202560 1743 13137 0 0 74 0 5 2 20 0 15 0 107426000 11272552448 63560 33554432000 4194304 4196468 140727163737440 139887656548336 139888212141280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8654] ppid=8587 vsize=11008352 memory=4028 CPUtime=1.14 cores=0,2,4,6
/proc/8590/task/8654/stat : 8654 (java) R 8587 8590 22004 0 -1 4202560 3808 13137 0 0 106 1 5 2 20 0 15 0 107426000 11272552448 63560 33554432000 4194304 4196468 140727163737440 139887655496048 139888232763994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8655] ppid=8587 vsize=11008352 memory=30580 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8655/stat : 8655 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11272552448 63560 33554432000 4194304 4196468 140727163737440 139886145300960 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8656] ppid=8587 vsize=11008352 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8656/stat : 8656 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107426000 11272552448 63560 33554432000 4194304 4196468 140727163737440 139887654443952 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 254240 KiB

[startup+4.72285 s]
# the end of solver process 8590 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.01561 s, system=0.23401 s

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

[startup+3.20118 s]
/proc/loadavg: 1.71 1.65 1.64 4/216 8656
/proc/meminfo: memFree=26492232/32770624 swapFree=67108860/67108860
[pid=8590] ppid=8587 vsize=11010400 memory=255160 CPUtime=5.93 cores=0,2,4,6
/proc/8590/stat : 8590 (java) S 8587 8590 22004 0 -1 1077944320 38163 13137 0 0 573 13 5 2 20 0 15 0 107425985 11274649600 63790 33554432000 4194304 4196468 140727163737440 140727163719984 139888232742647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
/proc/8590/statm: 2752600 63790 3494 1 0 2714253 0
[pid=8590/tid=8643] ppid=8587 vsize=11010400 memory=2241 CPUtime=3.05 cores=0,2,4,6
/proc/8590/task/8643/stat : 8643 (java) R 8587 8590 22004 0 -1 4202560 26678 13137 0 0 292 6 5 2 20 0 15 0 107425994 11274649600 63790 33554432000 4194304 4196468 140727163737440 139888204574984 139887777967399 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8644] ppid=8587 vsize=11010400 memory=2244 CPUtime=0.1 cores=0,2,4,6
/proc/8590/task/8644/stat : 8644 (java) S 8587 8590 22004 0 -1 1077944384 39 13137 0 0 3 0 5 2 20 0 15 0 107425995 11274649600 63790 33554432000 4194304 4196468 140727163737440 139888236984720 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8645] ppid=8587 vsize=11010400 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8590/task/8645/stat : 8645 (java) S 8587 8590 22004 0 -1 1077944384 73 13137 0 0 2 0 5 2 20 0 15 0 107425995 11274649600 63790 33554432000 4194304 4196468 140727163737440 139887772690704 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8646] ppid=8587 vsize=11010400 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/8590/task/8646/stat : 8646 (java) S 8587 8590 22004 0 -1 1077944384 225 13137 0 0 4 0 5 2 20 0 15 0 107425995 11274649600 63790 33554432000 4194304 4196468 140727163737440 139887771638416 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8647] ppid=8587 vsize=11010400 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8590/task/8647/stat : 8647 (java) S 8587 8590 22004 0 -1 1077944384 47 13137 0 0 3 0 5 2 20 0 15 0 107425995 11274649600 63790 33554432000 4194304 4196468 140727163737440 139887770585616 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8648] ppid=8587 vsize=11010400 memory=19265 CPUtime=0.1 cores=0,2,4,6
/proc/8590/task/8648/stat : 8648 (java) S 8587 8590 22004 0 -1 1077944384 1128 13137 0 0 3 0 5 2 20 0 15 0 107425996 11274649600 63790 33554432000 4194304 4196468 140727163737440 139887658654320 139888232753794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8649] ppid=8587 vsize=11010400 memory=229268 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8649/stat : 8649 (java) S 8587 8590 22004 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 15 0 107425997 11274649600 63790 33554432000 4194304 4196468 140727163737440 139887084823904 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8650] ppid=8587 vsize=11010400 memory=54 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8650/stat : 8650 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425997 11274649600 63790 33554432000 4194304 4196468 140727163737440 139886883497600 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8651] ppid=8587 vsize=11010400 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8651/stat : 8651 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11274649600 63790 33554432000 4194304 4196468 140727163737440 139886576097872 139888232761243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8652] ppid=8587 vsize=11010400 memory=4580 CPUtime=0.79 cores=0,2,4,6
/proc/8590/task/8652/stat : 8652 (java) R 8587 8590 22004 0 -1 4202560 2032 13137 0 0 71 1 5 2 20 0 15 0 107426000 11274649600 63790 33554432000 4194304 4196468 140727163737440 139887657586096 139888214051379 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8653] ppid=8587 vsize=11010400 memory=6756 CPUtime=0.85 cores=0,2,4,6
/proc/8590/task/8653/stat : 8653 (java) R 8587 8590 22004 0 -1 4202560 1783 13137 0 0 78 0 5 2 20 0 15 0 107426000 11274649600 63790 33554432000 4194304 4196468 140727163737440 139887656548336 139888210768464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8654] ppid=8587 vsize=11010400 memory=8761640388318109335 CPUtime=1.2 cores=0,2,4,6
/proc/8590/task/8654/stat : 8654 (java) R 8587 8590 22004 0 -1 4202560 3941 13137 0 0 112 1 5 2 20 0 15 0 107426000 11274649600 63790 33554432000 4194304 4196468 140727163737440 139887655490400 139888211355439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8655] ppid=8587 vsize=11010400 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8655/stat : 8655 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11274649600 63790 33554432000 4194304 4196468 140727163737440 139886145300960 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8656] ppid=8587 vsize=11010400 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8656/stat : 8656 (java) S 8587 8590 22004 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 107426000 11274649600 63790 33554432000 4194304 4196468 140727163737440 139887654443952 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 255160 KiB

[startup+4.00114 s]*
/proc/loadavg: 1.71 1.65 1.64 9/216 8656
/proc/meminfo: memFree=26343916/32770624 swapFree=67108860/67108860
[pid=8590] ppid=8587 vsize=11080032 memory=323896 CPUtime=8.51 cores=0,2,4,6
/proc/8590/stat : 8590 (java) S 8587 8590 22004 0 -1 1077944320 72311 13137 0 0 826 18 5 2 20 0 15 0 107425985 11345952768 80974 33554432000 4194304 4196468 140727163737440 140727163719984 139888232742647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
/proc/8590/statm: 2770008 80974 3500 1 0 2731661 0
[pid=8590/tid=8643] ppid=8587 vsize=11080032 memory=6935054825532540783 CPUtime=3.85 cores=0,2,4,6
/proc/8590/task/8643/stat : 8643 (java) R 8587 8590 22004 0 -1 4202560 47157 13137 0 0 370 8 5 2 20 0 15 0 107425994 11345952768 80974 33554432000 4194304 4196468 140727163737440 139888204577560 139887772831995 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8644] ppid=8587 vsize=11080032 memory=4126316290023845779 CPUtime=0.1 cores=0,2,4,6
/proc/8590/task/8644/stat : 8644 (java) S 8587 8590 22004 0 -1 1077944384 39 13137 0 0 3 0 5 2 20 0 15 0 107425995 11345952768 80974 33554432000 4194304 4196468 140727163737440 139888236984720 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8645] ppid=8587 vsize=11080032 memory=-2537689246120445521 CPUtime=0.09 cores=0,2,4,6
/proc/8590/task/8645/stat : 8645 (java) S 8587 8590 22004 0 -1 1077944384 73 13137 0 0 2 0 5 2 20 0 15 0 107425995 11345952768 80974 33554432000 4194304 4196468 140727163737440 139887772690704 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8646] ppid=8587 vsize=11080032 memory=5842134815799760108 CPUtime=0.11 cores=0,2,4,6
/proc/8590/task/8646/stat : 8646 (java) S 8587 8590 22004 0 -1 1077944384 225 13137 0 0 4 0 5 2 20 0 15 0 107425995 11345952768 80974 33554432000 4194304 4196468 140727163737440 139887771638416 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8647] ppid=8587 vsize=11080032 memory=8261186656868483443 CPUtime=0.1 cores=0,2,4,6
/proc/8590/task/8647/stat : 8647 (java) S 8587 8590 22004 0 -1 1077944384 47 13137 0 0 3 0 5 2 20 0 15 0 107425995 11345952768 80974 33554432000 4194304 4196468 140727163737440 139887770585616 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8648] ppid=8587 vsize=11080032 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8590/task/8648/stat : 8648 (java) S 8587 8590 22004 0 -1 1077944384 1154 13137 0 0 3 0 5 2 20 0 15 0 107425996 11345952768 80974 33554432000 4194304 4196468 140727163737440 139887658654320 139888232753794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8649] ppid=8587 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8649/stat : 8649 (java) S 8587 8590 22004 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 15 0 107425997 11345952768 80974 33554432000 4194304 4196468 140727163737440 139887084823904 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8650] ppid=8587 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8650/stat : 8650 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 107425997 11345952768 80974 33554432000 4194304 4196468 140727163737440 139886883497600 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8651] ppid=8587 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8651/stat : 8651 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11345952768 81040 33554432000 4194304 4196468 140727163737440 139886576097872 139888232761243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8652] ppid=8587 vsize=11080032 memory=0 CPUtime=1.55 cores=0,2,4,6
/proc/8590/task/8652/stat : 8652 (java) R 8587 8590 22004 0 -1 4202560 9846 13137 0 0 146 2 5 2 20 0 15 0 107426000 11345952768 81040 33554432000 4194304 4196468 140727163737440 139887657585624 139888217859814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8653] ppid=8587 vsize=11080032 memory=7019467087939974199 CPUtime=1.55 cores=0,2,4,6
/proc/8590/task/8653/stat : 8653 (java) R 8587 8590 22004 0 -1 4202560 5049 13137 0 0 147 1 5 2 20 0 15 0 107426000 11345952768 81040 33554432000 4194304 4196468 140727163737440 139887656529352 139888225032096 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8654] ppid=8587 vsize=11080032 memory=281002116581988 CPUtime=1.52 cores=0,2,4,6
/proc/8590/task/8654/stat : 8654 (java) R 8587 8590 22004 0 -1 1077944384 6548 13137 0 0 143 2 5 2 20 0 15 0 107426000 11345952768 81040 33554432000 4194304 4196468 140727163737440 139887655496048 139888232753794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8655] ppid=8587 vsize=11080032 memory=8462870768613078327 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8655/stat : 8655 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 107426000 11345952768 81040 33554432000 4194304 4196468 140727163737440 139886145300960 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8656] ppid=8587 vsize=11080032 memory=4121532501187614391 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8656/stat : 8656 (java) S 8587 8590 22004 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 15 0 107426000 11345952768 81040 33554432000 4194304 4196468 140727163737440 139887654443952 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 323896 KiB

[startup+4.40065 s]
/proc/loadavg: 1.71 1.65 1.64 9/216 8656
/proc/meminfo: memFree=26343916/32770624 swapFree=67108860/67108860
[pid=8590] ppid=8587 vsize=11147244 memory=332396 CPUtime=9.21 cores=0,2,4,6
/proc/8590/stat : 8590 (java) S 8587 8590 22004 0 -1 1077944320 76005 13137 0 0 895 19 5 2 20 0 13 0 107425985 11414777856 83099 33554432000 4194304 4196468 140727163737440 140727163719984 139888232742647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
/proc/8590/statm: 2786811 83099 3504 1 0 2748464 0
[pid=8590/tid=8643] ppid=8587 vsize=11147244 memory=2424 CPUtime=4.05 cores=0,2,4,6
/proc/8590/task/8643/stat : 8643 (java) D 8587 8590 22004 0 -1 4202560 47628 13137 0 0 389 9 5 2 20 0 13 0 107425994 11414777856 83099 33554432000 4194304 4196468 140727163737440 139888204586296 139888225428279 0 0 0 16800975 18446744072100379781 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8644] ppid=8587 vsize=11147244 memory=1840 CPUtime=0.1 cores=0,2,4,6
/proc/8590/task/8644/stat : 8644 (java) S 8587 8590 22004 0 -1 1077944384 39 13137 0 0 3 0 5 2 20 0 13 0 107425995 11414777856 83099 33554432000 4194304 4196468 140727163737440 139888236984720 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8645] ppid=8587 vsize=11147244 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/8590/task/8645/stat : 8645 (java) S 8587 8590 22004 0 -1 1077944384 73 13137 0 0 2 0 5 2 20 0 13 0 107425995 11414777856 83099 33554432000 4194304 4196468 140727163737440 139887772690704 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8646] ppid=8587 vsize=11147244 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/8590/task/8646/stat : 8646 (java) S 8587 8590 22004 0 -1 1077944384 225 13137 0 0 4 0 5 2 20 0 13 0 107425995 11414777856 83099 33554432000 4194304 4196468 140727163737440 139887771638416 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8647] ppid=8587 vsize=11147244 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8590/task/8647/stat : 8647 (java) S 8587 8590 22004 0 -1 1077944384 47 13137 0 0 3 0 5 2 20 0 13 0 107425995 11414777856 83099 33554432000 4194304 4196468 140727163737440 139887770585616 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8649] ppid=8587 vsize=11147244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8649/stat : 8649 (java) S 8587 8590 22004 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 13 0 107425997 11414777856 83099 33554432000 4194304 4196468 140727163737440 139887084823904 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8650] ppid=8587 vsize=11147244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8650/stat : 8650 (java) S 8587 8590 22004 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 13 0 107425997 11414777856 83099 33554432000 4194304 4196468 140727163737440 139886883497600 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8651] ppid=8587 vsize=11147244 memory=6442213880617788255 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8651/stat : 8651 (java) S 8587 8590 22004 0 -1 1077944384 25 13137 0 0 0 0 5 2 20 0 13 0 107426000 11414777856 83099 33554432000 4194304 4196468 140727163737440 139886576096640 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8652] ppid=8587 vsize=11147244 memory=7885077645197994070 CPUtime=1.78 cores=0,2,4,6
/proc/8590/task/8652/stat : 8652 (java) S 8587 8590 22004 0 -1 1077944384 12264 13137 0 0 169 2 5 2 20 0 13 0 107426000 11414777856 83099 33554432000 4194304 4196468 140727163737440 139887657585648 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8653] ppid=8587 vsize=11147244 memory=7740391814882357611 CPUtime=1.71 cores=0,2,4,6
/proc/8590/task/8653/stat : 8653 (java) S 8587 8590 22004 0 -1 1077944384 5324 13137 0 0 163 1 5 2 20 0 13 0 107426000 11414777856 83099 33554432000 4194304 4196468 140727163737440 139887656533328 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8654] ppid=8587 vsize=11147244 memory=7367995975065948240 CPUtime=1.63 cores=0,2,4,6
/proc/8590/task/8654/stat : 8654 (java) S 8587 8590 22004 0 -1 1077944384 6803 13137 0 0 154 2 5 2 20 0 13 0 107426000 11414777856 83099 33554432000 4194304 4196468 140727163737440 139887655496048 139888232753794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
[pid=8590/tid=8655] ppid=8587 vsize=11147244 memory=7367995975065948240 CPUtime=0.07 cores=0,2,4,6
/proc/8590/task/8655/stat : 8655 (java) S 8587 8590 22004 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 13 0 107426000 11414777856 83099 33554432000 4194304 4196468 140727163737440 139886145300960 139888232752853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13119488 140727163738738 140727163741537 140727163741537 140727163744207 0
Current children cumulated CPU time: 9.21 s
Current children cumulated vsize: 11147244 KiB
Current children cumulated memory: 332396 KiB

[startup+4.60063 s]*
/proc/loadavg: 1.71 1.65 1.64 2/203 8657
/proc/meminfo: memFree=26649396/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+4.7095 s]
/proc/loadavg: 1.71 1.65 1.64 2/203 8657
/proc/meminfo: memFree=26649396/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.72289
CPU time (s): 9.24962
CPU user time (s): 9.01561
CPU system time (s): 0.23401
CPU usage (%): 195.847
Max. virtual memory (cumulated for all children) (KiB): 11148276
Max. memory (cumulated for all children) (KiB): 334428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.01561
system time used= 0.23401
maximum resident set size= 334432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89172
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7178
involuntary context switches= 58


# summary of solver processes directly reported to runsolver:
#   pid: 8590
#   total CPU time (s): 9.24962
#   total CPU user time (s): 9.01561
#   total CPU system time (s): 0.23401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047623 second user time and 0.087999 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 23:10:28
IDJOB=4302445
IDBENCH=141634
IDSOLVER=2776
FILE ID=node151/4302445-1532898628
RUNJOBID= node151-1532894133-1620
PBS_JOBID= 21022509
Free space on /tmp= 59284 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-simple_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302445-1532898628/watcher-4302445-1532898628 -o /tmp/evaluation-result-4302445-1532898628/solver-4302445-1532898628 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=483184068 HOME/instance-4302445-1532898628.xml

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

MD5SUM BENCH= 5b0471201a80cf29b9165f742e9eb3a6
RANDOM SEED=483184068

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
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.87
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.87
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.87
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:        26727056 kB
MemAvailable:   30468812 kB
Buffers:          220352 kB
Cached:          3795348 kB
SwapCached:            0 kB
Active:          2940052 kB
Inactive:        2631672 kB
Active(anon):    1506028 kB
Inactive(anon):    78188 kB
Active(file):    1434024 kB
Inactive(file):  2553484 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26632 kB
Writeback:             0 kB
AnonPages:       1563892 kB
Mapped:            57784 kB
Shmem:             25224 kB
Slab:             168348 kB
SReclaimable:     140164 kB
SUnreclaim:        28184 kB
KernelStack:        3520 kB
PageTables:         8248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2824308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1368064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node151 at 2018-07-29 23:10:33