Trace number 4402859

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.3OPT126 8.13918 3.63226

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-4-3-20-1.xml
MD5SUM442eed38f7ecd1daccab0a66e5b4cbca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark0.112834
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints274
Number of domains34
Minimum domain size3
Maximum domain size12
Distribution of domain sizes[{"size":3,"count":4},{"size":4,"count":7},{"size":5,"count":1},{"size":7,"count":2},{"size":8,"count":6},{"size":9,"count":6},{"size":10,"count":5},{"size":11,"count":21},{"size":12,"count":12}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":32},{"degree":13,"count":20},{"degree":22,"count":11},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":272},{"arity":12,"count":1}]
Number of extensional constraints32
Number of intensional constraints241
Distribution of constraint types[{"type":"extension","count":32},{"type":"intension","count":241},{"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.79/0.55	c Concrete v3.12.3.1568965526260 running
7.05/3.38	o 150
7.37/3.44	o 126
8.08/3.61	v <instantiation
8.08/3.61	v         cost = '126'>
8.08/3.61	v       <list>
8.08/3.61	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] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] 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]
8.08/3.61	v       </list>
8.08/3.61	v       <values>
8.08/3.61	v         0 1 3 7 4 5 2 11 8 9 6 10 0 0 7 9 0 0 3 20 0 0 3 7 6 3 3 3 2 10 7 7 2 7 6 3 3 10 7 3 3 3 6 2 2 6 2 2 2 7 1 1 2 7 4 5 9 3 3 8 8 1 3 1
8.08/3.61	v       </values>
8.08/3.61	v     </instantiation>
8.08/3.61	s OPTIMUM FOUND

Verifier Data

OK	126

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402859-1568973554/watcher-4402859-1568973554 -o /var/tmp/evaluation-result-4402859-1568973554/solver-4402859-1568973554 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29898 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4402859-1568973554.xml 

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

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

solver pid=32480, runsolver pid=32477

[startup+0.101901 s]*
/proc/loadavg: 1.42 1.42 1.44 3/219 32537
/proc/meminfo: memFree=2439324/32770624 swapFree=66997144/67108860
[pid=32480] ppid=32477 vsize=9972712 memory=18588 CPUtime=0.1 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32477 32480 29867 0 -1 1077944320 4375 13106 0 0 1 1 5 3 20 0 6 0 473293787 10212057088 4647 33554432000 4194304 4196468 140730098720240 140730098702784 140161549303543 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
/proc/32480/statm: 2493178 4647 1940 1 0 2481616 0
[pid=32480/tid=32533] ppid=32477 vsize=9972712 memory=4279135704047583887 CPUtime=0.09 cores=0,2,4,6
/proc/32480/task/32533/stat : 32533 (java) R 32477 32480 29867 0 -1 4202560 2168 13106 0 0 1 0 5 3 20 0 6 0 473293796 10212057088 4647 33554432000 4194304 4196468 140730098720240 140161521140304 140161534615545 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32534] ppid=32477 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32534/stat : 32534 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 6 0 473293797 10212057088 4647 33554432000 4194304 4196468 140730098720240 140161553546384 140161549313749 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32535] ppid=32477 vsize=9972712 memory=139970777572992 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32535/stat : 32535 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 6 0 473293797 10212057088 4647 33554432000 4194304 4196468 140730098720240 140161441819664 140161549313749 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32536] ppid=32477 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32536/stat : 32536 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 6 0 473293797 10212057088 4647 33554432000 4194304 4196468 140730098720240 140161440766864 140161549313749 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32537] ppid=32477 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32537/stat : 32537 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 6 0 473293797 10212057088 4647 33554432000 4194304 4196468 140730098720240 140161439714064 140161549313749 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18588 KiB

