Trace number 3287258

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.05 1300.02

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-3287258-1303768013/watcher-3287258-1303768013 -o /tmp/evaluation-result-3287258-1303768013/solver-3287258-1303768013 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3287258-1303768013.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.84 2.86 3.08 4/189 10210
/proc/meminfo: memFree=19977412/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=20004 CPUtime=0 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 851 0 0 0 0 0 0 0 24 0 1 0 220992612 20484096 784 33554432000 4194304 4291949 140733546067472 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 5001 785 226 24 0 1635 0

[startup+0.104398 s]
/proc/loadavg: 2.84 2.86 3.08 4/189 10210
/proc/meminfo: memFree=19977412/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=40940 CPUtime=0.09 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 7415 0 0 0 9 0 0 0 25 0 1 0 220992612 41922560 6582 33554432000 4194304 4291949 140733546067472 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 10235 6584 227 24 0 6869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40940

[startup+0.20038 s]
/proc/loadavg: 2.84 2.86 3.08 4/189 10210
/proc/meminfo: memFree=19977412/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=54916 CPUtime=0.19 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 10203 0 0 0 18 1 0 0 25 0 1 0 220992612 56233984 9266 33554432000 4194304 4291949 140733546067472 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 13729 9266 249 24 0 10363 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 54916

[startup+0.30036 s]
/proc/loadavg: 2.84 2.86 3.08 4/189 10210
/proc/meminfo: memFree=19977412/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=67084 CPUtime=0.29 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 11948 0 0 0 28 1 0 0 25 0 1 0 220992612 68694016 10861 33554432000 4194304 4291949 140733546067472 18446744073709551615 4210169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 16771 10863 249 24 0 13405 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67084

[startup+0.700266 s]
/proc/loadavg: 2.84 2.86 3.08 4/189 10210
/proc/meminfo: memFree=19977412/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=54488 CPUtime=0.69 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 14672 0 0 0 68 1 0 0 25 0 1 0 220992612 55795712 9094 33554432000 4194304 4291949 140733546067472 18446744073709551615 4250466 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 13622 9094 268 24 0 10256 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54488

[startup+1.50115 s]
/proc/loadavg: 2.84 2.86 3.08 5/190 10211
/proc/meminfo: memFree=19937816/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=54488 CPUtime=1.49 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 14710 0 0 0 148 1 0 0 25 0 1 0 220992612 55795712 9131 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 13622 9131 268 24 0 10256 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54488

[startup+3.10087 s]
/proc/loadavg: 2.84 2.86 3.08 5/190 10211
/proc/meminfo: memFree=19934344/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=54488 CPUtime=3.09 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 14845 0 0 0 308 1 0 0 25 0 1 0 220992612 55795712 9262 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 13622 9262 268 24 0 10256 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54488

[startup+6.30028 s]
/proc/loadavg: 2.93 2.88 3.09 5/190 10211
/proc/meminfo: memFree=19918328/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=54488 CPUtime=6.29 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 15115 0 0 0 628 1 0 0 25 0 1 0 220992612 55795712 9524 33554432000 4194304 4291949 140733546067472 18446744073709551615 4262944 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 13622 9524 268 24 0 10256 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54488

[startup+12.7012 s]
/proc/loadavg: 3.02 2.90 3.09 5/190 10238
/proc/meminfo: memFree=20135052/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=61560 CPUtime=12.69 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 16189 0 0 0 1267 2 0 0 25 0 1 0 220992612 63037440 10585 33554432000 4194304 4291949 140733546067472 18446744073709551615 4248385 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 15390 10585 268 24 0 12024 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61560

[startup+25.5009 s]
/proc/loadavg: 3.23 2.95 3.11 5/190 10238
/proc/meminfo: memFree=20098984/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=80236 CPUtime=25.49 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 21029 0 0 0 2546 3 0 0 25 0 1 0 220992612 82161664 15388 33554432000 4194304 4291949 140733546067472 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 20059 15388 268 24 0 16693 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80236

[startup+51.1004 s]
/proc/loadavg: 3.49 3.03 3.13 5/190 10239
/proc/meminfo: memFree=20105404/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=110880 CPUtime=51.09 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 26047 0 0 0 5105 4 0 0 25 0 1 0 220992612 113541120 20339 33554432000 4194304 4291949 140733546067472 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 27720 20339 268 24 0 24354 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110880

