Trace number 3379989

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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.09 1300.06

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

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-3379989-1305461053/watcher-3379989-1305461053 -o /tmp/evaluation-result-3379989-1305461053/solver-3379989-1305461053 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379989-1305461053.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.38 2.72 3.39 5/354 28708
/proc/meminfo: memFree=24017348/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=11796 CPUtime=0 cores=5,7
/proc/28708/stat : 28708 (runsolver) R 28706 28708 27741 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 657706255 12079104 50 33554432000 4194304 5432360 140735335271824 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/28708/statm: 2949 50 30 303 0 2643 0

[startup+0.0218799 s]
/proc/loadavg: 1.38 2.72 3.39 5/354 28708
/proc/meminfo: memFree=24017348/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=47952 CPUtime=0 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 4900 0 0 0 0 0 0 0 21 0 1 0 657706255 49102848 4840 33554432000 4194304 4394578 140733444159376 18446744073709551615 4331526 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 11988 4867 244 49 0 9129 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47952

[startup+0.100863 s]
/proc/loadavg: 1.38 2.72 3.39 5/354 28708
/proc/meminfo: memFree=24017348/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=132004 CPUtime=0.08 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 13227 0 0 0 7 1 0 0 21 0 1 0 657706255 135172096 13167 33554432000 4194304 4394578 140733444159376 18446744073709551615 230809165568 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 33001 13169 247 49 0 30142 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 132004

[startup+0.704754 s]
/proc/loadavg: 1.38 2.72 3.39 5/354 28708
/proc/meminfo: memFree=24017348/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=218116 CPUtime=0.68 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 34689 0 0 0 63 5 0 0 24 0 1 0 657706255 223350784 34629 33554432000 4194304 4394578 140733444159376 18446744073709551615 230809165568 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 54529 34630 247 49 0 51670 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 218116

[startup+0.800741 s]
/proc/loadavg: 1.38 2.72 3.39 5/354 28708
/proc/meminfo: memFree=24017348/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=230308 CPUtime=0.77 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 37854 0 0 0 72 5 0 0 25 0 1 0 657706255 235835392 37794 33554432000 4194304 4394578 140733444159376 18446744073709551615 230808826565 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 57577 37797 248 49 0 54718 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 230308

[startup+1.50061 s]
/proc/loadavg: 1.38 2.72 3.39 5/360 28715
/proc/meminfo: memFree=23551192/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=321952 CPUtime=1.49 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 60377 0 0 0 140 9 0 0 25 0 1 0 657706255 329678848 60317 33554432000 4194304 4394578 140733444159376 18446744073709551615 230808826565 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 80488 60317 248 49 0 77629 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 321952

[startup+3.10032 s]
/proc/loadavg: 1.83 2.79 3.41 5/360 28715
/proc/meminfo: memFree=23258724/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=542064 CPUtime=3.08 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 111447 0 0 0 287 21 0 0 25 0 1 0 657706255 555073536 110991 33554432000 4194304 4394578 140733444159376 18446744073709551615 4314841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 135516 110991 248 49 0 132657 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 542064

[startup+6.30073 s]
/proc/loadavg: 1.83 2.79 3.41 5/360 28715
/proc/meminfo: memFree=22767028/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=665684 CPUtime=6.27 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 142100 0 0 0 603 24 0 0 25 0 1 0 657706255 681660416 140679 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 166421 140679 264 49 0 163562 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 665684

[startup+12.7006 s]
/proc/loadavg: 2.39 2.88 3.43 5/360 28715
/proc/meminfo: memFree=22731640/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=673696 CPUtime=12.68 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 144098 0 0 0 1243 25 0 0 25 0 1 0 657706255 689864704 142677 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 168424 142677 264 49 0 165565 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 673696

[startup+25.5002 s]
/proc/loadavg: 2.63 2.92 3.43 5/360 28715
/proc/meminfo: memFree=22670112/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=681628 CPUtime=25.48 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 145996 0 0 0 2522 26 0 0 25 0 1 0 657706255 697987072 144575 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 170407 144575 264 49 0 167548 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 681628

[startup+51.1135 s]
/proc/loadavg: 3.10 3.00 3.45 5/360 28716
/proc/meminfo: memFree=22546900/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=692036 CPUtime=51.1 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 148586 0 0 0 5083 27 0 0 25 0 1 0 657706255 708644864 147165 33554432000 4194304 4394578 140733444159376 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 173009 147165 264 49 0 170150 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 692036

[startup+102.3 s]
/proc/loadavg: 3.61 3.16 3.47 5/360 28717
/proc/meminfo: memFree=22329268/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=710016 CPUtime=102.28 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 152946 0 0 0 10200 28 0 0 25 0 1 0 657706255 727056384 151525 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 177504 151525 264 49 0 174645 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 710016

