Trace number 4402862

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.3OPT141 9.18548 3.91232

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.79/0.56	c Concrete v3.12.3.1568965526260 running
7.83/3.54	o 183
7.83/3.55	o 172
7.83/3.56	o 165
7.83/3.59	o 164
7.83/3.59	o 162
8.18/3.62	o 161
8.18/3.62	o 160
8.18/3.62	o 159
8.18/3.63	o 152
8.53/3.75	o 151
8.53/3.75	o 150
8.53/3.76	o 148
8.53/3.76	o 147
8.53/3.76	o 146
8.53/3.76	o 145
8.53/3.76	o 144
8.53/3.76	o 141
8.88/3.88	v <instantiation
8.88/3.88	v         cost = '141'>
8.88/3.88	v       <list>
8.88/3.88	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]
8.88/3.88	v       </list>
8.88/3.88	v       <values>
8.88/3.88	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 12 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
8.88/3.88	v       </values>
8.88/3.88	v     </instantiation>
8.88/3.88	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 (2928 MiB free)
  memory of node 1: 16384 MiB (2622 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402862-1568973537/watcher-4402862-1568973537 -o /tmp/evaluation-result-4402862-1568973537/solver-4402862-1568973537 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=122441839 HOME/instance-4402862-1568973537.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
Current StackSize limit: 8192 KiB

solver pid=25434, runsolver pid=25431

[startup+0.100099 s]*
/proc/loadavg: 2.00 1.53 1.48 3/218 25491
/proc/meminfo: memFree=5680336/32770624 swapFree=66935368/67108860
[pid=25434] ppid=25431 vsize=9972712 memory=19000 CPUtime=0.1 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 23580 0 -1 1077944320 4514 13457 0 0 1 1 5 3 20 0 6 0 473291571 10212057088 4750 33554432000 4194304 4196468 140733373493920 140733373476464 140216525827831 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
/proc/25434/statm: 2493178 4750 1935 1 0 2481616 0
[pid=25434/tid=25487] ppid=25431 vsize=9972712 memory=-8439527450518781933 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25487/stat : 25487 (java) R 25431 25434 23580 0 -1 4202560 2301 13457 0 0 0 0 5 3 20 0 6 0 473291580 10212057088 4750 33554432000 4194304 4196468 140733373493920 140216497664592 140216525849757 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25488] ppid=25431 vsize=9972712 memory=4211973814663732618 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25488/stat : 25488 (java) S 25431 25434 23580 0 -1 1077944384 2 13457 0 0 0 0 5 3 20 0 6 0 473291581 10212057088 4750 33554432000 4194304 4196468 140733373493920 140216530070416 140216525838037 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25489] ppid=25431 vsize=9972712 memory=140088458942080 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25489/stat : 25489 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 6 0 473291581 10212057088 4750 33554432000 4194304 4196468 140733373493920 140216099330832 140216525838037 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25490] ppid=25431 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25490/stat : 25490 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 6 0 473291581 10212057088 4750 33554432000 4194304 4196468 140733373493920 140216098278544 140216525838037 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25491] ppid=25431 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25491/stat : 25491 (java) S 25431 25434 23580 0 -1 1077944384 2 13457 0 0 0 0 5 3 20 0 6 0 473291581 10212057088 4750 33554432000 4194304 4196468 140733373493920 140216097225744 140216525838037 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19000 KiB

