Trace number 3250928

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
MD5SUM1002234f62b5dfa01a75197c65e66327
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.921859
Satisfiable
(Un)Satisfiability was proved
Number of variables1285
Number of clauses166723
Sum of the clauses size334661
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2166688
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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-3250928-1303583203/watcher-3250928-1303583203 -o /tmp/evaluation-result-3250928-1303583203/solver-3250928-1303583203 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3250928-1303583203.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.80 2.96 3.09 2/176 24120
/proc/meminfo: memFree=26092564/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=19872 CPUtime=0 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 826 0 0 0 0 0 0 0 21 0 1 0 548551017 20348928 767 33554432000 4194304 4291949 140736809305392 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 4968 768 225 24 0 1602 0

[startup+0.0263271 s]
/proc/loadavg: 2.80 2.96 3.09 2/176 24120
/proc/meminfo: memFree=26092564/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=23672 CPUtime=0.02 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 2315 0 0 0 2 0 0 0 21 0 1 0 548551017 24240128 2063 33554432000 4194304 4291949 140736809305392 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 5918 2067 226 24 0 2552 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23672

[startup+0.100314 s]
/proc/loadavg: 2.80 2.96 3.09 2/176 24120
/proc/meminfo: memFree=26092564/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=26156 CPUtime=0.09 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 3319 0 0 0 9 0 0 0 21 0 1 0 548551017 26783744 2931 33554432000 4194304 4291949 140736809305392 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 6539 2931 231 24 0 3173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26156

[startup+0.300277 s]
/proc/loadavg: 2.80 2.96 3.09 2/176 24120
/proc/meminfo: memFree=26092564/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=26156 CPUtime=0.29 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 3319 0 0 0 29 0 0 0 22 0 1 0 548551017 26783744 2931 33554432000 4194304 4291949 140736809305392 18446744073709551615 4229652 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 6539 2931 231 24 0 3173 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26156

[startup+0.700201 s]
/proc/loadavg: 2.80 2.96 3.09 2/176 24120
/proc/meminfo: memFree=26092564/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=28064 CPUtime=0.69 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 4597 0 0 0 69 0 0 0 23 0 1 0 548551017 28737536 3190 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 7016 3190 251 24 0 3650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28064

[startup+1.50106 s]
/proc/loadavg: 2.80 2.96 3.09 5/190 24147
/proc/meminfo: memFree=25998396/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=32484 CPUtime=1.49 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 5442 0 0 0 149 0 0 0 25 0 1 0 548551017 33263616 4026 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 8121 4026 251 24 0 4755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32484

[startup+3.10076 s]
/proc/loadavg: 2.90 2.98 3.09 5/190 24147
/proc/meminfo: memFree=25998272/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=33820 CPUtime=3.09 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 6697 0 0 0 309 0 0 0 25 0 1 0 548551017 34631680 5277 33554432000 4194304 4291949 140736809305392 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 8455 5278 251 24 0 5089 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33820

[startup+6.30018 s]
/proc/loadavg: 2.90 2.98 3.09 5/190 24148
/proc/meminfo: memFree=25957200/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=43112 CPUtime=6.29 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 8811 0 0 0 628 1 0 0 25 0 1 0 548551017 44146688 7380 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 10778 7380 251 24 0 7412 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43112

[startup+12.701 s]
/proc/loadavg: 3.07 3.01 3.10 5/190 24148
/proc/meminfo: memFree=25907552/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=57644 CPUtime=12.69 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 11430 0 0 0 1268 1 0 0 25 0 1 0 548551017 59027456 9983 33554432000 4194304 4291949 140736809305392 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 14411 9983 251 24 0 11045 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57644

[startup+25.5007 s]
/proc/loadavg: 3.21 3.05 3.11 5/190 24148
/proc/meminfo: memFree=25839748/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=80712 CPUtime=25.49 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 15807 0 0 0 2547 2 0 0 25 0 1 0 548551017 82649088 14330 33554432000 4194304 4291949 140736809305392 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 20178 14330 251 24 0 16812 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80712

[startup+51.101 s]
/proc/loadavg: 3.48 3.12 3.13 5/190 24149
/proc/meminfo: memFree=25760196/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=117412 CPUtime=51.1 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 21196 0 0 0 5106 4 0 0 25 0 1 0 548551017 120229888 19696 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 29353 19696 251 24 0 25987 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 117412