[startup+162.301 s]
/proc/loadavg: 3.92 3.32 3.51 5/360 28719
/proc/meminfo: memFree=22049364/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=746324 CPUtime=162.29 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 162037 0 0 0 16198 31 0 0 25 0 1 0 657706255 764235776 160616 33554432000 4194304 4394578 140733444159376 18446744073709551615 4299482 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 186581 160616 264 49 0 183722 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 746324

[startup+222.3 s]
/proc/loadavg: 4.03 3.47 3.55 5/360 28720
/proc/meminfo: memFree=21761380/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=783116 CPUtime=222.29 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 171130 0 0 0 22195 34 0 0 25 0 1 0 657706255 801910784 169644 33554432000 4194304 4394578 140733444159376 18446744073709551615 4287234 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 195779 169644 264 49 0 192920 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 783116

[startup+282.3 s]
/proc/loadavg: 4.01 3.56 3.57 5/360 28722
/proc/meminfo: memFree=21532080/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=812764 CPUtime=282.28 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 178515 0 0 0 28192 36 0 0 25 0 1 0 657706255 832270336 176899 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 203191 176899 264 49 0 200332 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 812764

[startup+342.3 s]
/proc/loadavg: 4.00 3.64 3.60 5/360 28724
/proc/meminfo: memFree=21309472/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=845352 CPUtime=342.29 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 186409 0 0 0 34189 40 0 0 25 0 1 0 657706255 865640448 184793 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 211338 184793 264 49 0 208479 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 845352

[startup+402.3 s]
/proc/loadavg: 4.04 3.72 3.62 5/360 28725
/proc/meminfo: memFree=21139068/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=888904 CPUtime=402.29 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 197135 0 0 0 40187 42 0 0 25 0 1 0 657706255 910237696 195259 33554432000 4194304 4394578 140733444159376 18446744073709551615 4287512 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 222226 195259 264 49 0 219367 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 888904

[startup+462.3 s]
/proc/loadavg: 4.12 3.80 3.65 5/360 28727
/proc/meminfo: memFree=20988876/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=925800 CPUtime=462.29 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 206348 0 0 0 46183 46 0 0 25 0 1 0 657706255 948019200 204472 33554432000 4194304 4394578 140733444159376 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 231450 204472 264 49 0 228591 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 925800

[startup+522.3 s]
/proc/loadavg: 4.04 3.83 3.67 5/360 28728
/proc/meminfo: memFree=20892244/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=959468 CPUtime=522.29 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 214589 0 0 0 52181 48 0 0 25 0 1 0 657706255 982495232 212713 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 239867 212713 264 49 0 237008 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 959468

[startup+582.301 s]
/proc/loadavg: 4.01 3.86 3.69 5/360 28730
/proc/meminfo: memFree=20789916/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1009228 CPUtime=582.31 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 227245 0 0 0 58178 53 0 0 25 0 1 0 657706255 1033449472 224279 33554432000 4194304 4394578 140733444159376 18446744073709551615 4288076 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 252307 224279 264 49 0 249448 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1009228

[startup+642.301 s]
/proc/loadavg: 4.00 3.88 3.71 5/360 28732
/proc/meminfo: memFree=20624964/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1055564 CPUtime=642.3 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 238679 0 0 0 64173 57 0 0 25 0 1 0 657706255 1080897536 235713 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 263891 235713 264 49 0 261032 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1055564

[startup+702.314 s]
/proc/loadavg: 4.08 3.92 3.73 5/360 28733
/proc/meminfo: memFree=20565416/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1088576 CPUtime=702.31 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 246751 0 0 0 70171 60 0 0 25 0 1 0 657706255 1114701824 243785 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 272144 243785 264 49 0 269285 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1088576

[startup+762.301 s]
/proc/loadavg: 4.07 3.94 3.75 5/360 28735
/proc/meminfo: memFree=20472148/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1125536 CPUtime=762.3 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 255793 0 0 0 76167 63 0 0 25 0 1 0 657706255 1152548864 252827 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 281384 252827 264 49 0 278525 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1125536

[startup+822.301 s]
/proc/loadavg: 4.02 3.95 3.76 5/360 28736
/proc/meminfo: memFree=20358776/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1156844 CPUtime=822.3 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 263458 0 0 0 82164 66 0 0 25 0 1 0 657706255 1184608256 260492 33554432000 4194304 4394578 140733444159376 18446744073709551615 4313519 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 289211 260492 264 49 0 286352 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1156844

