Trace number 3287121

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

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
MD5SUMb967fca11e85ef5b614d3452b1c4b2ad
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 variables257030
Number of clauses769313
Sum of the clauses size1795061
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2512874
Number of clauses of size 3256437
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-3287121-1303767705/watcher-3287121-1303767705 -o /tmp/evaluation-result-3287121-1303767705/solver-3287121-1303767705 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3287121-1303767705.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: 3.88 3.25 3.45 6/189 22312
/proc/meminfo: memFree=16071196/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=20128 CPUtime=0 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 873 0 0 0 0 0 0 0 23 0 1 0 469186158 20611072 805 33554432000 4194304 4291949 140737466054112 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 5032 807 226 24 0 1666 0

[startup+0.104057 s]
/proc/loadavg: 3.88 3.25 3.45 6/189 22312
/proc/meminfo: memFree=16071196/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=39800 CPUtime=0.1 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 7040 0 0 0 9 1 0 0 23 0 1 0 469186158 40755200 6213 33554432000 4194304 4291949 140737466054112 18446744073709551615 4272960 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 9950 6217 227 24 0 6584 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 39800

[startup+0.201047 s]
/proc/loadavg: 3.88 3.25 3.45 6/189 22312
/proc/meminfo: memFree=16071196/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=64468 CPUtime=0.19 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 12841 0 0 0 18 1 0 0 24 0 1 0 469186158 66015232 11475 33554432000 4194304 4291949 140737466054112 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 16117 11476 255 24 0 12751 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 64468

[startup+0.301029 s]
/proc/loadavg: 3.88 3.25 3.45 6/189 22312
/proc/meminfo: memFree=16071196/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=90168 CPUtime=0.29 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 18972 0 0 0 26 3 0 0 25 0 1 0 469186158 92332032 16905 33554432000 4194304 4291949 140737466054112 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 22542 16906 270 24 0 19176 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90168

[startup+0.700959 s]
/proc/loadavg: 3.88 3.25 3.45 6/189 22312
/proc/meminfo: memFree=16071196/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=121116 CPUtime=0.69 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 28267 0 0 0 65 4 0 0 25 0 1 0 469186158 124022784 25159 33554432000 4194304 4291949 140737466054112 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 30279 25160 234 24 0 26913 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121116

[startup+1.5008 s]
/proc/loadavg: 3.89 3.26 3.45 5/190 22313
/proc/meminfo: memFree=15944096/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=139228 CPUtime=1.49 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 38522 0 0 0 144 5 0 0 25 0 1 0 469186158 142569472 29379 33554432000 4194304 4291949 140737466054112 18446744073709551615 4231999 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 34807 29379 234 24 0 31441 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139228

[startup+3.10047 s]
/proc/loadavg: 3.89 3.26 3.45 5/190 22313
/proc/meminfo: memFree=15965760/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=121224 CPUtime=3.09 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 41082 0 0 0 303 6 0 0 25 0 1 0 469186158 124133376 25033 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 30306 25033 252 24 0 26940 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121224

[startup+6.30089 s]
/proc/loadavg: 3.89 3.26 3.45 5/190 22313
/proc/meminfo: memFree=15958768/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=121224 CPUtime=6.29 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 41186 0 0 0 623 6 0 0 25 0 1 0 469186158 124133376 25131 33554432000 4194304 4291949 140737466054112 18446744073709551615 4261880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 30306 25131 252 24 0 26940 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121224

[startup+12.7007 s]
/proc/loadavg: 3.90 3.29 3.46 5/190 22313
/proc/meminfo: memFree=15942048/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=121224 CPUtime=12.69 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 41423 0 0 0 1263 6 0 0 25 0 1 0 469186158 124133376 25357 33554432000 4194304 4291949 140737466054112 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 30306 25357 252 24 0 26940 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121224

[startup+25.5003 s]
/proc/loadavg: 3.92 3.31 3.46 5/190 22314
/proc/meminfo: memFree=15916000/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=121224 CPUtime=25.49 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 41911 0 0 0 2543 6 0 0 25 0 1 0 469186158 124133376 25825 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 30306 25825 252 24 0 26940 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121224

[startup+51.1004 s]
/proc/loadavg: 3.94 3.36 3.48 5/190 22315
/proc/meminfo: memFree=15869980/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=139900 CPUtime=51.09 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 43237 0 0 0 5102 7 0 0 25 0 1 0 469186158 143257600 27119 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 34975 27119 252 24 0 31609 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 139900

