Trace number 4262160

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.4OPT12 7.7553601 4.1059599

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

3.18/2.18	c Concrete v3.4 running
6.43/3.67	o 8
6.64/3.79	o 10
6.85/3.83	o 12
7.47/4.08	v <instantiation cost="12">
7.47/4.08	v       <list>
7.47/4.08	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] x[3][0] x[3][1] x[3][2] x[3][3] x[3][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] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4]
7.47/4.08	v       </list>
7.47/4.08	v       <values>
7.47/4.08	v         1 1 0 1 1 1 0 0 0 1 0 1 0 1 0 1 1 0 1 1 2 2 2 2 2 3 4 4 4 3 4 3 4 3 4 2 2 4 2 2
7.47/4.08	v       </values>
7.47/4.08	v     </instantiation>
7.47/4.08	s OPTIMUM FOUND

Verifier Data

OK	12

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-4262160-1502423744/watcher-4262160-1502423744 -o /tmp/evaluation-result-4262160-1502423744/solver-4262160-1502423744 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580 bin/concrete HOME/instance-4262160-1502423744.xml 

pid=3838
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.04 1.74 1.58 2/199 3841
/proc/meminfo: memFree=30079776/32770624 swapFree=0/563048
[pid=3841] ppid=3838 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/3841/stat : 3841 (runsolver) D 3838 3841 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 89880721 24240128 106 18446744073709551615 4194304 4338465 140729658480720 140729658478360 140261558424279 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 19136512 140729658482897 140729658483273 140729658483273 140729658486730 0
/proc/3841/statm: 5918 106 53 36 0 2156 0

[startup+0.10012 s]
/proc/loadavg: 2.04 1.74 1.58 2/199 3841
/proc/meminfo: memFree=30079776/32770624 swapFree=0/563048
[pid=3841] ppid=3838 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/3841/stat : 3841 (bash) S 3838 3841 1460 0 -1 4202496 683 1544 0 0 0 0 0 0 20 0 1 0 89880721 9736192 351 18446744073709551615 4194304 5098028 140734145065008 140734145062648 139735935368192 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 15986688 140734145069588 140734145069673 140734145069673 140734145073130 0
/proc/3841/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200173 s]
/proc/loadavg: 2.04 1.74 1.58 2/199 3841
/proc/meminfo: memFree=30079776/32770624 swapFree=0/563048
[pid=3841] ppid=3838 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/3841/stat : 3841 (bash) S 3838 3841 1460 0 -1 4202496 892 6491 0 0 0 0 0 1 20 0 1 0 89880721 9867264 377 18446744073709551615 4194304 5098028 140734145065008 140734145059016 139735935368192 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 15986688 140734145069588 140734145069673 140734145069673 140734145073130 0
/proc/3841/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300291 s]
/proc/loadavg: 2.04 1.74 1.58 2/199 3841
/proc/meminfo: memFree=30079776/32770624 swapFree=0/563048
[pid=3841] ppid=3838 vsize=13973872 CPUtime=0.13 cores=1,3,5,7
/proc/3841/stat : 3841 (java) S 3838 3841 1460 0 -1 1077944320 5890 12370 0 0 5 1 5 2 20 0 15 0 89880721 14309244928 5540 18446744073709551615 4194304 4196468 140729276989392 140729276971936 139911049150199 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
/proc/3841/statm: 3493468 5540 2556 1 0 3482965 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13973872

