Trace number 4259787

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.4OPT8 6.8350301 3.77882

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-05.xml
MD5SUM32500dad091342bc2572e78f81e7a2ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.00722
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints38
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":15},{"size":9,"count":15}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":15},{"degree":7,"count":4},{"degree":8,"count":8},{"degree":10,"count":3}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":15},{"arity":3,"count":8},{"arity":4,"count":4},{"arity":6,"count":8},{"arity":9,"count":3}]
Number of extensional constraints23
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":23},{"type":"sum","count":15}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

3.20/2.19	c Concrete v3.4 running
6.45/3.64	o 8
6.66/3.76	v <instantiation cost="8">
6.66/3.76	v       <list>
6.66/3.76	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4]
6.66/3.76	v       </list>
6.66/3.76	v       <values>
6.66/3.76	v         0 0 0 0 0 1 1 0 1 1 1 1 0 1 1 2 2 2 2 2 3 3 4 3 3 3 3 4 3 3
6.66/3.76	v       </values>
6.66/3.76	v     </instantiation>
6.66/3.76	s OPTIMUM FOUND

Verifier Data

OK	8

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259787-1501645967/watcher-4259787-1501645967 -o /tmp/evaluation-result-4259787-1501645967/solver-4259787-1501645967 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300 bin/concrete HOME/instance-4259787-1501645967.xml 

pid=32461
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.68 1.76 1.72 2/194 32464
/proc/meminfo: memFree=30234372/32770624 swapFree=0/938076
[pid=32464] ppid=32461 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/32464/stat : 32464 (runsolver) D 32461 32464 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13221405 24240128 106 18446744073709551615 4194304 4338465 140720347837920 140720347835560 139775701054167 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 21774336 140720347840720 140720347841094 140720347841094 140720347844554 0
/proc/32464/statm: 5918 106 53 36 0 2156 0

[startup+0.100203 s]
/proc/loadavg: 1.68 1.76 1.72 2/194 32464
/proc/meminfo: memFree=30234372/32770624 swapFree=0/938076
[pid=32464] ppid=32461 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/32464/stat : 32464 (bash) S 32461 32464 5678 0 -1 4202496 890 6494 0 0 0 0 0 1 20 0 1 0 13221405 9867264 376 18446744073709551615 4194304 5098028 140722425281264 140722425275272 139880564472832 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 6 0 0 7196144 7232144 35299328 140722425287185 140722425287270 140722425287270 140722425290730 0
/proc/32464/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200311 s]
/proc/loadavg: 1.68 1.76 1.72 2/194 32464
/proc/meminfo: memFree=30234372/32770624 swapFree=0/938076
[pid=32464] ppid=32461 vsize=356956 CPUtime=0.07 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 5678 0 -1 1077944320 2579 12537 0 0 0 0 5 2 20 0 2 0 13221405 365522944 1874 18446744073709551615 4194304 4196468 140736147922032 140736147904576 139712467959543 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
/proc/32464/statm: 89239 1874 1025 1 0 79217 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 356956

[startup+0.300353 s]
/proc/loadavg: 1.68 1.76 1.72 2/194 32464
/proc/meminfo: memFree=30234372/32770624 swapFree=0/938076
[pid=32464] ppid=32461 vsize=13973936 CPUtime=0.14 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 5678 0 -1 1077944320 5883 12537 0 0 6 1 5 2 20 0 15 0 13221405 14309310464 6013 18446744073709551615 4194304 4196468 140736147922032 140736147904576 139712467959543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
/proc/32464/statm: 3493484 6013 2639 1 0 3482973 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973936

