Trace number 4387320

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.10OPT2 11.2492 4.60459

General information on the benchmark

NameRamsey/Ramsey-m1-s1/
Ramsey-13.xml
MD5SUMdac12cc2d7c8406352143d9a44a7b315
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.027086
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.71/0.55	c Concrete v3.10.1560635388952 running
7.64/3.49	o 77
8.29/3.64	o 76
8.60/3.73	o 75
8.60/3.79	o 74
8.95/3.85	o 73
8.95/3.88	o 72
9.27/3.91	o 71
9.27/3.94	o 70
9.27/3.95	o 69
9.27/3.97	o 68
9.27/3.99	o 67
9.60/4.01	o 66
9.60/4.02	o 65
9.60/4.04	o 64
9.60/4.05	o 63
9.60/4.06	o 62
9.60/4.08	o 3
10.96/4.56	o 2
10.96/4.58	v <instantiation
10.96/4.58	v         cost = '2'>
10.96/4.58	v       <list>
10.96/4.58	v         x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][9] x[8][10] x[8][11] x[8][12] x[9][10] x[9][11] x[9][12] x[10][11] x[10][12] x[11][12]
10.96/4.58	v       </list>
10.96/4.58	v       <values>
10.96/4.58	v         1 2 1 0 1 2 2 0 0 0 2 2 2 2 1 2 1 1 1 0 2 0 0 1 2 1 1 1 1 0 0 0 0 1 0 2 0 2 0 0 2 0 0 2 0 2 2 1 2 0 2 2 0 1 1 2 2 0 0 0 0 1 0 2 1 2 0 1 1 1 0 2 2 1 2 2 1 1
10.96/4.58	v       </values>
10.96/4.58	v     </instantiation>
10.96/4.58	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387320-1568298876/watcher-4387320-1568298876 -o /tmp/evaluation-result-4387320-1568298876/solver-4387320-1568298876 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=438268274 HOME/instance-4387320-1568298876.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=8095, runsolver pid=8092

[startup+0.100097 s]*
/proc/loadavg: 1.46 1.42 1.45 3/218 8152
/proc/meminfo: memFree=20982292/32770624 swapFree=66952812/67108860
[pid=8095] ppid=8092 vsize=9972712 memory=16816 CPUtime=0.08 cores=0,2,4,6
/proc/8095/stat : 8095 (java) S 8092 8095 2339 0 -1 1077944320 4485 13052 0 0 1 0 5 2 20 0 6 0 405829552 10212057088 4204 33554432000 4194304 4196468 140730896475936 140730896458480 140720078798583 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
/proc/8095/statm: 2493178 4204 1935 1 0 2481616 0
[pid=8095/tid=8148] ppid=8092 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/8095/task/8148/stat : 8148 (java) R 8092 8095 2339 0 -1 4202560 2292 13052 0 0 1 0 5 2 20 0 6 0 405829561 10212057088 4270 33554432000 4194304 4196468 140730896475936 140720050635344 140720060192317 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8149] ppid=8092 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8149/stat : 8149 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 6 0 405829562 10212057088 4270 33554432000 4194304 4196468 140730896475936 140720083040528 140720078808789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8150] ppid=8092 vsize=9972712 memory=140313341163136 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8150/stat : 8150 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 6 0 405829562 10212057088 4270 33554432000 4194304 4196468 140730896475936 140719981930896 140720078808789 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8151] ppid=8092 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8151/stat : 8151 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 6 0 405829562 10212057088 4270 33554432000 4194304 4196468 140730896475936 140719980878352 140720078808789 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8152] ppid=8092 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8152/stat : 8152 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 6 0 405829562 10212057088 4270 33554432000 4194304 4196468 140730896475936 140719979825808 140720078808789 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210242 s]*
/proc/loadavg: 1.46 1.42 1.45 3/227 8161
/proc/meminfo: memFree=20960496/32770624 swapFree=66952812/67108860
[pid=8095] ppid=8092 vsize=10818932 memory=40732 CPUtime=0.24 cores=0,2,4,6
/proc/8095/stat : 8095 (java) S 8092 8095 2339 0 -1 1077944320 6960 13052 0 0 16 1 5 2 20 0 15 0 405829552 11078586368 10183 33554432000 4194304 4196468 140730896475936 140730896458480 140720078798583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
/proc/8095/statm: 2704733 10183 2979 1 0 2667149 0
[pid=8095/tid=8148] ppid=8092 vsize=10818940 memory=7822038051842263955 CPUtime=0.17 cores=0,2,4,6
/proc/8095/task/8148/stat : 8148 (java) R 8092 8095 2339 0 -1 4202560 3499 13052 0 0 10 0 5 2 20 0 15 0 405829561 11078594560 10183 33554432000 4194304 4196468 140730896475936 140720050615696 140720078820509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8149] ppid=8092 vsize=10818940 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8149/stat : 8149 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 405829562 11078594560 10183 33554432000 4194304 4196468 140730896475936 140720083040528 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8150] ppid=8092 vsize=10818940 memory=140313341163136 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8150/stat : 8150 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829562 11078594560 10183 33554432000 4194304 4196468 140730896475936 140719981930896 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8151] ppid=8092 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8151/stat : 8151 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829562 11078594560 10183 33554432000 4194304 4196468 140730896475936 140719980878352 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8152] ppid=8092 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8152/stat : 8152 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 405829562 11078594560 10183 33554432000 4194304 4196468 140730896475936 140719979825808 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8153] ppid=8092 vsize=10818940 memory=140313341163136 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8153/stat : 8153 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 405829563 11078594560 10183 33554432000 4194304 4196468 140730896475936 140719537547760 140720078809730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8154] ppid=8092 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8154/stat : 8154 (java) S 8092 8095 2339 0 -1 1077944384 13 13052 0 0 0 0 5 2 20 0 15 0 405829564 11078594560 10183 33554432000 4194304 4196468 140730896475936 140718966302112 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8155] ppid=8092 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8155/stat : 8155 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829564 11078594560 10183 33554432000 4194304 4196468 140730896475936 140718832084464 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8156] ppid=8092 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8156/stat : 8156 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11078594560 10183 33554432000 4194304 4196468 140730896475936 140718591793872 140720078817179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8157] ppid=8092 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8095/task/8157/stat : 8157 (java) S 8092 8095 2339 0 -1 1077944384 346 13052 0 0 1 0 5 2 20 0 15 0 405829567 11078594560 10183 33554432000 4194304 4196468 140730896475936 140719536494576 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8158] ppid=8092 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8095/task/8158/stat : 8158 (java) S 8092 8095 2339 0 -1 1077944384 270 13052 0 0 1 0 5 2 20 0 15 0 405829567 11078594560 10183 33554432000 4194304 4196468 140730896475936 140719535442032 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8159] ppid=8092 vsize=10818940 memory=140313341163136 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8159/stat : 8159 (java) S 8092 8095 2339 0 -1 1077944384 610 13052 0 0 3 0 5 2 20 0 15 0 405829567 11078594560 10183 33554432000 4194304 4196468 140730896475936 140719534389488 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8160] ppid=8092 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8160/stat : 8160 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11078594560 10183 33554432000 4194304 4196468 140730896475936 140718558235232 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8161] ppid=8092 vsize=10818940 memory=140313341163136 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8161/stat : 8161 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829567 11078594560 10183 33554432000 4194304 4196468 140730896475936 140719533337392 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818932 KiB
Current children cumulated memory: 40732 KiB