[startup+102.301 s]
/proc/loadavg: 4.02 3.48 3.51 5/190 22316
/proc/meminfo: memFree=15766896/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=160968 CPUtime=102.3 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 50244 0 0 0 10222 8 0 0 25 0 1 0 469186158 164831232 34051 33554432000 4194304 4291949 140737466054112 18446744073709551615 4262000 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 40242 34051 252 24 0 36876 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 160968

[startup+162.3 s]
/proc/loadavg: 4.06 3.59 3.54 5/190 22317
/proc/meminfo: memFree=15745756/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=210288 CPUtime=162.3 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 59883 0 0 0 16221 9 0 0 25 0 1 0 469186158 215334912 43617 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 52572 43617 252 24 0 49206 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 210288

[startup+222.307 s]
/proc/loadavg: 4.02 3.66 3.57 5/190 22319
/proc/meminfo: memFree=15664348/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=210288 CPUtime=222.3 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 62032 0 0 0 22221 9 0 0 25 0 1 0 469186158 215334912 45697 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 52572 45697 252 24 0 49206 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 210288

[startup+282.301 s]
/proc/loadavg: 4.01 3.72 3.59 5/190 22321
/proc/meminfo: memFree=15586936/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=210288 CPUtime=282.3 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 63590 0 0 0 28220 10 0 0 25 0 1 0 469186158 215334912 47202 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 52572 47202 252 24 0 49206 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 210288

[startup+342.3 s]
/proc/loadavg: 4.00 3.77 3.61 5/190 22322
/proc/meminfo: memFree=15594572/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=241108 CPUtime=342.31 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 65182 0 0 0 34220 11 0 0 25 0 1 0 469186158 246894592 48742 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 60277 48742 252 24 0 56911 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 241108

[startup+402.301 s]
/proc/loadavg: 4.04 3.82 3.64 5/190 22324
/proc/meminfo: memFree=15530680/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=241108 CPUtime=402.31 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 66490 0 0 0 40220 11 0 0 25 0 1 0 469186158 246894592 50003 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 60277 50003 252 24 0 56911 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 241108

[startup+462.301 s]
/proc/loadavg: 4.01 3.85 3.66 5/190 22325
/proc/meminfo: memFree=15472848/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=241108 CPUtime=462.3 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 67720 0 0 0 46219 11 0 0 25 0 1 0 469186158 246894592 51186 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 60277 51186 252 24 0 56911 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 241108

[startup+522.3 s]
/proc/loadavg: 4.00 3.88 3.68 5/190 22327
/proc/meminfo: memFree=15484216/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=241108 CPUtime=522.31 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 69126 0 0 0 52219 12 0 0 25 0 1 0 469186158 246894592 52543 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 60277 52543 252 24 0 56911 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 241108

[startup+582.301 s]
/proc/loadavg: 4.00 3.90 3.69 5/190 22329
/proc/meminfo: memFree=15422672/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=241108 CPUtime=582.32 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 70951 0 0 0 58218 14 0 0 25 0 1 0 469186158 246894592 54309 33554432000 4194304 4291949 140737466054112 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 60277 54309 252 24 0 56911 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 241108

[startup+642.301 s]
/proc/loadavg: 4.00 3.91 3.71 5/190 22330
/proc/meminfo: memFree=15379224/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=241108 CPUtime=642.31 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 71999 0 0 0 64217 14 0 0 25 0 1 0 469186158 246894592 55320 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 60277 55320 252 24 0 56911 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 241108

[startup+702.3 s]
/proc/loadavg: 4.00 3.92 3.73 5/190 22332
/proc/meminfo: memFree=15334412/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=291196 CPUtime=702.32 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 73128 0 0 0 70217 15 0 0 25 0 1 0 469186158 298184704 56408 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 72799 56408 252 24 0 69433 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 291196

[startup+762.301 s]
/proc/loadavg: 4.00 3.94 3.74 4/185 22350
/proc/meminfo: memFree=15414764/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=291196 CPUtime=762.32 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 74300 0 0 0 76217 15 0 0 25 0 1 0 469186158 298184704 57537 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 72799 57537 252 24 0 69433 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 291196