[startup+0.700326 s]
/proc/loadavg: 1.68 1.76 1.72 2/194 32464
/proc/meminfo: memFree=30234372/32770624 swapFree=0/938076
[pid=32464] ppid=32461 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 5678 0 -1 1077944320 13915 12537 0 0 60 4 5 2 20 0 15 0 13221405 14310178816 14893 18446744073709551615 4194304 4196468 140736147922032 140736147904576 139712467959543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
/proc/32464/statm: 3493696 14893 3128 1 0 3482973 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50405 s]
/proc/loadavg: 1.68 1.76 1.72 4/209 32527
/proc/meminfo: memFree=30138408/32770624 swapFree=0/938108
[pid=32464] ppid=32461 vsize=13985408 CPUtime=1.92 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 5678 0 -1 1077944320 29687 12537 0 0 176 9 5 2 20 0 15 0 13221405 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 140736147904576 139712467959543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
/proc/32464/statm: 3496352 42745 3366 1 0 3485533 0
[pid=32464/tid=32514] ppid=32461 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/32464/task/32514/stat : 32514 (java) S 32461 32464 5678 0 -1 1077944384 22566 12537 0 0 117 5 5 2 20 0 15 0 13221424 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 139712472181184 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32515] ppid=32461 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32515/stat : 32515 (java) S 32461 32464 5678 0 -1 1077944384 63 12537 0 0 0 0 5 2 20 0 15 0 13221425 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 139712402394256 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32516] ppid=32461 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32464/task/32516/stat : 32516 (java) S 32461 32464 5678 0 -1 1077944384 52 12537 0 0 1 0 5 2 20 0 15 0 13221425 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 139712066665488 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32517] ppid=32461 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32464/task/32517/stat : 32517 (java) S 32461 32464 5678 0 -1 1077944384 46 12537 0 0 1 0 5 2 20 0 15 0 13221425 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 139712065612688 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32518] ppid=32461 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32464/task/32518/stat : 32518 (java) S 32461 32464 5678 0 -1 1077944384 197 12537 0 0 1 0 5 2 20 0 15 0 13221425 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 139712064559888 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32519] ppid=32461 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/32464/task/32519/stat : 32519 (java) R 32461 32464 5678 0 -1 4202560 1463 12537 0 0 1 0 5 2 20 0 15 0 13221426 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 139712013702048 139712460248992 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32520] ppid=32461 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32520/stat : 32520 (java) S 32461 32464 5678 0 -1 1077944384 33 12537 0 0 0 0 5 2 20 0 15 0 13221427 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 139712012649504 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32521] ppid=32461 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32521/stat : 32521 (java) S 32461 32464 5678 0 -1 1077944384 21 12537 0 0 0 0 5 2 20 0 15 0 13221427 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 139712011596656 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32522] ppid=32461 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32522/stat : 32522 (java) S 32461 32464 5678 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 13221430 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 139712010544976 139712467978139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32523] ppid=32461 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/32464/task/32523/stat : 32523 (java) S 32461 32464 5678 0 -1 1077944384 954 12537 0 0 18 0 5 2 20 0 15 0 13221430 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 139712009493360 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32524] ppid=32461 vsize=13985408 CPUtime=0.18 cores=0,2,4,6
/proc/32464/task/32524/stat : 32524 (java) S 32461 32464 5678 0 -1 1077944384 718 12537 0 0 11 0 5 2 20 0 15 0 13221430 14321057792 42745 18446744073709551615 4194304 4196468 140736147922032 139712008440560 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32525] ppid=32461 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/32464/task/32525/stat : 32525 (java) S 32461 32464 5678 0 -1 1077944384 1412 12537 0 0 23 0 5 2 20 0 15 0 13221430 14321057792 42695 18446744073709551615 4194304 4196468 140736147922032 139712007384160 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32526] ppid=32461 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32526/stat : 32526 (java) S 32461 32464 5678 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 13221430 14321057792 42640 18446744073709551615 4194304 4196468 140736147922032 139712006335200 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32527] ppid=32461 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32527/stat : 32527 (java) S 32461 32464 5678 0 -1 1077944384 11 12537 0 0 0 0 5 2 20 0 15 0 13221434 14321057792 42640 18446744073709551615 4194304 4196468 140736147922032 139712005282480 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.10066 s]
/proc/loadavg: 1.68 1.76 1.72 4/209 32527
/proc/meminfo: memFree=30063212/32770624 swapFree=0/938108
[pid=32464] ppid=32461 vsize=13999932 CPUtime=5.31 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 5678 0 -1 1077944320 49997 12537 0 0 509 15 5 2 20 0 15 0 13221405 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 140736147904576 139712467959543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
/proc/32464/statm: 3499983 58186 3447 1 0 3488605 0
[pid=32464/tid=32514] ppid=32461 vsize=13999932 CPUtime=2.85 cores=0,2,4,6
/proc/32464/task/32514/stat : 32514 (java) S 32461 32464 5678 0 -1 1077944384 36541 12537 0 0 270 8 5 2 20 0 15 0 13221424 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712472187248 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32515] ppid=32461 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/32464/task/32515/stat : 32515 (java) S 32461 32464 5678 0 -1 1077944384 76 12537 0 0 1 0 5 2 20 0 15 0 13221425 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712402394256 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32516] ppid=32461 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/32464/task/32516/stat : 32516 (java) S 32461 32464 5678 0 -1 1077944384 71 12537 0 0 1 0 5 2 20 0 15 0 13221425 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712066665488 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32517] ppid=32461 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/32464/task/32517/stat : 32517 (java) S 32461 32464 5678 0 -1 1077944384 99 12537 0 0 1 0 5 2 20 0 15 0 13221425 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712065612688 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32518] ppid=32461 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/32464/task/32518/stat : 32518 (java) S 32461 32464 5678 0 -1 1077944384 227 12537 0 0 1 0 5 2 20 0 15 0 13221425 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712064559888 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32519] ppid=32461 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/32464/task/32519/stat : 32519 (java) R 32461 32464 5678 0 -1 4202560 1573 12537 0 0 1 0 5 2 20 0 15 0 13221426 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712013701824 139712449597862 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32520] ppid=32461 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32520/stat : 32520 (java) S 32461 32464 5678 0 -1 1077944384 56 12537 0 0 0 0 5 2 20 0 15 0 13221427 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712012649568 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32521] ppid=32461 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32521/stat : 32521 (java) S 32461 32464 5678 0 -1 1077944384 44 12537 0 0 0 0 5 2 20 0 15 0 13221427 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712011596672 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32522] ppid=32461 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32522/stat : 32522 (java) S 32461 32464 5678 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 13221430 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712010544976 139712467978139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32523] ppid=32461 vsize=13999932 CPUtime=0.61 cores=0,2,4,6
/proc/32464/task/32523/stat : 32523 (java) S 32461 32464 5678 0 -1 1077944384 1413 12537 0 0 53 1 5 2 20 0 15 0 13221430 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712009478352 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32524] ppid=32461 vsize=13999932 CPUtime=0.93 cores=0,2,4,6
/proc/32464/task/32524/stat : 32524 (java) S 32461 32464 5678 0 -1 1077944384 4338 12537 0 0 85 1 5 2 20 0 15 0 13221430 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712008440560 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32525] ppid=32461 vsize=13999932 CPUtime=0.96 cores=0,2,4,6
/proc/32464/task/32525/stat : 32525 (java) S 32461 32464 5678 0 -1 1077944384 3391 12537 0 0 89 0 5 2 20 0 15 0 13221430 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712007383632 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32526] ppid=32461 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32526/stat : 32526 (java) S 32461 32464 5678 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 13221430 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712006335200 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32527] ppid=32461 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32527/stat : 32527 (java) S 32461 32464 5678 0 -1 1077944384 12 12537 0 0 0 0 5 2 20 0 15 0 13221434 14335930368 58186 18446744073709551615 4194304 4196468 140736147922032 139712005282480 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 13999932

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32464 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.2008 s]
/proc/loadavg: 1.68 1.76 1.72 4/209 32527
/proc/meminfo: memFree=30063212/32770624 swapFree=0/938108
[pid=32464] ppid=32461 vsize=14001980 CPUtime=5.56 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 5678 0 -1 1077944320 51374 12537 0 0 533 16 5 2 20 0 15 0 13221405 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 140736147904576 139712467959543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
/proc/32464/statm: 3500495 60040 3449 1 0 3489117 0
[pid=32464/tid=32514] ppid=32461 vsize=14001980 CPUtime=2.93 cores=0,2,4,6
/proc/32464/task/32514/stat : 32514 (java) R 32461 32464 5678 0 -1 4202560 36776 12537 0 0 278 8 5 2 20 0 15 0 13221424 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712472193344 139712452003173 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32515] ppid=32461 vsize=14001980 CPUtime=0.09 cores=0,2,4,6
/proc/32464/task/32515/stat : 32515 (java) S 32461 32464 5678 0 -1 1077944384 78 12537 0 0 2 0 5 2 20 0 15 0 13221425 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712402394256 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32516] ppid=32461 vsize=14001980 CPUtime=0.09 cores=0,2,4,6
/proc/32464/task/32516/stat : 32516 (java) S 32461 32464 5678 0 -1 1077944384 71 12537 0 0 2 0 5 2 20 0 15 0 13221425 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712066665488 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32517] ppid=32461 vsize=14001980 CPUtime=0.09 cores=0,2,4,6
/proc/32464/task/32517/stat : 32517 (java) S 32461 32464 5678 0 -1 1077944384 99 12537 0 0 2 0 5 2 20 0 15 0 13221425 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712065612688 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32518] ppid=32461 vsize=14001980 CPUtime=0.09 cores=0,2,4,6
/proc/32464/task/32518/stat : 32518 (java) S 32461 32464 5678 0 -1 1077944384 228 12537 0 0 2 0 5 2 20 0 15 0 13221425 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712064559888 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32519] ppid=32461 vsize=14001980 CPUtime=0.09 cores=0,2,4,6
/proc/32464/task/32519/stat : 32519 (java) S 32461 32464 5678 0 -1 1077944384 2222 12537 0 0 2 0 5 2 20 0 15 0 13221426 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712013703536 139712467970690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32520] ppid=32461 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32520/stat : 32520 (java) S 32461 32464 5678 0 -1 1077944384 56 12537 0 0 0 0 5 2 20 0 15 0 13221427 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712012649568 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32521] ppid=32461 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32521/stat : 32521 (java) S 32461 32464 5678 0 -1 1077944384 44 12537 0 0 0 0 5 2 20 0 15 0 13221427 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712011596672 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32522] ppid=32461 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32522/stat : 32522 (java) S 32461 32464 5678 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 13221430 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712010544976 139712467978139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32523] ppid=32461 vsize=14001980 CPUtime=0.66 cores=0,2,4,6
/proc/32464/task/32523/stat : 32523 (java) R 32461 32464 5678 0 -1 4202560 1790 12537 0 0 58 1 5 2 20 0 15 0 13221430 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712009483280 139712467980890 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32524] ppid=32461 vsize=14001980 CPUtime=0.95 cores=0,2,4,6
/proc/32464/task/32524/stat : 32524 (java) S 32461 32464 5678 0 -1 1077944384 4356 12537 0 0 87 1 5 2 20 0 15 0 13221430 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712008440560 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32525] ppid=32461 vsize=14001980 CPUtime=1.02 cores=0,2,4,6
/proc/32464/task/32525/stat : 32525 (java) S 32461 32464 5678 0 -1 1077944384 3487 12537 0 0 94 1 5 2 20 0 15 0 13221430 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712007387760 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32526] ppid=32461 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32526/stat : 32526 (java) S 32461 32464 5678 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 13221430 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712006335200 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32527] ppid=32461 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32527/stat : 32527 (java) S 32461 32464 5678 0 -1 1077944384 12 12537 0 0 0 0 5 2 20 0 15 0 13221434 14338027520 60040 18446744073709551615 4194304 4196468 140736147922032 139712005282480 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 14001980