[startup+0.700956 s]
/proc/loadavg: 2.04 1.74 1.58 2/199 3841
/proc/meminfo: memFree=30079776/32770624 swapFree=0/563048
[pid=3841] ppid=3838 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/3841/stat : 3841 (java) S 3838 3841 1460 0 -1 1077944320 13970 12370 0 0 58 5 5 2 20 0 15 0 89880721 14310178816 14910 18446744073709551615 4194304 4196468 140729276989392 140729276971936 139911049150199 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
/proc/3841/statm: 3493696 14910 3105 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50129 s]
/proc/loadavg: 2.04 1.74 1.58 4/214 3904
/proc/meminfo: memFree=29983408/32770624 swapFree=0/563160
[pid=3841] ppid=3838 vsize=13985408 CPUtime=1.92 cores=1,3,5,7
/proc/3841/stat : 3841 (java) S 3838 3841 1460 0 -1 1077944320 29820 12370 0 0 175 10 5 2 20 0 15 0 89880721 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 140729276971936 139911049150199 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
/proc/3841/statm: 3496352 42627 3373 1 0 3485525 0
[pid=3841/tid=3891] ppid=3838 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/3841/task/3891/stat : 3891 (java) R 3838 3841 1460 0 -1 4202560 22628 12370 0 0 116 6 5 2 20 0 15 0 89880742 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139911053377584 139911030712112 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3892] ppid=3838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3892/stat : 3892 (java) S 3838 3841 1460 0 -1 1077944384 203 12370 0 0 0 0 5 2 20 0 15 0 89880742 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910983584784 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3893] ppid=3838 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3841/task/3893/stat : 3893 (java) S 3838 3841 1460 0 -1 1077944384 49 12370 0 0 1 0 5 2 20 0 15 0 89880742 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910982532240 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3894] ppid=3838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3894/stat : 3894 (java) S 3838 3841 1460 0 -1 1077944384 46 12370 0 0 0 0 5 2 20 0 15 0 89880742 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910981479184 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3895] ppid=3838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3895/stat : 3895 (java) S 3838 3841 1460 0 -1 1077944384 56 12370 0 0 0 0 5 2 20 0 15 0 89880742 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910980426640 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3896] ppid=3838 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/3841/task/3896/stat : 3896 (java) S 3838 3841 1460 0 -1 1077944384 1496 12370 0 0 1 0 5 2 20 0 15 0 89880744 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910527273200 139911049161346 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3897] ppid=3838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3897/stat : 3897 (java) S 3838 3841 1460 0 -1 1077944384 55 12370 0 0 0 0 5 2 20 0 15 0 89880744 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910526219488 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3898] ppid=3838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3898/stat : 3898 (java) S 3838 3841 1460 0 -1 1077944384 45 12370 0 0 0 0 5 2 20 0 15 0 89880744 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910525166320 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3899] ppid=3838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3899/stat : 3899 (java) S 3838 3841 1460 0 -1 1077944384 3 12370 0 0 0 0 5 2 20 0 15 0 89880747 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910524114896 139911049168795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3900] ppid=3838 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/3841/task/3900/stat : 3900 (java) S 3838 3841 1460 0 -1 1077944384 806 12370 0 0 13 0 5 2 20 0 15 0 89880747 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910523063024 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3901] ppid=3838 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/3841/task/3901/stat : 3901 (java) S 3838 3841 1460 0 -1 1077944384 871 12370 0 0 16 0 5 2 20 0 15 0 89880747 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910522010480 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3902] ppid=3838 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/3841/task/3902/stat : 3902 (java) R 3838 3841 1460 0 -1 4202560 1399 12370 0 0 23 0 5 2 20 0 15 0 89880747 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910520952800 139911049162134 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3903] ppid=3838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3903/stat : 3903 (java) S 3838 3841 1460 0 -1 1077944384 3 12370 0 0 0 0 5 2 20 0 15 0 89880747 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910519905120 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3904] ppid=3838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3904/stat : 3904 (java) S 3838 3841 1460 0 -1 1077944384 10 12370 0 0 0 0 5 2 20 0 15 0 89880751 14321057792 42627 18446744073709551615 4194304 4196468 140729276989392 139910518852144 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.10068 s]
/proc/loadavg: 2.04 1.74 1.58 4/214 3904
/proc/meminfo: memFree=29907644/32770624 swapFree=0/563160
[pid=3841] ppid=3838 vsize=13999932 CPUtime=5.33 cores=1,3,5,7
/proc/3841/stat : 3841 (java) S 3838 3841 1460 0 -1 1077944320 49951 12370 0 0 509 17 5 2 20 0 15 0 89880721 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 140729276971936 139911049150199 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
/proc/3841/statm: 3499983 58072 3455 1 0 3488597 0
[pid=3841/tid=3891] ppid=3838 vsize=13999932 CPUtime=2.85 cores=1,3,5,7
/proc/3841/task/3891/stat : 3891 (java) S 3838 3841 1460 0 -1 1077944384 37316 12370 0 0 269 9 5 2 20 0 15 0 89880742 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139911053363856 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3892] ppid=3838 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/3841/task/3892/stat : 3892 (java) S 3838 3841 1460 0 -1 1077944384 228 12370 0 0 1 0 5 2 20 0 15 0 89880742 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910983584784 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3893] ppid=3838 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/3841/task/3893/stat : 3893 (java) S 3838 3841 1460 0 -1 1077944384 119 12370 0 0 1 0 5 2 20 0 15 0 89880742 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910982532240 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3894] ppid=3838 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/3841/task/3894/stat : 3894 (java) S 3838 3841 1460 0 -1 1077944384 62 12370 0 0 1 0 5 2 20 0 15 0 89880742 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910981479184 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3895] ppid=3838 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/3841/task/3895/stat : 3895 (java) S 3838 3841 1460 0 -1 1077944384 74 12370 0 0 1 0 5 2 20 0 15 0 89880742 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910980426640 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3896] ppid=3838 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/3841/task/3896/stat : 3896 (java) R 3838 3841 1460 0 -1 4202560 1597 12370 0 0 2 0 5 2 20 0 15 0 89880744 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910527271488 139911030788572 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3897] ppid=3838 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3897/stat : 3897 (java) S 3838 3841 1460 0 -1 1077944384 55 12370 0 0 0 0 5 2 20 0 15 0 89880744 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910526219488 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3898] ppid=3838 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3898/stat : 3898 (java) S 3838 3841 1460 0 -1 1077944384 45 12370 0 0 0 0 5 2 20 0 15 0 89880744 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910525166320 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3899] ppid=3838 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3899/stat : 3899 (java) S 3838 3841 1460 0 -1 1077944384 3 12370 0 0 0 0 5 2 20 0 15 0 89880747 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910524114896 139911049168795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3900] ppid=3838 vsize=13999932 CPUtime=0.91 cores=1,3,5,7
/proc/3841/task/3900/stat : 3900 (java) S 3838 3841 1460 0 -1 1077944384 3783 12370 0 0 84 0 5 2 20 0 15 0 89880747 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910523063024 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3901] ppid=3838 vsize=13999932 CPUtime=0.62 cores=1,3,5,7
/proc/3841/task/3901/stat : 3901 (java) S 3838 3841 1460 0 -1 1077944384 1223 12370 0 0 55 0 5 2 20 0 15 0 89880747 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910522010480 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3902] ppid=3838 vsize=13999932 CPUtime=0.96 cores=1,3,5,7
/proc/3841/task/3902/stat : 3902 (java) S 3838 3841 1460 0 -1 1077944384 3279 12370 0 0 88 1 5 2 20 0 15 0 89880747 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910520957424 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3903] ppid=3838 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3903/stat : 3903 (java) S 3838 3841 1460 0 -1 1077944384 3 12370 0 0 0 0 5 2 20 0 15 0 89880747 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910519905120 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3904] ppid=3838 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3904/stat : 3904 (java) S 3838 3841 1460 0 -1 1077944384 12 12370 0 0 0 0 5 2 20 0 15 0 89880751 14335930368 58072 18446744073709551615 4194304 4196468 140729276989392 139910518852144 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20538 s]
/proc/loadavg: 2.04 1.74 1.58 4/214 3904
/proc/meminfo: memFree=29907644/32770624 swapFree=0/563160
[pid=3841] ppid=3838 vsize=14001980 CPUtime=5.57 cores=1,3,5,7
/proc/3841/stat : 3841 (java) S 3838 3841 1460 0 -1 1077944320 50930 12370 0 0 533 17 5 2 20 0 15 0 89880721 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 140729276971936 139911049150199 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
/proc/3841/statm: 3500495 59578 3456 1 0 3489109 0
[pid=3841/tid=3891] ppid=3838 vsize=14001980 CPUtime=2.94 cores=1,3,5,7
/proc/3841/task/3891/stat : 3891 (java) R 3838 3841 1460 0 -1 1077944384 37479 12370 0 0 277 10 5 2 20 0 15 0 89880742 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139911053378048 139911049160405 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3892] ppid=3838 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/3841/task/3892/stat : 3892 (java) S 3838 3841 1460 0 -1 1077944384 229 12370 0 0 2 0 5 2 20 0 15 0 89880742 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910983584784 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3893] ppid=3838 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/3841/task/3893/stat : 3893 (java) S 3838 3841 1460 0 -1 1077944384 119 12370 0 0 2 0 5 2 20 0 15 0 89880742 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910982532240 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3894] ppid=3838 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/3841/task/3894/stat : 3894 (java) S 3838 3841 1460 0 -1 1077944384 62 12370 0 0 2 0 5 2 20 0 15 0 89880742 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910981479184 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3895] ppid=3838 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/3841/task/3895/stat : 3895 (java) S 3838 3841 1460 0 -1 1077944384 75 12370 0 0 2 0 5 2 20 0 15 0 89880742 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910980426640 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3896] ppid=3838 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/3841/task/3896/stat : 3896 (java) S 3838 3841 1460 0 -1 1077944384 2260 12370 0 0 3 0 5 2 20 0 15 0 89880744 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910527273200 139911049161346 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3897] ppid=3838 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3897/stat : 3897 (java) S 3838 3841 1460 0 -1 1077944384 55 12370 0 0 0 0 5 2 20 0 15 0 89880744 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910526219488 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3898] ppid=3838 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3898/stat : 3898 (java) S 3838 3841 1460 0 -1 1077944384 45 12370 0 0 0 0 5 2 20 0 15 0 89880744 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910525166336 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3899] ppid=3838 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3899/stat : 3899 (java) S 3838 3841 1460 0 -1 1077944384 3 12370 0 0 0 0 5 2 20 0 15 0 89880747 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910524114896 139911049168795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3900] ppid=3838 vsize=14001980 CPUtime=0.95 cores=1,3,5,7
/proc/3841/task/3900/stat : 3900 (java) R 3838 3841 1460 0 -1 4202560 3789 12370 0 0 88 0 5 2 20 0 15 0 89880747 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910523048496 139911034050484 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3901] ppid=3838 vsize=14001980 CPUtime=0.65 cores=1,3,5,7
/proc/3841/task/3901/stat : 3901 (java) R 3838 3841 1460 0 -1 4202560 1259 12370 0 0 58 0 5 2 20 0 15 0 89880747 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910521986672 139911029040353 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3902] ppid=3838 vsize=14001980 CPUtime=1.02 cores=1,3,5,7
/proc/3841/task/3902/stat : 3902 (java) S 3838 3841 1460 0 -1 1077944384 3388 12370 0 0 93 2 5 2 20 0 15 0 89880747 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910520957424 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3903] ppid=3838 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3903/stat : 3903 (java) S 3838 3841 1460 0 -1 1077944384 3 12370 0 0 0 0 5 2 20 0 15 0 89880747 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910519905120 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3904] ppid=3838 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3904/stat : 3904 (java) S 3838 3841 1460 0 -1 1077944384 12 12370 0 0 0 0 5 2 20 0 15 0 89880751 14338027520 59578 18446744073709551615 4194304 4196468 140729276989392 139910518852144 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 14001980

