Trace number 3291445

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.01

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
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 variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

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-3291445-1303785224/watcher-3291445-1303785224 -o /tmp/evaluation-result-3291445-1303785224/solver-3291445-1303785224 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3291445-1303785224.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.40 3.88 3.87 2/179 20647
/proc/meminfo: memFree=14428792/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=23272 CPUtime=0 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 1419 0 0 0 0 0 0 0 25 0 1 0 470938016 23830528 1360 33554432000 4194304 4291949 140736045364400 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 5818 1360 227 24 0 2452 0

[startup+0.0337089 s]
/proc/loadavg: 3.40 3.88 3.87 2/179 20647
/proc/meminfo: memFree=14428792/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=26048 CPUtime=0.03 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 2334 0 0 0 3 0 0 0 25 0 1 0 470938016 26673152 2238 33554432000 4194304 4291949 140736045364400 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 6512 2240 228 24 0 3146 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26048

[startup+0.100711 s]
/proc/loadavg: 3.40 3.88 3.87 2/179 20647
/proc/meminfo: memFree=14428792/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=29864 CPUtime=0.09 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 3879 0 0 0 9 0 0 0 25 0 1 0 470938016 30580736 3523 33554432000 4194304 4291949 140736045364400 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 7466 3523 232 24 0 4100 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29864

[startup+0.300655 s]
/proc/loadavg: 3.40 3.88 3.87 2/179 20647
/proc/meminfo: memFree=14428792/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=28172 CPUtime=0.29 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 4825 0 0 0 29 0 0 0 25 0 1 0 470938016 28848128 3408 33554432000 4194304 4291949 140736045364400 18446744073709551615 4251560 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 7043 3408 253 24 0 3677 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28172

[startup+0.700573 s]
/proc/loadavg: 3.40 3.88 3.87 2/179 20647
/proc/meminfo: memFree=14428792/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=28172 CPUtime=0.69 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 4833 0 0 0 69 0 0 0 25 0 1 0 470938016 28848128 3415 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 7043 3415 253 24 0 3677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28172

[startup+1.50042 s]
/proc/loadavg: 3.40 3.88 3.87 5/190 20668
/proc/meminfo: memFree=14384484/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=28172 CPUtime=1.49 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 4843 0 0 0 149 0 0 0 25 0 1 0 470938016 28848128 3424 33554432000 4194304 4291949 140736045364400 18446744073709551615 4251072 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 7043 3424 253 24 0 3677 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28172

[startup+3.1011 s]
/proc/loadavg: 3.40 3.88 3.87 5/190 20668
/proc/meminfo: memFree=14383248/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=28172 CPUtime=3.09 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 4855 0 0 0 309 0 0 0 25 0 1 0 470938016 28848128 3436 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255776 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 7043 3436 253 24 0 3677 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28172

[startup+6.30047 s]
/proc/loadavg: 3.52 3.90 3.88 5/190 20668
/proc/meminfo: memFree=14376012/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=28172 CPUtime=6.29 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 4877 0 0 0 629 0 0 0 25 0 1 0 470938016 28848128 3456 33554432000 4194304 4291949 140736045364400 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 7043 3456 253 24 0 3677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28172

[startup+12.7002 s]
/proc/loadavg: 3.56 3.90 3.88 5/190 20668
/proc/meminfo: memFree=14370044/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=32568 CPUtime=12.69 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 5569 0 0 0 1269 0 0 0 25 0 1 0 470938016 33349632 4128 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 8142 4128 253 24 0 4776 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32568

[startup+25.5007 s]
/proc/loadavg: 3.66 3.90 3.88 5/190 20669
/proc/meminfo: memFree=14337060/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=47204 CPUtime=25.5 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 9407 0 0 0 2548 2 0 0 25 0 1 0 470938016 48336896 7936 33554432000 4194304 4291949 140736045364400 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 11801 7936 253 24 0 8435 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 47204