[startup+102.307 s]
/proc/loadavg: 3.79 3.27 3.18 5/190 24150
/proc/meminfo: memFree=25581852/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=177236 CPUtime=102.3 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 30080 0 0 0 10223 7 0 0 25 0 1 0 548551017 181489664 28544 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255687 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 44309 28544 251 24 0 40943 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 177236

[startup+162.301 s]
/proc/loadavg: 3.92 3.40 3.23 5/190 24152
/proc/meminfo: memFree=25488436/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=184300 CPUtime=162.3 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 36260 0 0 0 16219 11 0 0 25 0 1 0 548551017 188723200 34696 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 46075 34696 251 24 0 42709 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 184300

[startup+222.301 s]
/proc/loadavg: 3.97 3.50 3.28 5/190 24153
/proc/meminfo: memFree=25403088/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=190144 CPUtime=222.3 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 41702 0 0 0 22217 13 0 0 25 0 1 0 548551017 194707456 40111 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 47536 40111 251 24 0 44170 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 190144

[startup+282.301 s]
/proc/loadavg: 4.04 3.61 3.32 5/190 24155
/proc/meminfo: memFree=25336336/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=193824 CPUtime=282.3 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 45902 0 0 0 28213 17 0 0 25 0 1 0 548551017 198475776 44280 33554432000 4194304 4291949 140736809305392 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 48456 44280 251 24 0 45090 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 193824

[startup+342.301 s]
/proc/loadavg: 4.01 3.68 3.36 5/190 24157
/proc/meminfo: memFree=25265852/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=281544 CPUtime=342.3 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 50027 0 0 0 34212 18 0 0 25 0 1 0 548551017 288301056 48383 33554432000 4194304 4291949 140736809305392 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 70386 48383 251 24 0 67020 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 281544

[startup+402.301 s]
/proc/loadavg: 4.00 3.73 3.40 5/190 24158
/proc/meminfo: memFree=25127064/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=284484 CPUtime=402.31 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 55357 0 0 0 40210 21 0 0 25 0 1 0 548551017 291311616 53688 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 71121 53688 251 24 0 67755 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 284484

[startup+462.301 s]
/proc/loadavg: 4.04 3.79 3.44 5/190 24160
/proc/meminfo: memFree=25077308/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=292448 CPUtime=462.31 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 60865 0 0 0 46207 24 0 0 25 0 1 0 548551017 299466752 59185 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 73112 59185 251 24 0 69746 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 292448

[startup+522.301 s]
/proc/loadavg: 4.05 3.84 3.48 5/190 24161
/proc/meminfo: memFree=25169892/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=131812 CPUtime=522.31 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 72956 0 0 0 52203 28 0 0 25 0 1 0 548551017 134975488 27129 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 32953 27129 251 24 0 29587 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 131812

[startup+582.301 s]
/proc/loadavg: 4.02 3.87 3.51 5/190 24163
/proc/meminfo: memFree=25147280/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=162632 CPUtime=582.31 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 79042 0 0 0 58200 31 0 0 25 0 1 0 548551017 166535168 33190 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 40658 33190 251 24 0 37292 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 162632

[startup+642.301 s]
/proc/loadavg: 4.00 3.89 3.53 5/190 24165
/proc/meminfo: memFree=25054616/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=212720 CPUtime=642.32 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 83329 0 0 0 64198 34 0 0 25 0 1 0 548551017 217825280 37455 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 53180 37455 251 24 0 49814 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 212720

[startup+702.301 s]
/proc/loadavg: 4.07 3.92 3.57 5/190 24166
/proc/meminfo: memFree=25047884/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=213604 CPUtime=702.31 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 88696 0 0 0 70195 36 0 0 25 0 1 0 548551017 218730496 42795 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 53401 42795 251 24 0 50035 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 213604

[startup+762.307 s]
/proc/loadavg: 4.02 3.93 3.59 5/190 24171
/proc/meminfo: memFree=24962144/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=214804 CPUtime=762.32 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 91619 0 0 0 76194 38 0 0 25 0 1 0 548551017 219959296 45707 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 53701 45707 251 24 0 50335 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 214804

