Trace number 3170701

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

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
MD5SUM07407a86c8d0f1e46c34022f68908549
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark606.272
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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-3170701-1302817594/watcher-3170701-1302817594 -o /tmp/evaluation-result-3170701-1302817594/solver-3170701-1302817594 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170701-1302817594.cnf 

running on 2 cores: 0,2

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: 1.40 1.83 1.94 4/181 9186
/proc/meminfo: memFree=29583332/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=22060 CPUtime=0 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 1199 0 0 0 0 0 0 0 23 0 1 0 393362237 22589440 1140 33554432000 4194304 4291949 140736527240032 18446744073709551615 4271511 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 5515 1145 226 24 0 2149 0

[startup+0.0709951 s]
/proc/loadavg: 1.40 1.83 1.94 4/181 9186
/proc/meminfo: memFree=29583332/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=28324 CPUtime=0.06 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 3385 0 0 0 6 0 0 0 23 0 1 0 393362237 29003776 3144 33554432000 4194304 4291949 140736527240032 18446744073709551615 4260672 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 7081 3145 227 24 0 3715 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28324

[startup+0.100961 s]
/proc/loadavg: 1.40 1.83 1.94 4/181 9186
/proc/meminfo: memFree=29583332/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=29984 CPUtime=0.09 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 4115 0 0 0 9 0 0 0 23 0 1 0 393362237 30703616 3748 33554432000 4194304 4291949 140736527240032 18446744073709551615 218370618053 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 7496 3748 227 24 0 4130 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29984

[startup+0.300944 s]
/proc/loadavg: 1.40 1.83 1.94 4/181 9186
/proc/meminfo: memFree=29583332/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=30304 CPUtime=0.29 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 5684 0 0 0 28 1 0 0 24 0 1 0 393362237 31031296 3846 33554432000 4194304 4291949 140736527240032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 7576 3846 252 24 0 4210 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30304

[startup+0.700872 s]
/proc/loadavg: 1.40 1.83 1.94 4/181 9186
/proc/meminfo: memFree=29583332/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=30304 CPUtime=0.69 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 5734 0 0 0 68 1 0 0 25 0 1 0 393362237 31031296 3896 33554432000 4194304 4291949 140736527240032 18446744073709551615 4262944 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 7576 3897 253 24 0 4210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30304

[startup+1.50074 s]
/proc/loadavg: 1.40 1.83 1.94 5/190 9203
/proc/meminfo: memFree=29531544/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=30304 CPUtime=1.49 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 5871 0 0 0 148 1 0 0 25 0 1 0 393362237 31031296 4032 33554432000 4194304 4291949 140736527240032 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 7576 4032 253 24 0 4210 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30304

[startup+3.10046 s]
/proc/loadavg: 1.69 1.88 1.96 5/190 9203
/proc/meminfo: memFree=29524476/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=33024 CPUtime=3.09 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 6225 0 0 0 308 1 0 0 25 0 1 0 393362237 33816576 4385 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 8256 4385 253 24 0 4890 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33024

[startup+6.30087 s]
/proc/loadavg: 1.69 1.88 1.96 5/190 9203
/proc/meminfo: memFree=29488872/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=37444 CPUtime=6.29 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 6972 0 0 0 628 1 0 0 25 0 1 0 393362237 38342656 5126 33554432000 4194304 4291949 140736527240032 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 9361 5126 253 24 0 5995 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37444

[startup+12.7007 s]
/proc/loadavg: 2.04 1.95 1.98 5/190 9203
/proc/meminfo: memFree=29473644/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=44756 CPUtime=12.69 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 8882 0 0 0 1267 2 0 0 25 0 1 0 393362237 45830144 7024 33554432000 4194304 4291949 140736527240032 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 11189 7024 253 24 0 7823 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44756

[startup+25.5005 s]
/proc/loadavg: 2.34 2.02 2.00 5/190 9203
/proc/meminfo: memFree=29373608/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=76444 CPUtime=25.49 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 13048 0 0 0 2546 3 0 0 25 0 1 0 393362237 78278656 11169 33554432000 4194304 4291949 140736527240032 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 19111 11169 253 24 0 15745 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76444

[startup+51.1009 s]
/proc/loadavg: 2.91 2.18 2.05 5/190 9204
/proc/meminfo: memFree=29315368/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=109104 CPUtime=51.09 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 21042 0 0 0 5104 5 0 0 25 0 1 0 393362237 111722496 19137 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 27276 19137 253 24 0 23910 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109104