[startup+0.310379 s]*
/proc/loadavg: 1.46 1.42 1.45 5/227 8161
/proc/meminfo: memFree=20949856/32770624 swapFree=66952812/67108860
[pid=8095] ppid=8092 vsize=10819160 memory=49556 CPUtime=0.38 cores=0,2,4,6
/proc/8095/stat : 8095 (java) S 8092 8095 2339 0 -1 1077944320 10546 13052 0 0 28 3 5 2 20 0 15 0 405829552 11078819840 12389 33554432000 4194304 4196468 140730896475936 140730896458480 140720078798583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
/proc/8095/statm: 2704790 12389 3045 1 0 2667149 0
[pid=8095/tid=8148] ppid=8092 vsize=10819236 memory=8317482817917895235 CPUtime=0.27 cores=0,2,4,6
/proc/8095/task/8148/stat : 8148 (java) R 8092 8095 2339 0 -1 4202560 7088 13052 0 0 18 2 5 2 20 0 15 0 405829561 11078897664 12389 33554432000 4194304 4196468 140730896475936 140720050597840 140720001874917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8149] ppid=8092 vsize=10819236 memory=7230639627187610984 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8149/stat : 8149 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 405829562 11078897664 12389 33554432000 4194304 4196468 140730896475936 140720083040528 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8150] ppid=8092 vsize=10819236 memory=5788339726952981056 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8150/stat : 8150 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829562 11078897664 12389 33554432000 4194304 4196468 140730896475936 140719981930896 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8151] ppid=8092 vsize=10819236 memory=7019607401233598152 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8151/stat : 8151 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829562 11078897664 12389 33554432000 4194304 4196468 140730896475936 140719980878352 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8152] ppid=8092 vsize=10819248 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8152/stat : 8152 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 405829562 11078909952 12389 33554432000 4194304 4196468 140730896475936 140719979825808 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8153] ppid=8092 vsize=10819248 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8153/stat : 8153 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 405829563 11078909952 12389 33554432000 4194304 4196468 140730896475936 140719537547760 140720078809730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8154] ppid=8092 vsize=10819248 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8154/stat : 8154 (java) S 8092 8095 2339 0 -1 1077944384 13 13052 0 0 0 0 5 2 20 0 15 0 405829564 11078909952 12389 33554432000 4194304 4196468 140730896475936 140718966302112 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8155] ppid=8092 vsize=10819248 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8155/stat : 8155 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829564 11078909952 12389 33554432000 4194304 4196468 140730896475936 140718832084464 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8156] ppid=8092 vsize=10819248 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8156/stat : 8156 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11078909952 12389 33554432000 4194304 4196468 140730896475936 140718591793872 140720078817179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8157] ppid=8092 vsize=10819288 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8095/task/8157/stat : 8157 (java) S 8092 8095 2339 0 -1 1077944384 346 13052 0 0 1 0 5 2 20 0 15 0 405829567 11078950912 12389 33554432000 4194304 4196468 140730896475936 140719536494576 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8158] ppid=8092 vsize=10819288 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8095/task/8158/stat : 8158 (java) S 8092 8095 2339 0 -1 1077944384 272 13052 0 0 1 0 5 2 20 0 15 0 405829567 11078950912 12389 33554432000 4194304 4196468 140730896475936 140719535442032 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8159] ppid=8092 vsize=10819288 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8095/task/8159/stat : 8159 (java) S 8092 8095 2339 0 -1 1077944384 620 13052 0 0 5 0 5 2 20 0 15 0 405829567 11078950912 12389 33554432000 4194304 4196468 140730896475936 140719534389488 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8160] ppid=8092 vsize=10819288 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8160/stat : 8160 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11078950912 12389 33554432000 4194304 4196468 140730896475936 140718558235232 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8161] ppid=8092 vsize=10819288 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8161/stat : 8161 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829567 11078950912 12389 33554432000 4194304 4196468 140730896475936 140719533337392 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819160 KiB
Current children cumulated memory: 49556 KiB