[startup+102.3 s]
/proc/loadavg: 3.78 3.18 3.17 5/190 10240
/proc/meminfo: memFree=19963072/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=141700 CPUtime=102.3 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 34775 0 0 0 10223 7 0 0 25 0 1 0 220992612 145100800 28948 33554432000 4194304 4291949 140733546067472 18446744073709551615 4250458 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 35425 28948 268 24 0 32059 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 141700

[startup+162.301 s]
/proc/loadavg: 3.92 3.33 3.22 5/190 10242
/proc/meminfo: memFree=20011348/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=102540 CPUtime=162.29 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 52271 0 0 0 16218 11 0 0 25 0 1 0 220992612 105000960 20619 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 25635 20619 268 24 0 22269 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 102540

[startup+222.307 s]
/proc/loadavg: 4.03 3.46 3.27 5/190 10244
/proc/meminfo: memFree=19897372/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=164004 CPUtime=222.3 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 61682 0 0 0 22216 14 0 0 25 0 1 0 220992612 167940096 29917 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 41001 29917 268 24 0 37635 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 164004

[startup+282.301 s]
/proc/loadavg: 4.05 3.57 3.32 5/190 10245
/proc/meminfo: memFree=19864492/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=214092 CPUtime=282.29 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 77547 0 0 0 28210 19 0 0 25 0 1 0 220992612 219230208 45656 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 53523 45656 268 24 0 50157 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 214092

[startup+342.301 s]
/proc/loadavg: 4.02 3.65 3.36 5/190 10247
/proc/meminfo: memFree=19870788/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=164004 CPUtime=342.3 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 90978 0 0 0 34207 23 0 0 25 0 1 0 220992612 167940096 29540 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 41001 29540 268 24 0 37635 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 164004

[startup+402.301 s]
/proc/loadavg: 4.00 3.71 3.40 5/190 10248
/proc/meminfo: memFree=19851268/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=214092 CPUtime=402.3 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 103467 0 0 0 40203 27 0 0 25 0 1 0 220992612 219230208 41911 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 53523 41911 268 24 0 50157 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 214092

[startup+462.301 s]
/proc/loadavg: 4.00 3.76 3.43 5/190 10250
/proc/meminfo: memFree=19844288/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=139352 CPUtime=462.3 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 118081 0 0 0 46198 32 0 0 25 0 1 0 220992612 142696448 26164 33554432000 4194304 4291949 140733546067472 18446744073709551615 4262528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 34838 26164 268 24 0 31472 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 139352

[startup+522.301 s]
/proc/loadavg: 4.00 3.80 3.46 5/190 10252
/proc/meminfo: memFree=19648080/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=301648 CPUtime=522.3 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 155392 0 0 0 52189 41 0 0 25 0 1 0 220992612 308887552 63323 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 75412 63323 268 24 0 72046 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 301648

[startup+582.301 s]
/proc/loadavg: 4.00 3.83 3.49 5/190 10256
/proc/meminfo: memFree=19633876/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=433908 CPUtime=582.3 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 169126 0 0 0 58186 44 0 0 25 0 1 0 220992612 444321792 76960 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 108477 76960 268 24 0 105111 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 433908

[startup+642.3 s]
/proc/loadavg: 4.00 3.86 3.52 5/190 10258
/proc/meminfo: memFree=19779168/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=127760 CPUtime=642.3 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 185779 0 0 0 64180 50 0 0 25 0 1 0 220992612 130826240 27921 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 31940 27921 268 24 0 28574 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 127760

[startup+702.301 s]
/proc/loadavg: 4.00 3.88 3.55 5/190 10259
/proc/meminfo: memFree=19888248/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=227636 CPUtime=702.31 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 198892 0 0 0 70178 53 0 0 25 0 1 0 220992612 233099264 40892 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 56909 40892 268 24 0 53543 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 227636

[startup+762.3 s]
/proc/loadavg: 4.00 3.90 3.58 5/190 10261
/proc/meminfo: memFree=19773136/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=227636 CPUtime=762.31 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 209612 0 0 0 76175 56 0 0 25 0 1 0 220992612 233099264 51489 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 56909 51489 268 24 0 53543 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 227636

