Trace number 3386077

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 NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 3889.9 1300.08

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.60.1152.shuffled-as.sat03-1650.cnf
MD5SUM98d6317b259165bb4fb7a39e783668e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark118.001
Satisfiable
(Un)Satisfiability was proved
Number of variables7534
Number of clauses72812
Sum of the clauses size161368
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269406
Number of clauses of size 3128
Number of clauses of size 4291
Number of clauses of size 5538
Number of clauses of size over 52449

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3386077-1305582154/watcher-3386077-1305582154 -o /tmp/evaluation-result-3386077-1305582154/solver-3386077-1305582154 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386077-1305582154.cnf -threads=4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.12 4/426 14167
/proc/meminfo: memFree=21589484/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=21932 CPUtime=0.01 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 1074 0 0 0 1 0 0 0 25 0 1 0 669815851 22458368 755 33554432000 4194304 4625164 140733901326432 18446744073709551615 244446945024 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/14166/statm: 5483 755 296 106 0 986 0

[startup+0.099849 s]
/proc/loadavg: 2.00 2.00 2.12 4/426 14167
/proc/meminfo: memFree=21589484/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=190784 CPUtime=0.22 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) D 14164 14166 14137 0 -1 4202496 3382 0 0 0 22 0 0 0 25 0 4 0 669815851 195362816 2862 33554432000 4194304 4625164 140733901326432 18446744073709551615 244446988471 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 47696 2862 342 106 0 43199 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 190784

[startup+0.102903 s]
/proc/loadavg: 2.00 2.00 2.12 4/426 14167
/proc/meminfo: memFree=21589484/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=190784 CPUtime=0.23 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 3489 0 0 0 23 0 0 0 25 0 4 0 669815851 195362816 2969 33554432000 4194304 4625164 140733901326432 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14166/statm: 64562 6761 342 106 0 60065 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 190784

[startup+0.940948 s]
/proc/loadavg: 2.00 2.00 2.12 4/426 14167
/proc/meminfo: memFree=21589484/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=258248 CPUtime=2.74 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 8748 0 0 0 273 1 0 0 25 0 4 0 669815851 264445952 7110 33554432000 4194304 4625164 140733901326432 18446744073709551615 244447050222 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 64562 7110 342 106 0 60065 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 258248

[startup+1.04093 s]
/proc/loadavg: 2.00 2.00 2.12 4/426 14167
/proc/meminfo: memFree=21589484/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=258248 CPUtime=3.04 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 9369 0 0 0 303 1 0 0 25 0 4 0 669815851 264445952 7575 33554432000 4194304 4625164 140733901326432 18446744073709551615 244447050222 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 64562 7575 342 106 0 60065 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 258248

[startup+1.50085 s]
/proc/loadavg: 2.00 2.00 2.12 4/426 14167
/proc/meminfo: memFree=21589484/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=274388 CPUtime=4.42 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 19787 0 0 0 440 2 0 0 25 0 4 0 669815851 280973312 12382 33554432000 4194304 4625164 140733901326432 18446744073709551615 4512896 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14166/statm: 68597 12382 345 106 0 64100 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 274388

[startup+3.10055 s]
/proc/loadavg: 2.48 2.10 2.15 11/438 14182
/proc/meminfo: memFree=21482648/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=278240 CPUtime=9.19 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 27491 0 0 0 916 3 0 0 25 0 4 0 669815851 284917760 13530 33554432000 4194304 4625164 140733901326432 18446744073709551615 4356539 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14166/statm: 69560 13530 345 106 0 65063 0
[pid=14166/tid=14169] ppid=14164 vsize=278240 CPUtime=2.6 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 4122 0 0 0 260 0 0 0 20 0 4 0 669815854 284917760 13530 33554432000 4194304 4625164 140733901326432 18446744073709551615 4462556 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=278240 CPUtime=1.91 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 3338 0 0 0 191 0 0 0 25 0 4 0 669815854 284917760 13530 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=278240 CPUtime=3.02 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 12665 0 0 0 301 1 0 0 25 0 4 0 669815854 284917760 13530 33554432000 4194304 4625164 140733901326432 18446744073709551615 4547311 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.19
Current children cumulated vsize (KiB) 278240

