Trace number 3257838

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.06 1300.01

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g1.cnf
MD5SUMeded74bffb721f48c45af6ff95302642
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.8949
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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

running on 2 cores: 1,3

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.93 3.37 3.55 4/189 1831
/proc/meminfo: memFree=13889208/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=19384 CPUtime=0 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 667 0 0 0 0 0 0 0 25 0 1 0 458769179 19849216 604 33554432000 4194304 4291949 140734905750704 18446744073709551615 212435714256 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 4846 604 225 24 0 1480 0

[startup+0.107533 s]
/proc/loadavg: 1.93 3.37 3.55 4/189 1831
/proc/meminfo: memFree=13889208/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=19872 CPUtime=0.1 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 2289 0 0 0 10 0 0 0 25 0 1 0 458769179 20348928 1615 33554432000 4194304 4291949 140734905750704 18446744073709551615 4251623 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 4968 1615 252 24 0 1602 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 19872

[startup+0.200468 s]
/proc/loadavg: 1.93 3.37 3.55 4/189 1831
/proc/meminfo: memFree=13889208/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=19872 CPUtime=0.19 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 2439 0 0 0 19 0 0 0 25 0 1 0 458769179 20348928 1761 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255992 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 4968 1761 252 24 0 1602 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19872

[startup+0.300452 s]
/proc/loadavg: 1.93 3.37 3.55 4/189 1831
/proc/meminfo: memFree=13889208/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=20900 CPUtime=0.29 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 2564 0 0 0 29 0 0 0 25 0 1 0 458769179 21401600 1885 33554432000 4194304 4291949 140734905750704 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 5225 1885 252 24 0 1859 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20900

[startup+0.700375 s]
/proc/loadavg: 1.93 3.37 3.55 4/189 1831
/proc/meminfo: memFree=13889208/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=22576 CPUtime=0.69 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 2944 0 0 0 69 0 0 0 25 0 1 0 458769179 23117824 2260 33554432000 4194304 4291949 140734905750704 18446744073709551615 4262169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 5644 2260 252 24 0 2278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22576

[startup+1.50024 s]
/proc/loadavg: 1.93 3.37 3.55 5/190 1832
/proc/meminfo: memFree=13866204/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=25956 CPUtime=1.49 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 3704 0 0 0 149 0 0 0 25 0 1 0 458769179 26578944 3013 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 6489 3013 252 24 0 3123 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25956

[startup+3.10092 s]
/proc/loadavg: 2.10 3.38 3.55 5/190 1832
/proc/meminfo: memFree=13853680/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=31556 CPUtime=3.09 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 4859 0 0 0 309 0 0 0 25 0 1 0 458769179 32313344 4161 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 7889 4161 252 24 0 4523 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31556

[startup+6.30032 s]
/proc/loadavg: 2.10 3.38 3.55 5/190 1832
/proc/meminfo: memFree=13823792/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=40688 CPUtime=6.29 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 6410 0 0 0 629 0 0 0 25 0 1 0 458769179 41664512 5701 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 10172 5701 252 24 0 6806 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40688

[startup+12.7011 s]
/proc/loadavg: 2.39 3.40 3.56 5/190 1833
/proc/meminfo: memFree=13777192/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=54568 CPUtime=12.7 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 8739 0 0 0 1269 1 0 0 25 0 1 0 458769179 55877632 8012 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 13642 8012 252 24 0 10276 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 54568

[startup+25.5007 s]
/proc/loadavg: 2.64 3.42 3.56 5/190 1833
/proc/meminfo: memFree=13736160/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=57676 CPUtime=25.49 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 11516 0 0 0 2548 1 0 0 25 0 1 0 458769179 59060224 10777 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 14419 10777 252 24 0 11053 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57676

[startup+51.1008 s]
/proc/loadavg: 3.10 3.47 3.57 5/190 1834
/proc/meminfo: memFree=13660284/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=81268 CPUtime=51.09 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 15777 0 0 0 5106 3 0 0 25 0 1 0 458769179 83218432 15023 33554432000 4194304 4291949 140734905750704 18446744073709551615 4262552 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 20317 15023 252 24 0 16951 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81268

