Trace number 3257750

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g10.cnf
MD5SUM885d1d8595262b8f0aa94d123211b47c
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.93 3.37 3.55 3/184 1821
/proc/meminfo: memFree=13908096/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=19260 CPUtime=0 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 643 0 0 0 0 0 0 0 21 0 1 0 458769127 19722240 585 33554432000 4194304 4291949 140736900975664 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 4815 586 224 24 0 1449 0

[startup+0.0772749 s]
/proc/loadavg: 1.93 3.37 3.55 3/184 1821
/proc/meminfo: memFree=13908096/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=30784 CPUtime=0.07 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 5053 0 0 0 6 1 0 0 21 0 1 0 458769127 31522816 4463 33554432000 4194304 4291949 140736900975664 18446744073709551615 4215472 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 7696 4463 231 24 0 4330 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30784

[startup+0.100278 s]
/proc/loadavg: 1.93 3.37 3.55 3/184 1821
/proc/meminfo: memFree=13908096/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=30784 CPUtime=0.09 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 5054 0 0 0 8 1 0 0 21 0 1 0 458769127 31522816 4464 33554432000 4194304 4291949 140736900975664 18446744073709551615 4230038 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 7696 4464 232 24 0 4330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30784

[startup+0.300216 s]
/proc/loadavg: 1.93 3.37 3.55 3/184 1821
/proc/meminfo: memFree=13908096/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=30784 CPUtime=0.29 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 5063 0 0 0 28 1 0 0 22 0 1 0 458769127 31522816 4473 33554432000 4194304 4291949 140736900975664 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 7696 4473 232 24 0 4330 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30784

[startup+0.701114 s]
/proc/loadavg: 1.93 3.37 3.55 3/184 1821
/proc/meminfo: memFree=13908096/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=29568 CPUtime=0.69 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 6296 0 0 0 68 1 0 0 24 0 1 0 458769127 30277632 4105 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 7392 4105 253 24 0 4026 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29568

[startup+1.50096 s]
/proc/loadavg: 1.93 3.37 3.55 5/190 1832
/proc/meminfo: memFree=13875816/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=36708 CPUtime=1.49 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 7128 0 0 0 148 1 0 0 25 0 1 0 458769127 37588992 4929 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 9177 4929 253 24 0 5811 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36708

[startup+3.10068 s]
/proc/loadavg: 1.93 3.37 3.55 5/190 1832
/proc/meminfo: memFree=13860500/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=43888 CPUtime=3.09 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 8292 0 0 0 307 2 0 0 25 0 1 0 458769127 44941312 6083 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 10972 6083 253 24 0 7606 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43888

[startup+6.30108 s]
/proc/loadavg: 2.10 3.38 3.55 5/190 1832
/proc/meminfo: memFree=13828628/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=44944 CPUtime=6.29 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 10260 0 0 0 627 2 0 0 25 0 1 0 458769127 46022656 8037 33554432000 4194304 4291949 140736900975664 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 11236 8037 253 24 0 7870 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44944

[startup+12.7009 s]
/proc/loadavg: 2.25 3.39 3.55 5/190 1832
/proc/meminfo: memFree=13783764/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=59116 CPUtime=12.69 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 12891 0 0 0 1266 3 0 0 25 0 1 0 458769127 60534784 10652 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 14779 10652 253 24 0 11413 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59116

[startup+25.5005 s]
/proc/loadavg: 2.64 3.42 3.56 5/190 1833
/proc/meminfo: memFree=13738392/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=81840 CPUtime=25.49 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 17536 0 0 0 2545 4 0 0 25 0 1 0 458769127 83804160 15276 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 20460 15276 253 24 0 17094 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81840

[startup+51.1006 s]
/proc/loadavg: 3.10 3.47 3.57 5/190 1834
/proc/meminfo: memFree=13662516/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=117828 CPUtime=51.09 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 23597 0 0 0 5103 6 0 0 25 0 1 0 458769127 120655872 21300 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 29457 21300 253 24 0 26091 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117828

