Trace number 3251367

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 1300.05 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
MD5SUM683c9f75b69575e6451b8563d12f176b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.85272
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of clauses333838
Sum of the clauses size669567
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2333793
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3251367-1303585504/watcher-3251367-1303585504 -o /tmp/evaluation-result-3251367-1303585504/solver-3251367-1303585504 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3251367-1303585504.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: 3.07 3.79 3.85 3/179 13250
/proc/meminfo: memFree=14463508/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=19972 CPUtime=0 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 839 0 0 0 0 0 0 0 21 0 1 0 470151351 20451328 780 33554432000 4194304 4291949 140736105433888 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 4993 780 225 24 0 1627 0

[startup+0.04165 s]
/proc/loadavg: 3.07 3.79 3.85 3/179 13250
/proc/meminfo: memFree=14463508/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=26552 CPUtime=0.03 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 3443 0 0 0 3 0 0 0 21 0 1 0 470151351 27189248 3055 33554432000 4194304 4291949 140736105433888 18446744073709551615 270612771525 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 6638 3060 226 24 0 3272 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26552

[startup+0.100641 s]
/proc/loadavg: 3.07 3.79 3.85 3/179 13250
/proc/meminfo: memFree=14463508/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=36200 CPUtime=0.09 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 6251 0 0 0 9 0 0 0 21 0 1 0 470151351 37068800 5356 33554432000 4194304 4291949 140736105433888 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 9050 5356 231 24 0 5684 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36200

[startup+0.300604 s]
/proc/loadavg: 3.07 3.79 3.85 3/179 13250
/proc/meminfo: memFree=14463508/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=36200 CPUtime=0.29 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 6251 0 0 0 29 0 0 0 22 0 1 0 470151351 37068800 5356 33554432000 4194304 4291949 140736105433888 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 9050 5356 231 24 0 5684 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36200

[startup+0.700534 s]
/proc/loadavg: 3.07 3.79 3.85 3/179 13250
/proc/meminfo: memFree=14463508/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=36200 CPUtime=0.69 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 6251 0 0 0 69 0 0 0 24 0 1 0 470151351 37068800 5356 33554432000 4194304 4291949 140736105433888 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 9050 5356 231 24 0 5684 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36200

[startup+1.50039 s]
/proc/loadavg: 3.07 3.79 3.85 5/190 13267
/proc/meminfo: memFree=14366140/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=38796 CPUtime=1.49 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 8737 0 0 0 148 1 0 0 25 0 1 0 470151351 39727104 5743 33554432000 4194304 4291949 140736105433888 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 9699 5743 251 24 0 6333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38796

[startup+3.10111 s]
/proc/loadavg: 3.07 3.79 3.85 5/190 13267
/proc/meminfo: memFree=14343944/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=46152 CPUtime=3.09 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 10900 0 0 0 308 1 0 0 25 0 1 0 470151351 47259648 7899 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 11538 7899 251 24 0 8172 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46152

[startup+6.30054 s]
/proc/loadavg: 3.14 3.79 3.85 5/190 13267
/proc/meminfo: memFree=14307172/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=58628 CPUtime=6.29 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 14132 0 0 0 627 2 0 0 25 0 1 0 470151351 60035072 11119 33554432000 4194304 4291949 140736105433888 18446744073709551615 4251301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 14657 11119 251 24 0 11291 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58628

[startup+12.7004 s]
/proc/loadavg: 3.21 3.80 3.85 5/190 13267
/proc/meminfo: memFree=14234548/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=79760 CPUtime=12.69 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 18444 0 0 0 1266 3 0 0 25 0 1 0 470151351 81674240 15423 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 19940 15423 251 24 0 16574 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79760

[startup+25.5011 s]
/proc/loadavg: 3.38 3.80 3.85 5/190 13267
/proc/meminfo: memFree=14149680/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=112888 CPUtime=25.49 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 23109 0 0 0 2544 5 0 0 25 0 1 0 470151351 115597312 20071 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 28222 20071 251 24 0 24856 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112888