[startup+51.1006 s]
/proc/loadavg: 3.77 3.91 3.88 5/190 20669
/proc/meminfo: memFree=14304744/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=81608 CPUtime=51.1 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 15305 0 0 0 5107 3 0 0 25 0 1 0 470938016 83566592 13791 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 20402 13791 253 24 0 17036 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 81608

[startup+102.306 s]
/proc/loadavg: 3.96 3.94 3.89 5/190 20671
/proc/meminfo: memFree=14216456/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=66292 CPUtime=102.3 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 28192 0 0 0 10223 7 0 0 25 0 1 0 470938016 67883008 13097 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 16573 13097 253 24 0 13207 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 66292

[startup+162.3 s]
/proc/loadavg: 4.06 3.96 3.90 5/190 20672
/proc/meminfo: memFree=14170692/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=88308 CPUtime=162.29 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 49068 0 0 0 16217 12 0 0 25 0 1 0 470938016 90427392 14412 33554432000 4194304 4291949 140736045364400 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 22077 14412 253 24 0 18711 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88308

[startup+222.301 s]
/proc/loadavg: 4.02 3.97 3.91 5/190 20674
/proc/meminfo: memFree=14198076/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=121376 CPUtime=222.3 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 58732 0 0 0 22215 15 0 0 25 0 1 0 470938016 124289024 24005 33554432000 4194304 4291949 140736045364400 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 30344 24005 253 24 0 26978 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 121376

[startup+282.301 s]
/proc/loadavg: 4.06 3.99 3.91 5/190 20675
/proc/meminfo: memFree=14083372/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=173372 CPUtime=282.3 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 85642 0 0 0 28208 22 0 0 25 0 1 0 470938016 177532928 33389 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 43343 33389 253 24 0 39977 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 173372