[startup+3.61179 s]
/proc/loadavg: 1.62 1.75 1.71 3/209 32527
/proc/meminfo: memFree=30005968/32770624 swapFree=0/938120
[pid=32464] ppid=32461 vsize=14067516 CPUtime=6.45 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 5678 0 -1 1077944320 57770 12537 0 0 621 17 5 2 20 0 15 0 13221405 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 140736147904576 139712467959543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
/proc/32464/statm: 3516879 66429 3450 1 0 3505501 0
[pid=32464/tid=32514] ppid=32461 vsize=14067516 CPUtime=3.2 cores=0,2,4,6
/proc/32464/task/32514/stat : 32514 (java) R 32461 32464 5678 0 -1 4202560 42620 12537 0 0 304 9 5 2 20 0 15 0 13221424 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712472186496 139712449523072 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32515] ppid=32461 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/32464/task/32515/stat : 32515 (java) S 32461 32464 5678 0 -1 1077944384 85 12537 0 0 10 0 5 2 20 0 15 0 13221425 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712402394256 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32516] ppid=32461 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/32464/task/32516/stat : 32516 (java) S 32461 32464 5678 0 -1 1077944384 86 12537 0 0 10 0 5 2 20 0 15 0 13221425 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712066665488 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32517] ppid=32461 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/32464/task/32517/stat : 32517 (java) S 32461 32464 5678 0 -1 1077944384 108 12537 0 0 10 0 5 2 20 0 15 0 13221425 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712065612688 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32518] ppid=32461 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/32464/task/32518/stat : 32518 (java) S 32461 32464 5678 0 -1 1077944384 232 12537 0 0 10 0 5 2 20 0 15 0 13221425 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712064559888 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32519] ppid=32461 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/32464/task/32519/stat : 32519 (java) S 32461 32464 5678 0 -1 1077944384 2233 12537 0 0 9 0 5 2 20 0 15 0 13221426 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712013703536 139712467970690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32520] ppid=32461 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32520/stat : 32520 (java) S 32461 32464 5678 0 -1 1077944384 56 12537 0 0 0 0 5 2 20 0 15 0 13221427 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712012649568 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32521] ppid=32461 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32521/stat : 32521 (java) S 32461 32464 5678 0 -1 1077944384 44 12537 0 0 0 0 5 2 20 0 15 0 13221427 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712011596672 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32522] ppid=32461 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32522/stat : 32522 (java) S 32461 32464 5678 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 13221430 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712010544976 139712467978139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32523] ppid=32461 vsize=14067516 CPUtime=0.76 cores=0,2,4,6
/proc/32464/task/32523/stat : 32523 (java) R 32461 32464 5678 0 -1 4202560 2162 12537 0 0 68 1 5 2 20 0 15 0 13221430 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712009481680 139712467980890 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32524] ppid=32461 vsize=14067516 CPUtime=1.04 cores=0,2,4,6
/proc/32464/task/32524/stat : 32524 (java) S 32461 32464 5678 0 -1 1077944384 4378 12537 0 0 96 1 5 2 20 0 15 0 13221430 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712008440560 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32525] ppid=32461 vsize=14067516 CPUtime=1.07 cores=0,2,4,6
/proc/32464/task/32525/stat : 32525 (java) S 32461 32464 5678 0 -1 1077944384 3598 12537 0 0 99 1 5 2 20 0 15 0 13221430 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712007387760 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32526] ppid=32461 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32526/stat : 32526 (java) S 32461 32464 5678 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 13221430 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712006335200 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32527] ppid=32461 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32527/stat : 32527 (java) S 32461 32464 5678 0 -1 1077944384 12 12537 0 0 0 0 5 2 20 0 15 0 13221434 14405136384 66429 18446744073709551615 4194304 4196468 140736147922032 139712005282480 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 14067516