[startup+102.301 s]
/proc/loadavg: 3.64 3.55 3.59 5/190 1835
/proc/meminfo: memFree=13543580/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=83368 CPUtime=102.3 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 27279 0 0 0 10222 8 0 0 25 0 1 0 458769179 85368832 15605 33554432000 4194304 4291949 140734905750704 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 20842 15605 252 24 0 17476 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83368

[startup+162.301 s]
/proc/loadavg: 3.85 3.63 3.61 5/190 1836
/proc/meminfo: memFree=13448336/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=69480 CPUtime=162.3 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 38906 0 0 0 16217 13 0 0 25 0 1 0 458769179 71147520 13056 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 17370 13056 252 24 0 14004 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 69480

[startup+222.307 s]
/proc/loadavg: 3.95 3.70 3.64 5/190 1838
/proc/meminfo: memFree=13366592/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=121096 CPUtime=222.3 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 45785 0 0 0 22214 16 0 0 25 0 1 0 458769179 124002304 19890 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 30274 19890 252 24 0 26908 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 121096

[startup+282.301 s]
/proc/loadavg: 4.02 3.76 3.66 5/190 1840
/proc/meminfo: memFree=13355540/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=74664 CPUtime=282.31 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 55109 0 0 0 28211 20 0 0 25 0 1 0 458769179 76455936 12470 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 18666 12470 252 24 0 15300 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 74664

[startup+342.301 s]
/proc/loadavg: 4.01 3.80 3.68 5/190 1841
/proc/meminfo: memFree=13242808/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=93632 CPUtime=342.3 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 62447 0 0 0 34208 22 0 0 25 0 1 0 458769179 95879168 19743 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 23408 19743 252 24 0 20042 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 93632

[startup+402.3 s]
/proc/loadavg: 4.00 3.83 3.69 5/190 1843
/proc/meminfo: memFree=13192824/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=126280 CPUtime=402.3 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 66774 0 0 0 40205 25 0 0 25 0 1 0 458769179 129310720 24034 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 31570 24034 252 24 0 28204 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 126280

[startup+462.301 s]
/proc/loadavg: 4.00 3.86 3.71 5/190 1844
/proc/meminfo: memFree=13214380/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=67520 CPUtime=462.31 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 75449 0 0 0 46201 30 0 0 25 0 1 0 458769179 69140480 13290 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 16880 13290 252 24 0 13514 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 67520

[startup+522.301 s]
/proc/loadavg: 4.06 3.90 3.73 5/190 1846
/proc/meminfo: memFree=13139088/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=128984 CPUtime=522.31 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 83339 0 0 0 52197 34 0 0 25 0 1 0 458769179 132079616 21146 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 32246 21146 252 24 0 28880 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 128984

[startup+582.3 s]
/proc/loadavg: 4.02 3.92 3.75 5/190 1848
/proc/meminfo: memFree=13133244/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=131616 CPUtime=582.31 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 90775 0 0 0 58194 37 0 0 25 0 1 0 458769179 134774784 28526 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 32904 28526 252 24 0 29538 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 131616

[startup+642.301 s]
/proc/loadavg: 4.01 3.93 3.76 5/190 1849
/proc/meminfo: memFree=13087228/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=101052 CPUtime=642.32 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 101078 0 0 0 64191 41 0 0 25 0 1 0 458769179 103477248 18881 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 25263 18881 252 24 0 21897 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 101052

[startup+702.301 s]
/proc/loadavg: 4.00 3.94 3.77 5/190 1851
/proc/meminfo: memFree=13084340/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=132080 CPUtime=702.32 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 105622 0 0 0 70188 44 0 0 25 0 1 0 458769179 135249920 23400 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 33020 23400 252 24 0 29654 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 132080

[startup+762.3 s]
/proc/loadavg: 4.00 3.95 3.78 5/190 1853
/proc/meminfo: memFree=12994176/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=132712 CPUtime=762.33 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 108899 0 0 0 76187 46 0 0 25 0 1 0 458769179 135897088 26659 33554432000 4194304 4291949 140734905750704 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 33178 26659 252 24 0 29812 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 132712

[startup+822.301 s]
/proc/loadavg: 4.00 3.95 3.79 5/190 1854
/proc/meminfo: memFree=12974564/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=184488 CPUtime=822.32 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 113378 0 0 0 82183 49 0 0 25 0 1 0 458769179 188915712 31108 33554432000 4194304 4291949 140734905750704 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 46122 31108 252 24 0 42756 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 184488

