Trace number 3266902

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m27-q255-n25-p15-s2076598.cnf
MD5SUMf5a22d1154b549fd98215f1710a15f46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.357944
Satisfiable
(Un)Satisfiability was proved
Number of variables545
Number of clauses29734
Sum of the clauses size59963
Maximum clause length27
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 229709
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525

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-3266902-1303584574/watcher-3266902-1303584574 -o /tmp/evaluation-result-3266902-1303584574/solver-3266902-1303584574 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3266902-1303584574.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: 0.96 2.23 3.12 4/183 8535
/proc/meminfo: memFree=14519644/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=20012 CPUtime=0 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 687 0 0 0 0 0 0 0 23 0 1 0 470054444 20492288 628 33554432000 4194304 4291949 140734288115152 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 5003 628 225 24 0 1637 0

[startup+0.029097 s]
/proc/loadavg: 0.96 2.23 3.12 4/183 8535
/proc/meminfo: memFree=14519644/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=20448 CPUtime=0.02 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 877 0 0 0 2 0 0 0 23 0 1 0 470054444 20938752 818 33554432000 4194304 4291949 140734288115152 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 5112 818 230 24 0 1746 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20448

[startup+0.101082 s]
/proc/loadavg: 0.96 2.23 3.12 4/183 8535
/proc/meminfo: memFree=14519644/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=16556 CPUtime=0.1 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 1090 0 0 0 10 0 0 0 23 0 1 0 470054444 16953344 836 33554432000 4194304 4291949 140734288115152 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 4139 836 249 24 0 773 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16556

[startup+0.301044 s]
/proc/loadavg: 0.96 2.23 3.12 4/183 8535
/proc/meminfo: memFree=14519644/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=18896 CPUtime=0.29 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 1434 0 0 0 29 0 0 0 25 0 1 0 470054444 19349504 1170 33554432000 4194304 4291949 140734288115152 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 4724 1170 252 24 0 1358 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18896

[startup+0.700967 s]
/proc/loadavg: 0.96 2.23 3.12 4/183 8535
/proc/meminfo: memFree=14519644/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=21232 CPUtime=0.69 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 1994 0 0 0 69 0 0 0 25 0 1 0 470054444 21741568 1722 33554432000 4194304 4291949 140734288115152 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 5308 1722 252 24 0 1942 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21232

[startup+1.50082 s]
/proc/loadavg: 0.96 2.23 3.12 5/190 8548
/proc/meminfo: memFree=14373036/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=24752 CPUtime=1.49 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 2708 0 0 0 149 0 0 0 25 0 1 0 470054444 25346048 2428 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 6188 2428 252 24 0 2822 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24752

[startup+3.10051 s]
/proc/loadavg: 0.96 2.23 3.12 5/190 8548
/proc/meminfo: memFree=14363736/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=30020 CPUtime=3.09 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 5856 0 0 0 308 1 0 0 25 0 1 0 470054444 30740480 3579 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 7505 3579 252 24 0 4139 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30020

[startup+6.30089 s]
/proc/loadavg: 1.20 2.25 3.13 5/190 8548
/proc/meminfo: memFree=14346624/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=41512 CPUtime=6.29 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 8494 0 0 0 628 1 0 0 25 0 1 0 470054444 42508288 6148 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 10378 6148 252 24 0 7012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41512

[startup+12.7007 s]
/proc/loadavg: 1.42 2.28 3.13 5/190 8548
/proc/meminfo: memFree=14308100/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=34376 CPUtime=12.69 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 10823 0 0 0 1267 2 0 0 25 0 1 0 470054444 35201024 5078 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 8594 5078 253 24 0 5228 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34376

[startup+25.5002 s]
/proc/loadavg: 1.99 2.37 3.14 5/190 8549
/proc/meminfo: memFree=14231104/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=51348 CPUtime=25.49 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 13579 0 0 0 2546 3 0 0 25 0 1 0 470054444 52580352 7765 33554432000 4194304 4291949 140734288115152 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 12837 7765 253 24 0 9471 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51348

[startup+51.1003 s]
/proc/loadavg: 2.68 2.50 3.17 5/190 8549
/proc/meminfo: memFree=14143832/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=51348 CPUtime=51.09 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 14527 0 0 0 5106 3 0 0 25 0 1 0 470054444 52580352 8699 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 12837 8699 253 24 0 9471 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51348