[startup+0.700711 s]
/proc/loadavg: 1.46 1.42 1.45 5/227 8161
/proc/meminfo: memFree=20936568/32770624 swapFree=66952812/67108860
[pid=8095] ppid=8092 vsize=10824340 memory=82524 CPUtime=1.13 cores=0,2,4,6
/proc/8095/stat : 8095 (java) S 8092 8095 2339 0 -1 1077944320 14817 13052 0 0 100 6 5 2 20 0 15 0 405829552 11084124160 20631 33554432000 4194304 4196468 140730896475936 140730896458480 140720078798583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
/proc/8095/statm: 2706085 20631 3507 1 0 2668173 0
[pid=8095/tid=8148] ppid=8092 vsize=10824340 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/8095/task/8148/stat : 8148 (java) R 8092 8095 2339 0 -1 4202560 10517 13052 0 0 54 5 5 2 20 0 15 0 405829561 11084124160 20631 33554432000 4194304 4196468 140730896475936 140720050611776 140720078820509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8149] ppid=8092 vsize=10824340 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8149/stat : 8149 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 405829562 11084124160 20631 33554432000 4194304 4196468 140730896475936 140720083040528 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8150] ppid=8092 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8150/stat : 8150 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829562 11084124160 20631 33554432000 4194304 4196468 140730896475936 140719981930896 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8151] ppid=8092 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8151/stat : 8151 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829562 11084124160 20631 33554432000 4194304 4196468 140730896475936 140719980878352 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8152] ppid=8092 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8152/stat : 8152 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 405829562 11084124160 20631 33554432000 4194304 4196468 140730896475936 140719979825808 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8153] ppid=8092 vsize=10824340 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8153/stat : 8153 (java) S 8092 8095 2339 0 -1 1077944384 5 13052 0 0 0 0 5 2 20 0 15 0 405829563 11084124160 20631 33554432000 4194304 4196468 140730896475936 140719537547760 140720078809730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8154] ppid=8092 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8154/stat : 8154 (java) S 8092 8095 2339 0 -1 1077944384 13 13052 0 0 0 0 5 2 20 0 15 0 405829564 11084124160 20631 33554432000 4194304 4196468 140730896475936 140718966302112 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8155] ppid=8092 vsize=10824340 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8155/stat : 8155 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829564 11084124160 20631 33554432000 4194304 4196468 140730896475936 140718832084464 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8156] ppid=8092 vsize=10824340 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8156/stat : 8156 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11084124160 20631 33554432000 4194304 4196468 140730896475936 140718591793872 140720078817179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8157] ppid=8092 vsize=10824340 memory=140313226151824 CPUtime=0.19 cores=0,2,4,6
/proc/8095/task/8157/stat : 8157 (java) S 8092 8095 2339 0 -1 1077944384 569 13052 0 0 12 0 5 2 20 0 15 0 405829567 11084124160 20631 33554432000 4194304 4196468 140730896475936 140719536494576 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8158] ppid=8092 vsize=10824340 memory=24964 CPUtime=0.22 cores=0,2,4,6
/proc/8095/task/8158/stat : 8158 (java) S 8092 8095 2339 0 -1 1077944384 677 13052 0 0 15 0 5 2 20 0 15 0 405829567 11084124160 20631 33554432000 4194304 4196468 140730896475936 140719535442032 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8159] ppid=8092 vsize=10824340 memory=2244 CPUtime=0.24 cores=0,2,4,6
/proc/8095/task/8159/stat : 8159 (java) S 8092 8095 2339 0 -1 1077944384 812 13052 0 0 17 0 5 2 20 0 15 0 405829567 11084124160 20631 33554432000 4194304 4196468 140730896475936 140719534389488 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8160] ppid=8092 vsize=10824340 memory=140313226149232 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8160/stat : 8160 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11084124160 20631 33554432000 4194304 4196468 140730896475936 140718558235232 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8161] ppid=8092 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8161/stat : 8161 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829567 11084124160 20631 33554432000 4194304 4196468 140730896475936 140719533337392 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82524 KiB

