Trace number 4396182

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT141 11.4689 4.51981

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-5-3-20-1.xml
MD5SUM01f589e6e1c012d02af2fd4c44442f0f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark141
Best CPU time to get the best result obtained on this benchmark0.149468
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints337
Number of domains37
Minimum domain size2
Maximum domain size15
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":3},{"size":4,"count":8},{"size":5,"count":3},{"size":8,"count":1},{"size":9,"count":3},{"size":10,"count":4},{"size":11,"count":7},{"size":12,"count":2},{"size":13,"count":2},{"size":14,"count":21},{"size":15,"count":15}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":35},{"degree":16,"count":20},{"degree":22,"count":14},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":335},{"arity":15,"count":1}]
Number of extensional constraints35
Number of intensional constraints301
Distribution of constraint types[{"type":"extension","count":35},{"type":"intension","count":301},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
9.12/3.84	o 165
9.45/3.91	o 153
9.45/3.98	o 152
9.81/4.01	o 147
10.15/4.19	o 146
10.15/4.20	o 145
10.48/4.21	o 141
11.15/4.50	v <instantiation
11.15/4.50	v         cost = '141'>
11.15/4.50	v       <list>
11.15/4.50	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19]
11.15/4.50	v       </list>
11.15/4.50	v       <values>
11.15/4.50	v         0 1 2 3 4 10 5 6 7 8 11 12 13 14 9 0 0 0 0 0 3 3 13 20 3 1 16 16 1 18 9 12 13 10 7 5 12 7 11 9 5 10 7 10 13 8 6 6 7 11 1 4 2 3 3 4 2 1 1 1 2 5 2 3 4 1 1 1 4 2
11.15/4.50	v       </values>
11.15/4.50	v     </instantiation>
11.15/4.50	s OPTIMUM FOUND

Verifier Data

OK	141

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396182-1568399170/watcher-4396182-1568399170 -o /tmp/evaluation-result-4396182-1568399170/solver-4396182-1568399170 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568390158-11189 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1013467641 HOME/instance-4396182-1568399170.xml 

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

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


[startup+0.100057 s]*
/proc/loadavg: 1.55 1.48 1.43 3/218 13024
/proc/meminfo: memFree=28882484/32770624 swapFree=66922372/67108860
[pid=12967] ppid=12964 vsize=10055356 memory=19220 CPUtime=0.1 cores=1,3,5,7
/proc/12967/stat : 12967 (java) S 12964 12967 8521 0 -1 1077944320 4566 13158 0 0 2 0 5 3 20 0 7 0 416173052 10296684544 4805 33554432000 4194304 4196468 140720667458608 140720667441152 140042115321591 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
/proc/12967/statm: 2513839 4805 1966 1 0 2502277 0
[pid=12967/tid=13020] ppid=12964 vsize=10055356 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/12967/task/13020/stat : 13020 (java) R 12964 12967 8521 0 -1 4202560 2413 13158 0 0 1 0 5 3 20 0 7 0 416173061 10296684544 4871 33554432000 4194304 4196468 140720667458608 140042087164688 140042047121008 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13021] ppid=12964 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13021/stat : 13021 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 7 0 416173062 10296684544 4871 33554432000 4194304 4196468 140720667458608 140042119563536 140042115331797 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13022] ppid=12964 vsize=10055356 memory=3616868530799642272 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13022/stat : 13022 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 7 0 416173062 10296684544 4871 33554432000 4194304 4196468 140720667458608 140042040523152 140042115331797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13023] ppid=12964 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13023/stat : 13023 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 7 0 416173062 10296684544 4871 33554432000 4194304 4196468 140720667458608 140041687738896 140042115331797 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13024] ppid=12964 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13024/stat : 13024 (java) S 12964 12967 8521 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 7 0 416173062 10296684544 4871 33554432000 4194304 4196468 140720667458608 140041686686352 140042115331797 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13025] ppid=12964 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13025/stat : 13025 (java) S 12964 12967 8521 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 7 0 416173063 10296684544 4871 33554432000 4194304 4196468 140720667458608 140041642007024 140042115332738 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19220 KiB