[startup+102.307 s]
/proc/loadavg: 3.42 2.73 3.21 5/190 8551
/proc/meminfo: memFree=13984152/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=58496 CPUtime=102.3 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 16828 0 0 0 10226 4 0 0 25 0 1 0 470054444 59899904 10946 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 14624 10946 253 24 0 11258 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 58496

[startup+162.301 s]
/proc/loadavg: 3.79 2.96 3.25 5/190 8552
/proc/meminfo: memFree=13881968/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=58496 CPUtime=162.3 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 34579 0 0 0 16222 8 0 0 25 0 1 0 470054444 59899904 11298 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 14624 11298 253 24 0 11258 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 58496

[startup+222.3 s]
/proc/loadavg: 3.96 3.16 3.30 5/190 8554
/proc/meminfo: memFree=13795532/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=51328 CPUtime=222.3 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 41925 0 0 0 22220 10 0 0 25 0 1 0 470054444 52559872 9181 33554432000 4194304 4291949 140734288115152 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 12832 9181 253 24 0 9466 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 51328

[startup+282.301 s]
/proc/loadavg: 3.98 3.31 3.34 5/190 8556
/proc/meminfo: memFree=13690128/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=101372 CPUtime=282.31 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 50023 0 0 0 28219 12 0 0 25 0 1 0 470054444 103804928 17126 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25343 17126 253 24 0 21977 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 101372

[startup+342.3 s]
/proc/loadavg: 3.99 3.43 3.38 5/190 8557
/proc/meminfo: memFree=13592036/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=101372 CPUtime=342.31 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 50023 0 0 0 34219 12 0 0 25 0 1 0 470054444 103804928 17126 33554432000 4194304 4291949 140734288115152 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25343 17126 253 24 0 21977 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 101372

[startup+402.301 s]
/proc/loadavg: 3.99 3.53 3.42 5/190 8559
/proc/meminfo: memFree=13675852/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=101372 CPUtime=402.31 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 50023 0 0 0 40219 12 0 0 25 0 1 0 470054444 103804928 17126 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25343 17126 253 24 0 21977 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 101372

[startup+462.3 s]
/proc/loadavg: 4.04 3.63 3.46 5/190 8560
/proc/meminfo: memFree=13571812/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=101372 CPUtime=462.31 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 50023 0 0 0 46219 12 0 0 25 0 1 0 470054444 103804928 17126 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25343 17126 253 24 0 21977 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 101372

[startup+522.301 s]
/proc/loadavg: 4.01 3.69 3.49 5/190 8562
/proc/meminfo: memFree=13515136/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=101372 CPUtime=522.32 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 50023 0 0 0 52220 12 0 0 25 0 1 0 470054444 103804928 17126 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25343 17126 253 24 0 21977 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 101372

[startup+582.3 s]
/proc/loadavg: 4.00 3.75 3.52 5/190 8564
/proc/meminfo: memFree=13430936/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=101372 CPUtime=582.31 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 54774 0 0 0 58218 13 0 0 25 0 1 0 470054444 103804928 21794 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25343 21794 253 24 0 21977 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 101372

[startup+642.301 s]
/proc/loadavg: 4.00 3.79 3.55 5/190 8565
/proc/meminfo: memFree=13376372/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=131720 CPUtime=642.32 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 54890 0 0 0 64219 13 0 0 25 0 1 0 470054444 134881280 21910 33554432000 4194304 4291949 140734288115152 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 32930 21910 253 24 0 29564 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 131720

[startup+702.3 s]
/proc/loadavg: 4.13 3.86 3.58 5/190 8576
/proc/meminfo: memFree=13333540/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=102888 CPUtime=702.32 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 65075 0 0 0 70213 19 0 0 25 0 1 0 470054444 105357312 21038 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25722 21038 253 24 0 22356 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 102888

[startup+762.307 s]
/proc/loadavg: 4.05 3.88 3.60 5/190 8577
/proc/meminfo: memFree=13283136/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=102888 CPUtime=762.33 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 65389 0 0 0 76214 19 0 0 25 0 1 0 470054444 105357312 21350 33554432000 4194304 4291949 140734288115152 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25722 21350 253 24 0 22356 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 102888