[startup+0.211037 s]*
/proc/loadavg: 2.00 1.53 1.48 3/227 25500
/proc/meminfo: memFree=5655908/32770624 swapFree=66935368/67108860
[pid=25434] ppid=25431 vsize=10820164 memory=41796 CPUtime=0.27 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 23580 0 -1 1077944320 7242 13457 0 0 17 2 5 3 20 0 15 0 473291571 11079847936 10449 33554432000 4194304 4196468 140733373493920 140733373476464 140216525827831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
/proc/25434/statm: 2705041 10449 3282 1 0 2667149 0
[pid=25434/tid=25487] ppid=25431 vsize=10820164 memory=7900017517374083699 CPUtime=0.19 cores=1,3,5,7
/proc/25434/task/25487/stat : 25487 (java) R 25431 25434 23580 0 -1 4202560 3749 13457 0 0 10 1 5 3 20 0 15 0 473291580 11079847936 10449 33554432000 4194304 4196468 140733373493920 140216497621864 140216525849757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25488] ppid=25431 vsize=10820164 memory=4211973814663732618 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25488/stat : 25488 (java) S 25431 25434 23580 0 -1 1077944384 2 13457 0 0 0 0 5 3 20 0 15 0 473291581 11079847936 10449 33554432000 4194304 4196468 140733373493920 140216530070416 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25489] ppid=25431 vsize=10820164 memory=140088458942080 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25489/stat : 25489 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291581 11079847936 10449 33554432000 4194304 4196468 140733373493920 140216099330832 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25490] ppid=25431 vsize=10820164 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25490/stat : 25490 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291581 11079847936 10449 33554432000 4194304 4196468 140733373493920 140216098278544 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25491] ppid=25431 vsize=10820164 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25491/stat : 25491 (java) S 25431 25434 23580 0 -1 1077944384 2 13457 0 0 0 0 5 3 20 0 15 0 473291581 11079847936 10449 33554432000 4194304 4196468 140733373493920 140216097225744 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25492] ppid=25431 vsize=10820164 memory=140088458942080 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25492/stat : 25492 (java) S 25431 25434 23580 0 -1 1077944384 2 13457 0 0 0 0 5 3 20 0 15 0 473291582 11079847936 10449 33554432000 4194304 4196468 140733373493920 140215797606512 140216525838978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25493] ppid=25431 vsize=10820164 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25493/stat : 25493 (java) S 25431 25434 23580 0 -1 1077944384 13 13457 0 0 0 0 5 3 20 0 15 0 473291583 11079847936 10449 33554432000 4194304 4196468 140733373493920 140215515603744 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25494] ppid=25431 vsize=10820164 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25494/stat : 25494 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291583 11079847936 10449 33554432000 4194304 4196468 140733373493920 140215314277488 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25495] ppid=25431 vsize=10820164 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25495/stat : 25495 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291585 11079847936 10449 33554432000 4194304 4196468 140733373493920 140215073986640 140216525846427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25496] ppid=25431 vsize=10820164 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25434/task/25496/stat : 25496 (java) S 25431 25434 23580 0 -1 1077944384 610 13457 0 0 1 0 5 3 20 0 15 0 473291585 11079847936 10449 33554432000 4194304 4196468 140733373493920 140215796554352 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25497] ppid=25431 vsize=10820164 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25497/stat : 25497 (java) S 25431 25434 23580 0 -1 1077944384 46 13457 0 0 0 0 5 3 20 0 15 0 473291586 11079847936 10449 33554432000 4194304 4196468 140733373493920 140215795501552 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25498] ppid=25431 vsize=10820164 memory=140088458942080 CPUtime=0.11 cores=1,3,5,7
/proc/25434/task/25498/stat : 25498 (java) S 25431 25434 23580 0 -1 1077944384 609 13457 0 0 3 0 5 3 20 0 15 0 473291586 11079847936 10449 33554432000 4194304 4196468 140733373493920 140215794449264 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25499] ppid=25431 vsize=10820164 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25499/stat : 25499 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291586 11079847936 10449 33554432000 4194304 4196468 140733373493920 140215040429024 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25500] ppid=25431 vsize=10820164 memory=140088458942080 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25500/stat : 25500 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291586 11079847936 10449 33554432000 4194304 4196468 140733373493920 140215793396144 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 41796 KiB

[startup+0.31037 s]*
/proc/loadavg: 2.00 1.53 1.48 4/227 25500
/proc/meminfo: memFree=5646616/32770624 swapFree=66935368/67108860
[pid=25434] ppid=25431 vsize=10820196 memory=50080 CPUtime=0.4 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 23580 0 -1 1077944320 10770 13457 0 0 28 4 5 3 20 0 15 0 473291571 11079880704 12520 33554432000 4194304 4196468 140733373493920 140733373476464 140216525827831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
/proc/25434/statm: 2705049 12520 3318 1 0 2667149 0
[pid=25434/tid=25487] ppid=25431 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/25434/task/25487/stat : 25487 (java) R 25431 25434 23580 0 -1 4202560 7239 13457 0 0 19 2 5 3 20 0 15 0 473291580 11079880704 12520 33554432000 4194304 4196468 140733373493920 140216497646288 140216525849757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25488] ppid=25431 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25488/stat : 25488 (java) S 25431 25434 23580 0 -1 1077944384 2 13457 0 0 0 0 5 3 20 0 15 0 473291581 11079880704 12520 33554432000 4194304 4196468 140733373493920 140216530070416 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25489] ppid=25431 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25489/stat : 25489 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291581 11079880704 12520 33554432000 4194304 4196468 140733373493920 140216099330832 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25490] ppid=25431 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25490/stat : 25490 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291581 11079880704 12520 33554432000 4194304 4196468 140733373493920 140216098278544 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25491] ppid=25431 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25491/stat : 25491 (java) S 25431 25434 23580 0 -1 1077944384 2 13457 0 0 0 0 5 3 20 0 15 0 473291581 11079880704 12520 33554432000 4194304 4196468 140733373493920 140216097225744 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25492] ppid=25431 vsize=10820196 memory=140088458942079 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25492/stat : 25492 (java) S 25431 25434 23580 0 -1 1077944384 2 13457 0 0 0 0 5 3 20 0 15 0 473291582 11079880704 12520 33554432000 4194304 4196468 140733373493920 140215797606512 140216525838978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25493] ppid=25431 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25493/stat : 25493 (java) S 25431 25434 23580 0 -1 1077944384 13 13457 0 0 0 0 5 3 20 0 15 0 473291583 11079880704 12520 33554432000 4194304 4196468 140733373493920 140215515603744 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25494] ppid=25431 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25494/stat : 25494 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291583 11079880704 12520 33554432000 4194304 4196468 140733373493920 140215314277488 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25495] ppid=25431 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25495/stat : 25495 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291585 11079880704 12520 33554432000 4194304 4196468 140733373493920 140215073986640 140216525846427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25496] ppid=25431 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25496/stat : 25496 (java) S 25431 25434 23580 0 -1 1077944384 619 13457 0 0 2 0 5 3 20 0 15 0 473291585 11079880704 12520 33554432000 4194304 4196468 140733373493920 140215796554352 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25497] ppid=25431 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25434/task/25497/stat : 25497 (java) S 25431 25434 23580 0 -1 1077944384 47 13457 0 0 1 0 5 3 20 0 15 0 473291586 11079880704 12520 33554432000 4194304 4196468 140733373493920 140215795501552 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25498] ppid=25431 vsize=10820196 memory=140088458942080 CPUtime=0.13 cores=1,3,5,7
/proc/25434/task/25498/stat : 25498 (java) S 25431 25434 23580 0 -1 1077944384 628 13457 0 0 5 0 5 3 20 0 15 0 473291586 11079880704 12520 33554432000 4194304 4196468 140733373493920 140215794449264 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25499] ppid=25431 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25499/stat : 25499 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291586 11079880704 12520 33554432000 4194304 4196468 140733373493920 140215040429024 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25500] ppid=25431 vsize=10820196 memory=140088458942080 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25500/stat : 25500 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291586 11079880704 12520 33554432000 4194304 4196468 140733373493920 140215793396144 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50080 KiB