[startup+0.210487 s]*
/proc/loadavg: 1.55 1.48 1.43 3/227 13033
/proc/meminfo: memFree=28864996/32770624 swapFree=66922372/67108860
[pid=12967] ppid=12964 vsize=10819664 memory=41260 CPUtime=0.27 cores=1,3,5,7
/proc/12967/stat : 12967 (java) S 12964 12967 8521 0 -1 1077944320 7125 13158 0 0 18 1 5 3 20 0 15 0 416173052 11079335936 10315 33554432000 4194304 4196468 140720667458608 140720667441152 140042115321591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
/proc/12967/statm: 2704916 10315 3163 1 0 2667149 0
[pid=12967/tid=13020] ppid=12964 vsize=10819664 memory=729618466009055537 CPUtime=0.19 cores=1,3,5,7
/proc/12967/task/13020/stat : 13020 (java) R 12964 12967 8521 0 -1 4202560 3602 13158 0 0 11 0 5 3 20 0 15 0 416173061 11079335936 10315 33554432000 4194304 4196468 140720667458608 140042087145824 140042115333526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13021] ppid=12964 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13021/stat : 13021 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173062 11079335936 10315 33554432000 4194304 4196468 140720667458608 140042119563536 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13022] ppid=12964 vsize=10819664 memory=3616868530799642272 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13022/stat : 13022 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173062 11079335936 10315 33554432000 4194304 4196468 140720667458608 140042040523152 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13023] ppid=12964 vsize=10819808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13023/stat : 13023 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173062 11079483392 10315 33554432000 4194304 4196468 140720667458608 140041687738896 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13024] ppid=12964 vsize=10819808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13024/stat : 13024 (java) S 12964 12967 8521 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 416173062 11079483392 10315 33554432000 4194304 4196468 140720667458608 140041686686352 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13025] ppid=12964 vsize=10819808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13025/stat : 13025 (java) S 12964 12967 8521 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 416173063 11079483392 10315 33554432000 4194304 4196468 140720667458608 140041642007024 140042115332738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13026] ppid=12964 vsize=10819808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13026/stat : 13026 (java) S 12964 12967 8521 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 416173063 11079483392 10315 33554432000 4194304 4196468 140720667458608 140041569428896 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13027] ppid=12964 vsize=10819808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13027/stat : 13027 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173064 11079483392 10315 33554432000 4194304 4196468 140720667458608 140040965449200 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13028] ppid=12964 vsize=10819808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13028/stat : 13028 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11079483392 10315 33554432000 4194304 4196468 140720667458608 140040658049744 140042115340187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13029] ppid=12964 vsize=10819808 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12967/task/13029/stat : 13029 (java) S 12964 12967 8521 0 -1 1077944384 604 13158 0 0 1 0 5 3 20 0 15 0 416173066 11079483392 10315 33554432000 4194304 4196468 140720667458608 140041640953840 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13030] ppid=12964 vsize=10819808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13030/stat : 13030 (java) S 12964 12967 8521 0 -1 1077944384 61 13158 0 0 0 0 5 3 20 0 15 0 416173066 11079483392 10315 33554432000 4194304 4196468 140720667458608 140041639901296 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13031] ppid=12964 vsize=10819808 memory=140264380696192 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13031/stat : 13031 (java) S 12964 12967 8521 0 -1 1077944384 628 13158 0 0 3 0 5 3 20 0 15 0 416173066 11079483392 10315 33554432000 4194304 4196468 140720667458608 140041638848752 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13032] ppid=12964 vsize=10819808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13032/stat : 13032 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11079483392 10315 33554432000 4194304 4196468 140720667458608 140040624491104 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13033] ppid=12964 vsize=10819808 memory=140264380696192 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13033/stat : 13033 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173067 11079483392 10315 33554432000 4194304 4196468 140720667458608 140041637796656 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41260 KiB

[startup+0.311492 s]*
/proc/loadavg: 1.55 1.48 1.43 3/227 13033
/proc/meminfo: memFree=28852428/32770624 swapFree=66922372/67108860
[pid=12967] ppid=12964 vsize=10820148 memory=50448 CPUtime=0.4 cores=1,3,5,7
/proc/12967/stat : 12967 (java) S 12964 12967 8521 0 -1 1077944320 10777 13158 0 0 29 3 5 3 20 0 15 0 416173052 11079831552 12612 33554432000 4194304 4196468 140720667458608 140720667441152 140042115321591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
/proc/12967/statm: 2705037 12612 3320 1 0 2667149 0
[pid=12967/tid=13020] ppid=12964 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/12967/task/13020/stat : 13020 (java) R 12964 12967 8521 0 -1 4202560 7224 13158 0 0 19 2 5 3 20 0 15 0 416173061 11079831552 12612 33554432000 4194304 4196468 140720667458608 140042087127696 140042115342938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13021] ppid=12964 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13021/stat : 13021 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173062 11079831552 12612 33554432000 4194304 4196468 140720667458608 140042119563536 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13022] ppid=12964 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13022/stat : 13022 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173062 11079831552 12612 33554432000 4194304 4196468 140720667458608 140042040523152 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13023] ppid=12964 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13023/stat : 13023 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173062 11079831552 12612 33554432000 4194304 4196468 140720667458608 140041687738896 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13024] ppid=12964 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13024/stat : 13024 (java) S 12964 12967 8521 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 416173062 11079831552 12612 33554432000 4194304 4196468 140720667458608 140041686686352 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13025] ppid=12964 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13025/stat : 13025 (java) S 12964 12967 8521 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 416173063 11079831552 12612 33554432000 4194304 4196468 140720667458608 140041642007024 140042115332738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13026] ppid=12964 vsize=10820148 memory=140264380696191 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13026/stat : 13026 (java) S 12964 12967 8521 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 416173063 11079831552 12612 33554432000 4194304 4196468 140720667458608 140041569428896 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13027] ppid=12964 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13027/stat : 13027 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173064 11079831552 12612 33554432000 4194304 4196468 140720667458608 140040965449200 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13028] ppid=12964 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13028/stat : 13028 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11079831552 12612 33554432000 4194304 4196468 140720667458608 140040658049744 140042115340187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13029] ppid=12964 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/12967/task/13029/stat : 13029 (java) S 12964 12967 8521 0 -1 1077944384 605 13158 0 0 2 0 5 3 20 0 15 0 416173066 11079831552 12612 33554432000 4194304 4196468 140720667458608 140041640953840 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13030] ppid=12964 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/12967/task/13030/stat : 13030 (java) S 12964 12967 8521 0 -1 1077944384 70 13158 0 0 1 0 5 3 20 0 15 0 416173066 11079831552 12612 33554432000 4194304 4196468 140720667458608 140041639901296 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13031] ppid=12964 vsize=10820148 memory=140264380696192 CPUtime=0.13 cores=1,3,5,7
/proc/12967/task/13031/stat : 13031 (java) R 12964 12967 8521 0 -1 4202560 645 13158 0 0 5 0 5 3 20 0 15 0 416173066 11079831552 12612 33554432000 4194304 4196468 140720667458608 140041638848752 140042115333526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13032] ppid=12964 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13032/stat : 13032 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11079831552 12612 33554432000 4194304 4196468 140720667458608 140040624491104 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13033] ppid=12964 vsize=10820148 memory=140264380696192 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13033/stat : 13033 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173067 11079831552 12612 33554432000 4194304 4196468 140720667458608 140041637796656 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50448 KiB

