Trace number 3250884

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/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
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 variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250884-1303583203/watcher-3250884-1303583203 -o /tmp/evaluation-result-3250884-1303583203/solver-3250884-1303583203 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3250884-1303583203.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.80 2.96 3.09 3/181 24130
/proc/meminfo: memFree=26079940/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=19992 CPUtime=0 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 858 0 0 0 0 0 0 0 21 0 1 0 548551021 20471808 800 33554432000 4194304 4291949 140733965704528 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 4998 800 225 24 0 1632 0

[startup+0.0716169 s]
/proc/loadavg: 2.80 2.96 3.09 3/181 24130
/proc/meminfo: memFree=26079940/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=35412 CPUtime=0.06 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 5609 0 0 0 6 0 0 0 21 0 1 0 548551021 36261888 5019 33554432000 4194304 4291949 140733965704528 18446744073709551615 260905054917 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 8853 5021 226 24 0 5487 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35412

[startup+0.100552 s]
/proc/loadavg: 2.80 2.96 3.09 3/181 24130
/proc/meminfo: memFree=26079940/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=40544 CPUtime=0.09 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 7652 0 0 0 9 0 0 0 21 0 1 0 548551021 41517056 6758 33554432000 4194304 4291949 140733965704528 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 10136 6759 226 24 0 6770 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40544

[startup+0.300515 s]
/proc/loadavg: 2.80 2.96 3.09 3/181 24130
/proc/meminfo: memFree=26079940/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=50388 CPUtime=0.29 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 10164 0 0 0 29 0 0 0 22 0 1 0 548551021 51597312 8814 33554432000 4194304 4291949 140733965704528 18446744073709551615 4230019 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 12597 8814 231 24 0 9231 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50388

[startup+0.700443 s]
/proc/loadavg: 2.80 2.96 3.09 3/181 24130
/proc/meminfo: memFree=26079940/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=50388 CPUtime=0.69 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 10164 0 0 0 69 0 0 0 23 0 1 0 548551021 51597312 8814 33554432000 4194304 4291949 140733965704528 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 12597 8814 231 24 0 9231 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50388

[startup+1.50029 s]
/proc/loadavg: 2.80 2.96 3.09 5/190 24147
/proc/meminfo: memFree=25997776/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=50388 CPUtime=1.49 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 10164 0 0 0 149 0 0 0 25 0 1 0 548551021 51597312 8814 33554432000 4194304 4291949 140733965704528 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 12597 8814 231 24 0 9231 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50388

[startup+3.101 s]
/proc/loadavg: 2.90 2.98 3.09 5/190 24147
/proc/meminfo: memFree=25997652/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=54832 CPUtime=3.09 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 13750 0 0 0 308 1 0 0 25 0 1 0 548551021 56147968 8858 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255564 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 13708 8858 251 24 0 10342 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54832

[startup+6.30042 s]
/proc/loadavg: 2.90 2.98 3.09 5/190 24148
/proc/meminfo: memFree=25956580/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=66716 CPUtime=6.29 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 15890 0 0 0 628 1 0 0 25 0 1 0 548551021 68317184 10986 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255871 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 16679 10986 251 24 0 13313 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66716

[startup+12.7002 s]
/proc/loadavg: 3.07 3.01 3.10 5/190 24148
/proc/meminfo: memFree=25906684/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=86088 CPUtime=12.69 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 18905 0 0 0 1268 1 0 0 25 0 1 0 548551021 88154112 13978 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 21522 13978 251 24 0 18156 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86088

[startup+25.501 s]
/proc/loadavg: 3.21 3.05 3.11 5/190 24148
/proc/meminfo: memFree=25839376/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=91032 CPUtime=25.49 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 24197 0 0 0 2546 3 0 0 25 0 1 0 548551021 93216768 19251 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 22758 19251 251 24 0 19392 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91032