[startup+6.30096 s]
/proc/loadavg: 3.16 2.25 2.20 11/438 14183
/proc/meminfo: memFree=21455544/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=287460 CPUtime=18.73 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 46312 0 0 0 1867 6 0 0 25 0 4 0 669815851 294359040 16739 33554432000 4194304 4625164 140733901326432 18446744073709551615 4499324 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14166/statm: 71865 16739 347 106 0 67368 0
[pid=14166/tid=14169] ppid=14164 vsize=287460 CPUtime=4.2 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 5839 0 0 0 419 1 0 0 25 0 4 0 669815854 294359040 16739 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=287460 CPUtime=3.51 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 4237 0 0 0 350 1 0 0 25 0 4 0 669815854 294359040 16739 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=287460 CPUtime=6.18 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 26453 0 0 0 615 3 0 0 25 0 4 0 669815854 294359040 16739 33554432000 4194304 4625164 140733901326432 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.73
Current children cumulated vsize (KiB) 287460

[startup+12.7008 s]
/proc/loadavg: 3.79 2.39 2.24 11/438 14183
/proc/meminfo: memFree=21392108/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=301636 CPUtime=37.86 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 71545 0 0 0 3771 15 0 0 25 0 4 0 669815851 308875264 28969 33554432000 4194304 4625164 140733901326432 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 75409 28969 347 106 0 70912 0
[pid=14166/tid=14169] ppid=14164 vsize=301636 CPUtime=7.95 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 9939 0 0 0 792 3 0 0 18 0 4 0 669815854 308875264 28969 33554432000 4194304 4625164 140733901326432 18446744073709551615 4464383 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=301636 CPUtime=9.46 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 9505 0 0 0 943 3 0 0 25 0 4 0 669815854 308875264 28969 33554432000 4194304 4625164 140733901326432 18446744073709551615 4339202 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=301636 CPUtime=10.81 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 39196 0 0 0 1075 6 0 0 18 0 4 0 669815854 308875264 28970 33554432000 4194304 4625164 140733901326432 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37.86
Current children cumulated vsize (KiB) 301636

[startup+25.5004 s]
/proc/loadavg: 4.74 2.64 2.33 11/438 14183
/proc/meminfo: memFree=21296892/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=349844 CPUtime=75.98 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 148160 0 0 0 7567 31 0 0 25 0 4 0 669815851 358240256 49115 33554432000 4194304 4625164 140733901326432 18446744073709551615 4396545 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 87461 49115 347 106 0 82964 0
[pid=14166/tid=14169] ppid=14164 vsize=349844 CPUtime=18.53 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 23660 0 0 0 1846 7 0 0 25 0 4 0 669815854 358240256 49115 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=349844 CPUtime=15.9 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 15982 0 0 0 1585 5 0 0 25 0 4 0 669815854 358240256 49115 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=349844 CPUtime=19.98 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 89707 0 0 0 1984 14 0 0 25 0 4 0 669815854 358240256 49115 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351734 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 349844

[startup+51.1006 s]
/proc/loadavg: 6.81 3.34 2.57 11/438 14184
/proc/meminfo: memFree=21116872/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=557216 CPUtime=152.31 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 251143 0 0 0 15178 53 0 0 25 0 4 0 669815851 570589184 84720 33554432000 4194304 4625164 140733901326432 18446744073709551615 4329097 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14166/statm: 139304 84720 347 106 0 134807 0
[pid=14166/tid=14169] ppid=14164 vsize=557216 CPUtime=40.32 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 42094 0 0 0 4021 11 0 0 20 0 4 0 669815854 570589184 84720 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=557216 CPUtime=31.12 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 27698 0 0 0 3100 12 0 0 25 0 4 0 669815854 570589184 84720 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=557216 CPUtime=35.06 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 154650 0 0 0 3483 23 0 0 25 0 4 0 669815854 570589184 84720 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 152.31
Current children cumulated vsize (KiB) 557216