[startup+0.70067 s]
/proc/loadavg: 1.55 1.48 1.43 3/227 13033
/proc/meminfo: memFree=28837144/32770624 swapFree=66922372/67108860
[pid=12967] ppid=12964 vsize=10824360 memory=83608 CPUtime=1.12 cores=1,3,5,7
/proc/12967/stat : 12967 (java) S 12964 12967 8521 0 -1 1077944320 15125 13158 0 0 98 6 5 3 20 0 15 0 416173052 11084144640 20902 33554432000 4194304 4196468 140720667458608 140720667441152 140042115321591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
/proc/12967/statm: 2706090 20902 3493 1 0 2668173 0
[pid=12967/tid=13020] ppid=12964 vsize=10824360 memory=1044 CPUtime=0.67 cores=1,3,5,7
/proc/12967/task/13020/stat : 13020 (java) R 12964 12967 8521 0 -1 4202560 10424 13158 0 0 55 4 5 3 20 0 15 0 416173061 11084144640 20902 33554432000 4194304 4196468 140720667458608 140042087148752 140042099402078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13021] ppid=12964 vsize=10824360 memory=708 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13021/stat : 13021 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173062 11084144640 20902 33554432000 4194304 4196468 140720667458608 140042119563536 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13022] ppid=12964 vsize=10824360 memory=7518026621751088998 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13022/stat : 13022 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173062 11084144640 20902 33554432000 4194304 4196468 140720667458608 140042040523152 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13023] ppid=12964 vsize=10824360 memory=7739276948477865063 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13023/stat : 13023 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173062 11084144640 20902 33554432000 4194304 4196468 140720667458608 140041687738896 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13024] ppid=12964 vsize=10824360 memory=5787213827131598673 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13024/stat : 13024 (java) S 12964 12967 8521 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 416173062 11084144640 20902 33554432000 4194304 4196468 140720667458608 140041686686352 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13025] ppid=12964 vsize=10824360 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13025/stat : 13025 (java) S 12964 12967 8521 0 -1 1077944384 5 13158 0 0 0 0 5 3 20 0 15 0 416173063 11084144640 20902 33554432000 4194304 4196468 140720667458608 140041642007024 140042115332738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13026] ppid=12964 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13026/stat : 13026 (java) S 12964 12967 8521 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 416173063 11084144640 20902 33554432000 4194304 4196468 140720667458608 140041569428896 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13027] ppid=12964 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13027/stat : 13027 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173064 11084144640 20902 33554432000 4194304 4196468 140720667458608 140040965449200 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13028] ppid=12964 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13028/stat : 13028 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11084144640 20902 33554432000 4194304 4196468 140720667458608 140040658049744 140042115340187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13029] ppid=12964 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/12967/task/13029/stat : 13029 (java) R 12964 12967 8521 0 -1 4202560 983 13158 0 0 13 0 5 3 20 0 15 0 416173066 11084144640 20902 33554432000 4194304 4196468 140720667458608 140041640953840 140042098708175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13030] ppid=12964 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/12967/task/13030/stat : 13030 (java) R 12964 12967 8521 0 -1 1077944384 611 13158 0 0 11 0 5 3 20 0 15 0 416173066 11084144640 20902 33554432000 4194304 4196468 140720667458608 140041639901296 140042115332738 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13031] ppid=12964 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/12967/task/13031/stat : 13031 (java) R 12964 12967 8521 0 -1 4202560 870 13158 0 0 17 0 5 3 20 0 15 0 416173066 11084144640 20902 33554432000 4194304 4196468 140720667458608 140041638848752 140042100617739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13032] ppid=12964 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13032/stat : 13032 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11084144640 20902 33554432000 4194304 4196468 140720667458608 140040624491104 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13033] ppid=12964 vsize=10824360 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13033/stat : 13033 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173067 11084144640 20902 33554432000 4194304 4196468 140720667458608 140041637796656 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83608 KiB