[startup+51.1002 s]
/proc/loadavg: 3.48 3.12 3.13 5/190 24149
/proc/meminfo: memFree=25759948/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=127840 CPUtime=51.1 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 30585 0 0 0 5105 5 0 0 25 0 1 0 548551021 130908160 25616 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 31960 25616 251 24 0 28594 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 127840

[startup+102.307 s]
/proc/loadavg: 3.79 3.27 3.18 5/190 24150
/proc/meminfo: memFree=25581728/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=187284 CPUtime=102.3 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 41761 0 0 0 10222 8 0 0 25 0 1 0 548551021 191778816 36747 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 46821 36747 251 24 0 43455 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 187284

[startup+162.301 s]
/proc/loadavg: 3.92 3.40 3.23 5/190 24152
/proc/meminfo: memFree=25488188/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=194988 CPUtime=162.3 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 49489 0 0 0 16219 11 0 0 25 0 1 0 548551021 199667712 44441 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 48747 44441 251 24 0 45381 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 194988

[startup+222.301 s]
/proc/loadavg: 3.97 3.50 3.28 5/190 24153
/proc/meminfo: memFree=25403088/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=283112 CPUtime=222.3 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 56928 0 0 0 22215 15 0 0 25 0 1 0 548551021 289906688 51861 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 70778 51861 251 24 0 67412 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 283112

[startup+282.301 s]
/proc/loadavg: 4.04 3.61 3.32 5/190 24155
/proc/meminfo: memFree=25336212/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=288444 CPUtime=282.3 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 62655 0 0 0 28212 18 0 0 25 0 1 0 548551021 295366656 57564 33554432000 4194304 4291949 140733965704528 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 72111 57564 251 24 0 68745 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 288444

[startup+342.301 s]
/proc/loadavg: 4.01 3.68 3.36 5/190 24157
/proc/meminfo: memFree=25265604/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=292520 CPUtime=342.3 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 70804 0 0 0 34207 23 0 0 25 0 1 0 548551021 299540480 65682 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 73130 65682 251 24 0 69764 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 292520

[startup+402.301 s]
/proc/loadavg: 4.00 3.73 3.40 5/190 24158
/proc/meminfo: memFree=25126940/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=432152 CPUtime=402.31 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 76789 0 0 0 40204 27 0 0 25 0 1 0 548551021 442523648 71645 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 108038 71645 251 24 0 104672 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 432152

[startup+462.301 s]
/proc/loadavg: 4.04 3.79 3.44 5/190 24160
/proc/meminfo: memFree=25077184/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=436008 CPUtime=462.3 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 81045 0 0 0 46202 28 0 0 25 0 1 0 548551021 446472192 75880 33554432000 4194304 4291949 140733965704528 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 109002 75880 251 24 0 105636 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 436008

[startup+522.301 s]
/proc/loadavg: 4.05 3.84 3.48 5/190 24161
/proc/meminfo: memFree=25169644/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=440480 CPUtime=522.31 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 84810 0 0 0 52201 30 0 0 25 0 1 0 548551021 451051520 79632 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 110120 79632 251 24 0 106754 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 440480

[startup+582.301 s]
/proc/loadavg: 4.02 3.87 3.51 5/190 24163
/proc/meminfo: memFree=25147280/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=443432 CPUtime=582.31 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 89198 0 0 0 58199 32 0 0 25 0 1 0 548551021 454074368 83999 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 110858 83999 251 24 0 107492 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 443432

[startup+642.301 s]
/proc/loadavg: 4.00 3.89 3.53 5/190 24165
/proc/meminfo: memFree=25054616/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=446424 CPUtime=642.32 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 92100 0 0 0 64198 34 0 0 25 0 1 0 548551021 457138176 86891 33554432000 4194304 4291949 140733965704528 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 111606 86891 251 24 0 108240 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 446424

[startup+702.301 s]
/proc/loadavg: 4.07 3.92 3.57 5/190 24166
/proc/meminfo: memFree=25047884/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=449712 CPUtime=702.32 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 95300 0 0 0 70196 36 0 0 25 0 1 0 548551021 460505088 90072 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 112428 90072 251 24 0 109062 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 449712