[startup+1.50079 s]
/proc/loadavg: 1.35 1.40 1.44 3/227 8161
/proc/meminfo: memFree=20894184/32770624 swapFree=66952812/67108860
[pid=8095] ppid=8092 vsize=10834656 memory=169884 CPUtime=2.47 cores=0,2,4,6
/proc/8095/stat : 8095 (java) S 8092 8095 2339 0 -1 1077944320 21341 13052 0 0 228 12 5 2 20 0 15 0 405829552 11094687744 42471 33554432000 4194304 4196468 140730896475936 140730896458480 140720078798583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
/proc/8095/statm: 2708664 42471 3574 1 0 2670733 0
[pid=8095/tid=8148] ppid=8092 vsize=10834656 memory=20 CPUtime=1.43 cores=0,2,4,6
/proc/8095/task/8148/stat : 8148 (java) R 8092 8095 2339 0 -1 4202560 15280 13052 0 0 128 8 5 2 20 0 15 0 405829561 11094687744 42471 33554432000 4194304 4196468 140730896475936 140720050593392 140720062879070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8149] ppid=8092 vsize=10834656 memory=29 CPUtime=0.08 cores=0,2,4,6
/proc/8095/task/8149/stat : 8149 (java) S 8092 8095 2339 0 -1 1077944384 83 13052 0 0 1 0 5 2 20 0 15 0 405829562 11094687744 42471 33554432000 4194304 4196468 140730896475936 140720083040528 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8150] ppid=8092 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8150/stat : 8150 (java) S 8092 8095 2339 0 -1 1077944384 21 13052 0 0 0 0 5 2 20 0 15 0 405829562 11094687744 42471 33554432000 4194304 4196468 140730896475936 140719981930896 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8151] ppid=8092 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8095/task/8151/stat : 8151 (java) S 8092 8095 2339 0 -1 1077944384 316 13052 0 0 1 0 5 2 20 0 15 0 405829562 11094687744 42471 33554432000 4194304 4196468 140730896475936 140719980878352 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8152] ppid=8092 vsize=10834656 memory=96056 CPUtime=0.08 cores=0,2,4,6
/proc/8095/task/8152/stat : 8152 (java) S 8092 8095 2339 0 -1 1077944384 54 13052 0 0 1 0 5 2 20 0 15 0 405829562 11094687744 42471 33554432000 4194304 4196468 140730896475936 140719979825808 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8153] ppid=8092 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8095/task/8153/stat : 8153 (java) S 8092 8095 2339 0 -1 1077944384 119 13052 0 0 1 0 5 2 20 0 15 0 405829563 11094687744 42471 33554432000 4194304 4196468 140730896475936 140719537547760 140720078809730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8154] ppid=8092 vsize=10834656 memory=7014751519734256483 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8154/stat : 8154 (java) S 8092 8095 2339 0 -1 1077944384 13 13052 0 0 0 0 5 2 20 0 15 0 405829564 11094687744 42471 33554432000 4194304 4196468 140730896475936 140718966302176 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8155] ppid=8092 vsize=10834656 memory=7302981943231407705 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8155/stat : 8155 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 405829564 11094687744 42471 33554432000 4194304 4196468 140730896475936 140718832084480 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8156] ppid=8092 vsize=10834656 memory=7668057225484134255 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8156/stat : 8156 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11094687744 42471 33554432000 4194304 4196468 140730896475936 140718591793872 140720078817179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8157] ppid=8092 vsize=10834656 memory=7011348500760778328 CPUtime=0.33 cores=0,2,4,6
/proc/8095/task/8157/stat : 8157 (java) S 8092 8095 2339 0 -1 1077944384 745 13052 0 0 26 0 5 2 20 0 15 0 405829567 11094687744 42471 33554432000 4194304 4196468 140730896475936 140719536494576 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8158] ppid=8092 vsize=10834656 memory=7523080028883020392 CPUtime=0.31 cores=0,2,4,6
/proc/8095/task/8158/stat : 8158 (java) S 8092 8095 2339 0 -1 1077944384 934 13052 0 0 24 0 5 2 20 0 15 0 405829567 11094687744 42471 33554432000 4194304 4196468 140730896475936 140719535442032 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8159] ppid=8092 vsize=10834656 memory=7014751519734256483 CPUtime=0.49 cores=0,2,4,6
/proc/8095/task/8159/stat : 8159 (java) S 8092 8095 2339 0 -1 1077944384 1558 13052 0 0 42 0 5 2 20 0 15 0 405829567 11094687744 42471 33554432000 4194304 4196468 140730896475936 140719534389488 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8160] ppid=8092 vsize=10834656 memory=7014751519734256483 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8160/stat : 8160 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11094687744 42471 33554432000 4194304 4196468 140730896475936 140718558235232 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8161] ppid=8092 vsize=10834656 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8161/stat : 8161 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829567 11094687744 42471 33554432000 4194304 4196468 140730896475936 140719533337392 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834656 KiB

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

[startup+4.60452 s]
# the end of solver process 8095 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.9863 s, system=0.262885 s

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