[startup+822.3 s]
/proc/loadavg: 4.02 3.90 3.63 5/190 8579
/proc/meminfo: memFree=13223604/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=102888 CPUtime=822.32 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 65389 0 0 0 82213 19 0 0 25 0 1 0 470054444 105357312 21350 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25722 21350 253 24 0 22356 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 102888

[startup+882.301 s]
/proc/loadavg: 4.00 3.92 3.65 5/190 8583
/proc/meminfo: memFree=13179080/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=102888 CPUtime=882.32 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 65749 0 0 0 88213 19 0 0 25 0 1 0 470054444 105357312 21706 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25722 21706 253 24 0 22356 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 102888

[startup+942.3 s]
/proc/loadavg: 4.03 3.94 3.67 5/190 8585
/proc/meminfo: memFree=13142172/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=102888 CPUtime=942.32 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 65749 0 0 0 94213 19 0 0 25 0 1 0 470054444 105357312 21706 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25722 21706 253 24 0 22356 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 102888

[startup+1002.3 s]
/proc/loadavg: 4.01 3.95 3.69 5/190 8587
/proc/meminfo: memFree=13100872/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=102888 CPUtime=1002.33 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 65996 0 0 0 100213 20 0 0 25 0 1 0 470054444 105357312 21949 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25722 21949 253 24 0 22356 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 102888

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.70 5/190 8588
/proc/meminfo: memFree=13067264/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=102888 CPUtime=1062.33 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 66361 0 0 0 106213 20 0 0 25 0 1 0 470054444 105357312 22312 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25722 22312 253 24 0 22356 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 102888

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.72 5/190 8590
/proc/meminfo: memFree=13023232/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=102888 CPUtime=1122.34 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 66361 0 0 0 112214 20 0 0 25 0 1 0 470054444 105357312 22312 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25722 22312 253 24 0 22356 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 102888

[startup+1182.3 s]
/proc/loadavg: 4.06 3.98 3.74 5/190 8592
/proc/meminfo: memFree=12986768/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=102888 CPUtime=1182.34 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 66361 0 0 0 118214 20 0 0 25 0 1 0 470054444 105357312 22312 33554432000 4194304 4291949 140734288115152 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25722 22312 253 24 0 22356 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 102888

[startup+1242.3 s]
/proc/loadavg: 4.06 4.00 3.76 5/190 8593
/proc/meminfo: memFree=13119808/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=102888 CPUtime=1242.34 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 66361 0 0 0 124214 20 0 0 25 0 1 0 470054444 105357312 22312 33554432000 4194304 4291949 140734288115152 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25722 22312 253 24 0 22356 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 102888



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.77 4/189 8596
/proc/meminfo: memFree=13238604/32950928 swapFree=67087032/67111528
[pid=8535] ppid=8533 vsize=102888 CPUtime=1300.05 cores=1,3
/proc/8535/stat : 8535 (RestartSAT) R 8533 8535 7393 0 -1 4202496 66361 0 0 0 129985 20 0 0 25 0 1 0 470054444 105357312 22312 33554432000 4194304 4291949 140734288115152 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8535/statm: 25722 22312 253 24 0 22356 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 102888

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.85
CPU system time (s): 0.208968
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 131720

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

runsolver used 2.02369 second user time and 5.07923 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-23 20:49:34
IDJOB=3266902
IDBENCH=88220
IDSOLVER=1581
FILE ID=node148/3266902-1303584574
RUNJOBID= node148-1303584573-8507
PBS_JOBID= 13150324
Free space on /tmp= 70588 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m27-q255-n25-p15-s2076598.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266902-1303584574/watcher-3266902-1303584574 -o /tmp/evaluation-result-3266902-1303584574/solver-3266902-1303584574 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3266902-1303584574.cnf

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

MD5SUM BENCH= f5a22d1154b549fd98215f1710a15f46
RANDOM SEED=1295799416

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.83
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.854
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.854
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.854
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14519924 kB
Buffers:       2045392 kB
Cached:       15764252 kB
SwapCached:       5264 kB
Active:        8900508 kB
Inactive:      8971776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14519924 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            9048 kB
Writeback:           0 kB
AnonPages:       58284 kB
Mapped:          13868 kB
Slab:           494508 kB
PageTables:       5520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   229476 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= 70568 MiB
End job on node148 at 2011-04-23 21:11:16