[startup+762.307 s]
/proc/loadavg: 4.02 3.93 3.59 5/190 24171
/proc/meminfo: memFree=24962144/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=453180 CPUtime=762.32 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 98721 0 0 0 76195 37 0 0 25 0 1 0 548551021 464056320 93484 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 113295 93484 251 24 0 109929 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 453180

[startup+822.301 s]
/proc/loadavg: 4.01 3.94 3.61 5/190 24172
/proc/meminfo: memFree=24934304/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=456508 CPUtime=822.32 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 101513 0 0 0 82193 39 0 0 25 0 1 0 548551021 467464192 96263 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 114127 96263 251 24 0 110761 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 456508

[startup+882.3 s]
/proc/loadavg: 4.00 3.95 3.64 5/190 24174
/proc/meminfo: memFree=24881056/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=459228 CPUtime=882.31 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 105484 0 0 0 88190 41 0 0 25 0 1 0 548551021 470249472 100219 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 114807 100219 251 24 0 111441 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 459228

[startup+942.3 s]
/proc/loadavg: 4.00 3.96 3.65 5/190 24176
/proc/meminfo: memFree=24827816/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=462008 CPUtime=942.32 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 109627 0 0 0 94189 43 0 0 25 0 1 0 548551021 473096192 104351 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 115502 104351 251 24 0 112136 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 462008

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.67 5/190 24177
/proc/meminfo: memFree=24765652/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=464496 CPUtime=1002.32 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 112039 0 0 0 100188 44 0 0 25 0 1 0 548551021 475643904 106753 33554432000 4194304 4291949 140733965704528 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 116124 106753 251 24 0 112758 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 464496

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.69 5/190 24179
/proc/meminfo: memFree=24750116/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=466456 CPUtime=1062.33 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 114237 0 0 0 106187 46 0 0 25 0 1 0 548551021 477650944 108944 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 116614 108944 251 24 0 113248 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 466456

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.71 5/190 24180
/proc/meminfo: memFree=24701848/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=470056 CPUtime=1122.33 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 117279 0 0 0 112186 47 0 0 25 0 1 0 548551021 481337344 111977 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 117514 111977 251 24 0 114148 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 470056

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.72 5/190 24182
/proc/meminfo: memFree=24710876/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=688580 CPUtime=1182.33 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 119930 0 0 0 118184 49 0 0 25 0 1 0 548551021 705105920 114619 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255876 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 172145 114619 251 24 0 168779 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 688580

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 24184
/proc/meminfo: memFree=24648080/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=691140 CPUtime=1242.32 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 122075 0 0 0 124183 49 0 0 25 0 1 0 548551021 707727360 116759 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 172785 116759 251 24 0 169419 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 691140



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.64 3.89 3.72 3/183 24203
/proc/meminfo: memFree=25031176/32950928 swapFree=67071984/67111528
[pid=24130] ppid=24128 vsize=692596 CPUtime=1300.03 cores=1,3
/proc/24130/stat : 24130 (RestartSAT) R 24128 24130 23178 0 -1 4202496 124996 0 0 0 129952 51 0 0 25 0 1 0 548551021 709218304 119666 33554432000 4194304 4291949 140733965704528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24130/statm: 173149 119666 251 24 0 169783 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 692596

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.53
CPU system time (s): 0.541917
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 692596

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

runsolver used 1.9737 second user time and 5.12822 second system time

The end

Launcher Data

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

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250884-1303583203/watcher-3250884-1303583203 -o /tmp/evaluation-result-3250884-1303583203/solver-3250884-1303583203 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3250884-1303583203.cnf

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
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:      26080344 kB
Buffers:       1822304 kB
Cached:        4581880 kB
SwapCached:       9728 kB
Active:        2949532 kB
Inactive:      3507940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26080344 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           10532 kB
Writeback:           0 kB
AnonPages:       46380 kB
Mapped:          13788 kB
Slab:           349952 kB
PageTables:       5548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   227884 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