[startup+3.20094 s]
/proc/loadavg: 1.35 1.40 1.44 4/227 8161
/proc/meminfo: memFree=20755060/32770624 swapFree=66952812/67108860
[pid=8095] ppid=8092 vsize=10844916 memory=251112 CPUtime=7.03 cores=0,2,4,6
/proc/8095/stat : 8095 (java) S 8092 8095 2339 0 -1 1077944320 36418 13052 0 0 677 19 5 2 20 0 15 0 405829552 11105193984 62778 33554432000 4194304 4196468 140730896475936 140730896458480 140720078798583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
/proc/8095/statm: 2711229 62778 3606 1 0 2673293 0
[pid=8095/tid=8148] ppid=8092 vsize=10844916 memory=0 CPUtime=3.06 cores=0,2,4,6
/proc/8095/task/8148/stat : 8148 (java) R 8092 8095 2339 0 -1 4202560 20118 13052 0 0 289 10 5 2 20 0 15 0 405829561 11105193984 62778 33554432000 4194304 4196468 140730896475936 140720050626560 140720060204854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8149] ppid=8092 vsize=10844916 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8149/stat : 8149 (java) S 8092 8095 2339 0 -1 1077944384 97 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 62778 33554432000 4194304 4196468 140730896475936 140720083040528 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8150] ppid=8092 vsize=10844916 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8150/stat : 8150 (java) S 8092 8095 2339 0 -1 1077944384 32 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 62778 33554432000 4194304 4196468 140730896475936 140719981930896 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8151] ppid=8092 vsize=10844916 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8151/stat : 8151 (java) S 8092 8095 2339 0 -1 1077944384 356 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 62778 33554432000 4194304 4196468 140730896475936 140719980878352 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8152] ppid=8092 vsize=10844916 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8152/stat : 8152 (java) S 8092 8095 2339 0 -1 1077944384 78 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 62778 33554432000 4194304 4196468 140730896475936 140719979825808 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8153] ppid=8092 vsize=10844916 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8153/stat : 8153 (java) S 8092 8095 2339 0 -1 1077944384 1469 13052 0 0 3 0 5 2 20 0 15 0 405829563 11105193984 62778 33554432000 4194304 4196468 140730896475936 140719537547760 140720078809730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8154] ppid=8092 vsize=10844916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8154/stat : 8154 (java) S 8092 8095 2339 0 -1 1077944384 13 13052 0 0 0 0 5 2 20 0 15 0 405829564 11105193984 62778 33554432000 4194304 4196468 140730896475936 140718966302176 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8155] ppid=8092 vsize=10844916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8155/stat : 8155 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 405829564 11105193984 62778 33554432000 4194304 4196468 140730896475936 140718832084480 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8156] ppid=8092 vsize=10844916 memory=280626452413728 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8156/stat : 8156 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 62778 33554432000 4194304 4196468 140730896475936 140718591793872 140720078817179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8157] ppid=8092 vsize=10844916 memory=6944656592387989600 CPUtime=1.15 cores=0,2,4,6
/proc/8095/task/8157/stat : 8157 (java) R 8092 8095 2339 0 -1 4202560 2471 13052 0 0 108 0 5 2 20 0 15 0 405829567 11105193984 62778 33554432000 4194304 4196468 140730896475936 140719536481376 140720058290907 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8158] ppid=8092 vsize=10844916 memory=6943526294502006880 CPUtime=1.37 cores=0,2,4,6
/proc/8095/task/8158/stat : 8158 (java) R 8092 8095 2339 0 -1 4202560 4016 13052 0 0 129 1 5 2 20 0 15 0 405829567 11105193984 62778 33554432000 4194304 4196468 140730896475936 140719535424192 140720057969601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8159] ppid=8092 vsize=10844916 memory=-2748367524519556131 CPUtime=1.38 cores=0,2,4,6
/proc/8095/task/8159/stat : 8159 (java) R 8092 8095 2339 0 -1 1077944384 5605 13052 0 0 130 1 5 2 20 0 15 0 405829567 11105193984 62778 33554432000 4194304 4196468 140730896475936 140719534389488 140720078809730 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8160] ppid=8092 vsize=10844916 memory=-6876588627878687573 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8160/stat : 8160 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 62778 33554432000 4194304 4196468 140730896475936 140718558235232 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8161] ppid=8092 vsize=10844916 memory=-7384994778349281184 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8161/stat : 8161 (java) S 8092 8095 2339 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 62778 33554432000 4194304 4196468 140730896475936 140719533337392 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
Current children cumulated CPU time: 7.03 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 251112 KiB

