Trace number 3380171

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.02 1300.03

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 4,6

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: 2.79 3.76 3.90 5/368 1176
/proc/meminfo: memFree=26580964/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=17768 CPUtime=0 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 1107 0 0 0 0 0 0 0 21 0 1 0 657135720 18194432 1048 33554432000 4194304 4394578 140734831008464 18446744073709551615 4331533 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 4442 1059 244 49 0 1583 0

[startup+0.0267769 s]
/proc/loadavg: 2.79 3.76 3.90 5/368 1176
/proc/meminfo: memFree=26580964/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=29788 CPUtime=0.01 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 4217 0 0 0 1 0 0 0 21 0 1 0 657135720 30502912 4158 33554432000 4194304 4394578 140734831008464 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 7447 4159 247 49 0 4588 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29788

[startup+0.100766 s]
/proc/loadavg: 2.79 3.76 3.90 5/368 1176
/proc/meminfo: memFree=26580964/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=37444 CPUtime=0.09 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 6135 0 0 0 9 0 0 0 21 0 1 0 657135720 38342656 6076 33554432000 4194304 4394578 140734831008464 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 9361 6077 247 49 0 6502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37444

[startup+0.300751 s]
/proc/loadavg: 2.79 3.76 3.90 5/368 1176
/proc/meminfo: memFree=26580964/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=58128 CPUtime=0.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 11303 0 0 0 27 1 0 0 22 0 1 0 657135720 59523072 11243 33554432000 4194304 4394578 140734831008464 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 14532 11243 255 49 0 11673 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 58128

[startup+0.700687 s]
/proc/loadavg: 2.79 3.76 3.90 5/368 1176
/proc/meminfo: memFree=26580964/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=75848 CPUtime=0.69 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 16156 0 0 0 65 4 0 0 23 0 1 0 657135720 77668352 15535 33554432000 4194304 4394578 140734831008464 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 18962 15535 255 49 0 16103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75848

[startup+1.50057 s]
/proc/loadavg: 2.79 3.76 3.90 5/372 1210
/proc/meminfo: memFree=26332592/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=90352 CPUtime=1.49 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 21152 0 0 0 142 7 0 0 25 0 1 0 657135720 92520448 18287 33554432000 4194304 4394578 140734831008464 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 22588 18287 255 49 0 19729 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90352

[startup+3.10028 s]
/proc/loadavg: 2.79 3.76 3.90 5/375 1216
/proc/meminfo: memFree=26177072/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=102524 CPUtime=3.09 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 24331 0 0 0 300 9 0 0 25 0 1 0 657135720 104984576 21466 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 25631 21466 266 49 0 22772 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102524

[startup+6.30073 s]
/proc/loadavg: 2.89 3.77 3.90 5/375 1243
/proc/meminfo: memFree=26202712/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=107468 CPUtime=6.29 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 25583 0 0 0 619 10 0 0 25 0 1 0 657135720 110047232 22718 33554432000 4194304 4394578 140734831008464 18446744073709551615 4287749 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 26867 22718 266 49 0 24008 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107468

[startup+12.7007 s]
/proc/loadavg: 2.98 3.77 3.90 5/375 1270
/proc/meminfo: memFree=26161288/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=120740 CPUtime=12.69 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 28800 0 0 0 1258 11 0 0 25 0 1 0 657135720 123637760 25935 33554432000 4194304 4394578 140734831008464 18446744073709551615 4287403 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 30185 25935 266 49 0 27326 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120740

[startup+25.5005 s]
/proc/loadavg: 3.20 3.78 3.91 5/375 1298
/proc/meminfo: memFree=26101444/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=142856 CPUtime=25.49 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 34281 0 0 0 2537 12 0 0 25 0 1 0 657135720 146284544 31416 33554432000 4194304 4394578 140734831008464 18446744073709551615 4296807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 35714 31416 266 49 0 32855 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142856

[startup+51.1002 s]
/proc/loadavg: 3.47 3.80 3.91 5/375 1299
/proc/meminfo: memFree=26021580/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=171800 CPUtime=51.09 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 41325 0 0 0 5094 15 0 0 25 0 1 0 657135720 175923200 38460 33554432000 4194304 4394578 140734831008464 18446744073709551615 4287451 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 42950 38460 266 49 0 40091 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 171800