[startup+0.209871 s]*
/proc/loadavg: 1.42 1.42 1.44 4/228 32546
/proc/meminfo: memFree=2420512/32770624 swapFree=66997144/67108860
[pid=32480] ppid=32477 vsize=10820164 memory=45052 CPUtime=0.27 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32477 32480 29867 0 -1 1077944320 7167 13106 0 0 17 2 5 3 20 0 15 0 473293787 11079847936 11263 33554432000 4194304 4196468 140730098720240 140730098702784 140161549303543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
/proc/32480/statm: 2705041 11263 3286 1 0 2667149 0
[pid=32480/tid=32533] ppid=32477 vsize=10820164 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/32480/task/32533/stat : 32533 (java) R 32477 32480 29867 0 -1 4202560 3653 13106 0 0 11 0 5 3 20 0 15 0 473293796 11079847936 11263 33554432000 4194304 4196468 140730098720240 140161521114576 140161549315478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32534] ppid=32477 vsize=10820164 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32534/stat : 32534 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293797 11079847936 11263 33554432000 4194304 4196468 140730098720240 140161553546384 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32535] ppid=32477 vsize=10820164 memory=3691183158687819424 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32535/stat : 32535 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293797 11079847936 11263 33554432000 4194304 4196468 140730098720240 140161441819664 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32536] ppid=32477 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32536/stat : 32536 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293797 11079847936 11263 33554432000 4194304 4196468 140730098720240 140161440766864 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32537] ppid=32477 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32537/stat : 32537 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293797 11079847936 11263 33554432000 4194304 4196468 140730098720240 140161439714064 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32538] ppid=32477 vsize=10820164 memory=139970777572992 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32538/stat : 32538 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293798 11079847936 11263 33554432000 4194304 4196468 140730098720240 140161008470384 140161549314690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32539] ppid=32477 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32539/stat : 32539 (java) S 32477 32480 29867 0 -1 1077944384 33 13106 0 0 0 0 5 3 20 0 15 0 473293799 11079847936 11263 33554432000 4194304 4196468 140730098720240 140161007416352 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32540] ppid=32477 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32540/stat : 32540 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293799 11079847936 11263 33554432000 4194304 4196468 140730098720240 140160888988528 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32541] ppid=32477 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32541/stat : 32541 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293802 11079847936 11263 33554432000 4194304 4196468 140730098720240 140160285009744 140161549322139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32542] ppid=32477 vsize=10820164 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32480/task/32542/stat : 32542 (java) S 32477 32480 29867 0 -1 1077944384 349 13106 0 0 1 0 5 3 20 0 15 0 473293802 11079847936 11263 33554432000 4194304 4196468 140730098720240 140160973859696 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32543] ppid=32477 vsize=10820164 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32480/task/32543/stat : 32543 (java) R 32477 32480 29867 0 -1 4202560 321 13106 0 0 1 0 5 3 20 0 15 0 473293802 11079847936 11263 33554432000 4194304 4196468 140730098720240 140160972806896 140161542288585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32544] ppid=32477 vsize=10820164 memory=139970777572992 CPUtime=0.11 cores=0,2,4,6
/proc/32480/task/32544/stat : 32544 (java) R 32477 32480 29867 0 -1 1077944384 595 13106 0 0 3 0 5 3 20 0 15 0 473293802 11079847936 11263 33554432000 4194304 4196468 140730098720240 140160971754096 140161549314690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32545] ppid=32477 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32545/stat : 32545 (java) S 32477 32480 29867 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 473293802 11079847936 11263 33554432000 4194304 4196468 140730098720240 140159815248608 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32546] ppid=32477 vsize=10820164 memory=139970777572992 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32546/stat : 32546 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293802 11079847936 11263 33554432000 4194304 4196468 140730098720240 140160970701488 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 45052 KiB

[startup+0.310405 s]*
/proc/loadavg: 1.42 1.42 1.44 3/228 32546
/proc/meminfo: memFree=2408068/32770624 swapFree=66997144/67108860
[pid=32480] ppid=32477 vsize=10820196 memory=53492 CPUtime=0.41 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32477 32480 29867 0 -1 1077944320 10539 13106 0 0 30 3 5 3 20 0 15 0 473293787 11079880704 13373 33554432000 4194304 4196468 140730098720240 140730098702784 140161549303543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
/proc/32480/statm: 2705049 13373 3338 1 0 2667149 0
[pid=32480/tid=32533] ppid=32477 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32480/task/32533/stat : 32533 (java) R 32477 32480 29867 0 -1 4202560 7007 13106 0 0 19 2 5 3 20 0 15 0 473293796 11079880704 13373 33554432000 4194304 4196468 140730098720240 140161521113680 140161549310940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32534] ppid=32477 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32534/stat : 32534 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293797 11079880704 13373 33554432000 4194304 4196468 140730098720240 140161553546384 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32535] ppid=32477 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32535/stat : 32535 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293797 11079880704 13373 33554432000 4194304 4196468 140730098720240 140161441819664 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32536] ppid=32477 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32536/stat : 32536 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293797 11079880704 13373 33554432000 4194304 4196468 140730098720240 140161440766864 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32537] ppid=32477 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32537/stat : 32537 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293797 11079880704 13373 33554432000 4194304 4196468 140730098720240 140161439714064 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32538] ppid=32477 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32538/stat : 32538 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293798 11079880704 13373 33554432000 4194304 4196468 140730098720240 140161008470384 140161549314690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32539] ppid=32477 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32539/stat : 32539 (java) S 32477 32480 29867 0 -1 1077944384 33 13106 0 0 0 0 5 3 20 0 15 0 473293799 11079880704 13373 33554432000 4194304 4196468 140730098720240 140161007416352 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32540] ppid=32477 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32540/stat : 32540 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293799 11079880704 13373 33554432000 4194304 4196468 140730098720240 140160888988528 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32541] ppid=32477 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32541/stat : 32541 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293802 11079880704 13373 33554432000 4194304 4196468 140730098720240 140160285009744 140161549322139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32542] ppid=32477 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32480/task/32542/stat : 32542 (java) S 32477 32480 29867 0 -1 1077944384 349 13106 0 0 1 0 5 3 20 0 15 0 473293802 11079880704 13373 33554432000 4194304 4196468 140730098720240 140160973859696 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32543] ppid=32477 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/32480/task/32543/stat : 32543 (java) S 32477 32480 29867 0 -1 1077944384 331 13106 0 0 2 0 5 3 20 0 15 0 473293802 11079880704 13373 33554432000 4194304 4196468 140730098720240 140160972806896 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32544] ppid=32477 vsize=10820196 memory=139970777572992 CPUtime=0.13 cores=0,2,4,6
/proc/32480/task/32544/stat : 32544 (java) S 32477 32480 29867 0 -1 1077944384 603 13106 0 0 5 0 5 3 20 0 15 0 473293802 11079880704 13373 33554432000 4194304 4196468 140730098720240 140160971754096 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32545] ppid=32477 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32545/stat : 32545 (java) S 32477 32480 29867 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 473293802 11079880704 13373 33554432000 4194304 4196468 140730098720240 140159815248608 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32546] ppid=32477 vsize=10820196 memory=139970777572992 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32546/stat : 32546 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293802 11079880704 13373 33554432000 4194304 4196468 140730098720240 140160970701488 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53492 KiB