[startup+3.70063 s]
/proc/loadavg: 1.62 1.75 1.71 3/209 32527
/proc/meminfo: memFree=30005968/32770624 swapFree=0/938120
[pid=32464] ppid=32461 vsize=14069564 CPUtime=6.66 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 5678 0 -1 1077944320 58049 12537 0 0 641 18 5 2 20 0 15 0 13221405 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 140736147904576 139712467959543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
/proc/32464/statm: 3517391 66686 3450 1 0 3506013 0
[pid=32464/tid=32514] ppid=32461 vsize=14069564 CPUtime=3.28 cores=0,2,4,6
/proc/32464/task/32514/stat : 32514 (java) R 32461 32464 5678 0 -1 4202560 42714 12537 0 0 312 9 5 2 20 0 15 0 13221424 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712472191680 139712451316328 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32515] ppid=32461 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/32464/task/32515/stat : 32515 (java) S 32461 32464 5678 0 -1 1077944384 85 12537 0 0 10 0 5 2 20 0 15 0 13221425 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712402394256 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32516] ppid=32461 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/32464/task/32516/stat : 32516 (java) S 32461 32464 5678 0 -1 1077944384 86 12537 0 0 10 0 5 2 20 0 15 0 13221425 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712066665488 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32517] ppid=32461 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/32464/task/32517/stat : 32517 (java) S 32461 32464 5678 0 -1 1077944384 108 12537 0 0 10 0 5 2 20 0 15 0 13221425 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712065612688 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32518] ppid=32461 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/32464/task/32518/stat : 32518 (java) S 32461 32464 5678 0 -1 1077944384 232 12537 0 0 10 0 5 2 20 0 15 0 13221425 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712064559888 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32519] ppid=32461 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/32464/task/32519/stat : 32519 (java) S 32461 32464 5678 0 -1 1077944384 2233 12537 0 0 9 0 5 2 20 0 15 0 13221426 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712013703536 139712467970690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32520] ppid=32461 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32520/stat : 32520 (java) S 32461 32464 5678 0 -1 1077944384 56 12537 0 0 0 0 5 2 20 0 15 0 13221427 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712012649568 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32521] ppid=32461 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32521/stat : 32521 (java) S 32461 32464 5678 0 -1 1077944384 44 12537 0 0 0 0 5 2 20 0 15 0 13221427 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712011596672 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32522] ppid=32461 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32522/stat : 32522 (java) S 32461 32464 5678 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 13221430 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712010544976 139712467978139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32523] ppid=32461 vsize=14069564 CPUtime=0.79 cores=0,2,4,6
/proc/32464/task/32523/stat : 32523 (java) S 32461 32464 5678 0 -1 1077944384 2177 12537 0 0 71 1 5 2 20 0 15 0 13221430 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712009493360 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32524] ppid=32461 vsize=14069564 CPUtime=1.06 cores=0,2,4,6
/proc/32464/task/32524/stat : 32524 (java) S 32461 32464 5678 0 -1 1077944384 4391 12537 0 0 98 1 5 2 20 0 15 0 13221430 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712008440560 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32525] ppid=32461 vsize=14069564 CPUtime=1.13 cores=0,2,4,6
/proc/32464/task/32525/stat : 32525 (java) R 32461 32464 5678 0 -1 4202560 3756 12537 0 0 105 1 5 2 20 0 15 0 13221430 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712007387760 139712452040030 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32526] ppid=32461 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32526/stat : 32526 (java) S 32461 32464 5678 0 -1 1077944384 3 12537 0 0 0 0 5 2 20 0 15 0 13221430 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712006335200 139712467969749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
[pid=32464/tid=32527] ppid=32461 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/32464/task/32527/stat : 32527 (java) S 32461 32464 5678 0 -1 1077944384 12 12537 0 0 0 0 5 2 20 0 15 0 13221434 14407233536 66686 18446744073709551615 4194304 4196468 140736147922032 139712005282480 139712467970690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22093824 140736147929037 140736147931822 140736147931822 140736147935183 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 14069564

