Trace number 3287259

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 A75? (TO) 1300.04 1300.01

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: 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-3287259-1303768963/watcher-3287259-1303768963 -o /tmp/evaluation-result-3287259-1303768963/solver-3287259-1303768963 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3287259-1303768963.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.53 3.64 3.81 5/188 10524
/proc/meminfo: memFree=16503016/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=20196 CPUtime=0 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 869 0 0 0 0 0 0 0 21 0 1 0 488495989 20680704 801 33554432000 4194304 4291949 140736163125424 18446744073709551615 274473664267 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 5049 812 226 24 0 1683 0

[startup+0.015459 s]
/proc/loadavg: 2.53 3.64 3.81 5/188 10524
/proc/meminfo: memFree=16503016/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=22080 CPUtime=0.01 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 1466 0 0 0 1 0 0 0 21 0 1 0 488495989 22609920 1377 33554432000 4194304 4291949 140736163125424 18446744073709551615 274473628357 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 5520 1378 227 24 0 2154 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22080

[startup+0.100446 s]
/proc/loadavg: 2.53 3.64 3.81 5/188 10524
/proc/meminfo: memFree=16503016/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=40672 CPUtime=0.09 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 7223 0 0 0 8 1 0 0 21 0 1 0 488495989 41648128 6396 33554432000 4194304 4291949 140736163125424 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 10168 6397 227 24 0 6802 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40672

[startup+0.300412 s]
/proc/loadavg: 2.53 3.64 3.81 5/188 10524
/proc/meminfo: memFree=16503016/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=67080 CPUtime=0.29 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 12061 0 0 0 27 2 0 0 22 0 1 0 488495989 68689920 10954 33554432000 4194304 4291949 140736163125424 18446744073709551615 4210169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 16770 10956 249 24 0 13404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67080

[startup+0.700401 s]
/proc/loadavg: 2.53 3.64 3.81 5/188 10524
/proc/meminfo: memFree=16503016/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=54484 CPUtime=0.69 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 14669 0 0 0 67 2 0 0 24 0 1 0 488495989 55791616 9091 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 13621 9091 268 24 0 10255 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54484

[startup+1.5002 s]
/proc/loadavg: 2.72 3.67 3.82 6/190 10526
/proc/meminfo: memFree=16344916/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=54484 CPUtime=1.49 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 14710 0 0 0 147 2 0 0 25 0 1 0 488495989 55791616 9129 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 13621 9129 268 24 0 10255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54484

[startup+3.10098 s]
/proc/loadavg: 2.72 3.67 3.82 5/184 10532
/proc/meminfo: memFree=16474908/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=54484 CPUtime=3.09 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 14804 0 0 0 307 2 0 0 25 0 1 0 488495989 55791616 9221 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 13621 9221 268 24 0 10255 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54484

[startup+6.30036 s]
/proc/loadavg: 2.83 3.67 3.82 5/190 10581
/proc/meminfo: memFree=16441748/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=54484 CPUtime=6.29 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 14993 0 0 0 627 2 0 0 25 0 1 0 488495989 55791616 9407 33554432000 4194304 4291949 140736163125424 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 13621 9407 268 24 0 10255 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54484

[startup+12.7002 s]
/proc/loadavg: 2.92 3.68 3.82 5/190 10581
/proc/meminfo: memFree=16425936/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=61556 CPUtime=12.69 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 15516 0 0 0 1267 2 0 0 25 0 1 0 488495989 63033344 9923 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 15389 9923 268 24 0 12023 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61556

[startup+25.501 s]
/proc/loadavg: 3.16 3.69 3.82 5/190 10608
/proc/meminfo: memFree=16399960/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=61556 CPUtime=25.49 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 16978 0 0 0 2547 2 0 0 25 0 1 0 488495989 63033344 11364 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 15389 11364 268 24 0 12023 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61556

[startup+51.1005 s]
/proc/loadavg: 3.44 3.72 3.83 5/190 10609
/proc/meminfo: memFree=16348376/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=91908 CPUtime=51.09 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 22693 0 0 0 5106 3 0 0 25 0 1 0 488495989 94113792 17026 33554432000 4194304 4291949 140736163125424 18446744073709551615 4262090 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 22977 17026 268 24 0 19611 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 91908