[startup+0.700754 s]
/proc/loadavg: 1.42 1.42 1.44 3/228 32546
/proc/meminfo: memFree=2393904/32770624 swapFree=66997144/67108860
[pid=32480] ppid=32477 vsize=10824364 memory=85320 CPUtime=1.15 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32477 32480 29867 0 -1 1077944320 14574 13106 0 0 101 6 5 3 20 0 15 0 473293787 11084148736 21330 33554432000 4194304 4196468 140730098720240 140730098702784 140161549303543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
/proc/32480/statm: 2706091 21330 3512 1 0 2668173 0
[pid=32480/tid=32533] ppid=32477 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/32480/task/32533/stat : 32533 (java) R 32477 32480 29867 0 -1 4202560 9956 13106 0 0 55 4 5 3 20 0 15 0 473293796 11084148736 21330 33554432000 4194304 4196468 140730098720240 140161521133088 140161542403418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32534] ppid=32477 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32534/stat : 32534 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293797 11084148736 21330 33554432000 4194304 4196468 140730098720240 140161553546384 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32535] ppid=32477 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32535/stat : 32535 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293797 11084148736 21330 33554432000 4194304 4196468 140730098720240 140161441819664 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32536] ppid=32477 vsize=10824364 memory=139970635510544 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32536/stat : 32536 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293797 11084148736 21330 33554432000 4194304 4196468 140730098720240 140161440766864 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32537] ppid=32477 vsize=10824364 memory=139972984177244 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32537/stat : 32537 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293797 11084148736 21330 33554432000 4194304 4196468 140730098720240 140161439714064 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32538] ppid=32477 vsize=10824364 memory=612 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32538/stat : 32538 (java) S 32477 32480 29867 0 -1 1077944384 5 13106 0 0 0 0 5 3 20 0 15 0 473293798 11084148736 21330 33554432000 4194304 4196468 140730098720240 140161008470384 140161549314690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32539] ppid=32477 vsize=10824364 memory=7302135314614015845 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32539/stat : 32539 (java) S 32477 32480 29867 0 -1 1077944384 33 13106 0 0 0 0 5 3 20 0 15 0 473293799 11084148736 21330 33554432000 4194304 4196468 140730098720240 140161007416352 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32540] ppid=32477 vsize=10824364 memory=7235703887618402641 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32540/stat : 32540 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293799 11084148736 21330 33554432000 4194304 4196468 140730098720240 140160888988528 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32541] ppid=32477 vsize=10824364 memory=14060 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32541/stat : 32541 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293802 11084148736 21330 33554432000 4194304 4196468 140730098720240 140160285009744 140161549322139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32542] ppid=32477 vsize=10824364 memory=2116 CPUtime=0.23 cores=0,2,4,6
/proc/32480/task/32542/stat : 32542 (java) S 32477 32480 29867 0 -1 1077944384 848 13106 0 0 15 0 5 3 20 0 15 0 473293802 11084148736 21330 33554432000 4194304 4196468 140730098720240 140160973859696 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32543] ppid=32477 vsize=10824364 memory=27436 CPUtime=0.21 cores=0,2,4,6
/proc/32480/task/32543/stat : 32543 (java) R 32477 32480 29867 0 -1 4202560 748 13106 0 0 13 0 5 3 20 0 15 0 473293802 11084148736 21330 33554432000 4194304 4196468 140730098720240 140160972806896 140161532803990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32544] ppid=32477 vsize=10824364 memory=532 CPUtime=0.24 cores=0,2,4,6
/proc/32480/task/32544/stat : 32544 (java) S 32477 32480 29867 0 -1 1077944384 770 13106 0 0 16 0 5 3 20 0 15 0 473293802 11084148736 21330 33554432000 4194304 4196468 140730098720240 140160971754096 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32545] ppid=32477 vsize=10824364 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32545/stat : 32545 (java) S 32477 32480 29867 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 473293802 11084148736 21330 33554432000 4194304 4196468 140730098720240 140159815248608 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32546] ppid=32477 vsize=10824364 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32546/stat : 32546 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293802 11084148736 21330 33554432000 4194304 4196468 140730098720240 140160970701488 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85320 KiB