[startup+102.307 s]
/proc/loadavg: 3.61 3.55 3.59 5/190 1835
/proc/meminfo: memFree=13544944/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=175676 CPUtime=102.3 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 33195 0 0 0 10220 10 0 0 25 0 1 0 458769127 179892224 30850 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 43919 30850 253 24 0 40553 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 175676

[startup+162.301 s]
/proc/loadavg: 3.85 3.63 3.61 5/190 1836
/proc/meminfo: memFree=13450196/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=182512 CPUtime=162.29 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 40945 0 0 0 16217 12 0 0 25 0 1 0 458769127 186892288 38551 33554432000 4194304 4291949 140736900975664 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 45628 38551 253 24 0 42262 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 182512

[startup+222.3 s]
/proc/loadavg: 3.94 3.69 3.64 5/190 1838
/proc/meminfo: memFree=13367460/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=268884 CPUtime=222.29 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 46766 0 0 0 22214 15 0 0 25 0 1 0 458769127 275337216 44340 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 67221 44340 253 24 0 63855 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 268884

[startup+282.301 s]
/proc/loadavg: 4.02 3.76 3.66 5/190 1840
/proc/meminfo: memFree=13356532/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=273888 CPUtime=282.3 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 57271 0 0 0 28211 19 0 0 25 0 1 0 458769127 280461312 54802 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 68472 54802 253 24 0 65106 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 273888

[startup+342.3 s]
/proc/loadavg: 4.01 3.80 3.68 5/190 1841
/proc/meminfo: memFree=13243676/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=279620 CPUtime=342.3 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 62061 0 0 0 34209 21 0 0 25 0 1 0 458769127 286330880 59577 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 69905 59577 253 24 0 66539 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 279620

[startup+402.301 s]
/proc/loadavg: 4.00 3.83 3.69 5/190 1843
/proc/meminfo: memFree=13193196/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=283104 CPUtime=402.3 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 65686 0 0 0 40208 22 0 0 25 0 1 0 458769127 289898496 63194 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 70776 63194 253 24 0 67410 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 283104

[startup+462.301 s]
/proc/loadavg: 4.00 3.86 3.71 5/190 1844
/proc/meminfo: memFree=13215124/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=286028 CPUtime=462.3 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 70136 0 0 0 46206 24 0 0 25 0 1 0 458769127 292892672 67632 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 71507 67632 253 24 0 68141 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 286028

[startup+522.3 s]
/proc/loadavg: 4.06 3.90 3.73 5/190 1846
/proc/meminfo: memFree=13139708/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=421780 CPUtime=522.31 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 73309 0 0 0 52205 26 0 0 25 0 1 0 458769127 431902720 70798 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 105445 70798 253 24 0 102079 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 421780

[startup+582.301 s]
/proc/loadavg: 4.02 3.92 3.75 5/190 1848
/proc/meminfo: memFree=13133864/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=424404 CPUtime=582.31 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 76570 0 0 0 58204 27 0 0 25 0 1 0 458769127 434589696 74040 33554432000 4194304 4291949 140736900975664 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 106101 74040 253 24 0 102735 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 424404

[startup+642.301 s]
/proc/loadavg: 4.01 3.93 3.76 5/190 1849
/proc/meminfo: memFree=13085740/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=427884 CPUtime=642.32 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 79724 0 0 0 64202 30 0 0 25 0 1 0 458769127 438153216 77181 33554432000 4194304 4291949 140736900975664 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 106971 77181 253 24 0 103605 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 427884

[startup+702.3 s]
/proc/loadavg: 4.00 3.94 3.77 5/190 1851
/proc/meminfo: memFree=13084960/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=430176 CPUtime=702.31 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 84778 0 0 0 70200 31 0 0 25 0 1 0 458769127 440500224 82211 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 107544 82211 253 24 0 104178 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 430176