[startup+1.50077 s]
/proc/loadavg: 1.55 1.48 1.43 3/227 13033
/proc/meminfo: memFree=28791548/32770624 swapFree=66922372/67108860
[pid=12967] ppid=12964 vsize=10834676 memory=177276 CPUtime=2.59 cores=1,3,5,7
/proc/12967/stat : 12967 (java) S 12964 12967 8521 0 -1 1077944320 23870 13158 0 0 240 11 5 3 20 0 15 0 416173052 11094708224 44319 33554432000 4194304 4196468 140720667458608 140720667441152 140042115321591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
/proc/12967/statm: 2708669 44319 3578 1 0 2670733 0
[pid=12967/tid=13020] ppid=12964 vsize=10834676 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/12967/task/13020/stat : 13020 (java) R 12964 12967 8521 0 -1 4202560 15782 13158 0 0 129 6 5 3 20 0 15 0 416173061 11094708224 44319 33554432000 4194304 4196468 140720667458608 140042087128320 140042115333526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13021] ppid=12964 vsize=10834676 memory=4642205593910991210 CPUtime=0.09 cores=1,3,5,7
/proc/12967/task/13021/stat : 13021 (java) S 12964 12967 8521 0 -1 1077944384 320 13158 0 0 1 0 5 3 20 0 15 0 416173062 11094708224 44319 33554432000 4194304 4196468 140720667458608 140042119563536 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13022] ppid=12964 vsize=10834676 memory=280528473709024 CPUtime=0.09 cores=1,3,5,7
/proc/12967/task/13022/stat : 13022 (java) S 12964 12967 8521 0 -1 1077944384 53 13158 0 0 1 0 5 3 20 0 15 0 416173062 11094708224 44319 33554432000 4194304 4196468 140720667458608 140042040523152 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13023] ppid=12964 vsize=10834676 memory=195940703036804 CPUtime=0.09 cores=1,3,5,7
/proc/12967/task/13023/stat : 13023 (java) S 12964 12967 8521 0 -1 1077944384 35 13158 0 0 1 0 5 3 20 0 15 0 416173062 11094708224 44319 33554432000 4194304 4196468 140720667458608 140041687738896 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13024] ppid=12964 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12967/task/13024/stat : 13024 (java) S 12964 12967 8521 0 -1 1077944384 82 13158 0 0 1 0 5 3 20 0 15 0 416173062 11094708224 44319 33554432000 4194304 4196468 140720667458608 140041686686352 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13025] ppid=12964 vsize=10834676 memory=7589561284895216370 CPUtime=0.09 cores=1,3,5,7
/proc/12967/task/13025/stat : 13025 (java) S 12964 12967 8521 0 -1 1077944384 424 13158 0 0 1 0 5 3 20 0 15 0 416173063 11094708224 44319 33554432000 4194304 4196468 140720667458608 140041642007024 140042115332738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13026] ppid=12964 vsize=10834676 memory=-8458152057954561420 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13026/stat : 13026 (java) S 12964 12967 8521 0 -1 1077944384 14 13158 0 0 0 0 5 3 20 0 15 0 416173063 11094708224 44319 33554432000 4194304 4196468 140720667458608 140041569428960 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13027] ppid=12964 vsize=10834676 memory=280528473356256 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13027/stat : 13027 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173064 11094708224 44319 33554432000 4194304 4196468 140720667458608 140040965449216 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13028] ppid=12964 vsize=10834676 memory=140264652836054 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13028/stat : 13028 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11094708224 44319 33554432000 4194304 4196468 140720667458608 140040658049744 140042115340187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13029] ppid=12964 vsize=10834676 memory=280528473305528 CPUtime=0.41 cores=1,3,5,7
/proc/12967/task/13029/stat : 13029 (java) S 12964 12967 8521 0 -1 1077944384 1637 13158 0 0 33 0 5 3 20 0 15 0 416173066 11094708224 44319 33554432000 4194304 4196468 140720667458608 140041640953840 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13030] ppid=12964 vsize=10834676 memory=280528473319920 CPUtime=0.37 cores=1,3,5,7
/proc/12967/task/13030/stat : 13030 (java) R 12964 12967 8521 0 -1 1077944384 1524 13158 0 0 29 0 5 3 20 0 15 0 416173066 11094708224 44319 33554432000 4194304 4196468 140720667458608 140041639901296 140042115332738 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13031] ppid=12964 vsize=10834676 memory=280528473319920 CPUtime=0.5 cores=1,3,5,7
/proc/12967/task/13031/stat : 13031 (java) R 12964 12967 8521 0 -1 4202560 1785 13158 0 0 41 1 5 3 20 0 15 0 416173066 11094708224 44319 33554432000 4194304 4196468 140720667458608 140041638848752 140042095036380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13032] ppid=12964 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13032/stat : 13032 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11094708224 44319 33554432000 4194304 4196468 140720667458608 140040624491104 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13033] ppid=12964 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13033/stat : 13033 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173067 11094708224 44319 33554432000 4194304 4196468 140720667458608 140041637796656 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0

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

Current children cumulated memory: 252120 KiB

[startup+4.51977 s]
# the end of solver process 12967 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.2001 s, system=0.268743 s

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