[startup+102.306 s]
/proc/loadavg: 3.76 3.76 3.83 5/190 10613
/proc/meminfo: memFree=16282680/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=141696 CPUtime=102.3 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 29820 0 0 0 10224 6 0 0 25 0 1 0 488495989 145096704 24078 33554432000 4194304 4291949 140736163125424 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 35424 24078 268 24 0 32058 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 141696

[startup+162.301 s]
/proc/loadavg: 3.91 3.80 3.84 5/190 10615
/proc/meminfo: memFree=16229868/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=194504 CPUtime=162.3 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 40546 0 0 0 16220 10 0 0 25 0 1 0 488495989 199172096 34699 33554432000 4194304 4291949 140736163125424 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 48626 34699 268 24 0 45260 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 194504

[startup+222.3 s]
/proc/loadavg: 3.96 3.83 3.84 5/190 10616
/proc/meminfo: memFree=16269872/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=126480 CPUtime=222.29 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 56010 0 0 0 22213 16 0 0 25 0 1 0 488495989 129515520 24386 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 31620 24386 268 24 0 28254 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 126480

[startup+282.301 s]
/proc/loadavg: 3.98 3.86 3.85 5/190 10618
/proc/meminfo: memFree=16158484/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=207388 CPUtime=282.3 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 68613 0 0 0 28209 21 0 0 25 0 1 0 488495989 212365312 36847 33554432000 4194304 4291949 140736163125424 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 51847 36847 268 24 0 48481 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 207388

[startup+342.3 s]
/proc/loadavg: 3.99 3.88 3.85 5/190 10619
/proc/meminfo: memFree=16103636/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=207388 CPUtime=342.3 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 76655 0 0 0 34206 24 0 0 25 0 1 0 488495989 212365312 44816 33554432000 4194304 4291949 140736163125424 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 51847 44817 268 24 0 48481 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 207388

[startup+402.301 s]
/proc/loadavg: 3.99 3.90 3.86 5/190 10621
/proc/meminfo: memFree=16216812/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=133968 CPUtime=402.3 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 91547 0 0 0 40201 29 0 0 25 0 1 0 488495989 137183232 28667 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 33492 28667 268 24 0 30126 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 133968

[startup+462.301 s]
/proc/loadavg: 3.99 3.92 3.87 5/190 10623
/proc/meminfo: memFree=16145344/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=214876 CPUtime=462.3 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 101409 0 0 0 46196 34 0 0 25 0 1 0 488495989 220033024 38426 33554432000 4194304 4291949 140736163125424 18446744073709551615 4248347 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 53719 38426 268 24 0 50353 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 214876

[startup+522.301 s]
/proc/loadavg: 3.99 3.93 3.87 5/190 10624
/proc/meminfo: memFree=16112944/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=214876 CPUtime=522.3 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 109257 0 0 0 52193 37 0 0 25 0 1 0 488495989 220033024 46186 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 53719 46186 268 24 0 50353 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 214876

[startup+582.301 s]
/proc/loadavg: 4.03 3.95 3.88 5/190 10626
/proc/meminfo: memFree=16188544/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=122060 CPUtime=582.3 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 122873 0 0 0 58188 42 0 0 25 0 1 0 488495989 124989440 25924 33554432000 4194304 4291949 140736163125424 18446744073709551615 4262053 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 30515 25924 268 24 0 27149 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 122060

[startup+642.3 s]
/proc/loadavg: 4.01 3.96 3.89 5/190 10627
/proc/meminfo: memFree=16124020/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=221936 CPUtime=642.31 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 148280 0 0 0 64181 50 0 0 25 0 1 0 488495989 227262464 51197 33554432000 4194304 4291949 140736163125424 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 55484 51197 268 24 0 52118 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 221936

