Trace number 3251588

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.05 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.477926
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.00 1.71 2.55 3/180 30146
/proc/meminfo: memFree=19217328/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=19816 CPUtime=0 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 789 0 0 0 0 0 0 0 23 0 1 0 470252466 20291584 731 33554432000 4194304 4291949 140736006807888 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 4954 731 225 24 0 1588 0

[startup+0.0582791 s]
/proc/loadavg: 1.00 1.71 2.55 3/180 30146
/proc/meminfo: memFree=19217328/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=22820 CPUtime=0.05 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 1914 0 0 0 5 0 0 0 23 0 1 0 470252466 23367680 1754 33554432000 4194304 4291949 140736006807888 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 5705 1754 231 24 0 2339 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22820

[startup+0.100274 s]
/proc/loadavg: 1.00 1.71 2.55 3/180 30146
/proc/meminfo: memFree=19217328/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=22820 CPUtime=0.09 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 1914 0 0 0 9 0 0 0 23 0 1 0 470252466 23367680 1754 33554432000 4194304 4291949 140736006807888 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 5705 1754 231 24 0 2339 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22820

[startup+0.300259 s]
/proc/loadavg: 1.00 1.71 2.55 3/180 30146
/proc/meminfo: memFree=19217328/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=20780 CPUtime=0.29 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 2553 0 0 0 29 0 0 0 25 0 1 0 470252466 21278720 1886 33554432000 4194304 4291949 140736006807888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 5195 1886 252 24 0 1829 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20780

[startup+0.70119 s]
/proc/loadavg: 1.00 1.71 2.55 3/180 30146
/proc/meminfo: memFree=19217328/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=22588 CPUtime=0.69 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 3031 0 0 0 69 0 0 0 25 0 1 0 470252466 23130112 2359 33554432000 4194304 4291949 140736006807888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 5647 2359 252 24 0 2281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22588

[startup+1.50102 s]
/proc/loadavg: 1.00 1.71 2.55 5/194 30173
/proc/meminfo: memFree=19109736/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=26232 CPUtime=1.49 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 3914 0 0 0 149 0 0 0 25 0 1 0 470252466 26861568 3235 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 6558 3235 252 24 0 3192 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26232

[startup+3.10072 s]
/proc/loadavg: 1.00 1.71 2.55 5/194 30173
/proc/meminfo: memFree=19102048/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=31984 CPUtime=3.09 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 5069 0 0 0 309 0 0 0 25 0 1 0 470252466 32751616 4378 33554432000 4194304 4291949 140736006807888 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 7996 4378 252 24 0 4630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31984

[startup+6.30117 s]
/proc/loadavg: 1.24 1.75 2.56 5/194 30173
/proc/meminfo: memFree=19068308/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=41180 CPUtime=6.29 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 7001 0 0 0 629 0 0 0 25 0 1 0 470252466 42168320 6294 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 10295 6294 252 24 0 6929 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41180

[startup+12.701 s]
/proc/loadavg: 1.46 1.79 2.56 5/194 30174
/proc/meminfo: memFree=19019356/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=55484 CPUtime=12.69 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 9340 0 0 0 1268 1 0 0 25 0 1 0 470252466 56815616 8620 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 13871 8620 252 24 0 10505 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55484

[startup+25.5007 s]
/proc/loadavg: 2.02 1.89 2.59 5/194 30174
/proc/meminfo: memFree=18937900/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=78556 CPUtime=25.49 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 13282 0 0 0 2547 2 0 0 25 0 1 0 470252466 80441344 12547 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255876 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 19639 12547 252 24 0 16273 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78556

[startup+51.101 s]
/proc/loadavg: 2.77 2.08 2.63 5/194 30175
/proc/meminfo: memFree=18844828/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=83540 CPUtime=51.09 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 18027 0 0 0 5106 3 0 0 25 0 1 0 470252466 85544960 17270 33554432000 4194304 4291949 140736006807888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 20885 17270 252 24 0 17519 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83540

[startup+102.307 s]
/proc/loadavg: 3.46 2.37 2.70 6/194 30176
/proc/meminfo: memFree=18726156/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=87828 CPUtime=102.3 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 30912 0 0 0 10223 7 0 0 25 0 1 0 470252466 89935872 14377 33554432000 4194304 4291949 140736006807888 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 21957 14377 252 24 0 18591 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 87828