[startup+4.00126 s]*
/proc/loadavg: 1.35 1.40 1.44 5/227 8161
/proc/meminfo: memFree=20690432/32770624 swapFree=66952812/67108860
[pid=8095] ppid=8092 vsize=10844916 memory=314172 CPUtime=9.6 cores=0,2,4,6
/proc/8095/stat : 8095 (java) S 8092 8095 2339 0 -1 1077944320 50736 13052 0 0 932 21 5 2 20 0 15 0 405829552 11105193984 78543 33554432000 4194304 4196468 140730896475936 140730896458480 140720078798583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
/proc/8095/statm: 2711229 78543 3611 1 0 2673293 0
[pid=8095/tid=8148] ppid=8092 vsize=10844916 memory=734139726812938545 CPUtime=3.86 cores=0,2,4,6
/proc/8095/task/8148/stat : 8148 (java) R 8092 8095 2339 0 -1 4202560 22282 13052 0 0 368 11 5 2 20 0 15 0 405829561 11105193984 78543 33554432000 4194304 4196468 140730896475936 140720050631320 140719663439914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8149] ppid=8092 vsize=10844916 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8149/stat : 8149 (java) S 8092 8095 2339 0 -1 1077944384 97 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 78543 33554432000 4194304 4196468 140730896475936 140720083040528 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8150] ppid=8092 vsize=10844916 memory=15960319492847256 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8150/stat : 8150 (java) S 8092 8095 2339 0 -1 1077944384 32 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 78543 33554432000 4194304 4196468 140730896475936 140719981930896 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8151] ppid=8092 vsize=10844916 memory=-7161732098441943118 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8151/stat : 8151 (java) S 8092 8095 2339 0 -1 1077944384 356 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 78543 33554432000 4194304 4196468 140730896475936 140719980878352 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8152] ppid=8092 vsize=10844916 memory=6944656592387989600 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8152/stat : 8152 (java) S 8092 8095 2339 0 -1 1077944384 78 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 78543 33554432000 4194304 4196468 140730896475936 140719979825808 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8153] ppid=8092 vsize=10844916 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8153/stat : 8153 (java) S 8092 8095 2339 0 -1 1077944384 2663 13052 0 0 3 0 5 2 20 0 15 0 405829563 11105193984 78543 33554432000 4194304 4196468 140730896475936 140719537547760 140720078809730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8154] ppid=8092 vsize=10844916 memory=3471202396320837679 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8154/stat : 8154 (java) S 8092 8095 2339 0 -1 1077944384 13 13052 0 0 0 0 5 2 20 0 15 0 405829564 11105193984 78543 33554432000 4194304 4196468 140730896475936 140718966302176 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8155] ppid=8092 vsize=10844916 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8155/stat : 8155 (java) S 8092 8095 2339 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 405829564 11105193984 78543 33554432000 4194304 4196468 140730896475936 140718832084480 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8156] ppid=8092 vsize=10844916 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8156/stat : 8156 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 78543 33554432000 4194304 4196468 140730896475936 140718591793872 140720078817179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8157] ppid=8092 vsize=10844916 memory=0 CPUtime=1.97 cores=0,2,4,6
/proc/8095/task/8157/stat : 8157 (java) R 8092 8095 2339 0 -1 4202560 5719 13052 0 0 189 1 5 2 20 0 15 0 405829567 11105193984 78543 33554432000 4194304 4196468 140730896475936 140719536485232 140720058044772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8158] ppid=8092 vsize=10844916 memory=4715375750422095461 CPUtime=2.18 cores=0,2,4,6
/proc/8095/task/8158/stat : 8158 (java) R 8092 8095 2339 0 -1 4202560 10066 13052 0 0 209 2 5 2 20 0 15 0 405829567 11105193984 78543 33554432000 4194304 4196468 140730896475936 140719535421440 140720071905203 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8159] ppid=8092 vsize=10844916 memory=3472468609568843440 CPUtime=1.55 cores=0,2,4,6
/proc/8095/task/8159/stat : 8159 (java) R 8092 8095 2339 0 -1 1077944384 7204 13052 0 0 146 2 5 2 20 0 15 0 405829567 11105193984 78543 33554432000 4194304 4196468 140730896475936 140719534389488 140720078809730 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8160] ppid=8092 vsize=10844916 memory=8101253777369420553 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8160/stat : 8160 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 78543 33554432000 4194304 4196468 140730896475936 140718558235232 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8161] ppid=8092 vsize=10844916 memory=7162362398967047856 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8161/stat : 8161 (java) S 8092 8095 2339 0 -1 1077944384 8 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 78543 33554432000 4194304 4196468 140730896475936 140719533337392 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
Current children cumulated CPU time: 9.6 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 314172 KiB