[startup+1.50073 s]
/proc/loadavg: 1.42 1.42 1.44 3/228 32546
/proc/meminfo: memFree=2352760/32770624 swapFree=66997144/67108860
[pid=32480] ppid=32477 vsize=10834680 memory=173968 CPUtime=2.55 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32477 32480 29867 0 -1 1077944320 21348 13106 0 0 236 11 5 3 20 0 15 0 473293787 11094712320 43492 33554432000 4194304 4196468 140730098720240 140730098702784 140161549303543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
/proc/32480/statm: 2708670 43492 3582 1 0 2670733 0
[pid=32480/tid=32533] ppid=32477 vsize=10834680 memory=69652 CPUtime=1.44 cores=0,2,4,6
/proc/32480/task/32533/stat : 32533 (java) R 32477 32480 29867 0 -1 4202560 14797 13106 0 0 130 6 5 3 20 0 15 0 473293796 11094712320 43492 33554432000 4194304 4196468 140730098720240 140161521109680 140161549325469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32534] ppid=32477 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/32480/task/32534/stat : 32534 (java) S 32477 32480 29867 0 -1 1077944384 35 13106 0 0 1 0 5 3 20 0 15 0 473293797 11094712320 43492 33554432000 4194304 4196468 140730098720240 140161553546384 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32535] ppid=32477 vsize=10834680 memory=279941271052448 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32535/stat : 32535 (java) S 32477 32480 29867 0 -1 1077944384 63 13106 0 0 0 0 5 3 20 0 15 0 473293797 11094712320 43492 33554432000 4194304 4196468 140730098720240 140161441819664 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32536] ppid=32477 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32480/task/32536/stat : 32536 (java) S 32477 32480 29867 0 -1 1077944384 29 13106 0 0 1 0 5 3 20 0 15 0 473293797 11094712320 43492 33554432000 4194304 4196468 140730098720240 140161440766864 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32537] ppid=32477 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32480/task/32537/stat : 32537 (java) S 32477 32480 29867 0 -1 1077944384 350 13106 0 0 1 0 5 3 20 0 15 0 473293797 11094712320 43492 33554432000 4194304 4196468 140730098720240 140161439714064 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32538] ppid=32477 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32480/task/32538/stat : 32538 (java) S 32477 32480 29867 0 -1 1077944384 133 13106 0 0 1 0 5 3 20 0 15 0 473293798 11094712320 43492 33554432000 4194304 4196468 140730098720240 140161008470384 140161549314690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32539] ppid=32477 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32539/stat : 32539 (java) S 32477 32480 29867 0 -1 1077944384 33 13106 0 0 0 0 5 3 20 0 15 0 473293799 11094712320 43492 33554432000 4194304 4196468 140730098720240 140161007416416 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32540] ppid=32477 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32540/stat : 32540 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293799 11094712320 43492 33554432000 4194304 4196468 140730098720240 140160888988528 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32541] ppid=32477 vsize=10834680 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32541/stat : 32541 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293802 11094712320 43492 33554432000 4194304 4196468 140730098720240 140160285009744 140161549322139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32542] ppid=32477 vsize=10834680 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/32480/task/32542/stat : 32542 (java) S 32477 32480 29867 0 -1 1077944384 1231 13106 0 0 31 0 5 3 20 0 15 0 473293802 11094712320 43492 33554432000 4194304 4196468 140730098720240 140160973859696 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32543] ppid=32477 vsize=10834680 memory=10 CPUtime=0.34 cores=0,2,4,6
/proc/32480/task/32543/stat : 32543 (java) S 32477 32480 29867 0 -1 1077944384 957 13106 0 0 26 0 5 3 20 0 15 0 473293802 11094712320 43492 33554432000 4194304 4196468 140730098720240 140160972806896 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32544] ppid=32477 vsize=10834680 memory=6791534058613427641 CPUtime=0.5 cores=0,2,4,6
/proc/32480/task/32544/stat : 32544 (java) R 32477 32480 29867 0 -1 4202560 1511 13106 0 0 41 1 5 3 20 0 15 0 473293802 11094712320 43492 33554432000 4194304 4196468 140730098720240 140160971754096 140161533384030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32545] ppid=32477 vsize=10834680 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32545/stat : 32545 (java) S 32477 32480 29867 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 473293802 11094712320 43492 33554432000 4194304 4196468 140730098720240 140159815248608 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32546] ppid=32477 vsize=10834680 memory=279941271296896 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32546/stat : 32546 (java) S 32477 32480 29867 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 473293802 11094712320 43492 33554432000 4194304 4196468 140730098720240 140160970701488 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 173968 KiB