[startup+102.301 s]
/proc/loadavg: 8.70 4.40 2.97 11/438 14185
/proc/meminfo: memFree=20825328/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=742064 CPUtime=306.57 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 471647 0 0 0 30557 100 0 0 25 0 4 0 669815851 759873536 144105 33554432000 4194304 4625164 140733901326432 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14166/statm: 185516 144105 347 106 0 181019 0
[pid=14166/tid=14169] ppid=14164 vsize=742064 CPUtime=77.31 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 67151 0 0 0 7709 22 0 0 25 0 4 0 669815854 759873536 144105 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=742064 CPUtime=71.27 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 58728 0 0 0 7103 24 0 0 25 0 4 0 669815854 759873536 144105 33554432000 4194304 4625164 140733901326432 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=742064 CPUtime=64.19 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 306707 0 0 0 6373 46 0 0 25 0 4 0 669815854 759873536 144105 33554432000 4194304 4625164 140733901326432 18446744073709551615 4547610 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 306.57
Current children cumulated vsize (KiB) 742064

[startup+162.301 s]
/proc/loadavg: 9.64 5.46 3.42 11/438 14187
/proc/meminfo: memFree=20524108/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=971764 CPUtime=488.79 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 644930 0 0 0 48734 145 0 0 25 0 4 0 669815851 995086336 204721 33554432000 4194304 4625164 140733901326432 18446744073709551615 244446606369 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 242941 204721 347 106 0 238444 0
[pid=14166/tid=14169] ppid=14164 vsize=971764 CPUtime=117.32 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 93787 0 0 0 11695 37 0 0 25 0 4 0 669815854 995086336 204721 33554432000 4194304 4625164 140733901326432 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=971764 CPUtime=111.6 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 78234 0 0 0 11124 36 0 0 25 0 4 0 669815854 995086336 204721 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=971764 CPUtime=111.06 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 416626 0 0 0 11044 62 0 0 25 0 4 0 669815854 995086336 204721 33554432000 4194304 4625164 140733901326432 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 488.79
Current children cumulated vsize (KiB) 971764

[startup+222.301 s]
/proc/loadavg: 9.98 6.32 3.84 11/438 14188
/proc/meminfo: memFree=20320964/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1184264 CPUtime=667.87 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 846396 0 0 0 66599 188 0 0 25 0 4 0 669815851 1212686336 245826 33554432000 4194304 4625164 140733901326432 18446744073709551615 4530153 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 296066 245826 347 106 0 291569 0
[pid=14166/tid=14169] ppid=14164 vsize=1184264 CPUtime=173.65 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 111177 0 0 0 17322 43 0 0 25 0 4 0 669815854 1212686336 245826 33554432000 4194304 4625164 140733901326432 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1184264 CPUtime=142.78 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 96616 0 0 0 14231 47 0 0 25 0 4 0 669815854 1212686336 245826 33554432000 4194304 4625164 140733901326432 18446744073709551615 4352731 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1184264 CPUtime=149.63 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 577921 0 0 0 14878 85 0 0 25 0 4 0 669815854 1212686336 245826 33554432000 4194304 4625164 140733901326432 18446744073709551615 4339848 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 667.87
Current children cumulated vsize (KiB) 1184264

[startup+282.317 s]
/proc/loadavg: 10.14 7.04 4.24 11/438 14190
/proc/meminfo: memFree=20203000/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1277796 CPUtime=847.03 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 1038162 0 0 0 84477 226 0 0 25 0 4 0 669815851 1308463104 266252 33554432000 4194304 4625164 140733901326432 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 319449 266252 347 106 0 314952 0
[pid=14166/tid=14169] ppid=14164 vsize=1277796 CPUtime=232.8 cores=0,2,4,6

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

[pid=14166] ppid=14164 vsize=1480904 CPUtime=2280.04 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 2172886 0 0 0 227580 424 0 0 25 0 4 0 669815851 1516445696 319886 33554432000 4194304 4625164 140733901326432 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 370226 319912 347 106 0 365729 0
[pid=14166/tid=14169] ppid=14164 vsize=1480904 CPUtime=677.53 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 113059 0 0 0 67709 44 0 0 25 0 4 0 669815854 1516445696 319913 33554432000 4194304 4625164 140733901326432 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1480904 CPUtime=652.1 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 105958 0 0 0 65152 58 0 0 25 0 4 0 669815854 1516445696 319913 33554432000 4194304 4625164 140733901326432 18446744073709551615 4488051 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1480904 CPUtime=419.13 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 1834118 0 0 0 41613 300 0 0 25 0 4 0 669815854 1516445696 319913 33554432000 4194304 4625164 140733901326432 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2280.04
Current children cumulated vsize (KiB) 1480904