[startup+102.307 s]
/proc/loadavg: 3.56 2.48 2.16 5/190 9205
/proc/meminfo: memFree=29249992/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=162608 CPUtime=102.3 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 37465 0 0 0 10220 10 0 0 25 0 1 0 393362237 166510592 35500 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 40652 35500 253 24 0 37286 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 162608

[startup+162.3 s]
/proc/loadavg: 3.91 2.77 2.28 5/190 9207
/proc/meminfo: memFree=29047216/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=246652 CPUtime=162.29 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 49207 0 0 0 16216 13 0 0 25 0 1 0 393362237 252571648 47192 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 61663 47192 253 24 0 58297 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 246652

[startup+222.301 s]
/proc/loadavg: 3.97 2.99 2.38 5/190 9209
/proc/meminfo: memFree=28968676/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=249376 CPUtime=222.3 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 59758 0 0 0 22213 17 0 0 25 0 1 0 393362237 255361024 57703 33554432000 4194304 4291949 140736527240032 18446744073709551615 218374414144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 62344 57703 253 24 0 58978 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 249376

[startup+282.301 s]
/proc/loadavg: 4.03 3.19 2.49 5/190 9210
/proc/meminfo: memFree=29052824/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=169632 CPUtime=282.29 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 93454 0 0 0 28204 25 0 0 25 0 1 0 393362237 173703168 30046 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 42408 30046 253 24 0 39042 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 169632

[startup+342.3 s]
/proc/loadavg: 4.01 3.33 2.58 5/190 9212
/proc/meminfo: memFree=28885760/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=251428 CPUtime=342.3 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 106924 0 0 0 34200 30 0 0 25 0 1 0 393362237 257462272 43465 33554432000 4194304 4291949 140736527240032 18446744073709551615 4250690 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 62857 43465 253 24 0 59491 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 251428

[startup+402.301 s]
/proc/loadavg: 4.00 3.45 2.66 5/190 9213
/proc/meminfo: memFree=28745112/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=252220 CPUtime=402.3 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 121699 0 0 0 40196 34 0 0 25 0 1 0 393362237 258273280 58191 33554432000 4194304 4291949 140736527240032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 63055 58191 253 24 0 59689 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 252220

[startup+462.301 s]
/proc/loadavg: 4.00 3.55 2.75 5/190 9215
/proc/meminfo: memFree=28663348/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=385276 CPUtime=462.3 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 132631 0 0 0 46191 39 0 0 25 0 1 0 393362237 394522624 69071 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 96319 69071 253 24 0 92953 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 385276

[startup+522.3 s]
/proc/loadavg: 4.00 3.63 2.82 5/190 9217
/proc/meminfo: memFree=28596720/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=386212 CPUtime=522.3 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 141025 0 0 0 52187 43 0 0 25 0 1 0 393362237 395481088 77418 33554432000 4194304 4291949 140736527240032 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 96553 77418 253 24 0 93187 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 386212

[startup+582.301 s]
/proc/loadavg: 4.06 3.71 2.90 5/190 9218
/proc/meminfo: memFree=29145624/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=175440 CPUtime=582.31 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 195197 0 0 0 58176 55 0 0 25 0 1 0 393362237 179650560 37543 33554432000 4194304 4291949 140736527240032 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 43860 37543 253 24 0 40494 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 175440

[startup+642.301 s]
/proc/loadavg: 4.02 3.76 2.96 5/190 9220
/proc/meminfo: memFree=29008928/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=257108 CPUtime=642.31 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 208711 0 0 0 64172 59 0 0 25 0 1 0 393362237 263278592 51004 33554432000 4194304 4291949 140736527240032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 64277 51004 253 24 0 60911 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 257108

[startup+702.301 s]
/proc/loadavg: 4.00 3.80 3.02 5/190 9221
/proc/meminfo: memFree=28793020/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=389776 CPUtime=702.3 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 224135 0 0 0 70166 64 0 0 25 0 1 0 393362237 399130624 66378 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 97444 66378 253 24 0 94078 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 389776

[startup+762.307 s]
/proc/loadavg: 4.00 3.83 3.08 5/190 9223
/proc/meminfo: memFree=28760484/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=390052 CPUtime=762.31 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 232830 0 0 0 76164 67 0 0 25 0 1 0 393362237 399413248 75041 33554432000 4194304 4291949 140736527240032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 97513 75041 253 24 0 94147 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 390052