[startup+822.301 s]
/proc/loadavg: 3.37 3.76 3.69 4/184 22352
/proc/meminfo: memFree=15369604/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=293316 CPUtime=822.32 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 75708 0 0 0 82216 16 0 0 25 0 1 0 469186158 300355584 58911 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 73329 58911 252 24 0 69963 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 293316

[startup+882.306 s]
/proc/loadavg: 3.13 3.62 3.64 4/184 22354
/proc/meminfo: memFree=15696080/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=295476 CPUtime=882.33 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 77135 0 0 0 88217 16 0 0 25 0 1 0 469186158 302567424 60304 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 73869 60304 252 24 0 70503 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 295476

[startup+942.301 s]
/proc/loadavg: 3.05 3.51 3.60 4/184 22355
/proc/meminfo: memFree=15634412/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=298716 CPUtime=942.33 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 78573 0 0 0 94216 17 0 0 25 0 1 0 469186158 305885184 61717 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 74679 61717 252 24 0 71313 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 298716

[startup+1002.3 s]
/proc/loadavg: 3.02 3.41 3.56 4/184 22357
/proc/meminfo: memFree=15593436/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=300876 CPUtime=1002.33 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 80189 0 0 0 100216 17 0 0 25 0 1 0 469186158 308097024 63304 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 75219 63304 252 24 0 71853 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 300876

[startup+1062.3 s]
/proc/loadavg: 3.06 3.35 3.53 4/184 22358
/proc/meminfo: memFree=15551852/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=305196 CPUtime=1062.32 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 81914 0 0 0 106215 17 0 0 25 0 1 0 469186158 312520704 65004 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 76299 65004 252 24 0 72933 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 305196

[startup+1122.3 s]
/proc/loadavg: 3.02 3.28 3.49 4/184 22360
/proc/meminfo: memFree=15502460/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=307356 CPUtime=1122.33 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 83222 0 0 0 112215 18 0 0 25 0 1 0 469186158 314732544 66278 33554432000 4194304 4291949 140737466054112 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 76839 66278 252 24 0 73473 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 307356

[startup+1182.3 s]
/proc/loadavg: 2.07 2.99 3.38 2/172 22407
/proc/meminfo: memFree=16196808/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=307356 CPUtime=1182.34 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 84170 0 0 0 118215 19 0 0 25 0 1 0 469186158 314732544 67202 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 76839 67202 252 24 0 73473 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 307356

[startup+1242.3 s]
/proc/loadavg: 1.39 2.63 3.23 2/172 22408
/proc/meminfo: memFree=16187468/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=314988 CPUtime=1242.33 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 86492 0 0 0 124214 19 0 0 25 0 1 0 469186158 322547712 69499 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 78747 69499 252 24 0 75381 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 314988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.15 2.35 3.10 2/172 22410
/proc/meminfo: memFree=16182220/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=314988 CPUtime=1300.04 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 87798 0 0 0 129984 20 0 0 25 0 1 0 469186158 322547712 70764 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 78747 70764 252 24 0 75381 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 314988

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: 1.15 2.35 3.10 2/172 22410
/proc/meminfo: memFree=16182220/32951124 swapFree=67111528/67111528
[pid=22312] ppid=22310 vsize=314988 CPUtime=1300.04 cores=4,6
/proc/22312/stat : 22312 (RestartSAT) R 22310 22312 20705 0 -1 4202496 87798 0 0 0 129984 20 0 0 25 0 1 0 469186158 322547712 70764 33554432000 4194304 4291949 140737466054112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22312/statm: 78747 70764 252 24 0 75381 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 314988

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1299.85
CPU system time (s): 0.219966
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 314988

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

runsolver used 2.21566 second user time and 4.74228 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-25 23:41:45
IDJOB=3287121
IDBENCH=82459
IDSOLVER=1581
FILE ID=node141/3287121-1303767705
RUNJOBID= node141-1303767530-21915
PBS_JOBID= 13157120
Free space on /tmp= 71260 MiB

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

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

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=1766973781

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.75
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.806
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.84
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.806
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.75
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.806
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.806
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:      16071476 kB
Buffers:       1593644 kB
Cached:       14271264 kB
SwapCached:          0 kB
Active:        6459516 kB
Inactive:      9844176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16071476 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14416 kB
Writeback:           0 kB
AnonPages:      438256 kB
Mapped:          15424 kB
Slab:           509872 kB
PageTables:       6140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   731208 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= 71280 MiB
End job on node141 at 2011-04-26 00:03:28