[startup+3.20345 s]
/proc/loadavg: 1.59 1.49 1.43 4/227 13033
/proc/meminfo: memFree=28693936/32770624 swapFree=66922372/67108860
[pid=12967] ppid=12964 vsize=10846984 memory=255532 CPUtime=7.18 cores=1,3,5,7
/proc/12967/stat : 12967 (java) S 12964 12967 8521 0 -1 1077944320 44896 13158 0 0 692 18 5 3 20 0 15 0 416173052 11107311616 63883 33554432000 4194304 4196468 140720667458608 140720667441152 140042115321591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
/proc/12967/statm: 2711746 63883 3613 1 0 2673805 0
[pid=12967/tid=13020] ppid=12964 vsize=10846984 memory=5866611791061346647 CPUtime=3.07 cores=1,3,5,7
/proc/12967/task/13020/stat : 13020 (java) R 12964 12967 8521 0 -1 4202560 23319 13158 0 0 291 8 5 3 20 0 15 0 416173061 11107311616 63883 33554432000 4194304 4196468 140720667458608 140042087153824 140041720129678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13021] ppid=12964 vsize=10846984 memory=6370155173630722145 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13021/stat : 13021 (java) S 12964 12967 8521 0 -1 1077944384 352 13158 0 0 3 0 5 3 20 0 15 0 416173062 11107311616 63883 33554432000 4194304 4196468 140720667458608 140042119563536 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13022] ppid=12964 vsize=10846984 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/12967/task/13022/stat : 13022 (java) S 12964 12967 8521 0 -1 1077944384 166 13158 0 0 2 0 5 3 20 0 15 0 416173062 11107311616 63883 33554432000 4194304 4196468 140720667458608 140042040523152 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13023] ppid=12964 vsize=10846984 memory=8976414709404591081 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13023/stat : 13023 (java) S 12964 12967 8521 0 -1 1077944384 80 13158 0 0 3 0 5 3 20 0 15 0 416173062 11107311616 63883 33554432000 4194304 4196468 140720667458608 140041687738896 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13024] ppid=12964 vsize=10846984 memory=6944656592455359580 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13024/stat : 13024 (java) S 12964 12967 8521 0 -1 1077944384 106 13158 0 0 3 0 5 3 20 0 15 0 416173062 11107311616 63883 33554432000 4194304 4196468 140720667458608 140041686686352 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13025] ppid=12964 vsize=10846984 memory=6944652177228980320 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13025/stat : 13025 (java) S 12964 12967 8521 0 -1 1077944384 2940 13158 0 0 3 0 5 3 20 0 15 0 416173063 11107311616 63883 33554432000 4194304 4196468 140720667458608 140041642007024 140042115332738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13026] ppid=12964 vsize=10846984 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13026/stat : 13026 (java) S 12964 12967 8521 0 -1 1077944384 15 13158 0 0 0 0 5 3 20 0 15 0 416173063 11107311616 63883 33554432000 4194304 4196468 140720667458608 140041569428960 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13027] ppid=12964 vsize=10846984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13027/stat : 13027 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173064 11107311616 63883 33554432000 4194304 4196468 140720667458608 140040965449216 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13028] ppid=12964 vsize=10846984 memory=-7233780906022726806 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13028/stat : 13028 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11107311616 63883 33554432000 4194304 4196468 140720667458608 140040658049744 140042115340187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13029] ppid=12964 vsize=10846984 memory=4206468019014099040 CPUtime=1.29 cores=1,3,5,7
/proc/12967/task/13029/stat : 13029 (java) R 12964 12967 8521 0 -1 4202560 3762 13158 0 0 120 1 5 3 20 0 15 0 416173066 11107311616 63883 33554432000 4194304 4196468 140720667458608 140041640943408 140042099710139 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13030] ppid=12964 vsize=10846984 memory=-7522837415797432224 CPUtime=1.45 cores=1,3,5,7
/proc/12967/task/13030/stat : 13030 (java) R 12964 12967 8521 0 -1 4202560 5375 13158 0 0 136 1 5 3 20 0 15 0 416173066 11107311616 63883 33554432000 4194304 4196468 140720667458608 140041639887480 140042095014687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13031] ppid=12964 vsize=10846984 memory=-7233780906022726806 CPUtime=1.38 cores=1,3,5,7
/proc/12967/task/13031/stat : 13031 (java) R 12964 12967 8521 0 -1 4202560 6556 13158 0 0 127 3 5 3 20 0 15 0 416173066 11107311616 63883 33554432000 4194304 4196468 140720667458608 140041638848752 140042115342938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13032] ppid=12964 vsize=10846984 memory=7449886424874719608 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13032/stat : 13032 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11107311616 63883 33554432000 4194304 4196468 140720667458608 140040624491104 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13033] ppid=12964 vsize=10846984 memory=1414355462422710185 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13033/stat : 13033 (java) S 12964 12967 8521 0 -1 1077944384 11 13158 0 0 0 0 5 3 20 0 15 0 416173067 11107311616 63883 33554432000 4194304 4196468 140720667458608 140041637796656 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
Current children cumulated CPU time: 7.18 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 255532 KiB