[startup+3.11095 s]
/proc/loadavg: 1.42 1.42 1.44 6/229 32549
/proc/meminfo: memFree=2226136/32770624 swapFree=66997144/67108860
[pid=32480] ppid=32477 vsize=10847000 memory=248968 CPUtime=6.42 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32477 32480 29867 0 -1 1077944320 44760 13106 0 0 615 19 5 3 20 0 15 0 473293787 11107328000 62242 33554432000 4194304 4196468 140730098720240 140730098702784 140161549303543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
/proc/32480/statm: 2711750 62242 3612 1 0 2673805 0
[pid=32480/tid=32533] ppid=32477 vsize=10847000 memory=8 CPUtime=3 cores=0,2,4,6
/proc/32480/task/32533/stat : 32533 (java) R 32477 32480 29867 0 -1 4202560 23781 13106 0 0 283 9 5 3 20 0 15 0 473293796 11107328000 62308 33554432000 4194304 4196468 140730098720240 140161521123032 140161119094908 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32534] ppid=32477 vsize=10847000 memory=203644 CPUtime=0.1 cores=0,2,4,6
/proc/32480/task/32534/stat : 32534 (java) S 32477 32480 29867 0 -1 1077944384 113 13106 0 0 2 0 5 3 20 0 15 0 473293797 11107328000 62308 33554432000 4194304 4196468 140730098720240 140161553546384 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32535] ppid=32477 vsize=10847000 memory=3624 CPUtime=0.11 cores=0,2,4,6
/proc/32480/task/32535/stat : 32535 (java) S 32477 32480 29867 0 -1 1077944384 89 13106 0 0 2 1 5 3 20 0 15 0 473293797 11107328000 62308 33554432000 4194304 4196468 140730098720240 140161441819664 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32536] ppid=32477 vsize=10847000 memory=54112 CPUtime=0.1 cores=0,2,4,6
/proc/32480/task/32536/stat : 32536 (java) S 32477 32480 29867 0 -1 1077944384 57 13106 0 0 2 0 5 3 20 0 15 0 473293797 11107328000 62308 33554432000 4194304 4196468 140730098720240 140161440766864 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32537] ppid=32477 vsize=10847000 memory=988 CPUtime=0.1 cores=0,2,4,6
/proc/32480/task/32537/stat : 32537 (java) S 32477 32480 29867 0 -1 1077944384 470 13106 0 0 2 0 5 3 20 0 15 0 473293797 11107328000 62374 33554432000 4194304 4196468 140730098720240 140161439714064 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32538] ppid=32477 vsize=10847000 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/32480/task/32538/stat : 32538 (java) S 32477 32480 29867 0 -1 1077944384 3485 13106 0 0 3 0 5 3 20 0 15 0 473293798 11107328000 62374 33554432000 4194304 4196468 140730098720240 140161008470384 140161549314690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32539] ppid=32477 vsize=10847000 memory=-3472574513799858009 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32539/stat : 32539 (java) S 32477 32480 29867 0 -1 1077944384 37 13106 0 0 0 0 5 3 20 0 15 0 473293799 11107328000 62374 33554432000 4194304 4196468 140730098720240 140161007416416 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32540] ppid=32477 vsize=10847000 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32540/stat : 32540 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293799 11107328000 62374 33554432000 4194304 4196468 140730098720240 140160888988544 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32541] ppid=32477 vsize=10847000 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32541/stat : 32541 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293802 11107328000 62440 33554432000 4194304 4196468 140730098720240 140160285009744 140161549322139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32542] ppid=32477 vsize=10847000 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/32480/task/32542/stat : 32542 (java) R 32477 32480 29867 0 -1 4202560 6122 13106 0 0 106 1 5 3 20 0 15 0 473293802 11107328000 62440 33554432000 4194304 4196468 140730098720240 140160973844360 140161534412387 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32543] ppid=32477 vsize=10847000 memory=279941270808728 CPUtime=0.97 cores=0,2,4,6
/proc/32480/task/32543/stat : 32543 (java) R 32477 32480 29867 0 -1 4202560 2845 13106 0 0 88 1 5 3 20 0 15 0 473293802 11107328000 62440 33554432000 4194304 4196468 140730098720240 140160972792360 140161541592925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32544] ppid=32477 vsize=10847000 memory=56 CPUtime=1.32 cores=0,2,4,6
/proc/32480/task/32544/stat : 32544 (java) S 32477 32480 29867 0 -1 1077944384 5767 13106 0 0 122 2 5 3 20 0 15 0 473293802 11107328000 62440 33554432000 4194304 4196468 140730098720240 140160971754096 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32545] ppid=32477 vsize=10847000 memory=8470556299110360193 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32545/stat : 32545 (java) S 32477 32480 29867 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 473293802 11107328000 62440 33554432000 4194304 4196468 140730098720240 140159815248608 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32546] ppid=32477 vsize=10847000 memory=4638778437306962256 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32546/stat : 32546 (java) S 32477 32480 29867 0 -1 1077944384 9 13106 0 0 0 0 5 3 20 0 15 0 473293802 11107328000 62506 33554432000 4194304 4196468 140730098720240 140160970701488 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
Current children cumulated CPU time: 6.42 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 248968 KiB