[startup+822.3 s]
/proc/loadavg: 10.22 9.68 6.85 11/438 14204
/proc/meminfo: memFree=19851360/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1499420 CPUtime=2459.2 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 2347053 0 0 0 245465 455 0 0 25 0 4 0 669815851 1535406080 325809 33554432000 4194304 4625164 140733901326432 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 374855 325809 347 106 0 370358 0
[pid=14166/tid=14169] ppid=14164 vsize=1499420 CPUtime=736.66 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 113324 0 0 0 73621 45 0 0 25 0 4 0 669815854 1535406080 325809 33554432000 4194304 4625164 140733901326432 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1499420 CPUtime=712.11 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 115675 0 0 0 71152 59 0 0 25 0 4 0 669815854 1535406080 325809 33554432000 4194304 4625164 140733901326432 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1499420 CPUtime=449.05 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 1996991 0 0 0 44577 328 0 0 25 0 4 0 669815854 1535406080 325809 33554432000 4194304 4625164 140733901326432 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2459.2
Current children cumulated vsize (KiB) 1499420

[startup+882.301 s]
/proc/loadavg: 10.12 9.75 7.05 11/438 14206
/proc/meminfo: memFree=19820692/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1499420 CPUtime=2638.29 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 2499562 0 0 0 263350 479 0 0 25 0 4 0 669815851 1535406080 331089 33554432000 4194304 4625164 140733901326432 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 374855 331089 347 106 0 370358 0
[pid=14166/tid=14169] ppid=14164 vsize=1499420 CPUtime=795.78 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 113590 0 0 0 79533 45 0 0 25 0 4 0 669815854 1535406080 331089 33554432000 4194304 4625164 140733901326432 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1499420 CPUtime=772.1 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 115819 0 0 0 77151 59 0 0 25 0 4 0 669815854 1535406080 331089 33554432000 4194304 4625164 140733901326432 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1499420 CPUtime=479.04 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 2148133 0 0 0 47552 352 0 0 25 0 4 0 669815854 1535406080 331089 33554432000 4194304 4625164 140733901326432 18446744073709551615 4276048 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2638.29
Current children cumulated vsize (KiB) 1499420

[startup+942.317 s]
/proc/loadavg: 10.04 9.79 7.23 11/438 14207
/proc/meminfo: memFree=19775644/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1578260 CPUtime=2817.47 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 2655426 0 0 0 281239 508 0 0 25 0 4 0 669815851 1616138240 337673 33554432000 4194304 4625164 140733901326432 18446744073709551615 4393124 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 394565 337673 347 106 0 390068 0
[pid=14166/tid=14169] ppid=14164 vsize=1578260 CPUtime=854.91 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 113831 0 0 0 85446 45 0 0 25 0 4 0 669815854 1616138240 337673 33554432000 4194304 4625164 140733901326432 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1578260 CPUtime=832.12 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 115941 0 0 0 83153 59 0 0 25 0 4 0 669815854 1616138240 337673 33554432000 4194304 4625164 140733901326432 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1578260 CPUtime=509.02 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 2294683 0 0 0 50524 378 0 0 25 0 4 0 669815854 1616138240 337673 33554432000 4194304 4625164 140733901326432 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2817.47
Current children cumulated vsize (KiB) 1578260

[startup+1002.3 s]
/proc/loadavg: 10.01 9.83 7.40 11/438 14209
/proc/meminfo: memFree=19750924/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1578260 CPUtime=2996.54 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 2791641 0 0 0 299121 533 0 0 25 0 4 0 669815851 1616138240 342231 33554432000 4194304 4625164 140733901326432 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 394565 342231 347 106 0 390068 0
[pid=14166/tid=14169] ppid=14164 vsize=1578260 CPUtime=913.68 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 114052 0 0 0 91323 45 0 0 25 0 4 0 669815854 1616138240 342231 33554432000 4194304 4625164 140733901326432 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1578260 CPUtime=892.11 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 116053 0 0 0 89152 59 0 0 25 0 4 0 669815854 1616138240 342231 33554432000 4194304 4625164 140733901326432 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1578260 CPUtime=538.92 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 2429558 0 0 0 53490 402 0 0 25 0 4 0 669815854 1616138240 342231 33554432000 4194304 4625164 140733901326432 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2996.54
Current children cumulated vsize (KiB) 1578260

