Trace number 3258189

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 1299.98 1300.01

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g6.cnf
MD5SUMc7c04151ac14a13eb4a03259d055e119
Bench CategoryCRAFTED (crafted 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 variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-3258189-1303475648/watcher-3258189-1303475648 -o /tmp/evaluation-result-3258189-1303475648/solver-3258189-1303475648 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3258189-1303475648.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: 2.13 3.48 3.70 3/184 13785
/proc/meminfo: memFree=16259300/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=19808 CPUtime=0 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 834 0 0 0 0 0 0 0 22 0 1 0 459162472 20283392 765 33554432000 4194304 4291949 140737299361760 18446744073709551615 218905428071 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 4952 766 225 24 0 1586 0

[startup+0.0165051 s]
/proc/loadavg: 2.13 3.48 3.70 3/184 13785
/proc/meminfo: memFree=16259300/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=21856 CPUtime=0.01 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 1676 0 0 0 1 0 0 0 22 0 1 0 459162472 22380544 1401 33554432000 4194304 4291949 140737299361760 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 5464 1403 226 24 0 2098 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21856

[startup+0.100488 s]
/proc/loadavg: 2.13 3.48 3.70 3/184 13785
/proc/meminfo: memFree=16259300/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=24028 CPUtime=0.09 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 2837 0 0 0 9 0 0 0 22 0 1 0 459162472 24604672 2198 33554432000 4194304 4291949 140737299361760 18446744073709551615 4230028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 6007 2198 231 24 0 2641 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24028

[startup+0.300458 s]
/proc/loadavg: 2.13 3.48 3.70 3/184 13785
/proc/meminfo: memFree=16259300/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=21808 CPUtime=0.29 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 3554 0 0 0 29 0 0 0 23 0 1 0 459162472 22331392 2233 33554432000 4194304 4291949 140737299361760 18446744073709551615 4248296 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 5452 2233 251 24 0 2086 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21808

[startup+0.700383 s]
/proc/loadavg: 2.13 3.48 3.70 3/184 13785
/proc/meminfo: memFree=16259300/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=23484 CPUtime=0.69 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 4062 0 0 0 69 0 0 0 25 0 1 0 459162472 24047616 2735 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 5871 2735 251 24 0 2505 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23484

[startup+1.50024 s]
/proc/loadavg: 2.13 3.48 3.70 5/190 13796
/proc/meminfo: memFree=16217464/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=31152 CPUtime=1.49 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 4937 0 0 0 149 0 0 0 25 0 1 0 459162472 31899648 3600 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 7788 3600 251 24 0 4422 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31152

[startup+3.10095 s]
/proc/loadavg: 2.13 3.48 3.70 5/190 13796
/proc/meminfo: memFree=16199360/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=39644 CPUtime=3.09 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 6475 0 0 0 309 0 0 0 25 0 1 0 459162472 40595456 5120 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 9911 5120 251 24 0 6545 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39644

[startup+6.30037 s]
/proc/loadavg: 2.36 3.50 3.70 5/190 13796
/proc/meminfo: memFree=16161664/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=41792 CPUtime=6.29 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 8488 0 0 0 628 1 0 0 25 0 1 0 459162472 42795008 7111 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 10448 7111 251 24 0 7082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41792

[startup+12.7002 s]
/proc/loadavg: 2.49 3.51 3.70 5/190 13796
/proc/meminfo: memFree=16106596/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=56472 CPUtime=12.68 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 11796 0 0 0 1267 1 0 0 25 0 1 0 459162472 57827328 10392 33554432000 4194304 4291949 140737299361760 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 14118 10392 251 24 0 10752 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56472

[startup+25.5009 s]
/proc/loadavg: 2.82 3.54 3.71 5/190 13796
/proc/meminfo: memFree=16043240/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=79108 CPUtime=25.49 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 15996 0 0 0 2546 3 0 0 25 0 1 0 459162472 81006592 14566 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 19777 14566 251 24 0 16411 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79108

[startup+51.1003 s]
/proc/loadavg: 3.22 3.57 3.72 5/190 13797
/proc/meminfo: memFree=15945124/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=115676 CPUtime=51.08 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 22970 0 0 0 5103 5 0 0 25 0 1 0 459162472 118452224 21481 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 28919 21481 251 24 0 25553 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 115676

[startup+102.307 s]
/proc/loadavg: 3.79 3.67 3.74 5/190 13825
/proc/meminfo: memFree=15892356/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=118048 CPUtime=102.28 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 39746 0 0 0 10217 11 0 0 25 0 1 0 459162472 120881152 21344 33554432000 4194304 4291949 140737299361760 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 29512 21344 251 24 0 26146 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 118048

[startup+162.3 s]
/proc/loadavg: 3.91 3.72 3.75 5/190 13827
/proc/meminfo: memFree=15863184/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=63732 CPUtime=162.29 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 52586 0 0 0 16212 17 0 0 25 0 1 0 459162472 65261568 11389 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 15933 11389 251 24 0 12567 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63732

[startup+222.3 s]
/proc/loadavg: 3.97 3.77 3.76 5/190 13828
/proc/meminfo: memFree=15830048/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=125848 CPUtime=222.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 65392 0 0 0 22206 21 0 0 25 0 1 0 459162472 128868352 24116 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 31462 24116 251 24 0 28096 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 125848

[startup+282.301 s]
/proc/loadavg: 3.99 3.81 3.77 5/190 13830
/proc/meminfo: memFree=15686808/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=180308 CPUtime=282.28 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 73278 0 0 0 28203 25 0 0 25 0 1 0 459162472 184635392 31956 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 45077 31956 251 24 0 41711 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 180308

[startup+342.301 s]
/proc/loadavg: 3.99 3.84 3.79 5/190 13832
/proc/meminfo: memFree=15641908/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=184564 CPUtime=342.28 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 79353 0 0 0 34201 27 0 0 25 0 1 0 459162472 188993536 37999 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 46141 37999 251 24 0 42775 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 184564

[startup+402.301 s]
/proc/loadavg: 3.99 3.87 3.80 5/190 13833
/proc/meminfo: memFree=15774688/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=135568 CPUtime=402.28 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 98048 0 0 0 40194 34 0 0 25 0 1 0 459162472 138821632 27933 33554432000 4194304 4291949 140737299361760 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 33892 27933 251 24 0 30526 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 135568

[startup+462.301 s]
/proc/loadavg: 3.99 3.89 3.81 5/190 13835
/proc/meminfo: memFree=15779128/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=186584 CPUtime=462.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 104959 0 0 0 46190 37 0 0 25 0 1 0 459162472 191062016 34807 33554432000 4194304 4291949 140737299361760 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 46646 34807 251 24 0 43280 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 186584

[startup+522.301 s]
/proc/loadavg: 3.99 3.91 3.82 5/190 13836
/proc/meminfo: memFree=15654728/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=188648 CPUtime=522.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 110949 0 0 0 52187 40 0 0 25 0 1 0 459162472 193175552 40758 33554432000 4194304 4291949 140737299361760 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 47162 40758 251 24 0 43796 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 188648

[startup+582.3 s]
/proc/loadavg: 3.99 3.92 3.83 5/190 13838
/proc/meminfo: memFree=15630032/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=272820 CPUtime=582.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 115935 0 0 0 58185 42 0 0 25 0 1 0 459162472 279367680 45724 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 68205 45724 251 24 0 64839 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 272820

[startup+642.3 s]
/proc/loadavg: 4.11 3.96 3.84 5/190 13840
/proc/meminfo: memFree=15629512/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=141344 CPUtime=642.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 131804 0 0 0 64179 48 0 0 25 0 1 0 459162472 144736256 27198 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 35336 27198 251 24 0 31970 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 141344

[startup+702.301 s]
/proc/loadavg: 4.04 3.97 3.85 5/190 13841
/proc/meminfo: memFree=15639276/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=191432 CPUtime=702.26 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 138123 0 0 0 70174 52 0 0 25 0 1 0 459162472 196026368 33487 33554432000 4194304 4291949 140737299361760 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 47858 33487 251 24 0 44492 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 191432

[startup+762.307 s]
/proc/loadavg: 4.01 3.97 3.85 5/190 13843
/proc/meminfo: memFree=15599688/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=192276 CPUtime=762.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 144923 0 0 0 76170 57 0 0 25 0 1 0 459162472 196890624 40259 33554432000 4194304 4291949 140737299361760 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 48069 40259 251 24 0 44703 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 192276

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 13844
/proc/meminfo: memFree=15508768/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=276360 CPUtime=822.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 150011 0 0 0 82167 60 0 0 25 0 1 0 459162472 282992640 45322 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 69090 45322 251 24 0 65724 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 276360

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 13846
/proc/meminfo: memFree=15526232/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=115768 CPUtime=882.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 162766 0 0 0 88162 65 0 0 25 0 1 0 459162472 118546432 22818 33554432000 4194304 4291949 140737299361760 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 28942 22818 251 24 0 25576 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 115768

[startup+942.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 13848
/proc/meminfo: memFree=15522752/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=146588 CPUtime=942.26 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 170549 0 0 0 94156 70 0 0 25 0 1 0 459162472 150106112 30553 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 36647 30553 251 24 0 33281 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 146588

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 13849
/proc/meminfo: memFree=15435672/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=196932 CPUtime=1002.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 176859 0 0 0 100153 74 0 0 25 0 1 0 459162472 201658368 36823 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 49233 36823 251 24 0 45867 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 196932

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 13851
/proc/meminfo: memFree=15546384/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=197308 CPUtime=1062.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 181554 0 0 0 106150 77 0 0 25 0 1 0 459162472 202043392 41486 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 49327 41486 251 24 0 45961 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 197308

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 13852
/proc/meminfo: memFree=15433016/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=280088 CPUtime=1122.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 186233 0 0 0 112146 81 0 0 25 0 1 0 459162472 286810112 46141 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 70022 46141 251 24 0 66656 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 280088

[startup+1182.3 s]
/proc/loadavg: 4.07 3.99 3.90 5/190 13854
/proc/meminfo: memFree=15357100/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=282996 CPUtime=1182.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 190470 0 0 0 118144 83 0 0 25 0 1 0 459162472 289787904 50356 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 70749 50356 251 24 0 67383 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 282996

[startup+1242.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 13856
/proc/meminfo: memFree=15355344/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=285208 CPUtime=1242.27 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 194094 0 0 0 124141 86 0 0 25 0 1 0 459162472 292052992 53963 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 71302 53963 251 24 0 67936 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 285208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.99 3.91 4/190 13858
/proc/meminfo: memFree=15810652/32951124 swapFree=67111528/67111528
[pid=13785] ppid=13783 vsize=154208 CPUtime=1299.97 cores=5,7
/proc/13785/stat : 13785 (RestartSAT) R 13783 13785 12632 0 -1 4202496 210905 0 0 0 129904 93 0 0 25 0 1 0 459162472 157908992 30683 33554432000 4194304 4291949 140737299361760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13785/statm: 38552 30683 251 24 0 35186 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 154208

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): 1299.98
CPU user time (s): 1299.05
CPU system time (s): 0.938857
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 296740

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

runsolver used 2.06569 second user time and 5.03723 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-22 14:34:08
IDJOB=3258189
IDBENCH=71315
IDSOLVER=1580
FILE ID=node137/3258189-1303475648
RUNJOBID= node137-1303475647-13756
PBS_JOBID= 13107203
Free space on /tmp= 71388 MiB

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

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

MD5SUM BENCH= c7c04151ac14a13eb4a03259d055e119
RANDOM SEED=825276757

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16260076 kB
Buffers:       1210168 kB
Cached:       14855380 kB
SwapCached:          0 kB
Active:        9318220 kB
Inactive:      6816720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16260076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:       69364 kB
Mapped:          14780 kB
Slab:           492168 kB
PageTables:       5348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   240652 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= 71384 MiB
End job on node137 at 2011-04-22 14:55:50