[startup+3.63222 s]
# the end of solver process 32480 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.88624 s, system=0.252935 s

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

[startup+3.20095 s]
/proc/loadavg: 1.42 1.42 1.44 6/229 32549
/proc/meminfo: memFree=2226136/32770624 swapFree=66997144/67108860
[pid=32480] ppid=32477 vsize=10851376 memory=258500 CPUtime=6.71 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32477 32480 29867 0 -1 1077944320 47202 13106 0 0 643 20 5 3 20 0 15 0 473293787 11111809024 64625 33554432000 4194304 4196468 140730098720240 140730098702784 140161549303543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
/proc/32480/statm: 2712844 64625 3613 1 0 2674899 0
[pid=32480/tid=32533] ppid=32477 vsize=10851376 memory=4638778402896429152 CPUtime=3.09 cores=0,2,4,6
/proc/32480/task/32533/stat : 32533 (java) R 32477 32480 29867 0 -1 4202560 23909 13106 0 0 292 9 5 3 20 0 15 0 473293796 11111809024 64625 33554432000 4194304 4196468 140730098720240 140161521117328 140161107133121 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32534] ppid=32477 vsize=10851376 memory=3470692292451393600 CPUtime=0.1 cores=0,2,4,6
/proc/32480/task/32534/stat : 32534 (java) S 32477 32480 29867 0 -1 1077944384 113 13106 0 0 2 0 5 3 20 0 15 0 473293797 11111809024 64625 33554432000 4194304 4196468 140730098720240 140161553546384 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32535] ppid=32477 vsize=10851376 memory=3467824671636873280 CPUtime=0.11 cores=0,2,4,6
/proc/32480/task/32535/stat : 32535 (java) S 32477 32480 29867 0 -1 1077944384 89 13106 0 0 2 1 5 3 20 0 15 0 473293797 11111809024 64625 33554432000 4194304 4196468 140730098720240 140161441819664 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32536] ppid=32477 vsize=10851376 memory=7019257425709197167 CPUtime=0.1 cores=0,2,4,6
/proc/32480/task/32536/stat : 32536 (java) S 32477 32480 29867 0 -1 1077944384 57 13106 0 0 2 0 5 3 20 0 15 0 473293797 11111809024 64625 33554432000 4194304 4196468 140730098720240 140161440766864 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32537] ppid=32477 vsize=10851376 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32480/task/32537/stat : 32537 (java) S 32477 32480 29867 0 -1 1077944384 470 13106 0 0 2 0 5 3 20 0 15 0 473293797 11111809024 64625 33554432000 4194304 4196468 140730098720240 140161439714064 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32538] ppid=32477 vsize=10851376 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/32480/task/32538/stat : 32538 (java) S 32477 32480 29867 0 -1 1077944384 3485 13106 0 0 3 0 5 3 20 0 15 0 473293798 11111809024 64625 33554432000 4194304 4196468 140730098720240 140161008470384 140161549314690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32539] ppid=32477 vsize=10851376 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32539/stat : 32539 (java) S 32477 32480 29867 0 -1 1077944384 37 13106 0 0 0 0 5 3 20 0 15 0 473293799 11111809024 64625 33554432000 4194304 4196468 140730098720240 140161007416416 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32540] ppid=32477 vsize=10851376 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32540/stat : 32540 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293799 11111809024 64625 33554432000 4194304 4196468 140730098720240 140160888988544 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32541] ppid=32477 vsize=10851376 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32541/stat : 32541 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293802 11111809024 64625 33554432000 4194304 4196468 140730098720240 140160285009744 140161549322139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32542] ppid=32477 vsize=10851376 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/32480/task/32542/stat : 32542 (java) R 32477 32480 29867 0 -1 4202560 8125 13106 0 0 115 2 5 3 20 0 15 0 473293802 11111809024 64625 33554432000 4194304 4196468 140730098720240 140160973844360 140161530824919 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32543] ppid=32477 vsize=10851376 memory=0 CPUtime=1.06 cores=0,2,4,6
/proc/32480/task/32543/stat : 32543 (java) R 32477 32480 29867 0 -1 4202560 2918 13106 0 0 97 1 5 3 20 0 15 0 473293802 11111809024 64625 33554432000 4194304 4196468 140730098720240 140160972795696 140161527051073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32544] ppid=32477 vsize=10851376 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/32480/task/32544/stat : 32544 (java) S 32477 32480 29867 0 -1 1077944384 5781 13106 0 0 123 2 5 3 20 0 15 0 473293802 11111809024 64625 33554432000 4194304 4196468 140730098720240 140160971754096 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32545] ppid=32477 vsize=10851376 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32545/stat : 32545 (java) S 32477 32480 29867 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 473293802 11111809024 64625 33554432000 4194304 4196468 140730098720240 140159815248608 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32546] ppid=32477 vsize=10851376 memory=245 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32546/stat : 32546 (java) S 32477 32480 29867 0 -1 1077944384 9 13106 0 0 0 0 5 3 20 0 15 0 473293802 11111809024 64625 33554432000 4194304 4196468 140730098720240 140160970701488 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
Current children cumulated CPU time: 6.71 s
Current children cumulated vsize: 10851376 KiB
Current children cumulated memory: 258500 KiB