[startup+822.301 s]
/proc/loadavg: 4.01 3.94 3.61 5/190 24172
/proc/meminfo: memFree=24934304/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=217016 CPUtime=822.31 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 94735 0 0 0 82191 40 0 0 25 0 1 0 548551017 222224384 48814 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 54254 48814 251 24 0 50888 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 217016

[startup+882.301 s]
/proc/loadavg: 4.00 3.95 3.64 5/190 24174
/proc/meminfo: memFree=24881180/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=300616 CPUtime=882.32 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 97333 0 0 0 88190 42 0 0 25 0 1 0 548551017 307830784 51404 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 75154 51404 251 24 0 71788 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 300616

[startup+942.301 s]
/proc/loadavg: 4.00 3.96 3.65 5/190 24176
/proc/meminfo: memFree=24827816/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=303336 CPUtime=942.32 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 100094 0 0 0 94189 43 0 0 25 0 1 0 548551017 310616064 54158 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 75834 54158 251 24 0 72468 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 303336

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.67 5/190 24177
/proc/meminfo: memFree=24765652/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=305420 CPUtime=1002.32 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 103245 0 0 0 100188 44 0 0 25 0 1 0 548551017 312750080 57292 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 76355 57292 251 24 0 72989 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 305420

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.69 5/190 24179
/proc/meminfo: memFree=24750116/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=307768 CPUtime=1062.33 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 105527 0 0 0 106187 46 0 0 25 0 1 0 548551017 315154432 59560 33554432000 4194304 4291949 140736809305392 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 76942 59560 251 24 0 73576 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 307768

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.71 5/190 24180
/proc/meminfo: memFree=24701848/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=312820 CPUtime=1122.33 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 108686 0 0 0 112185 48 0 0 25 0 1 0 548551017 320327680 62709 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 78205 62709 251 24 0 74839 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 312820

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.72 5/190 24182
/proc/meminfo: memFree=24711124/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=315756 CPUtime=1182.33 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 111369 0 0 0 118183 50 0 0 25 0 1 0 548551017 323334144 65385 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 78939 65385 251 24 0 75573 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 315756

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 24184
/proc/meminfo: memFree=24648328/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=316800 CPUtime=1242.33 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 113121 0 0 0 124183 50 0 0 25 0 1 0 548551017 324403200 67128 33554432000 4194304 4291949 140736809305392 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 79200 67128 251 24 0 75834 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 316800



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.64 3.89 3.72 4/184 24202
/proc/meminfo: memFree=24754524/32950928 swapFree=67071984/67111528
[pid=24120] ppid=24118 vsize=319740 CPUtime=1300.04 cores=5,7
/proc/24120/stat : 24120 (RestartSAT) R 24118 24120 23178 0 -1 4202496 115378 0 0 0 129953 51 0 0 25 0 1 0 548551017 327413760 69380 33554432000 4194304 4291949 140736809305392 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24120/statm: 79935 69380 251 24 0 76569 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 319740

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.53
CPU system time (s): 0.526919
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 319740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.53
system time used= 0.526919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115378
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= 8
involuntary context switches= 651

runsolver used 2.07668 second user time and 5.02623 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-23 20:26:43
IDJOB=3250928
IDBENCH=88205
IDSOLVER=1581
FILE ID=node116/3250928-1303583203
RUNJOBID= node116-1303583202-24107
PBS_JOBID= 13150332
Free space on /tmp= 72608 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250928-1303583203/watcher-3250928-1303583203 -o /tmp/evaluation-result-3250928-1303583203/solver-3250928-1303583203 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3250928-1303583203.cnf

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

MD5SUM BENCH= 1002234f62b5dfa01a75197c65e66327
RANDOM SEED=889189108

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:     32950928 kB
MemFree:      26093092 kB
Buffers:       1822288 kB
Cached:        4579956 kB
SwapCached:       9728 kB
Active:        2931204 kB
Inactive:      3513832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26093092 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            8592 kB
Writeback:           0 kB
AnonPages:       36680 kB
Mapped:          13400 kB
Slab:           349692 kB
PageTables:       5548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   193396 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= 72600 MiB
End job on node116 at 2011-04-23 20:48:25