[startup+0.700781 s]
/proc/loadavg: 2.00 1.53 1.48 3/227 25500
/proc/meminfo: memFree=5629960/32770624 swapFree=66935368/67108860
[pid=25434] ppid=25431 vsize=10824364 memory=83708 CPUtime=1.15 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 23580 0 -1 1077944320 15164 13457 0 0 102 5 5 3 20 0 15 0 473291571 11084148736 20927 33554432000 4194304 4196468 140733373493920 140733373476464 140216525827831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
/proc/25434/statm: 2706091 20927 3506 1 0 2668173 0
[pid=25434/tid=25487] ppid=25431 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/25434/task/25487/stat : 25487 (java) R 25431 25434 23580 0 -1 4202560 10534 13457 0 0 55 4 5 3 20 0 15 0 473291580 11084148736 20927 33554432000 4194304 4196468 140733373493920 140216497657376 140216509871461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25488] ppid=25431 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25488/stat : 25488 (java) S 25431 25434 23580 0 -1 1077944384 2 13457 0 0 0 0 5 3 20 0 15 0 473291581 11084148736 20927 33554432000 4194304 4196468 140733373493920 140216530070416 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25489] ppid=25431 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25489/stat : 25489 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291581 11084148736 20927 33554432000 4194304 4196468 140733373493920 140216099330832 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25490] ppid=25431 vsize=10824364 memory=5938114200481458240 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25490/stat : 25490 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291581 11084148736 20927 33554432000 4194304 4196468 140733373493920 140216098278544 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25491] ppid=25431 vsize=10824364 memory=8320808402719879476 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25491/stat : 25491 (java) S 25431 25434 23580 0 -1 1077944384 2 13457 0 0 0 0 5 3 20 0 15 0 473291581 11084148736 20927 33554432000 4194304 4196468 140733373493920 140216097225744 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25492] ppid=25431 vsize=10824364 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25492/stat : 25492 (java) S 25431 25434 23580 0 -1 1077944384 5 13457 0 0 0 0 5 3 20 0 15 0 473291582 11084148736 20927 33554432000 4194304 4196468 140733373493920 140215797606512 140216525838978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25493] ppid=25431 vsize=10824364 memory=61 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25493/stat : 25493 (java) S 25431 25434 23580 0 -1 1077944384 13 13457 0 0 0 0 5 3 20 0 15 0 473291583 11084148736 20927 33554432000 4194304 4196468 140733373493920 140215515603744 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25494] ppid=25431 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25494/stat : 25494 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291583 11084148736 20927 33554432000 4194304 4196468 140733373493920 140215314277488 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25495] ppid=25431 vsize=10824364 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25495/stat : 25495 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291585 11084148736 20927 33554432000 4194304 4196468 140733373493920 140215073986640 140216525846427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25496] ppid=25431 vsize=10824364 memory=280176688660512 CPUtime=0.24 cores=1,3,5,7
/proc/25434/task/25496/stat : 25496 (java) R 25431 25434 23580 0 -1 4202560 1189 13457 0 0 16 0 5 3 20 0 15 0 473291585 11084148736 20927 33554432000 4194304 4196468 140733373493920 140215796542192 140216511850363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25497] ppid=25431 vsize=10824364 memory=16132 CPUtime=0.2 cores=1,3,5,7
/proc/25434/task/25497/stat : 25497 (java) S 25431 25434 23580 0 -1 1077944384 438 13457 0 0 12 0 5 3 20 0 15 0 473291586 11084148736 20927 33554432000 4194304 4196468 140733373493920 140215795501552 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25498] ppid=25431 vsize=10824364 memory=4420 CPUtime=0.25 cores=1,3,5,7
/proc/25434/task/25498/stat : 25498 (java) S 25431 25434 23580 0 -1 1077944384 763 13457 0 0 17 0 5 3 20 0 15 0 473291586 11084148736 20927 33554432000 4194304 4196468 140733373493920 140215794449264 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25499] ppid=25431 vsize=10824364 memory=239 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25499/stat : 25499 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291586 11084148736 20927 33554432000 4194304 4196468 140733373493920 140215040429024 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25500] ppid=25431 vsize=10824364 memory=8242257093008374069 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25500/stat : 25500 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291586 11084148736 20927 33554432000 4194304 4196468 140733373493920 140215793396144 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83708 KiB