[startup+822.3 s]
/proc/loadavg: 4.06 3.88 3.14 5/190 9225
/proc/meminfo: memFree=28618964/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=390580 CPUtime=822.31 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 243080 0 0 0 82161 70 0 0 25 0 1 0 393362237 399953920 85255 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 97645 85255 253 24 0 94279 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 390580

[startup+882.301 s]
/proc/loadavg: 4.02 3.90 3.19 5/190 9235
/proc/meminfo: memFree=28496104/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=606836 CPUtime=882.31 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 266056 0 0 0 88154 77 0 0 25 0 1 0 393362237 621400064 108190 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 151709 108190 253 24 0 148343 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 606836

[startup+942.301 s]
/proc/loadavg: 4.07 3.93 3.25 5/190 9237
/proc/meminfo: memFree=28832820/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=98156 CPUtime=942.31 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 279468 0 0 0 94149 82 0 0 25 0 1 0 393362237 100511744 18341 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 24539 18341 253 24 0 21173 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 98156

[startup+1002.3 s]
/proc/loadavg: 4.02 3.94 3.29 6/190 9238
/proc/meminfo: memFree=28666004/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=179064 CPUtime=1002.32 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 295520 0 0 0 100144 88 0 0 25 0 1 0 393362237 183361536 34321 33554432000 4194304 4291949 140736527240032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 44766 34321 253 24 0 41400 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 179064

[startup+1062.3 s]
/proc/loadavg: 4.01 3.95 3.33 5/190 9243
/proc/meminfo: memFree=28649520/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=260584 CPUtime=1062.31 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 309143 0 0 0 106139 92 0 0 25 0 1 0 393362237 266838016 47891 33554432000 4194304 4291949 140736527240032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 65146 47892 253 24 0 61780 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 260584

[startup+1122.3 s]
/proc/loadavg: 4.08 3.97 3.38 5/190 9245
/proc/meminfo: memFree=28475148/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=260852 CPUtime=1122.31 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 320730 0 0 0 112135 96 0 0 25 0 1 0 393362237 267112448 59433 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 65213 59433 253 24 0 61847 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 260852

[startup+1182.3 s]
/proc/loadavg: 4.03 3.97 3.41 5/190 9246
/proc/meminfo: memFree=28284380/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=394056 CPUtime=1182.31 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 352269 0 0 0 118127 104 0 0 25 0 1 0 393362237 403513344 90904 33554432000 4194304 4291949 140736527240032 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 98514 90904 253 24 0 95148 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 394056

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.45 5/190 9248
/proc/meminfo: memFree=28732592/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=611452 CPUtime=1242.32 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 398051 0 0 0 124116 116 0 0 25 0 1 0 393362237 626126848 136611 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 152863 136611 253 24 0 149497 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 611452



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.48 4/188 9250
/proc/meminfo: memFree=29149828/32951124 swapFree=67051444/67111528
[pid=9186] ppid=9184 vsize=134912 CPUtime=1300.03 cores=0,2
/proc/9186/stat : 9186 (RestartSAT) R 9184 9186 9142 0 -1 4202496 421618 0 0 0 129879 124 0 0 25 0 1 0 393362237 138149888 28310 33554432000 4194304 4291949 140736527240032 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9186/statm: 33728 28310 253 24 0 30362 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 134912

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): 1298.8
CPU system time (s): 1.24581
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 662892

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

runsolver used 2.36764 second user time and 4.73628 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-14 23:46:35
IDJOB=3170701
IDBENCH=82519
IDSOLVER=1581
FILE ID=node101/3170701-1302817594
RUNJOBID= node101-1302817594-9160
PBS_JOBID= 13006655
Free space on /tmp= 71312 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170701-1302817594/watcher-3170701-1302817594 -o /tmp/evaluation-result-3170701-1302817594/solver-3170701-1302817594 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170701-1302817594.cnf

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

MD5SUM BENCH= 07407a86c8d0f1e46c34022f68908549
RANDOM SEED=74233310

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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:      29583620 kB
Buffers:        148460 kB
Cached:        3024752 kB
SwapCached:      33572 kB
Active:        1147448 kB
Inactive:      2069648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29583620 kB
SwapTotal:    67111528 kB
SwapFree:     67051444 kB
Dirty:            5908 kB
Writeback:           0 kB
AnonPages:       31772 kB
Mapped:           8748 kB
Slab:            86084 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217360 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= 71304 MiB
End job on node101 at 2011-04-15 00:08:17