[startup+342.301 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 20677
/proc/meminfo: memFree=14089076/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=123968 CPUtime=342.31 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 103578 0 0 0 34205 26 0 0 25 0 1 0 470938016 126943232 23179 33554432000 4194304 4291949 140736045364400 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 30992 23179 253 24 0 27626 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 123968

[startup+402.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 20679
/proc/meminfo: memFree=14158264/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=176440 CPUtime=402.31 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 110195 0 0 0 40203 28 0 0 25 0 1 0 470938016 180674560 29733 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 44110 29733 253 24 0 40744 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 176440

[startup+462.301 s]
/proc/loadavg: 4.04 4.00 3.92 5/190 20680
/proc/meminfo: memFree=14166444/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=127524 CPUtime=462.31 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 125034 0 0 0 46198 33 0 0 25 0 1 0 470938016 130584576 21841 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 31881 21841 253 24 0 28515 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 127524

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 20682
/proc/meminfo: memFree=13967540/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=128536 CPUtime=522.31 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 130916 0 0 0 52196 35 0 0 25 0 1 0 470938016 131620864 27663 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 32134 27663 253 24 0 28768 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 128536

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 20683
/proc/meminfo: memFree=13980056/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=98036 CPUtime=582.32 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 143713 0 0 0 58193 39 0 0 25 0 1 0 470938016 100388864 19899 33554432000 4194304 4291949 140736045364400 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 24509 19899 253 24 0 21143 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 98036

[startup+642.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 20685
/proc/meminfo: memFree=14178820/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=130372 CPUtime=642.33 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 178056 0 0 0 64186 47 0 0 25 0 1 0 470938016 133500928 22805 33554432000 4194304 4291949 140736045364400 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 32593 22805 253 24 0 29227 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 130372

[startup+702.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 20687
/proc/meminfo: memFree=14044648/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=181844 CPUtime=702.32 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 190192 0 0 0 70182 50 0 0 25 0 1 0 470938016 186208256 34830 33554432000 4194304 4291949 140736045364400 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 45461 34830 253 24 0 42095 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 181844

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 20688
/proc/meminfo: memFree=13995032/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=183144 CPUtime=762.33 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 197174 0 0 0 76181 52 0 0 25 0 1 0 470938016 187539456 41749 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 45786 41749 253 24 0 42420 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 183144

[startup+822.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 20690
/proc/meminfo: memFree=14058516/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=133464 CPUtime=822.33 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 216829 0 0 0 82175 58 0 0 25 0 1 0 470938016 136667136 28935 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 33366 28935 253 24 0 30000 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 133464

[startup+882.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 20691
/proc/meminfo: memFree=14115052/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=184272 CPUtime=882.33 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 223465 0 0 0 88173 60 0 0 25 0 1 0 470938016 188694528 35515 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 46068 35515 253 24 0 42702 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 184272

[startup+942.301 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 20693
/proc/meminfo: memFree=14164772/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=85452 CPUtime=942.34 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 234482 0 0 0 94170 64 0 0 25 0 1 0 470938016 87502848 17066 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 21363 17066 253 24 0 17997 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 85452

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 20695
/proc/meminfo: memFree=14044112/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=135240 CPUtime=1002.34 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 242982 0 0 0 100167 67 0 0 25 0 1 0 470938016 138485760 25505 33554432000 4194304 4291949 140736045364400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 33810 25505 253 24 0 30444 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 135240

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/190 20696
/proc/meminfo: memFree=14093832/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=87332 CPUtime=1062.34 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 267397 0 0 0 106160 74 0 0 25 0 1 0 470938016 89427968 15842 33554432000 4194304 4291949 140736045364400 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 21833 15842 253 24 0 18467 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 87332

[startup+1122.3 s]
/proc/loadavg: 4.05 4.02 3.94 5/190 20698
/proc/meminfo: memFree=13986808/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=137120 CPUtime=1122.34 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 277873 0 0 0 112156 78 0 0 25 0 1 0 470938016 140410880 26212 33554432000 4194304 4291949 140736045364400 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 34280 26212 253 24 0 30914 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 137120

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 20699
/proc/meminfo: memFree=13845320/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=187532 CPUtime=1182.34 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 283725 0 0 0 118154 80 0 0 25 0 1 0 470938016 192032768 32002 33554432000 4194304 4291949 140736045364400 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 46883 32002 253 24 0 43517 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 187532

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 20701
/proc/meminfo: memFree=14069876/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=107108 CPUtime=1242.35 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 297543 0 0 0 124151 84 0 0 25 0 1 0 470938016 109678592 21071 33554432000 4194304 4291949 140736045364400 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 26777 21071 253 24 0 23411 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 107108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.01 3.95 4/189 20704
/proc/meminfo: memFree=14067524/32951124 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=137928 CPUtime=1300.05 cores=5,7
/proc/20647/stat : 20647 (RestartSAT) R 20645 20647 19241 0 -1 4202496 305467 0 0 0 129919 86 0 0 25 0 1 0 470938016 141238272 28932 33554432000 4194304 4291949 140736045364400 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20647/statm: 34482 28932 253 24 0 31116 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 137928

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.07
CPU user time (s): 1299.2
CPU system time (s): 0.873867
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 268596

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

runsolver used 1.9827 second user time and 5.12022 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-26 04:33:44
IDJOB=3291445
IDBENCH=84223
IDSOLVER=1581
FILE ID=node143/3291445-1303785224
RUNJOBID= node143-1303785224-20628
PBS_JOBID= 13157208
Free space on /tmp= 72956 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291445-1303785224/watcher-3291445-1303785224 -o /tmp/evaluation-result-3291445-1303785224/solver-3291445-1303785224 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3291445-1303785224.cnf

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

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=2128715297

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      14429072 kB
Buffers:       2286632 kB
Cached:       15601236 kB
SwapCached:          0 kB
Active:        6698764 kB
Inactive:     11262240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14429072 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4824 kB
Writeback:           0 kB
AnonPages:       72848 kB
Mapped:          15468 kB
Slab:           495828 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   221832 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= 72952 MiB
End job on node143 at 2011-04-26 04:55:26