[startup+102.314 s]
/proc/loadavg: 3.77 3.83 3.91 5/375 1300
/proc/meminfo: memFree=25935688/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=213240 CPUtime=102.3 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 51632 0 0 0 10211 19 0 0 25 0 1 0 657135720 218357760 48767 33554432000 4194304 4394578 140734831008464 18446744073709551615 4309146 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 53310 48767 266 49 0 50451 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 213240

[startup+162.301 s]
/proc/loadavg: 3.91 3.85 3.91 5/375 1301
/proc/meminfo: memFree=25896212/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=213240 CPUtime=162.29 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 51660 0 0 0 16210 19 0 0 25 0 1 0 657135720 218357760 48795 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 53310 48795 266 49 0 50451 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 213240

[startup+222.301 s]
/proc/loadavg: 3.97 3.88 3.91 5/375 1303
/proc/meminfo: memFree=25863668/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=221884 CPUtime=222.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 53814 0 0 0 22209 19 0 0 25 0 1 0 657135720 227209216 50949 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 55471 50949 266 49 0 52612 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 221884

[startup+282.3 s]
/proc/loadavg: 4.03 3.91 3.91 5/375 1305
/proc/meminfo: memFree=25811536/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=252176 CPUtime=282.29 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 61131 0 0 0 28207 22 0 0 25 0 1 0 657135720 258228224 58266 33554432000 4194304 4394578 140734831008464 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 63044 58266 266 49 0 60185 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 252176

[startup+342.3 s]
/proc/loadavg: 4.13 3.96 3.93 5/375 1306
/proc/meminfo: memFree=25782976/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=273432 CPUtime=342.29 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 66251 0 0 0 34204 25 0 0 25 0 1 0 657135720 279994368 63386 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 68358 63386 266 49 0 65499 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 273432

[startup+402.3 s]
/proc/loadavg: 4.23 4.01 3.94 5/375 1308
/proc/meminfo: memFree=25759860/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=277784 CPUtime=402.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 67175 0 0 0 40203 25 0 0 25 0 1 0 657135720 284450816 64310 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 69446 64310 266 49 0 66587 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 277784

[startup+462.3 s]
/proc/loadavg: 4.20 4.04 3.95 5/375 1309
/proc/meminfo: memFree=25749152/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=277784 CPUtime=462.29 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 67178 0 0 0 46203 26 0 0 25 0 1 0 657135720 284450816 64313 33554432000 4194304 4394578 140734831008464 18446744073709551615 4287451 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 69446 64313 266 49 0 66587 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 277784

[startup+522.3 s]
/proc/loadavg: 4.14 4.04 3.96 5/375 1311
/proc/meminfo: memFree=25739692/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=277784 CPUtime=522.29 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 67193 0 0 0 52203 26 0 0 25 0 1 0 657135720 284450816 64328 33554432000 4194304 4394578 140734831008464 18446744073709551615 4287403 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 69446 64328 266 49 0 66587 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 277784

[startup+582.301 s]
/proc/loadavg: 4.05 4.03 3.96 5/375 1313
/proc/meminfo: memFree=25633752/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=354900 CPUtime=582.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 86344 0 0 0 58199 29 0 0 25 0 1 0 657135720 363417600 83479 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 88725 83479 266 49 0 85866 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 354900

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 3.96 5/375 1314
/proc/meminfo: memFree=25621312/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=354900 CPUtime=642.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 86355 0 0 0 64199 29 0 0 25 0 1 0 657135720 363417600 83490 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 88725 83490 266 49 0 85866 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 354900

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.96 5/375 1316
/proc/meminfo: memFree=25609976/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=354900 CPUtime=702.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 86430 0 0 0 70199 29 0 0 25 0 1 0 657135720 363417600 83565 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 88725 83565 266 49 0 85866 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 354900

[startup+762.314 s]
/proc/loadavg: 4.00 4.01 3.96 5/375 1317
/proc/meminfo: memFree=25608820/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=354900 CPUtime=762.29 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 86450 0 0 0 76200 29 0 0 25 0 1 0 657135720 363417600 83585 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 88725 83585 266 49 0 85866 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 354900

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.96 5/375 1319
/proc/meminfo: memFree=25586332/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=354900 CPUtime=822.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 86679 0 0 0 82198 30 0 0 25 0 1 0 657135720 363417600 83814 33554432000 4194304 4394578 140734831008464 18446744073709551615 4295835 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 88725 83814 266 49 0 85866 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 354900

