Trace number 3291674

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
RestartSAT B95? (TO) 1300 1300.03

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

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: 935)

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-3291674-1303786147/watcher-3291674-1303786147 -o /tmp/evaluation-result-3291674-1303786147/solver-3291674-1303786147 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3291674-1303786147.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: 2.95 3.66 3.70 4/190 10744
/proc/meminfo: memFree=17920176/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=23268 CPUtime=0 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 1530 0 0 0 0 0 0 0 24 0 1 0 490212705 23826432 1471 33554432000 4194304 4291949 140736566809008 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 5817 1478 226 24 0 2451 0

[startup+0.0759611 s]
/proc/loadavg: 2.95 3.66 3.70 4/190 10744
/proc/meminfo: memFree=17920176/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=53068 CPUtime=0.07 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 8400 0 0 0 6 1 0 0 24 0 1 0 490212705 54341632 8222 33554432000 4194304 4291949 140736566809008 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 13267 8224 228 24 0 9901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 53068

[startup+0.100958 s]
/proc/loadavg: 2.95 3.66 3.70 4/190 10744
/proc/meminfo: memFree=17920176/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=55488 CPUtime=0.09 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 9236 0 0 0 8 1 0 0 24 0 1 0 490212705 56819712 8928 33554432000 4194304 4291949 140736566809008 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 13872 8929 228 24 0 10506 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55488

[startup+0.30092 s]
/proc/loadavg: 2.95 3.66 3.70 4/190 10744
/proc/meminfo: memFree=17920176/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=68320 CPUtime=0.29 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 13838 0 0 0 28 1 0 0 25 0 1 0 490212705 69959680 12928 33554432000 4194304 4291949 140736566809008 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 17080 12928 228 24 0 13714 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68320

[startup+0.700848 s]
/proc/loadavg: 2.95 3.66 3.70 4/190 10744
/proc/meminfo: memFree=17920176/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=90868 CPUtime=0.69 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 20124 0 0 0 66 3 0 0 25 0 1 0 490212705 93048832 18171 33554432000 4194304 4291949 140736566809008 18446744073709551615 4220665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 22717 18172 228 24 0 19351 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90868

[startup+1.5007 s]
/proc/loadavg: 3.03 3.67 3.70 6/194 10751
/proc/meminfo: memFree=17745164/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=112924 CPUtime=1.49 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 25761 0 0 0 146 3 0 0 25 0 1 0 490212705 115634176 22893 33554432000 4194304 4291949 140736566809008 18446744073709551615 271550202880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 28231 22893 234 24 0 24865 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 112924

[startup+3.10041 s]
/proc/loadavg: 3.03 3.67 3.70 6/191 10754
/proc/meminfo: memFree=17704744/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=125868 CPUtime=3.09 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 39250 0 0 0 303 6 0 0 25 0 1 0 490212705 128888832 26451 33554432000 4194304 4291949 140736566809008 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 31467 26451 234 24 0 28101 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125868

[startup+6.30083 s]
/proc/loadavg: 3.03 3.67 3.70 6/194 10778
/proc/meminfo: memFree=17619524/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=132996 CPUtime=6.29 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 42955 0 0 0 623 6 0 0 25 0 1 0 490212705 136187904 27137 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 33249 27137 252 24 0 29883 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132996

[startup+12.7007 s]
/proc/loadavg: 3.18 3.68 3.71 6/194 10778
/proc/meminfo: memFree=17672472/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=132996 CPUtime=12.69 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 42957 0 0 0 1263 6 0 0 25 0 1 0 490212705 136187904 27139 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 33249 27139 252 24 0 29883 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 132996

[startup+25.5003 s]
/proc/loadavg: 3.31 3.69 3.71 6/194 10779
/proc/meminfo: memFree=17653148/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=132996 CPUtime=25.49 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 43506 0 0 0 2542 7 0 0 25 0 1 0 490212705 136187904 27681 33554432000 4194304 4291949 140736566809008 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 33249 27681 252 24 0 29883 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 132996

[startup+51.1007 s]
/proc/loadavg: 3.62 3.73 3.72 6/194 10779
/proc/meminfo: memFree=17615568/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=163344 CPUtime=51.09 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 47389 0 0 0 5101 8 0 0 25 0 1 0 490212705 167264256 31516 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 40836 31516 252 24 0 37470 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 163344