[startup+162.301 s]
/proc/loadavg: 3.80 2.67 2.78 5/194 30178
/proc/meminfo: memFree=18611700/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=122292 CPUtime=162.29 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 38404 0 0 0 16220 9 0 0 25 0 1 0 470252466 125227008 21830 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 30573 21830 252 24 0 27207 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 122292

[startup+222.301 s]
/proc/loadavg: 3.96 2.92 2.85 5/194 30179
/proc/meminfo: memFree=18507880/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=128728 CPUtime=222.3 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 43828 0 0 0 22219 11 0 0 25 0 1 0 470252466 131817472 27224 33554432000 4194304 4291949 140736006807888 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 32182 27224 252 24 0 28816 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 128728

[startup+282.301 s]
/proc/loadavg: 3.98 3.11 2.92 5/194 30181
/proc/meminfo: memFree=18481216/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=100324 CPUtime=282.3 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 56884 0 0 0 28214 16 0 0 25 0 1 0 470252466 102731776 19403 33554432000 4194304 4291949 140736006807888 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 25081 19403 252 24 0 21715 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 100324

[startup+342.301 s]
/proc/loadavg: 3.99 3.27 2.99 5/194 30182
/proc/meminfo: memFree=18403820/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=132240 CPUtime=342.3 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 62014 0 0 0 34211 19 0 0 25 0 1 0 470252466 135413760 24505 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 33060 24505 252 24 0 29694 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 132240

[startup+402.301 s]
/proc/loadavg: 3.99 3.40 3.05 5/194 30184
/proc/meminfo: memFree=18310692/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=135712 CPUtime=402.31 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 66965 0 0 0 40210 21 0 0 25 0 1 0 470252466 138969088 29431 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 33928 29431 252 24 0 30562 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 135712

[startup+462.301 s]
/proc/loadavg: 3.99 3.51 3.10 5/194 30186
/proc/meminfo: memFree=18210860/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=190056 CPUtime=462.3 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 71035 0 0 0 46208 22 0 0 25 0 1 0 470252466 194617344 33477 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 47514 33477 252 24 0 44148 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 190056

[startup+522.301 s]
/proc/loadavg: 4.06 3.61 3.16 5/194 30187
/proc/meminfo: memFree=18217512/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=110792 CPUtime=522.31 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 82090 0 0 0 52205 26 0 0 25 0 1 0 470252466 113451008 20690 33554432000 4194304 4291949 140736006807888 18446744073709551615 4262720 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 27698 20690 252 24 0 24332 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 110792

[startup+582.3 s]
/proc/loadavg: 4.02 3.68 3.21 5/194 30189
/proc/meminfo: memFree=18156736/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=141612 CPUtime=582.31 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 86948 0 0 0 58203 28 0 0 25 0 1 0 470252466 145010688 25512 33554432000 4194304 4291949 140736006807888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 35403 25512 252 24 0 32037 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 141612

[startup+642.3 s]
/proc/loadavg: 4.05 3.75 3.26 5/194 30190
/proc/meminfo: memFree=18104012/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=141864 CPUtime=642.32 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 91112 0 0 0 64201 31 0 0 25 0 1 0 470252466 145268736 29651 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 35466 29651 252 24 0 32100 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 141864

[startup+702.3 s]
/proc/loadavg: 4.02 3.79 3.31 5/194 30192
/proc/meminfo: memFree=18056500/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=193552 CPUtime=702.32 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 94756 0 0 0 70198 34 0 0 25 0 1 0 470252466 198197248 33269 33554432000 4194304 4291949 140736006807888 18446744073709551615 246520293833 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 48388 33269 252 24 0 45022 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 193552

[startup+762.307 s]
/proc/loadavg: 4.12 3.86 3.36 5/194 30194
/proc/meminfo: memFree=17998084/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=195828 CPUtime=762.32 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 97675 0 0 0 76197 35 0 0 25 0 1 0 470252466 200527872 36176 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 48957 36176 252 24 0 45591 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 195828