[startup+882.301 s]
/proc/loadavg: 4.06 4.02 3.96 5/375 1321
/proc/meminfo: memFree=25559004/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=354900 CPUtime=882.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 86688 0 0 0 88198 30 0 0 25 0 1 0 657135720 363417600 83823 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298668 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 88725 83823 266 49 0 85866 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 354900

[startup+942.301 s]
/proc/loadavg: 4.02 4.01 3.96 5/375 1322
/proc/meminfo: memFree=25510872/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=372532 CPUtime=942.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 90896 0 0 0 94197 31 0 0 25 0 1 0 657135720 381472768 88031 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 93133 88031 266 49 0 90274 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 372532

[startup+1002.3 s]
/proc/loadavg: 4.12 4.04 3.97 5/375 1324
/proc/meminfo: memFree=25499284/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=373532 CPUtime=1002.27 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 91148 0 0 0 100196 31 0 0 25 0 1 0 657135720 382496768 88283 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 93383 88283 266 49 0 90524 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 373532

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.97 5/375 1325
/proc/meminfo: memFree=25492420/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=373532 CPUtime=1062.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 91150 0 0 0 106196 32 0 0 25 0 1 0 657135720 382496768 88285 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298966 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 93383 88285 266 49 0 90524 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 373532

[startup+1122.3 s]
/proc/loadavg: 4.08 4.05 3.98 5/375 1327
/proc/meminfo: memFree=25491876/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=373532 CPUtime=1122.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 91153 0 0 0 112196 32 0 0 25 0 1 0 657135720 382496768 88288 33554432000 4194304 4394578 140734831008464 18446744073709551615 210204305633 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 93383 88288 266 49 0 90524 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 373532

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 3.98 5/375 1329
/proc/meminfo: memFree=25491708/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=373532 CPUtime=1182.28 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 91154 0 0 0 118196 32 0 0 25 0 1 0 657135720 382496768 88289 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 93383 88289 266 49 0 90524 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 373532

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 3.98 5/375 1330
/proc/meminfo: memFree=25483860/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=373532 CPUtime=1242.27 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 91154 0 0 0 124195 32 0 0 25 0 1 0 657135720 382496768 88289 33554432000 4194304 4394578 140734831008464 18446744073709551615 4313501 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 93383 88289 266 49 0 90524 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 373532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.98 5/375 1332
/proc/meminfo: memFree=25476992/32951124 swapFree=63649232/67111528
[pid=1176] ppid=1174 vsize=373532 CPUtime=1299.98 cores=4,6
/proc/1176/stat : 1176 (SApperloT2010) R 1174 1176 31275 0 -1 4202496 91155 0 0 0 129966 32 0 0 25 0 1 0 657135720 382496768 88290 33554432000 4194304 4394578 140734831008464 18446744073709551615 4298865 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1176/statm: 93383 88290 266 49 0 90524 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 373532

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.02
CPU user time (s): 1299.67
CPU system time (s): 0.344947
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 373532

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

runsolver used 4.84926 second user time and 10.5484 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 12:29:32
IDJOB=3380171
IDBENCH=82462
IDSOLVER=1862
FILE ID=node130/3380171-1305455372
RUNJOBID= node130-1305455372-1147
PBS_JOBID= 13324842
Free space on /tmp= 73380 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380171-1305455372/watcher-3380171-1305455372 -o /tmp/evaluation-result-3380171-1305455372/solver-3380171-1305455372 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380171-1305455372.cnf

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1405248359

node130.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.838
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.67
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.838
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.838
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.75
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.838
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.81
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.838
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	: 5332.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26581244 kB
Buffers:        287032 kB
Cached:        4031624 kB
SwapCached:      10248 kB
Active:        2175216 kB
Inactive:      3908468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26581244 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           16972 kB
Writeback:           0 kB
AnonPages:     1762832 kB
Mapped:          20844 kB
Slab:           188468 kB
PageTables:      34360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88865432 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= 73376 MiB
End job on node130 at 2011-05-15 12:51:14