[startup+882.307 s]
/proc/loadavg: 4.00 3.96 3.81 5/190 1856
/proc/meminfo: memFree=12987320/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=86128 CPUtime=882.32 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 122497 0 0 0 88180 52 0 0 25 0 1 0 458769179 88195072 17773 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 21532 17773 252 24 0 18166 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 86128

[startup+942.3 s]
/proc/loadavg: 4.05 3.98 3.82 5/190 1857
/proc/meminfo: memFree=12995736/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=135916 CPUtime=942.32 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 127774 0 0 0 94176 56 0 0 25 0 1 0 458769179 139177984 23002 33554432000 4194304 4291949 140734905750704 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 33979 23002 252 24 0 30613 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 135916

[startup+1002.3 s]
/proc/loadavg: 4.01 3.98 3.83 5/190 1859
/proc/meminfo: memFree=12912764/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=135916 CPUtime=1002.32 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 131329 0 0 0 100175 57 0 0 25 0 1 0 458769179 139177984 26530 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 33979 26530 252 24 0 30613 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 135916

[startup+1062.3 s]
/proc/loadavg: 4.00 3.98 3.83 5/190 1860
/proc/meminfo: memFree=12857816/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=187164 CPUtime=1062.33 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 136814 0 0 0 106173 60 0 0 25 0 1 0 458769179 191655936 31977 33554432000 4194304 4291949 140734905750704 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 46791 31977 252 24 0 43425 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 187164

[startup+1122.3 s]
/proc/loadavg: 4.03 3.99 3.84 5/190 1862
/proc/meminfo: memFree=12921032/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=107012 CPUtime=1122.33 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 146423 0 0 0 112168 65 0 0 25 0 1 0 458769179 109580288 19211 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 26753 19211 252 24 0 23387 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 107012

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.85 5/190 1864
/proc/meminfo: memFree=12843268/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=137832 CPUtime=1182.34 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 151385 0 0 0 118166 68 0 0 25 0 1 0 458769179 141139968 24128 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 34458 24128 252 24 0 31092 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 137832

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.85 5/190 1865
/proc/meminfo: memFree=13139980/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=137832 CPUtime=1242.34 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 154905 0 0 0 124164 70 0 0 25 0 1 0 458769179 141139968 27635 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 34458 27635 252 24 0 31092 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 137832



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.86 2/184 1870
/proc/meminfo: memFree=13798072/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=188680 CPUtime=1300.04 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 158558 0 0 0 129933 71 0 0 25 0 1 0 458769179 193208320 31265 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 47170 31265 252 24 0 43804 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 188680

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.86 2/184 1870
/proc/meminfo: memFree=13798072/32951124 swapFree=67111528/67111528
[pid=1831] ppid=1829 vsize=188680 CPUtime=1300.04 cores=1,3
/proc/1831/stat : 1831 (RestartSAT) R 1829 1831 1112 0 -1 4202496 158558 0 0 0 129933 71 0 0 25 0 1 0 458769179 193208320 31265 33554432000 4194304 4291949 140734905750704 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1831/statm: 47170 31265 252 24 0 43804 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 188680

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.34
CPU system time (s): 0.724889
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 204680

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

runsolver used 2.08568 second user time and 5.01024 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-22 13:27:48
IDJOB=3257838
IDBENCH=71273
IDSOLVER=1581
FILE ID=node102/3257838-1303471668
RUNJOBID= node102-1303471667-1764
PBS_JOBID= 13107187
Free space on /tmp= 70920 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1150c84314g1.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257838-1303471668/watcher-3257838-1303471668 -o /tmp/evaluation-result-3257838-1303471668/solver-3257838-1303471668 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3257838-1303471668.cnf

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

MD5SUM BENCH= eded74bffb721f48c45af6ff95302642
RANDOM SEED=548464618

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13889984 kB
Buffers:       1208980 kB
Cached:       17211548 kB
SwapCached:          0 kB
Active:        9039472 kB
Inactive:      9485468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13889984 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10512 kB
Writeback:           0 kB
AnonPages:      103988 kB
Mapped:          15656 kB
Slab:           473420 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   300760 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= 70928 MiB
End job on node102 at 2011-04-22 13:49:30