Child status: 0
Real time (s): 3.77882
CPU time (s): 6.83503
CPU user time (s): 6.61324
CPU system time (s): 0.221788
CPU usage (%): 180.877
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.61324
system time used= 0.221788
maximum resident set size= 268432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70866
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6264
involuntary context switches= 42

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020684 second user time and 0.022482 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 05:38:48
IDJOB=4259787
IDBENCH=115944
IDSOLVER=2646
FILE ID=node128/4259787-1501645967
RUNJOBID= node128-1501642693-29417
PBS_JOBID= 
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259787-1501645967/watcher-4259787-1501645967 -o /tmp/evaluation-result-4259787-1501645967/solver-4259787-1501645967 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300  bin/concrete HOME/instance-4259787-1501645967.xml

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

MD5SUM BENCH= 32500dad091342bc2572e78f81e7a2ec
RANDOM SEED=1877223792

node128.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.05
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.05
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.05
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.05
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:        30235240 kB
MemAvailable:   31169064 kB
Buffers:          114392 kB
Cached:          1100448 kB
SwapCached:            0 kB
Active:          1181264 kB
Inactive:         946608 kB
Active(anon):     913784 kB
Inactive(anon):     8532 kB
Active(file):     267480 kB
Inactive(file):   938076 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24860 kB
Writeback:             0 kB
AnonPages:        913368 kB
Mapped:            43592 kB
Shmem:              8872 kB
Slab:             113904 kB
SReclaimable:      88204 kB
SUnreclaim:        25700 kB
KernelStack:        3408 kB
PageTables:         6576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1828528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61804 MiB
End job on node128 at 2017-08-02 05:38:52