[startup+1062.3 s]
/proc/loadavg: 10.08 9.88 7.57 11/438 14211
/proc/meminfo: memFree=19713804/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1578260 CPUtime=3180.15 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 2939620 0 0 0 317455 560 0 0 25 0 4 0 669815851 1616138240 348985 33554432000 4194304 4625164 140733901326432 18446744073709551615 4393000 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 394565 348985 347 106 0 390068 0
[pid=14166/tid=14169] ppid=14164 vsize=1578260 CPUtime=970.43 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 114308 0 0 0 96997 46 0 0 25 0 4 0 669815854 1616138240 348985 33554432000 4194304 4625164 140733901326432 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1578260 CPUtime=952.11 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 116134 0 0 0 95152 59 0 0 25 0 4 0 669815854 1616138240 348985 33554432000 4194304 4625164 140733901326432 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1578260 CPUtime=568.86 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 2575161 0 0 0 56458 428 0 0 25 0 4 0 669815854 1616138240 348985 33554432000 4194304 4625164 140733901326432 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3180.15
Current children cumulated vsize (KiB) 1578260

[startup+1122.3 s]
/proc/loadavg: 10.07 9.92 7.73 11/438 14221
/proc/meminfo: memFree=19664852/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1640660 CPUtime=3359.28 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 3129278 0 0 0 335336 592 0 0 25 0 4 0 669815851 1680035840 357157 33554432000 4194304 4625164 140733901326432 18446744073709551615 4511892 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 410165 357157 347 106 0 405668 0
[pid=14166/tid=14169] ppid=14164 vsize=1640660 CPUtime=1029.58 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 114569 0 0 0 102912 46 0 0 25 0 4 0 669815854 1680035840 357157 33554432000 4194304 4625164 140733901326432 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1640660 CPUtime=1012.1 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 116214 0 0 0 101151 59 0 0 25 0 4 0 669815854 1680035840 357157 33554432000 4194304 4625164 140733901326432 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1640660 CPUtime=598.86 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 2728423 0 0 0 59431 455 0 0 25 0 4 0 669815854 1680035840 357157 33554432000 4194304 4625164 140733901326432 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3359.28
Current children cumulated vsize (KiB) 1640660

[startup+1182.3 s]
/proc/loadavg: 10.06 9.94 7.87 11/438 14223
/proc/meminfo: memFree=19625740/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1640660 CPUtime=3538.4 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 3285084 0 0 0 353220 620 0 0 25 0 4 0 669815851 1680035840 362364 33554432000 4194304 4625164 140733901326432 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 410165 362364 347 106 0 405668 0
[pid=14166/tid=14169] ppid=14164 vsize=1640660 CPUtime=1088.7 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 114798 0 0 0 108824 46 0 0 25 0 4 0 669815854 1680035840 362364 33554432000 4194304 4625164 140733901326432 18446744073709551615 4488051 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1640660 CPUtime=1072.08 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 116316 0 0 0 107149 59 0 0 25 0 4 0 669815854 1680035840 362364 33554432000 4194304 4625164 140733901326432 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1640660 CPUtime=628.9 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 2883010 0 0 0 62408 482 0 0 25 0 4 0 669815854 1680035840 362364 33554432000 4194304 4625164 140733901326432 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3538.4
Current children cumulated vsize (KiB) 1640660