[startup+4.00149 s]*
/proc/loadavg: 1.59 1.49 1.43 5/227 13033
/proc/meminfo: memFree=28646488/32770624 swapFree=66922372/67108860
[pid=12967] ppid=12964 vsize=10849044 memory=299196 CPUtime=9.81 cores=1,3,5,7
/proc/12967/stat : 12967 (java) S 12964 12967 8521 0 -1 1077944320 53256 13158 0 0 952 21 5 3 20 0 15 0 416173052 11109421056 74799 33554432000 4194304 4196468 140720667458608 140720667441152 140042115321591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
/proc/12967/statm: 2712261 74799 3618 1 0 2674317 0
[pid=12967/tid=13020] ppid=12964 vsize=10849044 memory=0 CPUtime=3.87 cores=1,3,5,7
/proc/12967/task/13020/stat : 13020 (java) R 12964 12967 8521 0 -1 4202560 24645 13158 0 0 370 9 5 3 20 0 15 0 416173061 11109421056 74799 33554432000 4194304 4196468 140720667458608 140042087155640 140042096727910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13021] ppid=12964 vsize=10849044 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13021/stat : 13021 (java) S 12964 12967 8521 0 -1 1077944384 352 13158 0 0 3 0 5 3 20 0 15 0 416173062 11109421056 74799 33554432000 4194304 4196468 140720667458608 140042119563536 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13022] ppid=12964 vsize=10849044 memory=3471342660701533872 CPUtime=0.1 cores=1,3,5,7
/proc/12967/task/13022/stat : 13022 (java) S 12964 12967 8521 0 -1 1077944384 166 13158 0 0 2 0 5 3 20 0 15 0 416173062 11109421056 74799 33554432000 4194304 4196468 140720667458608 140042040523152 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13023] ppid=12964 vsize=10849044 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13023/stat : 13023 (java) S 12964 12967 8521 0 -1 1077944384 80 13158 0 0 3 0 5 3 20 0 15 0 416173062 11109421056 74799 33554432000 4194304 4196468 140720667458608 140041687738896 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13024] ppid=12964 vsize=10849044 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13024/stat : 13024 (java) S 12964 12967 8521 0 -1 1077944384 106 13158 0 0 3 0 5 3 20 0 15 0 416173062 11109421056 74799 33554432000 4194304 4196468 140720667458608 140041686686352 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13025] ppid=12964 vsize=10849044 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13025/stat : 13025 (java) S 12964 12967 8521 0 -1 1077944384 2940 13158 0 0 3 0 5 3 20 0 15 0 416173063 11109421056 74799 33554432000 4194304 4196468 140720667458608 140041642007024 140042115332738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13026] ppid=12964 vsize=10849044 memory=140264236734447 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13026/stat : 13026 (java) S 12964 12967 8521 0 -1 1077944384 15 13158 0 0 0 0 5 3 20 0 15 0 416173063 11109421056 74799 33554432000 4194304 4196468 140720667458608 140041569428960 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13027] ppid=12964 vsize=10849044 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13027/stat : 13027 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173064 11109421056 74799 33554432000 4194304 4196468 140720667458608 140040965449216 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13028] ppid=12964 vsize=10849044 memory=140264236837859 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13028/stat : 13028 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11109421056 74799 33554432000 4194304 4196468 140720667458608 140040658049744 140042115340187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13029] ppid=12964 vsize=10849044 memory=0 CPUtime=2.04 cores=1,3,5,7
/proc/12967/task/13029/stat : 13029 (java) R 12964 12967 8521 0 -1 4202560 5055 13158 0 0 195 1 5 3 20 0 15 0 416173066 11109421056 74799 33554432000 4194304 4196468 140720667458608 140041640940672 140042093338560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13030] ppid=12964 vsize=10849044 memory=-1 CPUtime=2.25 cores=1,3,5,7
/proc/12967/task/13030/stat : 13030 (java) R 12964 12967 8521 0 -1 4202560 9919 13158 0 0 215 2 5 3 20 0 15 0 416173066 11109421056 74799 33554432000 4194304 4196468 140720667458608 140041639881712 140042094578147 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13031] ppid=12964 vsize=10849044 memory=4026531854 CPUtime=1.65 cores=1,3,5,7
/proc/12967/task/13031/stat : 13031 (java) R 12964 12967 8521 0 -1 1077944384 7753 13158 0 0 154 3 5 3 20 0 15 0 416173066 11109421056 74799 33554432000 4194304 4196468 140720667458608 140041638848752 140042115332738 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13032] ppid=12964 vsize=10849044 memory=10595 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13032/stat : 13032 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11109421056 74799 33554432000 4194304 4196468 140720667458608 140040624491104 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13033] ppid=12964 vsize=10849044 memory=3545378284761646752 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13033/stat : 13033 (java) S 12964 12967 8521 0 -1 1077944384 11 13158 0 0 0 0 5 3 20 0 15 0 416173067 11109421056 74799 33554432000 4194304 4196468 140720667458608 140041637796656 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
Current children cumulated CPU time: 9.81 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 299196 KiB