[startup+102.307 s]
/proc/loadavg: 3.85 3.77 3.74 6/194 10781
/proc/meminfo: memFree=17513780/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=243484 CPUtime=102.3 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 63936 0 0 0 10218 12 0 0 25 0 1 0 490212705 249327616 47966 33554432000 4194304 4291949 140736566809008 18446744073709551615 4250408 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 60871 47966 252 24 0 57505 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 243484

[startup+162.3 s]
/proc/loadavg: 3.98 3.82 3.75 6/194 10782
/proc/meminfo: memFree=17454868/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=293572 CPUtime=162.29 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 76846 0 0 0 16213 16 0 0 25 0 1 0 490212705 300617728 60769 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 73393 60769 252 24 0 70027 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 293572

[startup+222.301 s]
/proc/loadavg: 4.03 3.87 3.77 6/194 10784
/proc/meminfo: memFree=17303936/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=374960 CPUtime=222.29 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 85999 0 0 0 22210 19 0 0 25 0 1 0 490212705 383959040 69850 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 93740 69850 252 24 0 90374 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 374960

[startup+282.301 s]
/proc/loadavg: 4.06 3.90 3.79 6/194 10786
/proc/meminfo: memFree=17230380/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=374960 CPUtime=282.29 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 97624 0 0 0 28207 22 0 0 25 0 1 0 490212705 383959040 81387 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 93740 81387 252 24 0 90374 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 374960

[startup+342.301 s]
/proc/loadavg: 4.09 3.94 3.80 5/194 10787
/proc/meminfo: memFree=17164524/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=507220 CPUtime=342.28 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 107418 0 0 0 34202 26 0 0 25 0 1 0 490212705 519393280 91112 33554432000 4194304 4291949 140736566809008 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 126805 91112 252 24 0 123439 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 507220

[startup+402.301 s]
/proc/loadavg: 4.03 3.94 3.82 6/194 10789
/proc/meminfo: memFree=17095936/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=507220 CPUtime=402.29 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 119264 0 0 0 40198 31 0 0 25 0 1 0 490212705 519393280 102883 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255962 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 126805 102883 252 24 0 123439 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 507220

[startup+462.301 s]
/proc/loadavg: 4.01 3.95 3.82 6/194 10790
/proc/meminfo: memFree=17273352/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=213108 CPUtime=462.29 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 140315 0 0 0 46192 37 0 0 25 0 1 0 490212705 218222592 47661 33554432000 4194304 4291949 140736566809008 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 53277 47661 252 24 0 49911 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 213108

[startup+522.301 s]
/proc/loadavg: 4.00 3.96 3.83 5/194 10792
/proc/meminfo: memFree=17238496/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=294016 CPUtime=522.28 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 152148 0 0 0 52187 41 0 0 25 0 1 0 490212705 301072384 59403 33554432000 4194304 4291949 140736566809008 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 73504 59403 252 24 0 70138 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 294016

[startup+582.301 s]
/proc/loadavg: 4.05 3.98 3.84 5/194 10794
/proc/meminfo: memFree=17129840/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=375404 CPUtime=582.28 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 166800 0 0 0 58183 45 0 0 25 0 1 0 490212705 384413696 73974 33554432000 4194304 4291949 140736566809008 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 93851 73974 252 24 0 90485 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 375404

[startup+642.3 s]
/proc/loadavg: 4.09 3.99 3.85 6/194 10795
/proc/meminfo: memFree=17105880/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=375404 CPUtime=642.28 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 177720 0 0 0 64179 49 0 0 25 0 1 0 490212705 384413696 84829 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 93851 84829 252 24 0 90485 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 375404

[startup+702.3 s]
/proc/loadavg: 4.03 3.99 3.86 6/194 10797
/proc/meminfo: memFree=17036412/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=507664 CPUtime=702.28 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 187613 0 0 0 70174 54 0 0 25 0 1 0 490212705 519847936 94651 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 126916 94651 252 24 0 123550 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 507664