[startup+3.60069 s]
/proc/loadavg: 1.42 1.42 1.44 6/229 32549
/proc/meminfo: memFree=2226136/32770624 swapFree=66997144/67108860
[pid=32480] ppid=32477 vsize=10849048 memory=268476 CPUtime=8.08 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32477 32480 29867 0 -1 1077944320 51655 13106 0 0 779 21 5 3 20 0 15 0 473293787 11109425152 67119 33554432000 4194304 4196468 140730098720240 140730098702784 140161549303543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
/proc/32480/statm: 2712262 67119 3618 1 0 2674317 0
[pid=32480/tid=32533] ppid=32477 vsize=10849048 memory=2016 CPUtime=3.48 cores=0,2,4,6
/proc/32480/task/32533/stat : 32533 (java) R 32477 32480 29867 0 -1 4202560 24614 13106 0 0 331 9 5 3 20 0 15 0 473293796 11109425152 67119 33554432000 4194304 4196468 140730098720240 140161521138416 140161549315478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32534] ppid=32477 vsize=10849048 memory=1424 CPUtime=0.1 cores=0,2,4,6
/proc/32480/task/32534/stat : 32534 (java) S 32477 32480 29867 0 -1 1077944384 113 13106 0 0 2 0 5 3 20 0 15 0 473293797 11109425152 67119 33554432000 4194304 4196468 140730098720240 140161553546384 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32535] ppid=32477 vsize=10849048 memory=1540 CPUtime=0.11 cores=0,2,4,6
/proc/32480/task/32535/stat : 32535 (java) S 32477 32480 29867 0 -1 1077944384 89 13106 0 0 2 1 5 3 20 0 15 0 473293797 11109425152 67119 33554432000 4194304 4196468 140730098720240 140161441819664 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32536] ppid=32477 vsize=10849048 memory=772 CPUtime=0.1 cores=0,2,4,6
/proc/32480/task/32536/stat : 32536 (java) S 32477 32480 29867 0 -1 1077944384 57 13106 0 0 2 0 5 3 20 0 15 0 473293797 11109425152 67119 33554432000 4194304 4196468 140730098720240 140161440766864 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32537] ppid=32477 vsize=10849048 memory=10596 CPUtime=0.1 cores=0,2,4,6
/proc/32480/task/32537/stat : 32537 (java) S 32477 32480 29867 0 -1 1077944384 470 13106 0 0 2 0 5 3 20 0 15 0 473293797 11109425152 67119 33554432000 4194304 4196468 140730098720240 140161439714064 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32538] ppid=32477 vsize=10849048 memory=1712 CPUtime=0.11 cores=0,2,4,6
/proc/32480/task/32538/stat : 32538 (java) S 32477 32480 29867 0 -1 1077944384 3485 13106 0 0 3 0 5 3 20 0 15 0 473293798 11109425152 67119 33554432000 4194304 4196468 140730098720240 140161008470384 140161549314690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32539] ppid=32477 vsize=10849048 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32539/stat : 32539 (java) S 32477 32480 29867 0 -1 1077944384 37 13106 0 0 0 0 5 3 20 0 15 0 473293799 11109425152 67119 33554432000 4194304 4196468 140730098720240 140161007416416 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32540] ppid=32477 vsize=10849048 memory=279941271567616 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32540/stat : 32540 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293799 11109425152 67119 33554432000 4194304 4196468 140730098720240 140160888988544 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32541] ppid=32477 vsize=10849048 memory=7595440001688102255 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32541/stat : 32541 (java) S 32477 32480 29867 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 473293802 11109425152 67119 33554432000 4194304 4196468 140730098720240 140160285009744 140161549322139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32542] ppid=32477 vsize=10849048 memory=7595440001688102255 CPUtime=1.64 cores=0,2,4,6
/proc/32480/task/32542/stat : 32542 (java) R 32477 32480 29867 0 -1 4202560 10428 13106 0 0 154 2 5 3 20 0 15 0 473293802 11109425152 67119 33554432000 4194304 4196468 140730098720240 140160973848368 140161532789819 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32543] ppid=32477 vsize=10849048 memory=279941270844624 CPUtime=1.41 cores=0,2,4,6
/proc/32480/task/32543/stat : 32543 (java) R 32477 32480 29867 0 -1 4202560 3195 13106 0 0 132 1 5 3 20 0 15 0 473293802 11109425152 67119 33554432000 4194304 4196468 140730098720240 140160972793328 140161534045870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32544] ppid=32477 vsize=10849048 memory=7100839852556256653 CPUtime=1.56 cores=0,2,4,6
/proc/32480/task/32544/stat : 32544 (java) R 32477 32480 29867 0 -1 1077944384 6949 13106 0 0 145 3 5 3 20 0 15 0 473293802 11109425152 67119 33554432000 4194304 4196468 140730098720240 140160971754096 140161549314690 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32545] ppid=32477 vsize=10849048 memory=-8465485860894431885 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32545/stat : 32545 (java) S 32477 32480 29867 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 473293802 11109425152 67119 33554432000 4194304 4196468 140730098720240 140159815248608 140161549313749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
[pid=32480/tid=32546] ppid=32477 vsize=10849048 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/32480/task/32546/stat : 32546 (java) S 32477 32480 29867 0 -1 1077944384 9 13106 0 0 0 0 5 3 20 0 15 0 473293802 11109425152 67119 33554432000 4194304 4196468 140730098720240 140160970701488 140161549314690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140730098723427 140730098726069 140730098726069 140730098728911 0
Current children cumulated CPU time: 8.08 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 268476 KiB