[startup+4.40073 s]
/proc/loadavg: 1.59 1.49 1.43 5/227 13033
/proc/meminfo: memFree=28646488/32770624 swapFree=66922372/67108860
[pid=12967] ppid=12964 vsize=10849044 memory=328056 CPUtime=11.15 cores=1,3,5,7
/proc/12967/stat : 12967 (java) S 12964 12967 8521 0 -1 1077944320 53877 13158 0 0 1085 22 5 3 20 0 15 0 416173052 11109421056 82014 33554432000 4194304 4196468 140720667458608 140720667441152 140042115321591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
/proc/12967/statm: 2712261 82014 3619 1 0 2674317 0
[pid=12967/tid=13020] ppid=12964 vsize=10849044 memory=-7533522213388100735 CPUtime=4.25 cores=1,3,5,7
/proc/12967/task/13020/stat : 13020 (java) R 12964 12967 8521 0 -1 4202560 24687 13158 0 0 407 10 5 3 20 0 15 0 416173061 11109421056 82014 33554432000 4194304 4196468 140720667458608 140042087149456 140042098679889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13021] ppid=12964 vsize=10849044 memory=-7812477184710929540 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13021/stat : 13021 (java) S 12964 12967 8521 0 -1 1077944384 358 13158 0 0 3 0 5 3 20 0 15 0 416173062 11109421056 82014 33554432000 4194304 4196468 140720667458608 140042119563536 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13022] ppid=12964 vsize=10849044 memory=7962233748357261899 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13022/stat : 13022 (java) S 12964 12967 8521 0 -1 1077944384 168 13158 0 0 3 0 5 3 20 0 15 0 416173062 11109421056 82014 33554432000 4194304 4196468 140720667458608 140042040523152 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13023] ppid=12964 vsize=10849044 memory=8536313005988881035 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13023/stat : 13023 (java) S 12964 12967 8521 0 -1 1077944384 88 13158 0 0 3 0 5 3 20 0 15 0 416173062 11109421056 82014 33554432000 4194304 4196468 140720667458608 140041687738896 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13024] ppid=12964 vsize=10849044 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13024/stat : 13024 (java) S 12964 12967 8521 0 -1 1077944384 106 13158 0 0 3 0 5 3 20 0 15 0 416173062 11109421056 82014 33554432000 4194304 4196468 140720667458608 140041686686352 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13025] ppid=12964 vsize=10849044 memory=35332 CPUtime=0.12 cores=1,3,5,7
/proc/12967/task/13025/stat : 13025 (java) S 12964 12967 8521 0 -1 1077944384 2940 13158 0 0 4 0 5 3 20 0 15 0 416173063 11109421056 82014 33554432000 4194304 4196468 140720667458608 140041642007024 140042115332738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13026] ppid=12964 vsize=10849044 memory=6083354206233319521 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13026/stat : 13026 (java) S 12964 12967 8521 0 -1 1077944384 15 13158 0 0 0 0 5 3 20 0 15 0 416173063 11109421056 82014 33554432000 4194304 4196468 140720667458608 140041569428960 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13027] ppid=12964 vsize=10849044 memory=7305792226048042581 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13027/stat : 13027 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 416173064 11109421056 82014 33554432000 4194304 4196468 140720667458608 140040965449216 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13028] ppid=12964 vsize=10849044 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13028/stat : 13028 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11109421056 82014 33554432000 4194304 4196468 140720667458608 140040658049744 140042115340187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13029] ppid=12964 vsize=10849044 memory=7307178783191357284 CPUtime=2.43 cores=1,3,5,7
/proc/12967/task/13029/stat : 13029 (java) R 12964 12967 8521 0 -1 4202560 5138 13158 0 0 233 2 5 3 20 0 15 0 416173066 11109421056 82014 33554432000 4194304 4196468 140720667458608 140041640942640 140042099232404 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13030] ppid=12964 vsize=10849044 memory=7234303070914634839 CPUtime=2.63 cores=1,3,5,7
/proc/12967/task/13030/stat : 13030 (java) R 12964 12967 8521 0 -1 4202560 10034 13158 0 0 253 2 5 3 20 0 15 0 416173066 11109421056 82014 33554432000 4194304 4196468 140720667458608 140041639892624 140042093178880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13031] ppid=12964 vsize=10849044 memory=7954594340542833252 CPUtime=1.82 cores=1,3,5,7
/proc/12967/task/13031/stat : 13031 (java) R 12964 12967 8521 0 -1 1077944384 8117 13158 0 0 171 3 5 3 20 0 15 0 416173066 11109421056 82014 33554432000 4194304 4196468 140720667458608 140041638848752 140042115332738 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13032] ppid=12964 vsize=10849044 memory=7954594340542833252 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13032/stat : 13032 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 416173066 11109421056 82014 33554432000 4194304 4196468 140720667458608 140040624491104 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13033] ppid=12964 vsize=10849044 memory=5792581728831235939 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13033/stat : 13033 (java) R 12964 12967 8521 0 -1 1077944384 12 13158 0 0 0 0 5 3 20 0 15 0 416173067 11109421056 82014 33554432000 4194304 4196468 140720667458608 140041637796656 140042115332738 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
Current children cumulated CPU time: 11.15 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 328056 KiB