[startup+1.50067 s]
/proc/loadavg: 2.16 1.57 1.50 3/227 25500
/proc/meminfo: memFree=5589584/32770624 swapFree=66935368/67108860
[pid=25434] ppid=25431 vsize=10834680 memory=175116 CPUtime=2.63 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 23580 0 -1 1077944320 24723 13457 0 0 245 10 5 3 20 0 15 0 473291571 11094712320 43779 33554432000 4194304 4196468 140733373493920 140733373476464 140216525827831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
/proc/25434/statm: 2708670 43779 3579 1 0 2670733 0
[pid=25434/tid=25487] ppid=25431 vsize=10834680 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/25434/task/25487/stat : 25487 (java) R 25431 25434 23580 0 -1 4202560 16085 13457 0 0 130 6 5 3 20 0 15 0 473291580 11094712320 43779 33554432000 4194304 4196468 140733373493920 140216497634224 140216525839766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25488] ppid=25431 vsize=10834680 memory=115 CPUtime=0.09 cores=1,3,5,7
/proc/25434/task/25488/stat : 25488 (java) S 25431 25434 23580 0 -1 1077944384 97 13457 0 0 1 0 5 3 20 0 15 0 473291581 11094712320 43779 33554432000 4194304 4196468 140733373493920 140216530070416 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25489] ppid=25431 vsize=10834680 memory=1 CPUtime=0.09 cores=1,3,5,7
/proc/25434/task/25489/stat : 25489 (java) S 25431 25434 23580 0 -1 1077944384 61 13457 0 0 1 0 5 3 20 0 15 0 473291581 11094712320 43779 33554432000 4194304 4196468 140733373493920 140216099330832 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25490] ppid=25431 vsize=10834680 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25490/stat : 25490 (java) S 25431 25434 23580 0 -1 1077944384 21 13457 0 0 0 0 5 3 20 0 15 0 473291581 11094712320 43779 33554432000 4194304 4196468 140733373493920 140216098278544 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25491] ppid=25431 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25434/task/25491/stat : 25491 (java) S 25431 25434 23580 0 -1 1077944384 301 13457 0 0 1 0 5 3 20 0 15 0 473291581 11094712320 43779 33554432000 4194304 4196468 140733373493920 140216097225744 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25492] ppid=25431 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25434/task/25492/stat : 25492 (java) S 25431 25434 23580 0 -1 1077944384 1042 13457 0 0 1 0 5 3 20 0 15 0 473291582 11094712320 43779 33554432000 4194304 4196468 140733373493920 140215797606512 140216525838978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25493] ppid=25431 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25493/stat : 25493 (java) S 25431 25434 23580 0 -1 1077944384 14 13457 0 0 0 0 5 3 20 0 15 0 473291583 11094712320 43779 33554432000 4194304 4196468 140733373493920 140215515603808 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25494] ppid=25431 vsize=10834680 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25494/stat : 25494 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291583 11094712320 43779 33554432000 4194304 4196468 140733373493920 140215314277488 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25495] ppid=25431 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25495/stat : 25495 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291585 11094712320 43779 33554432000 4194304 4196468 140733373493920 140215073986640 140216525846427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25496] ppid=25431 vsize=10834680 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/25434/task/25496/stat : 25496 (java) S 25431 25434 23580 0 -1 1077944384 1826 13457 0 0 33 0 5 3 20 0 15 0 473291585 11094712320 43779 33554432000 4194304 4196468 140733373493920 140215796554352 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25497] ppid=25431 vsize=10834680 memory=2276 CPUtime=0.4 cores=1,3,5,7
/proc/25434/task/25497/stat : 25497 (java) S 25431 25434 23580 0 -1 1077944384 1356 13457 0 0 32 0 5 3 20 0 15 0 473291586 11094712320 43779 33554432000 4194304 4196468 140733373493920 140215795501552 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25498] ppid=25431 vsize=10834680 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/25434/task/25498/stat : 25498 (java) S 25431 25434 23580 0 -1 1077944384 1704 13457 0 0 41 0 5 3 20 0 15 0 473291586 11094712320 43779 33554432000 4194304 4196468 140733373493920 140215794449264 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25499] ppid=25431 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25499/stat : 25499 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291586 11094712320 43779 33554432000 4194304 4196468 140733373493920 140215040429024 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25500] ppid=25431 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25500/stat : 25500 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291586 11094712320 43779 33554432000 4194304 4196468 140733373493920 140215793396144 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 10834680 KiB

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