[startup+1242.3 s]
/proc/loadavg: 10.20 10.00 8.02 11/438 14224
/proc/meminfo: memFree=19580692/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1642188 CPUtime=3717.53 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 3444347 0 0 0 371107 646 0 0 25 0 4 0 669815851 1681600512 366853 33554432000 4194304 4625164 140733901326432 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 410547 366853 347 106 0 406050 0
[pid=14166/tid=14169] ppid=14164 vsize=1642188 CPUtime=1147.85 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 115036 0 0 0 114739 46 0 0 25 0 4 0 669815854 1681600512 366853 33554432000 4194304 4625164 140733901326432 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1642188 CPUtime=1132.07 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 116446 0 0 0 113148 59 0 0 25 0 4 0 669815854 1681600512 366853 33554432000 4194304 4625164 140733901326432 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1642188 CPUtime=658.89 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 3041243 0 0 0 65381 508 0 0 25 0 4 0 669815854 1681600512 366853 33554432000 4194304 4625164 140733901326432 18446744073709551615 4579616 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3717.53
Current children cumulated vsize (KiB) 1642188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.59 10.11 8.18 12/439 14229
/proc/meminfo: memFree=19523412/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1708904 CPUtime=3889.82 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 3586685 0 0 0 388314 668 0 0 25 0 4 0 669815851 1749917696 373712 33554432000 4194304 4625164 140733901326432 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 427226 373712 347 106 0 422729 0
[pid=14166/tid=14169] ppid=14164 vsize=1708904 CPUtime=1184.84 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 115216 0 0 0 118438 46 0 0 25 0 4 0 669815854 1749917696 373712 33554432000 4194304 4625164 140733901326432 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1708904 CPUtime=1189.77 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 116560 0 0 0 118918 59 0 0 25 0 4 0 669815854 1749917696 373712 33554432000 4194304 4625164 140733901326432 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1708904 CPUtime=687.47 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 3181212 0 0 0 68218 529 0 0 25 0 4 0 669815854 1749917696 373712 33554432000 4194304 4625164 140733901326432 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3889.82
Current children cumulated vsize (KiB) 1708904

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 10.59 10.11 8.18 12/439 14229
/proc/meminfo: memFree=19523412/32951124 swapFree=44485784/67111528
[pid=14166] ppid=14164 vsize=1708904 CPUtime=3889.82 cores=0,2,4,6
/proc/14166/stat : 14166 (SArTagnan) R 14164 14166 14137 0 -1 4202496 3586685 0 0 0 388314 668 0 0 25 0 4 0 669815851 1749917696 373712 33554432000 4194304 4625164 140733901326432 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14166/statm: 427226 373712 347 106 0 422729 0
[pid=14166/tid=14169] ppid=14164 vsize=1708904 CPUtime=1184.84 cores=0,2,4,6
/proc/14166/task/14169/stat : 14169 (SArTagnan) R 14164 14166 14137 0 -1 4202560 115216 0 0 0 118438 46 0 0 25 0 4 0 669815854 1749917696 373712 33554432000 4194304 4625164 140733901326432 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14166/tid=14170] ppid=14164 vsize=1708904 CPUtime=1189.77 cores=0,2,4,6
/proc/14166/task/14170/stat : 14170 (SArTagnan) R 14164 14166 14137 0 -1 4202560 116560 0 0 0 118918 59 0 0 25 0 4 0 669815854 1749917696 373712 33554432000 4194304 4625164 140733901326432 18446744073709551615 4330976 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14166/tid=14171] ppid=14164 vsize=1708904 CPUtime=687.47 cores=0,2,4,6
/proc/14166/task/14171/stat : 14171 (SArTagnan) R 14164 14166 14137 0 -1 4202560 3181212 0 0 0 68218 529 0 0 25 0 4 0 669815854 1749917696 373712 33554432000 4194304 4625164 140733901326432 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3889.82
Current children cumulated vsize (KiB) 1708904

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 3889.9
CPU user time (s): 3883.16
CPU system time (s): 6.74098
CPU usage (%): 299.205
Max. virtual memory (cumulated for all children) (KiB): 1765436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3883.16
system time used= 6.74097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3586685
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6420
involuntary context switches= 32687

runsolver used 5.2392 second user time and 13.251 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-16 23:42:34
IDJOB=3386077
IDBENCH=83797
IDSOLVER=1871
FILE ID=node105/3386077-1305582154
RUNJOBID= node105-1305582154-14155
PBS_JOBID= 13350310
Free space on /tmp= 73516 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.60.1152.shuffled-as.sat03-1650.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386077-1305582154/watcher-3386077-1305582154 -o /tmp/evaluation-result-3386077-1305582154/solver-3386077-1305582154 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386077-1305582154.cnf -threads=4

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

MD5SUM BENCH= 98d6317b259165bb4fb7a39e783668e0
RANDOM SEED=1615407170

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21589788 kB
Buffers:        325612 kB
Cached:        7150484 kB
SwapCached:      39636 kB
Active:        3978152 kB
Inactive:      7088412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21589788 kB
SwapTotal:    67111528 kB
SwapFree:     44485784 kB
Dirty:            1576 kB
Writeback:           0 kB
AnonPages:     3559136 kB
Mapped:          19172 kB
Slab:           143968 kB
PageTables:      81948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115493648 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73512 MiB
End job on node105 at 2011-05-17 00:04:16