[startup+3.60059 s]
/proc/loadavg: 2.11 1.76 1.58 4/214 3904
/proc/meminfo: memFree=29851324/32770624 swapFree=0/563160
[pid=3841] ppid=3838 vsize=14067516 CPUtime=6.43 cores=1,3,5,7
/proc/3841/stat : 3841 (java) S 3838 3841 1460 0 -1 1077944320 57343 12370 0 0 617 19 5 2 20 0 15 0 89880721 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 140729276971936 139911049150199 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
/proc/3841/statm: 3516879 66026 3461 1 0 3505493 0
[pid=3841/tid=3891] ppid=3838 vsize=14067516 CPUtime=3.22 cores=1,3,5,7
/proc/3841/task/3891/stat : 3891 (java) S 3838 3841 1460 0 -1 1077944384 43394 12370 0 0 304 11 5 2 20 0 15 0 89880742 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139911053387744 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3892] ppid=3838 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/3841/task/3892/stat : 3892 (java) S 3838 3841 1460 0 -1 1077944384 235 12370 0 0 9 0 5 2 20 0 15 0 89880742 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910983584784 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3893] ppid=3838 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/3841/task/3893/stat : 3893 (java) S 3838 3841 1460 0 -1 1077944384 136 12370 0 0 9 0 5 2 20 0 15 0 89880742 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910982532240 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3894] ppid=3838 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/3841/task/3894/stat : 3894 (java) S 3838 3841 1460 0 -1 1077944384 70 12370 0 0 9 0 5 2 20 0 15 0 89880742 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910981479184 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3895] ppid=3838 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/3841/task/3895/stat : 3895 (java) S 3838 3841 1460 0 -1 1077944384 76 12370 0 0 9 0 5 2 20 0 15 0 89880742 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910980426640 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3896] ppid=3838 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/3841/task/3896/stat : 3896 (java) R 3838 3841 1460 0 -1 4202560 2271 12370 0 0 7 0 5 2 20 0 15 0 89880744 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910527271600 139911033517847 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3897] ppid=3838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3897/stat : 3897 (java) S 3838 3841 1460 0 -1 1077944384 55 12370 0 0 0 0 5 2 20 0 15 0 89880744 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910526219392 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3898] ppid=3838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3898/stat : 3898 (java) S 3838 3841 1460 0 -1 1077944384 45 12370 0 0 0 0 5 2 20 0 15 0 89880744 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910525166336 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3899] ppid=3838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3899/stat : 3899 (java) S 3838 3841 1460 0 -1 1077944384 3 12370 0 0 0 0 5 2 20 0 15 0 89880747 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910524114896 139911049168795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3900] ppid=3838 vsize=14067516 CPUtime=1.08 cores=1,3,5,7
/proc/3841/task/3900/stat : 3900 (java) S 3838 3841 1460 0 -1 1077944384 3956 12370 0 0 100 1 5 2 20 0 15 0 89880747 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910523049984 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3901] ppid=3838 vsize=14067516 CPUtime=0.72 cores=1,3,5,7
/proc/3841/task/3901/stat : 3901 (java) S 3838 3841 1460 0 -1 1077944384 1399 12370 0 0 65 0 5 2 20 0 15 0 89880747 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910522010480 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3902] ppid=3838 vsize=14067516 CPUtime=1.08 cores=1,3,5,7
/proc/3841/task/3902/stat : 3902 (java) S 3838 3841 1460 0 -1 1077944384 3536 12370 0 0 99 2 5 2 20 0 15 0 89880747 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910520957424 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3903] ppid=3838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3903/stat : 3903 (java) S 3838 3841 1460 0 -1 1077944384 3 12370 0 0 0 0 5 2 20 0 15 0 89880747 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910519905120 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3904] ppid=3838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3904/stat : 3904 (java) S 3838 3841 1460 0 -1 1077944384 12 12370 0 0 0 0 5 2 20 0 15 0 89880751 14405136384 66026 18446744073709551615 4194304 4196468 140729276989392 139910518852144 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 14067516