[startup+51.1006 s]
/proc/loadavg: 3.67 3.83 3.86 5/190 13268
/proc/meminfo: memFree=14054768/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=115044 CPUtime=51.09 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 27339 0 0 0 5103 6 0 0 25 0 1 0 470151351 117805056 24289 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 28761 24289 251 24 0 25395 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115044

[startup+102.307 s]
/proc/loadavg: 3.85 3.86 3.87 5/190 13269
/proc/meminfo: memFree=13902744/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=169164 CPUtime=102.3 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 33636 0 0 0 10220 10 0 0 25 0 1 0 470151351 173223936 30568 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 42291 30568 251 24 0 38925 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 169164

[startup+162.301 s]
/proc/loadavg: 3.94 3.88 3.87 5/190 13271
/proc/meminfo: memFree=13787892/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=177380 CPUtime=162.29 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 39428 0 0 0 16217 12 0 0 25 0 1 0 470151351 181637120 36350 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 44345 36350 251 24 0 40979 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 177380

[startup+222.3 s]
/proc/loadavg: 3.98 3.90 3.88 5/190 13272
/proc/meminfo: memFree=13684684/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=178668 CPUtime=222.29 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 43759 0 0 0 22215 14 0 0 25 0 1 0 470151351 182956032 40653 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 44667 40653 251 24 0 41301 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 178668

[startup+282.301 s]
/proc/loadavg: 3.99 3.92 3.88 5/190 13274
/proc/meminfo: memFree=13582620/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=261480 CPUtime=282.3 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 46572 0 0 0 28214 16 0 0 25 0 1 0 470151351 267755520 43455 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 65370 43455 251 24 0 62004 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 261480

[startup+342.301 s]
/proc/loadavg: 3.99 3.93 3.89 5/190 13276
/proc/meminfo: memFree=13508696/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=262744 CPUtime=342.29 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 48698 0 0 0 34212 17 0 0 25 0 1 0 470151351 269049856 45575 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 65686 45575 251 24 0 62320 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 262744

[startup+402.3 s]
/proc/loadavg: 3.99 3.94 3.90 5/190 13277
/proc/meminfo: memFree=13452624/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=264576 CPUtime=402.3 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 51170 0 0 0 40211 19 0 0 25 0 1 0 470151351 270925824 48043 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 66144 48043 251 24 0 62778 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 264576

[startup+462.301 s]
/proc/loadavg: 3.99 3.95 3.90 5/190 13279
/proc/meminfo: memFree=13398660/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=265148 CPUtime=462.3 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 53025 0 0 0 46211 19 0 0 25 0 1 0 470151351 271511552 49893 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 66287 49893 251 24 0 62921 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 265148

[startup+522.3 s]
/proc/loadavg: 4.03 3.97 3.91 5/190 13280
/proc/meminfo: memFree=13348788/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=267312 CPUtime=522.3 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 55835 0 0 0 52210 20 0 0 25 0 1 0 470151351 273727488 52691 33554432000 4194304 4291949 140736105433888 18446744073709551615 4263414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 66828 52691 251 24 0 63462 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 267312

[startup+582.301 s]
/proc/loadavg: 4.01 3.97 3.91 5/190 13282
/proc/meminfo: memFree=13307732/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=269272 CPUtime=582.3 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 57827 0 0 0 58209 21 0 0 25 0 1 0 470151351 275734528 54679 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 67318 54679 251 24 0 63952 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 269272

[startup+642.301 s]
/proc/loadavg: 4.05 3.99 3.91 5/190 13284
/proc/meminfo: memFree=13268524/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=271168 CPUtime=642.31 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 59770 0 0 0 64208 23 0 0 25 0 1 0 470151351 277676032 56612 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 67792 56612 251 24 0 64426 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 271168

[startup+702.3 s]
/proc/loadavg: 4.08 4.00 3.92 5/190 13285
/proc/meminfo: memFree=13208356/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=273016 CPUtime=702.31 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 61683 0 0 0 70207 24 0 0 25 0 1 0 470151351 279568384 58521 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 68254 58521 251 24 0 64888 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 273016