[startup+702.301 s]
/proc/loadavg: 4.00 3.96 3.89 5/190 10629
/proc/meminfo: memFree=16025020/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=303324 CPUtime=702.31 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 163978 0 0 0 70174 57 0 0 25 0 1 0 488495989 310603776 66830 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 75831 66830 268 24 0 72465 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 303324

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.90 5/190 10631
/proc/meminfo: memFree=15962244/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=435584 CPUtime=762.31 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 171518 0 0 0 76172 59 0 0 25 0 1 0 488495989 446038016 74291 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 108896 74291 268 24 0 105530 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 435584

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 10632
/proc/meminfo: memFree=16148940/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=141028 CPUtime=822.31 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 185031 0 0 0 82167 64 0 0 25 0 1 0 488495989 144412672 29142 33554432000 4194304 4291949 140736163125424 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 35257 29142 268 24 0 31891 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 141028

[startup+882.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 10634
/proc/meminfo: memFree=16159440/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=221936 CPUtime=882.31 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 198022 0 0 0 88161 70 0 0 25 0 1 0 488495989 227262464 42018 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 55484 42018 268 24 0 52118 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 221936

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 10635
/proc/meminfo: memFree=16083620/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=221936 CPUtime=942.32 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 206437 0 0 0 94158 74 0 0 25 0 1 0 488495989 227262464 50333 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 55484 50333 268 24 0 52118 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 221936

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 10637
/proc/meminfo: memFree=16099700/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=303324 CPUtime=1002.32 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 213294 0 0 0 100154 78 0 0 25 0 1 0 488495989 310603776 57127 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 75831 57127 268 24 0 72465 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 303324

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 10639
/proc/meminfo: memFree=16173676/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=140860 CPUtime=1062.31 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 234163 0 0 0 106146 85 0 0 25 0 1 0 488495989 144240640 29485 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 35215 29485 268 24 0 31849 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 140860

[startup+1122.3 s]
/proc/loadavg: 4.05 3.99 3.91 5/190 10640
/proc/meminfo: memFree=16128132/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=190648 CPUtime=1122.32 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 242926 0 0 0 112142 90 0 0 25 0 1 0 488495989 195223552 38112 33554432000 4194304 4291949 140736163125424 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 47662 38112 268 24 0 44296 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 190648

[startup+1182.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 10642
/proc/meminfo: memFree=16119900/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=240736 CPUtime=1182.31 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 257135 0 0 0 118138 93 0 0 25 0 1 0 488495989 246513664 52218 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 60184 52218 268 24 0 56818 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 240736

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10643
/proc/meminfo: memFree=15999828/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=322124 CPUtime=1242.32 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 263708 0 0 0 124134 98 0 0 25 0 1 0 488495989 329854976 58726 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255574 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 80531 58726 268 24 0 77165 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 322124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.91 4/188 10646
/proc/meminfo: memFree=16228568/32950928 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=129184 CPUtime=1300.03 cores=5,7
/proc/10524/stat : 10524 (RestartSAT) R 10522 10524 10131 0 -1 4202496 274528 0 0 0 129901 102 0 0 25 0 1 0 488495989 132284416 27767 33554432000 4194304 4291949 140736163125424 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10524/statm: 32296 27767 268 24 0 28930 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 129184

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.01
CPU time (s): 1300.04
CPU user time (s): 1299.01
CPU system time (s): 1.03384
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 454260

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

runsolver used 1.9867 second user time and 5.11822 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-26 00:02:43
IDJOB=3287259
IDBENCH=82462
IDSOLVER=1581
FILE ID=node125/3287259-1303768963
RUNJOBID= node125-1303768963-10486
PBS_JOBID= 13157157
Free space on /tmp= 73120 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287259-1303768963/watcher-3287259-1303768963 -o /tmp/evaluation-result-3287259-1303768963/solver-3287259-1303768963 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3287259-1303768963.cnf

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1888557783

node125.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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:     32950928 kB
MemFree:      16503544 kB
Buffers:       2197056 kB
Cached:       13618532 kB
SwapCached:          0 kB
Active:        7843236 kB
Inactive:      8073712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16503544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26492 kB
Writeback:           0 kB
AnonPages:      100264 kB
Mapped:          15268 kB
Slab:           467208 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   289224 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= 73132 MiB
End job on node125 at 2011-04-26 00:24:25