Child status: 0
Real time (s): 3.63226
CPU time (s): 8.13918
CPU user time (s): 7.88624
CPU system time (s): 0.252935
CPU usage (%): 224.081
Max. virtual memory (cumulated for all children) (KiB): 10851864
Max. memory (cumulated for all children) (KiB): 268476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.88624
system time used= 0.252935
maximum resident set size= 274736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6493
involuntary context switches= 32


# summary of solver processes directly reported to runsolver:
#   pid: 32480
#   total CPU time (s): 8.13918
#   total CPU user time (s): 7.88624
#   total CPU system time (s): 0.252935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044132 second user time and 0.076158 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 11:58:33
IDJOB=4402859
IDBENCH=126831
IDSOLVER=2861
FILE ID=node140/4402859-1568973554
RUNJOBID= node140-1568967597-29898
PBS_JOBID= 21704617
Free space on /var/tmp= 13472 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-4-3-20-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402859-1568973554/watcher-4402859-1568973554 -o /var/tmp/evaluation-result-4402859-1568973554/solver-4402859-1568973554 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29898 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4402859-1568973554.xml

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

MD5SUM BENCH= 442eed38f7ecd1daccab0a66e5b4cbca
RANDOM SEED=1419008473

node140.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.43
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.43
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.43
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.43
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:         2450920 kB
MemAvailable:   29629336 kB
Buffers:          140144 kB
Cached:         26978376 kB
SwapCached:         2356 kB
Active:         15185048 kB
Inactive:       14163856 kB
Active(anon):    2224428 kB
Inactive(anon):    53120 kB
Active(file):   12960620 kB
Inactive(file): 14110736 kB
Unevictable:      106480 kB
Mlocked:          106480 kB
SwapTotal:      67108860 kB
SwapFree:       66997144 kB
Dirty:             35600 kB
Writeback:             0 kB
AnonPages:       2335660 kB
Mapped:            65096 kB
Shmem:             38248 kB
Slab:             564140 kB
SReclaimable:     535520 kB
SUnreclaim:        28620 kB
KernelStack:        3712 kB
PageTables:        10296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3452004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2121728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node140 at 2019-09-20 11:58:37