[startup+4.40126 s]
/proc/loadavg: 1.35 1.40 1.44 5/227 8161
/proc/meminfo: memFree=20690432/32770624 swapFree=66952812/67108860
[pid=8095] ppid=8092 vsize=10844916 memory=326612 CPUtime=10.66 cores=0,2,4,6
/proc/8095/stat : 8095 (java) S 8092 8095 2339 0 -1 1077944320 52199 13052 0 0 1037 22 5 2 20 0 15 0 405829552 11105193984 81598 33554432000 4194304 4196468 140730896475936 140730896458480 140720078798583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
/proc/8095/statm: 2711229 81653 3613 1 0 2673293 0
[pid=8095/tid=8148] ppid=8092 vsize=10844916 memory=2492 CPUtime=4.24 cores=0,2,4,6
/proc/8095/task/8148/stat : 8148 (java) R 8092 8095 2339 0 -1 4202560 22323 13052 0 0 406 11 5 2 20 0 15 0 405829561 11105193984 81653 33554432000 4194304 4196468 140730896475936 140720050633912 140719654319489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8149] ppid=8092 vsize=10844916 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8149/stat : 8149 (java) S 8092 8095 2339 0 -1 1077944384 114 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 81653 33554432000 4194304 4196468 140730896475936 140720083040528 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8150] ppid=8092 vsize=10844916 memory=8996 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8150/stat : 8150 (java) S 8092 8095 2339 0 -1 1077944384 38 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 81653 33554432000 4194304 4196468 140730896475936 140719981930896 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8151] ppid=8092 vsize=10844916 memory=8112282956445269571 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8151/stat : 8151 (java) S 8092 8095 2339 0 -1 1077944384 527 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 81653 33554432000 4194304 4196468 140730896475936 140719980878352 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8152] ppid=8092 vsize=10844916 memory=1984 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8152/stat : 8152 (java) S 8092 8095 2339 0 -1 1077944384 92 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 81653 33554432000 4194304 4196468 140730896475936 140719979825808 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8153] ppid=8092 vsize=10844916 memory=2492 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8153/stat : 8153 (java) S 8092 8095 2339 0 -1 1077944384 2716 13052 0 0 3 0 5 2 20 0 15 0 405829563 11105193984 81653 33554432000 4194304 4196468 140730896475936 140719537547760 140720078809730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8154] ppid=8092 vsize=10844916 memory=1764 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8154/stat : 8154 (java) S 8092 8095 2339 0 -1 1077944384 19 13052 0 0 0 0 5 2 20 0 15 0 405829564 11105193984 81653 33554432000 4194304 4196468 140730896475936 140718966302176 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8155] ppid=8092 vsize=10844916 memory=1808 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8155/stat : 8155 (java) S 8092 8095 2339 0 -1 1077944384 9 13052 0 0 0 0 5 2 20 0 15 0 405829564 11105193984 81653 33554432000 4194304 4196468 140730896475936 140718832084480 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8156] ppid=8092 vsize=10844916 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8156/stat : 8156 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 81653 33554432000 4194304 4196468 140730896475936 140718591793872 140720078817179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8157] ppid=8092 vsize=10844916 memory=3848 CPUtime=2.21 cores=0,2,4,6
/proc/8095/task/8157/stat : 8157 (java) R 8092 8095 2339 0 -1 4202560 5954 13052 0 0 213 1 5 2 20 0 15 0 405829567 11105193984 81653 33554432000 4194304 4196468 140730896475936 140719536494576 140720059500247 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8158] ppid=8092 vsize=10844916 memory=111636 CPUtime=2.47 cores=0,2,4,6
/proc/8095/task/8158/stat : 8158 (java) R 8092 8095 2339 0 -1 4202560 10330 13052 0 0 238 2 5 2 20 0 15 0 405829567 11105193984 81653 33554432000 4194304 4196468 140730896475936 140719535426224 140720057976088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8159] ppid=8092 vsize=10844916 memory=804 CPUtime=1.68 cores=0,2,4,6
/proc/8095/task/8159/stat : 8159 (java) R 8092 8095 2339 0 -1 1077944384 7855 13052 0 0 159 2 5 2 20 0 15 0 405829567 11105193984 81653 33554432000 4194304 4196468 140730896475936 140719534389488 140720078809730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8160] ppid=8092 vsize=10844916 memory=2600 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8160/stat : 8160 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 81653 33554432000 4194304 4196468 140730896475936 140718558235232 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8161] ppid=8092 vsize=10844916 memory=2944 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8161/stat : 8161 (java) S 8092 8095 2339 0 -1 1077944384 9 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 81653 33554432000 4194304 4196468 140730896475936 140719533337392 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
Current children cumulated CPU time: 10.66 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 326612 KiB