[startup+762.307 s]
/proc/loadavg: 4.01 3.99 3.86 6/194 10807
/proc/meminfo: memFree=16955352/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=507664 CPUtime=762.28 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 198429 0 0 0 76172 56 0 0 25 0 1 0 490212705 519847936 105387 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 126916 105387 252 24 0 123550 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 507664

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.87 6/194 10809
/proc/meminfo: memFree=16856388/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=507664 CPUtime=822.28 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 213361 0 0 0 82167 61 0 0 25 0 1 0 490212705 519847936 120248 33554432000 4194304 4291949 140736566809008 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 126916 120248 252 24 0 123550 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 507664

[startup+882.301 s]
/proc/loadavg: 4.08 4.01 3.88 6/194 10811
/proc/meminfo: memFree=16773784/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=722588 CPUtime=882.28 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 227521 0 0 0 88163 65 0 0 25 0 1 0 490212705 739930112 134330 33554432000 4194304 4291949 140736566809008 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 180647 134330 252 24 0 177281 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 722588

[startup+942.301 s]
/proc/loadavg: 4.03 4.00 3.89 6/194 10815
/proc/meminfo: memFree=16718664/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=722588 CPUtime=942.27 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 235893 0 0 0 94159 68 0 0 25 0 1 0 490212705 739930112 142650 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 180647 142650 252 24 0 177281 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 722588

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.89 6/194 10817
/proc/meminfo: memFree=17193420/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=226872 CPUtime=1002.27 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 254949 0 0 0 100153 74 0 0 25 0 1 0 490212705 232316928 47878 33554432000 4194304 4291949 140736566809008 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 56718 47878 252 24 0 53352 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 226872

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.90 6/194 10818
/proc/meminfo: memFree=17068144/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=257692 CPUtime=1062.26 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 266661 0 0 0 106149 77 0 0 25 0 1 0 490212705 263876608 59491 33554432000 4194304 4291949 140736566809008 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 64423 59491 252 24 0 61057 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 257692

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.90 6/194 10820
/proc/meminfo: memFree=16987532/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=307780 CPUtime=1122.27 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 277672 0 0 0 112146 81 0 0 25 0 1 0 490212705 315166720 70406 33554432000 4194304 4291949 140736566809008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 76945 70406 252 24 0 73579 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 307780

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 10849
/proc/meminfo: memFree=17319392/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=389168 CPUtime=1182.26 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 289025 0 0 0 118142 84 0 0 25 0 1 0 490212705 398508032 81675 33554432000 4194304 4291949 140736566809008 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 97292 81675 252 24 0 93926 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 389168

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.91 5/194 10904
/proc/meminfo: memFree=16619336/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=389168 CPUtime=1242.26 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 298825 0 0 0 124139 87 0 0 25 0 1 0 490212705 398508032 91408 33554432000 4194304 4291949 140736566809008 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 97292 91408 252 24 0 93926 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 389168



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.91 4/192 10907
/proc/meminfo: memFree=16845092/32951124 swapFree=67111528/67111528
[pid=10744] ppid=10742 vsize=521428 CPUtime=1299.97 cores=5,7
/proc/10744/stat : 10744 (RestartSAT) R 10742 10744 10690 0 -1 4202496 318131 0 0 0 129905 92 0 0 25 0 1 0 490212705 533942272 110631 33554432000 4194304 4291949 140736566809008 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10744/statm: 130357 110631 252 24 0 126991 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 521428

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
CPU user time (s): 1299.05
CPU system time (s): 0.948855
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 736116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.05
system time used= 0.948855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318131
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= 2820

runsolver used 2.01469 second user time and 5.08923 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-26 04:49:08
IDJOB=3291674
IDBENCH=84248
IDSOLVER=1580
FILE ID=node133/3291674-1303786147
RUNJOBID= node133-1303786147-10711
PBS_JOBID= 13157247
Free space on /tmp= 71928 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291674-1303786147/watcher-3291674-1303786147 -o /tmp/evaluation-result-3291674-1303786147/solver-3291674-1303786147 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3291674-1303786147.cnf

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1662604498

node133.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.834
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.66
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.834
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.75
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
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:      17920704 kB
Buffers:       2175820 kB
Cached:       12144412 kB
SwapCached:          0 kB
Active:        8543388 kB
Inactive:      5922068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17920704 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           60656 kB
Writeback:           0 kB
AnonPages:      144264 kB
Mapped:          15224 kB
Slab:           499428 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   325628 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71816 MiB
End job on node133 at 2011-04-26 05:10:50