/proc/25434/task/25487/stat : 25487 (java) R 25431 25434 23580 0 -1 4202560 21795 13457 0 0 284 8 5 3 20 0 15 0 473291580 11107315712 61748 33554432000 4194304 4196468 140733373493920 140216497662240 140216131052761 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25488] ppid=25431 vsize=10846988 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25488/stat : 25488 (java) S 25431 25434 23580 0 -1 1077944384 106 13457 0 0 2 0 5 3 20 0 15 0 473291581 11107315712 61748 33554432000 4194304 4196468 140733373493920 140216530070416 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25489] ppid=25431 vsize=10846988 memory=206740 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25489/stat : 25489 (java) S 25431 25434 23580 0 -1 1077944384 84 13457 0 0 2 0 5 3 20 0 15 0 473291581 11107315712 61748 33554432000 4194304 4196468 140733373493920 140216099330832 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25490] ppid=25431 vsize=10846988 memory=3616 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25490/stat : 25490 (java) S 25431 25434 23580 0 -1 1077944384 41 13457 0 0 2 0 5 3 20 0 15 0 473291581 11107315712 61748 33554432000 4194304 4196468 140733373493920 140216098278544 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25491] ppid=25431 vsize=10846988 memory=40968 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25491/stat : 25491 (java) S 25431 25434 23580 0 -1 1077944384 311 13457 0 0 2 0 5 3 20 0 15 0 473291581 11107315712 61748 33554432000 4194304 4196468 140733373493920 140216097225744 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25492] ppid=25431 vsize=10846988 memory=988 CPUtime=0.11 cores=1,3,5,7
/proc/25434/task/25492/stat : 25492 (java) S 25431 25434 23580 0 -1 1077944384 1973 13457 0 0 3 0 5 3 20 0 15 0 473291582 11107315712 61748 33554432000 4194304 4196468 140733373493920 140215797606512 140216525838978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25493] ppid=25431 vsize=10846988 memory=236892 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25493/stat : 25493 (java) S 25431 25434 23580 0 -1 1077944384 14 13457 0 0 0 0 5 3 20 0 15 0 473291583 11107315712 61748 33554432000 4194304 4196468 140733373493920 140215515603808 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25494] ppid=25431 vsize=10846988 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25494/stat : 25494 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291583 11107315712 61748 33554432000 4194304 4196468 140733373493920 140215314277504 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25495] ppid=25431 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25495/stat : 25495 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291585 11107315712 61748 33554432000 4194304 4196468 140733373493920 140215073986640 140216525846427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25496] ppid=25431 vsize=10846988 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/25434/task/25496/stat : 25496 (java) R 25431 25434 23580 0 -1 4202560 5207 13457 0 0 108 1 5 3 20 0 15 0 473291585 11107315712 61748 33554432000 4194304 4196468 140733373493920 140215796540376 140216525841695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25497] ppid=25431 vsize=10846988 memory=7378391969546064995 CPUtime=1.05 cores=1,3,5,7
/proc/25434/task/25497/stat : 25497 (java) R 25431 25434 23580 0 -1 4202560 2446 13457 0 0 96 1 5 3 20 0 15 0 473291586 11107315712 61748 33554432000 4194304 4196468 140733373493920 140215795501552 140216505066316 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25498] ppid=25431 vsize=10846988 memory=7378391969546064995 CPUtime=1.33 cores=1,3,5,7
/proc/25434/task/25498/stat : 25498 (java) S 25431 25434 23580 0 -1 1077944384 4903 13457 0 0 124 1 5 3 20 0 15 0 473291586 11107315712 61748 33554432000 4194304 4196468 140733373493920 140215794449264 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25499] ppid=25431 vsize=10846988 memory=7378391969546064995 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25499/stat : 25499 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291586 11107315712 61748 33554432000 4194304 4196468 140733373493920 140215040429024 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25500] ppid=25431 vsize=10846988 memory=30961 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25500/stat : 25500 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291586 11107315712 61748 33554432000 4194304 4196468 140733373493920 140215793396144 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
Current children cumulated CPU time: 6.52 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 246992 KiB

[startup+3.91229 s]
# the end of solver process 25434 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.93755 s, system=0.247927 s

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