[startup+4.00094 s]
/proc/loadavg: 2.11 1.76 1.58 4/214 3904
/proc/meminfo: memFree=29851324/32770624 swapFree=0/563160
[pid=3841] ppid=3838 vsize=14069564 CPUtime=7.47 cores=1,3,5,7
/proc/3841/stat : 3841 (java) S 3838 3841 1460 0 -1 1077944320 58122 12370 0 0 721 19 5 2 20 0 15 0 89880721 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 140729276971936 139911049150199 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
/proc/3841/statm: 3517391 66820 3467 1 0 3506005 0
[pid=3841/tid=3891] ppid=3838 vsize=14069564 CPUtime=3.59 cores=1,3,5,7
/proc/3841/task/3891/stat : 3891 (java) R 3838 3841 1460 0 -1 4202560 43545 12370 0 0 341 11 5 2 20 0 15 0 89880742 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139911053382544 139911028207409 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3892] ppid=3838 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/3841/task/3892/stat : 3892 (java) S 3838 3841 1460 0 -1 1077944384 241 12370 0 0 10 0 5 2 20 0 15 0 89880742 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910983584784 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3893] ppid=3838 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/3841/task/3893/stat : 3893 (java) S 3838 3841 1460 0 -1 1077944384 137 12370 0 0 10 0 5 2 20 0 15 0 89880742 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910982532240 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3894] ppid=3838 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/3841/task/3894/stat : 3894 (java) S 3838 3841 1460 0 -1 1077944384 70 12370 0 0 10 0 5 2 20 0 15 0 89880742 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910981479184 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3895] ppid=3838 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/3841/task/3895/stat : 3895 (java) S 3838 3841 1460 0 -1 1077944384 78 12370 0 0 10 0 5 2 20 0 15 0 89880742 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910980426640 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3896] ppid=3838 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/3841/task/3896/stat : 3896 (java) S 3838 3841 1460 0 -1 1077944384 2272 12370 0 0 9 0 5 2 20 0 15 0 89880744 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910527273200 139911049161346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3897] ppid=3838 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3897/stat : 3897 (java) S 3838 3841 1460 0 -1 1077944384 55 12370 0 0 0 0 5 2 20 0 15 0 89880744 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910526219488 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3898] ppid=3838 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3898/stat : 3898 (java) S 3838 3841 1460 0 -1 1077944384 45 12370 0 0 0 0 5 2 20 0 15 0 89880744 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910525166336 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3899] ppid=3838 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3899/stat : 3899 (java) S 3838 3841 1460 0 -1 1077944384 3 12370 0 0 0 0 5 2 20 0 15 0 89880747 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910524114896 139911049168795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3900] ppid=3838 vsize=14069564 CPUtime=1.29 cores=1,3,5,7
/proc/3841/task/3900/stat : 3900 (java) R 3838 3841 1460 0 -1 4202560 4060 12370 0 0 121 1 5 2 20 0 15 0 89880747 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910523051536 139911035301881 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3901] ppid=3838 vsize=14069564 CPUtime=0.94 cores=1,3,5,7
/proc/3841/task/3901/stat : 3901 (java) R 3838 3841 1460 0 -1 4202560 1508 12370 0 0 87 0 5 2 20 0 15 0 89880747 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910521996504 139911027038787 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3902] ppid=3838 vsize=14069564 CPUtime=1.26 cores=1,3,5,7
/proc/3841/task/3902/stat : 3902 (java) S 3838 3841 1460 0 -1 1077944384 3941 12370 0 0 117 2 5 2 20 0 15 0 89880747 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910520957424 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3903] ppid=3838 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3903/stat : 3903 (java) S 3838 3841 1460 0 -1 1077944384 3 12370 0 0 0 0 5 2 20 0 15 0 89880747 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910519905120 139911049160405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
[pid=3841/tid=3904] ppid=3838 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3904/stat : 3904 (java) S 3838 3841 1460 0 -1 1077944384 12 12370 0 0 0 0 5 2 20 0 15 0 89880751 14407233536 66820 18446744073709551615 4194304 4196468 140729276989392 139910518852144 139911049161346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8052736 140729276995536 140729276998321 140729276998321 140729277001679 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 14069564