[startup+822.3 s]
/proc/loadavg: 4.12 3.90 3.40 5/194 30195
/proc/meminfo: memFree=18038368/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=98440 CPUtime=822.31 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 106999 0 0 0 82193 38 0 0 25 0 1 0 470252466 100802560 18775 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 24610 18775 252 24 0 21244 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 98440

[startup+882.301 s]
/proc/loadavg: 4.04 3.91 3.44 5/194 30197
/proc/meminfo: memFree=17963336/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=151704 CPUtime=882.31 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 118163 0 0 0 88189 42 0 0 25 0 1 0 470252466 155344896 29887 33554432000 4194304 4291949 140736006807888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 37926 29887 252 24 0 34560 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 151704

[startup+942.301 s]
/proc/loadavg: 4.01 3.93 3.47 5/194 30198
/proc/meminfo: memFree=17913596/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=153696 CPUtime=942.31 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 121818 0 0 0 94188 43 0 0 25 0 1 0 470252466 157384704 33517 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 38424 33517 252 24 0 35058 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 153696

[startup+1002.3 s]
/proc/loadavg: 4.06 3.95 3.50 5/194 30200
/proc/meminfo: memFree=17873772/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=205488 CPUtime=1002.32 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 124700 0 0 0 100187 45 0 0 25 0 1 0 470252466 210419712 36383 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 51372 36383 252 24 0 48006 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 205488

[startup+1062.3 s]
/proc/loadavg: 4.10 3.97 3.54 5/194 30202
/proc/meminfo: memFree=17835680/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=207196 CPUtime=1062.32 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 128186 0 0 0 106186 46 0 0 25 0 1 0 470252466 212168704 39850 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 51799 39850 252 24 0 48433 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 207196

[startup+1122.3 s]
/proc/loadavg: 4.07 3.99 3.57 5/194 30203
/proc/meminfo: memFree=17769692/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=209092 CPUtime=1122.32 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 130640 0 0 0 112185 47 0 0 25 0 1 0 470252466 214110208 42295 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 52273 42295 252 24 0 48907 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 209092

[startup+1182.3 s]
/proc/loadavg: 4.08 4.01 3.60 5/194 30205
/proc/meminfo: memFree=17812832/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=109976 CPUtime=1182.33 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 139421 0 0 0 118182 51 0 0 25 0 1 0 470252466 112615424 23095 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 27494 23095 252 24 0 24128 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 109976

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.62 5/194 30206
/proc/meminfo: memFree=17759116/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=159764 CPUtime=1242.33 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 145838 0 0 0 124179 54 0 0 25 0 1 0 470252466 163598336 29474 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 39941 29474 252 24 0 36575 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 159764



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.65 5/194 30208
/proc/meminfo: memFree=17718556/32951124 swapFree=67111416/67111528
[pid=30146] ppid=30144 vsize=159764 CPUtime=1300.04 cores=0,2
/proc/30146/stat : 30146 (RestartSAT) R 30144 30146 28411 0 -1 4202496 149425 0 0 0 129948 56 0 0 25 0 1 0 470252466 163598336 33038 33554432000 4194304 4291949 140736006807888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30146/statm: 39941 33038 252 24 0 36575 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 159764

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.48
system time used= 0.570913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149425
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= 10
involuntary context switches= 1391

runsolver used 2.16967 second user time and 4.93525 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-23 21:22:23
IDJOB=3251588
IDBENCH=88227
IDSOLVER=1581
FILE ID=node134/3251588-1303586543
RUNJOBID= node134-1303586543-30130
PBS_JOBID= 13150330
Free space on /tmp= 71064 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251588-1303586543/watcher-3251588-1303586543 -o /tmp/evaluation-result-3251588-1303586543/solver-3251588-1303586543 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3251588-1303586543.cnf

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=540441874

node134.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.831
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.66
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19217732 kB
Buffers:       2334428 kB
Cached:       10783216 kB
SwapCached:        108 kB
Active:        8888244 kB
Inactive:      4297428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19217732 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            2340 kB
Writeback:           0 kB
AnonPages:       67596 kB
Mapped:          14876 kB
Slab:           483496 kB
PageTables:       5704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193996 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71048 MiB
End job on node134 at 2011-04-23 21:44:05