[startup+3.20105 s]
/proc/loadavg: 2.16 1.57 1.50 5/227 25500
/proc/meminfo: memFree=5463880/32770624 swapFree=66935368/67108860
[pid=25434] ppid=25431 vsize=10847000 memory=259880 CPUtime=6.81 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 23580 0 -1 1077944320 42851 13457 0 0 656 17 5 3 20 0 15 0 473291571 11107328000 64970 33554432000 4194304 4196468 140733373493920 140733373476464 140216525827831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
/proc/25434/statm: 2711750 64970 3607 1 0 2673805 0
[pid=25434/tid=25487] ppid=25431 vsize=10847000 memory=6628 CPUtime=3.08 cores=1,3,5,7
/proc/25434/task/25487/stat : 25487 (java) R 25431 25434 23580 0 -1 4202560 22147 13457 0 0 292 8 5 3 20 0 15 0 473291580 11107328000 64970 33554432000 4194304 4196468 140733373493920 140216497651736 140216142329447 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25488] ppid=25431 vsize=10847000 memory=8836 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25488/stat : 25488 (java) S 25431 25434 23580 0 -1 1077944384 106 13457 0 0 2 0 5 3 20 0 15 0 473291581 11107328000 64970 33554432000 4194304 4196468 140733373493920 140216530070416 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25489] ppid=25431 vsize=10847000 memory=11044 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25489/stat : 25489 (java) S 25431 25434 23580 0 -1 1077944384 84 13457 0 0 2 0 5 3 20 0 15 0 473291581 11107328000 64970 33554432000 4194304 4196468 140733373493920 140216099330832 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25490] ppid=25431 vsize=10847000 memory=13252 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25490/stat : 25490 (java) S 25431 25434 23580 0 -1 1077944384 41 13457 0 0 2 0 5 3 20 0 15 0 473291581 11107328000 64970 33554432000 4194304 4196468 140733373493920 140216098278544 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25491] ppid=25431 vsize=10847000 memory=15460 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25491/stat : 25491 (java) S 25431 25434 23580 0 -1 1077944384 311 13457 0 0 2 0 5 3 20 0 15 0 473291581 11107328000 64970 33554432000 4194304 4196468 140733373493920 140216097225744 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25492] ppid=25431 vsize=10847000 memory=17668 CPUtime=0.11 cores=1,3,5,7
/proc/25434/task/25492/stat : 25492 (java) S 25431 25434 23580 0 -1 1077944384 1974 13457 0 0 3 0 5 3 20 0 15 0 473291582 11107328000 64970 33554432000 4194304 4196468 140733373493920 140215797606512 140216525838978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25493] ppid=25431 vsize=10847000 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25493/stat : 25493 (java) S 25431 25434 23580 0 -1 1077944384 14 13457 0 0 0 0 5 3 20 0 15 0 473291583 11107328000 64970 33554432000 4194304 4196468 140733373493920 140215515603808 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25494] ppid=25431 vsize=10847000 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25494/stat : 25494 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291583 11107328000 64970 33554432000 4194304 4196468 140733373493920 140215314277504 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25495] ppid=25431 vsize=10847000 memory=24292 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25495/stat : 25495 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291585 11107328000 64970 33554432000 4194304 4196468 140733373493920 140215073986640 140216525846427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25496] ppid=25431 vsize=10847000 memory=26500 CPUtime=1.26 cores=1,3,5,7
/proc/25434/task/25496/stat : 25496 (java) R 25431 25434 23580 0 -1 4202560 7132 13457 0 0 117 1 5 3 20 0 15 0 473291585 11107328000 64970 33554432000 4194304 4196468 140733373493920 140215796539016 140216518933493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25497] ppid=25431 vsize=10847000 memory=28708 CPUtime=1.13 cores=1,3,5,7
/proc/25434/task/25497/stat : 25497 (java) R 25431 25434 23580 0 -1 4202560 3805 13457 0 0 104 1 5 3 20 0 15 0 473291586 11107328000 64970 33554432000 4194304 4196468 140733373493920 140215795486168 140216507372404 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25498] ppid=25431 vsize=10847000 memory=30916 CPUtime=1.35 cores=1,3,5,7
/proc/25434/task/25498/stat : 25498 (java) S 25431 25434 23580 0 -1 1077944384 5020 13457 0 0 126 1 5 3 20 0 15 0 473291586 11107328000 64970 33554432000 4194304 4196468 140733373493920 140215794449264 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25499] ppid=25431 vsize=10847000 memory=301741373374332954 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25499/stat : 25499 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291586 11107328000 64970 33554432000 4194304 4196468 140733373493920 140215040429024 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25500] ppid=25431 vsize=10847000 memory=321726105394610490 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25500/stat : 25500 (java) S 25431 25434 23580 0 -1 1077944384 5 13457 0 0 0 0 5 3 20 0 15 0 473291586 11107328000 64970 33554432000 4194304 4196468 140733373493920 140215793396144 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
Current children cumulated CPU time: 6.81 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 259880 KiB