[startup+882.301 s]
/proc/loadavg: 4.01 3.96 3.77 5/360 28738
/proc/meminfo: memFree=20233756/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1208592 CPUtime=882.31 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 276203 0 0 0 88158 73 0 0 25 0 1 0 657706255 1237598208 273237 33554432000 4194304 4394578 140733444159376 18446744073709551615 4285678 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 302148 273237 264 49 0 299289 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1208592

[startup+942.301 s]
/proc/loadavg: 4.10 3.99 3.79 5/360 28740
/proc/meminfo: memFree=20160072/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1254208 CPUtime=942.31 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 287197 0 0 0 94153 78 0 0 25 0 1 0 657706255 1284308992 284231 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298302 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 313552 284231 264 49 0 310693 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1254208

[startup+1002.3 s]
/proc/loadavg: 4.12 4.02 3.82 5/360 28741
/proc/meminfo: memFree=20089484/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1280616 CPUtime=1002.31 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 293631 0 0 0 100152 79 0 0 25 0 1 0 657706255 1311350784 290665 33554432000 4194304 4394578 140733444159376 18446744073709551615 4313519 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 320154 290665 264 49 0 317295 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1280616

[startup+1062.3 s]
/proc/loadavg: 4.08 4.03 3.83 5/360 28743
/proc/meminfo: memFree=20001160/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1321576 CPUtime=1062.31 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 302453 0 0 0 106150 81 0 0 25 0 1 0 657706255 1353293824 299487 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 330394 299487 264 49 0 327535 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1321576

[startup+1122.3 s]
/proc/loadavg: 4.03 4.02 3.83 5/360 28744
/proc/meminfo: memFree=19929332/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1357724 CPUtime=1122.31 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 311345 0 0 0 112146 85 0 0 25 0 1 0 657706255 1390309376 308379 33554432000 4194304 4394578 140733444159376 18446744073709551615 4285758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 339431 308379 264 49 0 336572 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1357724

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.84 5/360 28746
/proc/meminfo: memFree=19835312/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1393088 CPUtime=1182.32 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 320109 0 0 0 118144 88 0 0 25 0 1 0 657706255 1426522112 317143 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 348272 317143 264 49 0 345413 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1393088

[startup+1242.3 s]
/proc/loadavg: 4.05 4.03 3.85 5/360 28748
/proc/meminfo: memFree=19793120/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1425772 CPUtime=1242.33 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 328163 0 0 0 124143 90 0 0 25 0 1 0 657706255 1459990528 325197 33554432000 4194304 4394578 140733444159376 18446744073709551615 4346134 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 356443 325197 264 49 0 353584 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1425772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.86 3/350 28785
/proc/meminfo: memFree=22008744/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1461440 CPUtime=1300.03 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 336880 0 0 0 129911 92 0 0 25 0 1 0 657706255 1496514560 333914 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298302 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 365360 333914 264 49 0 362501 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1461440

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: 4.04 4.03 3.86 3/350 28785
/proc/meminfo: memFree=22008744/32951124 swapFree=40554400/67111528
[pid=28708] ppid=28706 vsize=1461440 CPUtime=1300.03 cores=5,7
/proc/28708/stat : 28708 (SApperloT2010) R 28706 28708 27741 0 -1 4202496 336880 0 0 0 129911 92 0 0 25 0 1 0 657706255 1496514560 333914 33554432000 4194304 4394578 140733444159376 18446744073709551615 4298302 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28708/statm: 365360 333914 264 49 0 362501 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1461440

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.09
CPU user time (s): 1299.12
CPU system time (s): 0.971852
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1461440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.12
system time used= 0.971852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 336880
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= 5
involuntary context switches= 687

runsolver used 4.42033 second user time and 10.9453 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 14:04:18
IDJOB=3379989
IDBENCH=88159
IDSOLVER=1862
FILE ID=node104/3379989-1305461053
RUNJOBID= node104-1305461053-28678
PBS_JOBID= 13324887
Free space on /tmp= 72848 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379989-1305461053/watcher-3379989-1305461053 -o /tmp/evaluation-result-3379989-1305461053/solver-3379989-1305461053 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379989-1305461053.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1316141860

node104.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.855
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.71
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.855
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	: 5332.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24017504 kB
Buffers:        315300 kB
Cached:        3604300 kB
SwapCached:     122128 kB
Active:        2107048 kB
Inactive:      6524268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24017504 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:          594752 kB
Writeback:           0 kB
AnonPages:     4602112 kB
Mapped:          11324 kB
Slab:           153308 kB
PageTables:      85884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75444260 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= 73020 MiB
End job on node104 at 2011-05-15 14:26:00