[startup+822.301 s]
/proc/loadavg: 4.00 3.92 3.60 5/190 10263
/proc/meminfo: memFree=19687664/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=309024 CPUtime=822.31 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 220923 0 0 0 82171 60 0 0 25 0 1 0 220992612 316440576 62702 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 77256 62702 268 24 0 73890 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 309024

[startup+882.307 s]
/proc/loadavg: 4.00 3.93 3.62 5/190 10273
/proc/meminfo: memFree=19761820/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=177548 CPUtime=882.31 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 237578 0 0 0 88165 66 0 0 25 0 1 0 220992612 181809152 35623 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 44387 35623 268 24 0 41021 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 177548

[startup+942.301 s]
/proc/loadavg: 4.00 3.94 3.64 5/190 10275
/proc/meminfo: memFree=19738864/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=227636 CPUtime=942.31 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 254239 0 0 0 94160 71 0 0 25 0 1 0 220992612 233099264 52155 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 56909 52155 268 24 0 53543 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 227636

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.66 5/190 10276
/proc/meminfo: memFree=19669988/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=309024 CPUtime=1002.31 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 262933 0 0 0 100155 76 0 0 25 0 1 0 220992612 316440576 60760 33554432000 4194304 4291949 140733546067472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 77256 60760 268 24 0 73890 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 309024

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.68 5/190 10278
/proc/meminfo: memFree=19752792/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=146728 CPUtime=1062.31 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 279799 0 0 0 106149 82 0 0 25 0 1 0 220992612 150249472 31337 33554432000 4194304 4291949 140733546067472 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 36682 31337 268 24 0 33316 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 146728

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.70 5/190 10334
/proc/meminfo: memFree=19754808/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=309608 CPUtime=1122.32 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 304128 0 0 0 112143 89 0 0 25 0 1 0 220992612 317038592 55423 33554432000 4194304 4291949 140733546067472 18446744073709551615 4261916 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 77402 55423 268 24 0 74036 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 309608

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.71 6/190 10335
/proc/meminfo: memFree=19683364/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=311200 CPUtime=1182.32 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 314548 0 0 0 118140 92 0 0 25 0 1 0 220992612 318668800 65748 33554432000 4194304 4291949 140733546067472 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 77800 65748 268 24 0 74434 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 311200

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 10337
/proc/meminfo: memFree=19763664/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=191396 CPUtime=1242.32 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 337478 0 0 0 124133 99 0 0 25 0 1 0 220992612 195989504 42962 33554432000 4194304 4291949 140733546067472 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 47849 42962 268 24 0 44483 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 191396



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 10366
/proc/meminfo: memFree=20003148/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=241484 CPUtime=1300.02 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 350922 0 0 0 129899 103 0 0 25 0 1 0 220992612 247279616 56277 33554432000 4194304 4291949 140733546067472 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 60371 56277 268 24 0 57005 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 241484

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 10366
/proc/meminfo: memFree=20003148/32951124 swapFree=67111528/67111528
[pid=10210] ppid=10208 vsize=241484 CPUtime=1300.02 cores=4,6
/proc/10210/stat : 10210 (RestartSAT) R 10208 10210 8658 0 -1 4202496 350922 0 0 0 129899 103 0 0 25 0 1 0 220992612 247279616 56277 33554432000 4194304 4291949 140733546067472 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10210/statm: 60371 56277 268 24 0 57005 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 241484

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299
CPU system time (s): 1.04984
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 441284

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

runsolver used 2.20666 second user time and 4.89126 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-25 23:46:53
IDJOB=3287258
IDBENCH=82462
IDSOLVER=1580
FILE ID=node107/3287258-1303768013
RUNJOBID= node107-1303767982-9925
PBS_JOBID= 13157153
Free space on /tmp= 71492 MiB

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

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1698090180

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.82
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.829
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19977568 kB
Buffers:       2032664 kB
Cached:       10009148 kB
SwapCached:          0 kB
Active:        8286324 kB
Inactive:      4204236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19977568 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           44456 kB
Writeback:           0 kB
AnonPages:      447888 kB
Mapped:          15376 kB
Slab:           417632 kB
PageTables:       6108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   681592 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= 71520 MiB
End job on node107 at 2011-04-26 00:08:36