[startup+3.60401 s]
/proc/loadavg: 2.16 1.57 1.50 5/227 25500
/proc/meminfo: memFree=5463880/32770624 swapFree=66935368/67108860
[pid=25434] ppid=25431 vsize=10849048 memory=276252 CPUtime=8.18 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 23580 0 -1 1077944320 53361 13457 0 0 791 19 5 3 20 0 15 0 473291571 11109425152 69063 33554432000 4194304 4196468 140733373493920 140733373476464 140216525827831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
/proc/25434/statm: 2712262 69063 3611 1 0 2674317 0
[pid=25434/tid=25487] ppid=25431 vsize=10849048 memory=1320 CPUtime=3.49 cores=1,3,5,7
/proc/25434/task/25487/stat : 25487 (java) R 25431 25434 23580 0 -1 4202560 25127 13457 0 0 332 9 5 3 20 0 15 0 473291580 11109425152 69063 33554432000 4194304 4196468 140733373493920 140216497661688 140216143313462 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25488] ppid=25431 vsize=10849048 memory=1700 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25488/stat : 25488 (java) S 25431 25434 23580 0 -1 1077944384 106 13457 0 0 2 0 5 3 20 0 15 0 473291581 11109425152 69063 33554432000 4194304 4196468 140733373493920 140216530070416 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25489] ppid=25431 vsize=10849048 memory=5968 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25489/stat : 25489 (java) S 25431 25434 23580 0 -1 1077944384 84 13457 0 0 2 0 5 3 20 0 15 0 473291581 11109425152 69063 33554432000 4194304 4196468 140733373493920 140216099330832 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25490] ppid=25431 vsize=10849048 memory=588 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25490/stat : 25490 (java) S 25431 25434 23580 0 -1 1077944384 41 13457 0 0 2 0 5 3 20 0 15 0 473291581 11109425152 69063 33554432000 4194304 4196468 140733373493920 140216098278544 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25491] ppid=25431 vsize=10849048 memory=780 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25491/stat : 25491 (java) S 25431 25434 23580 0 -1 1077944384 311 13457 0 0 2 0 5 3 20 0 15 0 473291581 11109425152 69063 33554432000 4194304 4196468 140733373493920 140216097225744 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25492] ppid=25431 vsize=10849048 memory=1056 CPUtime=0.11 cores=1,3,5,7
/proc/25434/task/25492/stat : 25492 (java) S 25431 25434 23580 0 -1 1077944384 3525 13457 0 0 3 0 5 3 20 0 15 0 473291582 11109425152 69063 33554432000 4194304 4196468 140733373493920 140215797606512 140216525838978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25493] ppid=25431 vsize=10849048 memory=7518026621751088992 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25493/stat : 25493 (java) S 25431 25434 23580 0 -1 1077944384 14 13457 0 0 0 0 5 3 20 0 15 0 473291583 11109425152 69063 33554432000 4194304 4196468 140733373493920 140215515603808 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25494] ppid=25431 vsize=10849048 memory=7237402611390506577 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25494/stat : 25494 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291583 11109425152 69063 33554432000 4194304 4196468 140733373493920 140215314277504 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25495] ppid=25431 vsize=10849048 memory=5865188000529146989 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25495/stat : 25495 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291585 11109425152 69063 33554432000 4194304 4196468 140733373493920 140215073986640 140216525846427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25496] ppid=25431 vsize=10849048 memory=5787213827063244903 CPUtime=1.66 cores=1,3,5,7
/proc/25434/task/25496/stat : 25496 (java) R 25431 25434 23580 0 -1 4202560 11212 13457 0 0 156 2 5 3 20 0 15 0 473291585 11109425152 69063 33554432000 4194304 4196468 140733373493920 140215796540376 140216510748956 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25497] ppid=25431 vsize=10849048 memory=7301858164987948385 CPUtime=1.52 cores=1,3,5,7
/proc/25434/task/25497/stat : 25497 (java) R 25431 25434 23580 0 -1 4202560 4748 13457 0 0 143 1 5 3 20 0 15 0 473291586 11109425152 69063 33554432000 4194304 4196468 140733373493920 140215795501552 140216510725654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25498] ppid=25431 vsize=10849048 memory=5938114200481458240 CPUtime=1.54 cores=1,3,5,7
/proc/25434/task/25498/stat : 25498 (java) S 25431 25434 23580 0 -1 1077944384 5967 13457 0 0 144 2 5 3 20 0 15 0 473291586 11109425152 69063 33554432000 4194304 4196468 140733373493920 140215794449264 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25499] ppid=25431 vsize=10849048 memory=7811040981868898131 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25499/stat : 25499 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291586 11109425152 69063 33554432000 4194304 4196468 140733373493920 140215040429024 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25500] ppid=25431 vsize=10849048 memory=7444819964895187797 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25500/stat : 25500 (java) S 25431 25434 23580 0 -1 1077944384 10 13457 0 0 0 0 5 3 20 0 15 0 473291586 11109425152 69063 33554432000 4194304 4196468 140733373493920 140215793396144 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
Current children cumulated CPU time: 8.18 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 276252 KiB