[startup+4.50066 s]
/proc/loadavg: 1.59 1.49 1.43 5/227 13033
/proc/meminfo: memFree=28646488/32770624 swapFree=66922372/67108860
[pid=12967] ppid=12964 vsize=10947352 memory=328448 CPUtime=11.44 cores=1,3,5,7
/proc/12967/stat : 12967 (java) S 12964 12967 8521 0 -1 1077944320 53967 13158 0 0 1114 22 5 3 20 0 14 0 416173052 11210088448 82112 33554432000 4194304 4196468 140720667458608 140720667441152 140042115321591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
/proc/12967/statm: 2736838 82112 3621 1 0 2698894 0
[pid=12967/tid=13020] ppid=12964 vsize=10947352 memory=-5587106306044206369 CPUtime=4.35 cores=1,3,5,7
/proc/12967/task/13020/stat : 13020 (java) S 12964 12967 8521 0 -1 1077944384 24697 13158 0 0 417 10 5 3 20 0 14 0 416173061 11210088448 82112 33554432000 4194304 4196468 140720667458608 140042087165072 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13021] ppid=12964 vsize=10947352 memory=252120 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13021/stat : 13021 (java) S 12964 12967 8521 0 -1 1077944384 358 13158 0 0 3 0 5 3 20 0 14 0 416173062 11210088448 82112 33554432000 4194304 4196468 140720667458608 140042119563536 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13022] ppid=12964 vsize=10947352 memory=8 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13022/stat : 13022 (java) S 12964 12967 8521 0 -1 1077944384 168 13158 0 0 3 0 5 3 20 0 14 0 416173062 11210088448 82112 33554432000 4194304 4196468 140720667458608 140042040523152 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13023] ppid=12964 vsize=10947352 memory=194588 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13023/stat : 13023 (java) S 12964 12967 8521 0 -1 1077944384 88 13158 0 0 3 0 5 3 20 0 14 0 416173062 11210088448 82112 33554432000 4194304 4196468 140720667458608 140041687738896 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13024] ppid=12964 vsize=10947352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/12967/task/13024/stat : 13024 (java) S 12964 12967 8521 0 -1 1077944384 106 13158 0 0 3 0 5 3 20 0 14 0 416173062 11210088448 82112 33554432000 4194304 4196468 140720667458608 140041686686352 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13025] ppid=12964 vsize=10947352 memory=280528473731408 CPUtime=0.12 cores=1,3,5,7
/proc/12967/task/13025/stat : 13025 (java) S 12964 12967 8521 0 -1 1077944384 2940 13158 0 0 4 0 5 3 20 0 14 0 416173063 11210088448 82112 33554432000 4194304 4196468 140720667458608 140041642007232 140042115332738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13026] ppid=12964 vsize=10947352 memory=6452091051888042554 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13026/stat : 13026 (java) S 12964 12967 8521 0 -1 1077944384 15 13158 0 0 0 0 5 3 20 0 14 0 416173063 11210088448 82112 33554432000 4194304 4196468 140720667458608 140041569428960 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13027] ppid=12964 vsize=10947352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13027/stat : 13027 (java) S 12964 12967 8521 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 14 0 416173064 11210088448 82112 33554432000 4194304 4196468 140720667458608 140040965449216 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13028] ppid=12964 vsize=10947352 memory=576460758266832364 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13028/stat : 13028 (java) S 12964 12967 8521 0 -1 1077944384 6 13158 0 0 0 0 5 3 20 0 14 0 416173066 11210088448 82112 33554432000 4194304 4196468 140720667458608 140040658049392 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13029] ppid=12964 vsize=10947352 memory=12922 CPUtime=2.52 cores=1,3,5,7
/proc/12967/task/13029/stat : 13029 (java) R 12964 12967 8521 0 -1 4202560 5153 13158 0 0 242 2 5 3 20 0 14 0 416173066 11210088448 82112 33554432000 4194304 4196468 140720667458608 140041640941152 140042098818379 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13030] ppid=12964 vsize=10947352 memory=3580 CPUtime=2.72 cores=1,3,5,7
/proc/12967/task/13030/stat : 13030 (java) S 12964 12967 8521 0 -1 1077944384 10046 13158 0 0 262 2 5 3 20 0 14 0 416173066 11210088448 82112 33554432000 4194304 4196468 140720667458608 140041639887616 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13031] ppid=12964 vsize=10947352 memory=20072 CPUtime=1.85 cores=1,3,5,7
/proc/12967/task/13031/stat : 13031 (java) S 12964 12967 8521 0 -1 1077944384 8157 13158 0 0 173 4 5 3 20 0 14 0 416173066 11210088448 82112 33554432000 4194304 4196468 140720667458608 140041638848752 140042115332738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
[pid=12967/tid=13032] ppid=12964 vsize=10947352 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/12967/task/13032/stat : 13032 (java) S 12964 12967 8521 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 14 0 416173066 11210088448 82112 33554432000 4194304 4196468 140720667458608 140040624491104 140042115331797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31723520 140720667466479 140720667468997 140720667468997 140720667471823 0
Current children cumulated CPU time: 11.44 s
Current children cumulated vsize: 10947352 KiB
Current children cumulated memory: 328448 KiB

Child status: 0
Real time (s): 4.51981
CPU time (s): 11.4689
CPU user time (s): 11.2001
CPU system time (s): 0.268743
CPU usage (%): 253.747
Max. virtual memory (cumulated for all children) (KiB): 10947352
Max. memory (cumulated for all children) (KiB): 328448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2002
system time used= 0.268743
maximum resident set size= 330440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67149
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6538
involuntary context switches= 60


# summary of solver processes directly reported to runsolver:
#   pid: 12967
#   total CPU time (s): 11.4689
#   total CPU user time (s): 11.2001
#   total CPU system time (s): 0.268743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04264 second user time and 0.094258 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-13 19:24:14
IDJOB=4396182
IDBENCH=126824
IDSOLVER=2846
FILE ID=node107/4396182-1568399170
RUNJOBID= node107-1568390158-11189
PBS_JOBID= 21701847
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-5-3-20-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396182-1568399170/watcher-4396182-1568399170 -o /tmp/evaluation-result-4396182-1568399170/solver-4396182-1568399170 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568390158-11189 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1013467641 HOME/instance-4396182-1568399170.xml

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

MD5SUM BENCH= 01f589e6e1c012d02af2fd4c44442f0f
RANDOM SEED=1013467641

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        28890816 kB
MemAvailable:   29414656 kB
Buffers:          156504 kB
Cached:           639884 kB
SwapCached:        79396 kB
Active:          2901224 kB
Inactive:         389524 kB
Active(anon):    2424344 kB
Inactive(anon):   100872 kB
Active(file):     476880 kB
Inactive(file):   288652 kB
Unevictable:      109976 kB
Mlocked:          109976 kB
SwapTotal:      67108860 kB
SwapFree:       66922372 kB
Dirty:             35384 kB
Writeback:             0 kB
AnonPages:       2525996 kB
Mapped:            47760 kB
Shmem:             22108 kB
Slab:             177212 kB
SReclaimable:     148288 kB
SUnreclaim:        28924 kB
KernelStack:        3776 kB
PageTables:        10552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3540200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2326528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 58968 MiB
End job on node107 at 2019-09-13 19:24:19