[startup+762.307 s]
/proc/loadavg: 4.00 3.95 3.78 5/190 1852
/proc/meminfo: memFree=12994796/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=432832 CPUtime=762.32 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 87480 0 0 0 76200 32 0 0 25 0 1 0 458769127 443219968 84907 33554432000 4194304 4291949 140736900975664 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 108208 84907 253 24 0 104842 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 432832

[startup+822.301 s]
/proc/loadavg: 4.00 3.95 3.79 5/190 1854
/proc/meminfo: memFree=12975432/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=435252 CPUtime=822.32 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 90394 0 0 0 82199 33 0 0 25 0 1 0 458769127 445698048 87804 33554432000 4194304 4291949 140736900975664 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 108813 87804 253 24 0 105447 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 435252

[startup+882.3 s]
/proc/loadavg: 4.00 3.96 3.80 5/190 1856
/proc/meminfo: memFree=12987940/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=438608 CPUtime=882.33 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 92737 0 0 0 88199 34 0 0 25 0 1 0 458769127 449134592 90134 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 109652 90134 253 24 0 106286 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 438608

[startup+942.301 s]
/proc/loadavg: 4.05 3.98 3.82 5/190 1857
/proc/meminfo: memFree=12996356/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=440756 CPUtime=942.33 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 95175 0 0 0 94198 35 0 0 25 0 1 0 458769127 451334144 92565 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 110189 92565 253 24 0 106823 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 440756

[startup+1002.3 s]
/proc/loadavg: 4.02 3.98 3.83 5/190 1859
/proc/meminfo: memFree=12913632/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=442696 CPUtime=1002.33 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 98511 0 0 0 100197 36 0 0 25 0 1 0 458769127 453320704 95887 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 110674 95887 253 24 0 107308 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 442696

[startup+1062.3 s]
/proc/loadavg: 4.00 3.98 3.83 5/190 1860
/proc/meminfo: memFree=12858436/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=444352 CPUtime=1062.32 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 100761 0 0 0 106195 37 0 0 25 0 1 0 458769127 455016448 98120 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 111088 98120 253 24 0 107722 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 444352

[startup+1122.3 s]
/proc/loadavg: 4.03 3.99 3.84 5/190 1862
/proc/meminfo: memFree=12922148/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=446124 CPUtime=1122.33 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 102756 0 0 0 112195 38 0 0 25 0 1 0 458769127 456830976 100108 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 111531 100108 253 24 0 108165 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 446124

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.85 5/190 1864
/proc/meminfo: memFree=12844136/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=448468 CPUtime=1182.34 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 105243 0 0 0 118194 40 0 0 25 0 1 0 458769127 459231232 102588 33554432000 4194304 4291949 140736900975664 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 112117 102588 253 24 0 108751 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 448468

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.85 5/190 1865
/proc/meminfo: memFree=13142708/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=450028 CPUtime=1242.34 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 107379 0 0 0 124193 41 0 0 25 0 1 0 458769127 460828672 104713 33554432000 4194304 4291949 140736900975664 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 112507 104713 253 24 0 109141 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 450028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.86 3/186 1869
/proc/meminfo: memFree=13372860/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=452008 CPUtime=1300.04 cores=0,2
/proc/1821/stat : 1821 (RestartSAT) R 1819 1821 1112 0 -1 4202496 109224 0 0 0 129962 42 0 0 25 0 1 0 458769127 462856192 106551 33554432000 4194304 4291949 140736900975664 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1821/statm: 113002 106551 253 24 0 109636 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 452008

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.63
CPU system time (s): 0.442932
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 452008

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

runsolver used 2.32965 second user time and 4.77427 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 885d1d8595262b8f0aa94d123211b47c
RANDOM SEED=65079190

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:      13908500 kB
Buffers:       1208964 kB
Cached:       17210012 kB
SwapCached:          0 kB
Active:        9020240 kB
Inactive:      9485468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13908500 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8960 kB
Writeback:           0 kB
AnonPages:       86528 kB
Mapped:          15656 kB
Slab:           473420 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   256256 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= 70924 MiB
End job on node102 at 2011-04-22 13:49:30