[startup+4.50067 s]
/proc/loadavg: 1.35 1.40 1.44 5/227 8161
/proc/meminfo: memFree=20690432/32770624 swapFree=66952812/67108860
[pid=8095] ppid=8092 vsize=10844916 memory=327648 CPUtime=10.96 cores=0,2,4,6
/proc/8095/stat : 8095 (java) S 8092 8095 2339 0 -1 1077944320 52496 13052 0 0 1067 22 5 2 20 0 15 0 405829552 11105193984 81912 33554432000 4194304 4196468 140730896475936 140730896458480 140720078798583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
/proc/8095/statm: 2711229 81912 3613 1 0 2673293 0
[pid=8095/tid=8148] ppid=8092 vsize=10844916 memory=326056 CPUtime=4.34 cores=0,2,4,6
/proc/8095/task/8148/stat : 8148 (java) R 8092 8095 2339 0 -1 4202560 22323 13052 0 0 416 11 5 2 20 0 15 0 405829561 11105193984 81912 33554432000 4194304 4196468 140730896475936 140720050633912 140719669640807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8149] ppid=8092 vsize=10844916 memory=7 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8149/stat : 8149 (java) S 8092 8095 2339 0 -1 1077944384 114 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 81912 33554432000 4194304 4196468 140730896475936 140720083040528 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8150] ppid=8092 vsize=10844916 memory=7306916055891837008 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8150/stat : 8150 (java) S 8092 8095 2339 0 -1 1077944384 38 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 81912 33554432000 4194304 4196468 140730896475936 140719981930896 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8151] ppid=8092 vsize=10844916 memory=7 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8151/stat : 8151 (java) S 8092 8095 2339 0 -1 1077944384 527 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 81912 33554432000 4194304 4196468 140730896475936 140719980878352 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8152] ppid=8092 vsize=10844916 memory=7 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8152/stat : 8152 (java) S 8092 8095 2339 0 -1 1077944384 92 13052 0 0 3 0 5 2 20 0 15 0 405829562 11105193984 81912 33554432000 4194304 4196468 140730896475936 140719979825808 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8153] ppid=8092 vsize=10844916 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8095/task/8153/stat : 8153 (java) S 8092 8095 2339 0 -1 1077944384 2716 13052 0 0 3 0 5 2 20 0 15 0 405829563 11105193984 81912 33554432000 4194304 4196468 140730896475936 140719537547760 140720078809730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8154] ppid=8092 vsize=10844916 memory=8303054830060986464 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8154/stat : 8154 (java) S 8092 8095 2339 0 -1 1077944384 19 13052 0 0 0 0 5 2 20 0 15 0 405829564 11105193984 81912 33554432000 4194304 4196468 140730896475936 140718966302176 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8155] ppid=8092 vsize=10844916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8155/stat : 8155 (java) S 8092 8095 2339 0 -1 1077944384 9 13052 0 0 0 0 5 2 20 0 15 0 405829564 11105193984 81912 33554432000 4194304 4196468 140730896475936 140718832084480 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8156] ppid=8092 vsize=10844916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8156/stat : 8156 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 81912 33554432000 4194304 4196468 140730896475936 140718591793872 140720078817179 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8157] ppid=8092 vsize=10844916 memory=324740 CPUtime=2.31 cores=0,2,4,6
/proc/8095/task/8157/stat : 8157 (java) R 8092 8095 2339 0 -1 4202560 6213 13052 0 0 223 1 5 2 20 0 15 0 405829567 11105193984 81912 33554432000 4194304 4196468 140730896475936 140719536484368 140720062295312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8158] ppid=8092 vsize=10844916 memory=277900 CPUtime=2.56 cores=0,2,4,6
/proc/8095/task/8158/stat : 8158 (java) R 8092 8095 2339 0 -1 4202560 10334 13052 0 0 247 2 5 2 20 0 15 0 405829567 11105193984 81912 33554432000 4194304 4196468 140730896475936 140719535429504 140720060345990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8159] ppid=8092 vsize=10844916 memory=132 CPUtime=1.69 cores=0,2,4,6
/proc/8095/task/8159/stat : 8159 (java) S 8092 8095 2339 0 -1 1077944384 7886 13052 0 0 160 2 5 2 20 0 15 0 405829567 11105193984 81912 33554432000 4194304 4196468 140730896475936 140719534389488 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8160] ppid=8092 vsize=10844916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8160/stat : 8160 (java) S 8092 8095 2339 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 81912 33554432000 4194304 4196468 140730896475936 140718558235232 140720078808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
[pid=8095/tid=8161] ppid=8092 vsize=10844916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8095/task/8161/stat : 8161 (java) S 8092 8095 2339 0 -1 1077944384 9 13052 0 0 0 0 5 2 20 0 15 0 405829567 11105193984 81912 33554432000 4194304 4196468 140730896475936 140719533337392 140720078809730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12705792 140730896481014 140730896483525 140730896483525 140730896486351 0
Current children cumulated CPU time: 10.96 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 327648 KiB

Child status: 0
Real time (s): 4.60459
CPU time (s): 11.2492
CPU user time (s): 10.9863
CPU system time (s): 0.262885
CPU usage (%): 244.303
Max. virtual memory (cumulated for all children) (KiB): 10847640
Max. memory (cumulated for all children) (KiB): 327648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9863
system time used= 0.262885
maximum resident set size= 330184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65788
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= 6877
involuntary context switches= 61


# summary of solver processes directly reported to runsolver:
#   pid: 8095
#   total CPU time (s): 11.2492
#   total CPU user time (s): 10.9863
#   total CPU system time (s): 0.262885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054461 second user time and 0.083234 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 16:33:54
IDJOB=4387320
IDBENCH=133886
IDSOLVER=2823
FILE ID=node117/4387320-1568298876
RUNJOBID= node117-1568286179-3290
PBS_JOBID= 21701085
Free space on /tmp= 56624 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Ramsey/Ramsey-m1-s1/Ramsey-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387320-1568298876/watcher-4387320-1568298876 -o /tmp/evaluation-result-4387320-1568298876/solver-4387320-1568298876 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=438268274 HOME/instance-4387320-1568298876.xml

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

MD5SUM BENCH= dac12cc2d7c8406352143d9a44a7b315
RANDOM SEED=438268274

node117.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.75
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.75
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.75
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.75
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:        20988776 kB
MemAvailable:   31122688 kB
Buffers:          178676 kB
Cached:         10120316 kB
SwapCached:        52484 kB
Active:          2196804 kB
Inactive:        8847748 kB
Active(anon):     701508 kB
Inactive(anon):    85456 kB
Active(file):    1495296 kB
Inactive(file):  8762292 kB
Unevictable:      106900 kB
Mlocked:          106900 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             34908 kB
Writeback:             0 kB
AnonPages:        801468 kB
Mapped:            56532 kB
Shmem:             32816 kB
Slab:             333068 kB
SReclaimable:     304784 kB
SUnreclaim:        28284 kB
KernelStack:        3808 kB
PageTables:         7300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1941244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    616448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56588 MiB
End job on node117 at 2019-09-12 16:33:59