[startup+762.307 s]
/proc/loadavg: 4.03 4.00 3.92 5/190 13287
/proc/meminfo: memFree=13174348/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=273300 CPUtime=762.31 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 63074 0 0 0 76206 25 0 0 25 0 1 0 470151351 279859200 59908 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 68325 59908 251 24 0 64959 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 273300

[startup+822.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 13288
/proc/meminfo: memFree=13139600/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=275376 CPUtime=822.31 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 64914 0 0 0 82205 26 0 0 25 0 1 0 470151351 281985024 61747 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 68844 61747 251 24 0 65478 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 275376

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 13290
/proc/meminfo: memFree=13098540/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=276232 CPUtime=882.31 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 67106 0 0 0 88204 27 0 0 25 0 1 0 470151351 282861568 63930 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 69058 63930 251 24 0 65692 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 276232

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 13292
/proc/meminfo: memFree=13084756/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=409344 CPUtime=942.31 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 68507 0 0 0 94204 27 0 0 25 0 1 0 470151351 419168256 65326 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 102336 65326 251 24 0 98970 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 409344

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 13293
/proc/meminfo: memFree=13041204/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=409772 CPUtime=1002.32 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 69767 0 0 0 100203 29 0 0 25 0 1 0 470151351 419606528 66584 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 102443 66584 251 24 0 99077 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 409772

[startup+1062.3 s]
/proc/loadavg: 4.05 4.01 3.93 5/190 13295
/proc/meminfo: memFree=13011920/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=410908 CPUtime=1062.31 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 71138 0 0 0 106202 29 0 0 25 0 1 0 470151351 420769792 67953 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 102727 67953 251 24 0 99361 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 410908

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 13296
/proc/meminfo: memFree=12989696/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=411336 CPUtime=1122.32 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 72474 0 0 0 112202 30 0 0 25 0 1 0 470151351 421208064 69288 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 102834 69288 251 24 0 99468 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 411336

[startup+1182.3 s]
/proc/loadavg: 4.07 4.02 3.93 5/190 13298
/proc/meminfo: memFree=12963896/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=411760 CPUtime=1182.32 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 73725 0 0 0 118202 30 0 0 25 0 1 0 470151351 421642240 70536 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 102940 70536 251 24 0 99574 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 411760

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 13300
/proc/meminfo: memFree=12936464/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=412616 CPUtime=1242.32 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 75001 0 0 0 124201 31 0 0 25 0 1 0 470151351 422518784 71809 33554432000 4194304 4291949 140736105433888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 103154 71809 251 24 0 99788 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 412616



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.02 3.94 4/188 13302
/proc/meminfo: memFree=13023868/32951124 swapFree=67111528/67111528
[pid=13250] ppid=13248 vsize=414108 CPUtime=1300.03 cores=1,3
/proc/13250/stat : 13250 (RestartSAT) R 13248 13250 12159 0 -1 4202496 76667 0 0 0 129971 32 0 0 25 0 1 0 470151351 424046592 73467 33554432000 4194304 4291949 140736105433888 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13250/statm: 103527 73467 251 24 0 100161 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 414108

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.05
CPU user time (s): 1299.71
CPU system time (s): 0.342947
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 414108

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

runsolver used 2.05269 second user time and 5.05223 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-23 21:05:04
IDJOB=3251367
IDBENCH=88221
IDSOLVER=1580
FILE ID=node108/3251367-1303585504
RUNJOBID= node108-1303585504-13226
PBS_JOBID= 13150338
Free space on /tmp= 71384 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251367-1303585504/watcher-3251367-1303585504 -o /tmp/evaluation-result-3251367-1303585504/solver-3251367-1303585504 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3251367-1303585504.cnf

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

MD5SUM BENCH= 683c9f75b69575e6451b8563d12f176b
RANDOM SEED=856721570

node108.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.820
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.64
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.820
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.820
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.820
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.77
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.820
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.820
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14463648 kB
Buffers:       2253280 kB
Cached:       15594568 kB
SwapCached:          0 kB
Active:        9924520 kB
Inactive:      7991832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14463648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17676 kB
Writeback:           0 kB
AnonPages:       67724 kB
Mapped:          14884 kB
Slab:           506248 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217368 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= 71380 MiB
End job on node108 at 2011-04-23 21:26:46