[startup+3.80105 s]
/proc/loadavg: 2.16 1.57 1.50 5/227 25500
/proc/meminfo: memFree=5463880/32770624 swapFree=66935368/67108860
[pid=25434] ppid=25431 vsize=10849048 memory=279992 CPUtime=8.88 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 23580 0 -1 1077944320 54065 13457 0 0 860 20 5 3 20 0 15 0 473291571 11109425152 69998 33554432000 4194304 4196468 140733373493920 140733373476464 140216525827831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
/proc/25434/statm: 2712262 69998 3612 1 0 2674317 0
[pid=25434/tid=25487] ppid=25431 vsize=10849048 memory=6944656592455097440 CPUtime=3.68 cores=1,3,5,7
/proc/25434/task/25487/stat : 25487 (java) R 25431 25434 23580 0 -1 4202560 25162 13457 0 0 351 9 5 3 20 0 15 0 473291580 11109425152 69998 33554432000 4194304 4196468 140733373493920 140216497659792 140216525839766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25488] ppid=25431 vsize=10849048 memory=8546823402028195750 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25488/stat : 25488 (java) S 25431 25434 23580 0 -1 1077944384 106 13457 0 0 2 0 5 3 20 0 15 0 473291581 11109425152 69998 33554432000 4194304 4196468 140733373493920 140216530070416 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25489] ppid=25431 vsize=10849048 memory=7300704880217444433 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25489/stat : 25489 (java) S 25431 25434 23580 0 -1 1077944384 84 13457 0 0 2 0 5 3 20 0 15 0 473291581 11109425152 69998 33554432000 4194304 4196468 140733373493920 140216099330832 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25490] ppid=25431 vsize=10849048 memory=-3831251742559211316 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25490/stat : 25490 (java) S 25431 25434 23580 0 -1 1077944384 41 13457 0 0 2 0 5 3 20 0 15 0 473291581 11109425152 69998 33554432000 4194304 4196468 140733373493920 140216098278544 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25491] ppid=25431 vsize=10849048 memory=-7595718148655178334 CPUtime=0.1 cores=1,3,5,7
/proc/25434/task/25491/stat : 25491 (java) S 25431 25434 23580 0 -1 1077944384 311 13457 0 0 2 0 5 3 20 0 15 0 473291581 11109425152 69998 33554432000 4194304 4196468 140733373493920 140216097225744 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25492] ppid=25431 vsize=10849048 memory=4783210246327787616 CPUtime=0.11 cores=1,3,5,7
/proc/25434/task/25492/stat : 25492 (java) S 25431 25434 23580 0 -1 1077944384 3525 13457 0 0 3 0 5 3 20 0 15 0 473291582 11109425152 69998 33554432000 4194304 4196468 140733373493920 140215797606512 140216525838978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25493] ppid=25431 vsize=10849048 memory=3472328296227689761 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25493/stat : 25493 (java) S 25431 25434 23580 0 -1 1077944384 14 13457 0 0 0 0 5 3 20 0 15 0 473291583 11109425152 69998 33554432000 4194304 4196468 140733373493920 140215515603808 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25494] ppid=25431 vsize=10849048 memory=6944656592455360569 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25494/stat : 25494 (java) S 25431 25434 23580 0 -1 1077944384 1 13457 0 0 0 0 5 3 20 0 15 0 473291583 11109425152 69998 33554432000 4194304 4196468 140733373493920 140215314277504 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25495] ppid=25431 vsize=10849048 memory=6944656591801717918 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25495/stat : 25495 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291585 11109425152 69998 33554432000 4194304 4196468 140733373493920 140215073986640 140216525846427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25496] ppid=25431 vsize=10849048 memory=8978309881829228949 CPUtime=1.84 cores=1,3,5,7
/proc/25434/task/25496/stat : 25496 (java) R 25431 25434 23580 0 -1 4202560 11430 13457 0 0 174 2 5 3 20 0 15 0 473291585 11109425152 69998 33554432000 4194304 4196468 140733373493920 140215796554352 140216505171212 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25497] ppid=25431 vsize=10849048 memory=201688 CPUtime=1.7 cores=1,3,5,7
/proc/25434/task/25497/stat : 25497 (java) R 25431 25434 23580 0 -1 4202560 4851 13457 0 0 161 1 5 3 20 0 15 0 473291586 11109425152 69998 33554432000 4194304 4196468 140733373493920 140215795482848 140216505073737 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25498] ppid=25431 vsize=10849048 memory=280176688778304 CPUtime=1.67 cores=1,3,5,7
/proc/25434/task/25498/stat : 25498 (java) S 25431 25434 23580 0 -1 1077944384 6315 13457 0 0 157 2 5 3 20 0 15 0 473291586 11109425152 69998 33554432000 4194304 4196468 140733373493920 140215794449264 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25499] ppid=25431 vsize=10849048 memory=-7385037615208631401 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25499/stat : 25499 (java) S 25431 25434 23580 0 -1 1077944384 3 13457 0 0 0 0 5 3 20 0 15 0 473291586 11109425152 69998 33554432000 4194304 4196468 140733373493920 140215040429024 140216525838037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
[pid=25434/tid=25500] ppid=25431 vsize=10849048 memory=-7522837583061805196 CPUtime=0.08 cores=1,3,5,7
/proc/25434/task/25500/stat : 25500 (java) S 25431 25434 23580 0 -1 1077944384 10 13457 0 0 0 0 5 3 20 0 15 0 473291586 11109425152 69998 33554432000 4194304 4196468 140733373493920 140215793396144 140216525838978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35561472 140733373500144 140733373502661 140733373502661 140733373505487 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 279992 KiB

[startup+3.90277 s]*
/proc/loadavg: 2.16 1.57 1.50 3/212 25501
/proc/meminfo: memFree=5693016/32770624 swapFree=66935368/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 3.91232
CPU time (s): 9.18548
CPU user time (s): 8.93755
CPU system time (s): 0.247927
CPU usage (%): 234.783
Max. virtual memory (cumulated for all children) (KiB): 10851712
Max. memory (cumulated for all children) (KiB): 279992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.93755
system time used= 0.247927
maximum resident set size= 301128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67809
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= 6789
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 25434
#   total CPU time (s): 9.18548
#   total CPU user time (s): 8.93755
#   total CPU system time (s): 0.247927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04523 second user time and 0.086149 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-20 11:58:15
IDJOB=4402862
IDBENCH=126824
IDSOLVER=2861
FILE ID=node141/4402862-1568973537
RUNJOBID= node141-1568967594-23612
PBS_JOBID= 21704616
Free space on /tmp= 22816 MiB

SOLVER NAME= Concrete 3.12.3
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-4402862-1568973537/watcher-4402862-1568973537 -o /tmp/evaluation-result-4402862-1568973537/solver-4402862-1568973537 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=122441839 HOME/instance-4402862-1568973537.xml

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

MD5SUM BENCH= 01f589e6e1c012d02af2fd4c44442f0f
RANDOM SEED=122441839

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:         5685344 kB
MemAvailable:   31347240 kB
Buffers:          110852 kB
Cached:         25785184 kB
SwapCached:        62420 kB
Active:         13369404 kB
Inactive:       13039472 kB
Active(anon):     450472 kB
Inactive(anon):   106672 kB
Active(file):   12918932 kB
Inactive(file): 12932800 kB
Unevictable:      110264 kB
Mlocked:          110264 kB
SwapTotal:      67108860 kB
SwapFree:       66935368 kB
Dirty:             35820 kB
Writeback:             0 kB
AnonPages:        561264 kB
Mapped:            61544 kB
Shmem:             35164 kB
Slab:             267808 kB
SReclaimable:     238624 kB
SUnreclaim:        29184 kB
KernelStack:        3712 kB
PageTables:         8740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1486352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22780 MiB
End job on node141 at 2019-09-20 11:58:19