[startup+4.10061 s]
/proc/loadavg: 2.11 1.76 1.58 4/214 3904
/proc/meminfo: memFree=29851324/32770624 swapFree=0/563160
[pid=3841] ppid=3838 vsize=0 CPUtime=7.73 cores=1,3,5,7
/proc/3841/stat : 3841 (java) Z 3838 3841 1460 0 -1 4227084 58478 12370 0 0 746 20 5 2 20 0 2 0 89880721 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/3841/statm: 0 0 0 0 0 0 0
[pid=3841/tid=3898] ppid=3838 vsize=0 CPUtime=0.07 cores=1,3,5,7
/proc/3841/task/3898/stat : 3898 (java) R 3838 3841 1460 0 -1 4203588 45 12370 0 0 0 0 5 2 20 0 2 0 89880744 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.10596
CPU time (s): 7.75536
CPU user time (s): 7.52013
CPU system time (s): 0.23523
CPU usage (%): 188.881
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.52013
system time used= 0.23523
maximum resident set size= 269040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70848
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= 6889
involuntary context switches= 38

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028176 second user time and 0.017741 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 05:41:48
IDJOB=4262160
IDBENCH=116016
IDSOLVER=2650
FILE ID=node134/4262160-1502423744
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-04-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262160-1502423744/watcher-4262160-1502423744 -o /tmp/evaluation-result-4262160-1502423744/solver-4262160-1502423744 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262160-1502423744.xml

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

MD5SUM BENCH= 0116bae2a95e7b115a3e9036ad78d6b8
RANDOM SEED=380889991

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30080676 kB
MemAvailable:   31039388 kB
Buffers:          279816 kB
Cached:           973180 kB
SwapCached:            0 kB
Active:          1660552 kB
Inactive:         593744 kB
Active(anon):    1003936 kB
Inactive(anon):    31216 kB
Active(file):     656616 kB
Inactive(file):   562528 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24048 kB
Writeback:             4 kB
AnonPages:       1002008 kB
Mapped:            63272 kB
Shmem:             33468 kB
Slab:             137204 kB
SReclaimable:     110804 kB
SUnreclaim:        26400 kB
KernelStack:        3504 kB
PageTables:         7360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1891388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 05:41:53