Trace number 3251500

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p15-s54275047.cnf
MD5SUM67948a6aed9ea09317abe3c8a9a27a03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.77358
Satisfiable
(Un)Satisfiability was proved
Number of variables1590
Number of clauses272291
Sum of the clauses size546092
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2272251
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3251500-1303586543/watcher-3251500-1303586543 -o /tmp/evaluation-result-3251500-1303586543/solver-3251500-1303586543 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3251500-1303586543.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: 1.00 1.71 2.55 3/185 30156
/proc/meminfo: memFree=19205724/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=19888 CPUtime=0 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 852 0 0 0 0 0 0 0 21 0 1 0 470252472 20365312 793 33554432000 4194304 4291949 140733497914112 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 4972 793 225 24 0 1606 0

[startup+0.0175089 s]
/proc/loadavg: 1.00 1.71 2.55 3/185 30156
/proc/meminfo: memFree=19205724/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=21844 CPUtime=0.01 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 1611 0 0 0 1 0 0 0 21 0 1 0 470252472 22368256 1450 33554432000 4194304 4291949 140733497914112 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 5461 1452 227 24 0 2095 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21844

[startup+0.100496 s]
/proc/loadavg: 1.00 1.71 2.55 3/185 30156
/proc/meminfo: memFree=19205724/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=30452 CPUtime=0.09 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 5007 0 0 0 9 0 0 0 21 0 1 0 470252472 31182848 4416 33554432000 4194304 4291949 140733497914112 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 7613 4416 232 24 0 4247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30452

[startup+0.300443 s]
/proc/loadavg: 1.00 1.71 2.55 3/185 30156
/proc/meminfo: memFree=19205724/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=30452 CPUtime=0.29 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 5007 0 0 0 29 0 0 0 22 0 1 0 470252472 31182848 4416 33554432000 4194304 4291949 140733497914112 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 7613 4416 232 24 0 4247 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30452

[startup+0.700372 s]
/proc/loadavg: 1.00 1.71 2.55 3/185 30156
/proc/meminfo: memFree=19205724/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=30452 CPUtime=0.69 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 5008 0 0 0 69 0 0 0 24 0 1 0 470252472 31182848 4417 33554432000 4194304 4291949 140733497914112 18446744073709551615 4231888 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 7613 4417 233 24 0 4247 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30452

[startup+1.50023 s]
/proc/loadavg: 1.00 1.71 2.55 5/194 30173
/proc/meminfo: memFree=19108868/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=31956 CPUtime=1.49 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 7019 0 0 0 148 1 0 0 25 0 1 0 470252472 32722944 4784 33554432000 4194304 4291949 140733497914112 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 7989 4784 253 24 0 4623 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31956

[startup+3.10094 s]
/proc/loadavg: 1.00 1.71 2.55 5/194 30173
/proc/meminfo: memFree=19101304/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=36376 CPUtime=3.09 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 8157 0 0 0 308 1 0 0 25 0 1 0 470252472 37249024 5912 33554432000 4194304 4291949 140733497914112 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 9094 5912 253 24 0 5728 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36376

[startup+6.30036 s]
/proc/loadavg: 1.24 1.75 2.56 6/194 30173
/proc/meminfo: memFree=19067812/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=45032 CPUtime=6.29 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 10056 0 0 0 628 1 0 0 25 0 1 0 470252472 46112768 7798 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 11258 7798 253 24 0 7892 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45032

[startup+12.7002 s]
/proc/loadavg: 1.46 1.79 2.56 5/194 30174
/proc/meminfo: memFree=19019108/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=59884 CPUtime=12.69 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 12791 0 0 0 1267 2 0 0 25 0 1 0 470252472 61321216 10518 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 14971 10518 253 24 0 11605 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59884

[startup+25.5009 s]
/proc/loadavg: 2.02 1.89 2.59 5/194 30174
/proc/meminfo: memFree=18937404/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=83308 CPUtime=25.5 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 17251 0 0 0 2546 4 0 0 25 0 1 0 470252472 85307392 14955 33554432000 4194304 4291949 140733497914112 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 20827 14955 253 24 0 17461 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 83308

[startup+51.1002 s]
/proc/loadavg: 2.77 2.08 2.63 5/194 30175
/proc/meminfo: memFree=18844704/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=120128 CPUtime=51.09 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 22427 0 0 0 5103 6 0 0 25 0 1 0 470252472 123011072 20105 33554432000 4194304 4291949 140733497914112 18446744073709551615 4256172 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 30032 20105 253 24 0 26666 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 120128

[startup+102.307 s]
/proc/loadavg: 3.46 2.37 2.70 5/194 30176
/proc/meminfo: memFree=18726032/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=179408 CPUtime=102.29 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 31358 0 0 0 10219 10 0 0 25 0 1 0 470252472 183713792 28997 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 44852 28997 253 24 0 41486 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 179408

[startup+162.301 s]
/proc/loadavg: 3.80 2.67 2.78 5/194 30178
/proc/meminfo: memFree=18611576/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=186352 CPUtime=162.3 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 37439 0 0 0 16217 13 0 0 25 0 1 0 470252472 190824448 35057 33554432000 4194304 4291949 140733497914112 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 46588 35057 253 24 0 43222 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 186352

[startup+222.301 s]
/proc/loadavg: 3.96 2.92 2.85 5/194 30179
/proc/meminfo: memFree=18507632/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=191716 CPUtime=222.3 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 42995 0 0 0 22214 16 0 0 25 0 1 0 470252472 196317184 40584 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 47929 40584 253 24 0 44563 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 191716

[startup+282.301 s]
/proc/loadavg: 3.98 3.11 2.92 5/194 30181
/proc/meminfo: memFree=18481216/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=196984 CPUtime=282.3 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 47480 0 0 0 28212 18 0 0 25 0 1 0 470252472 201711616 45046 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 49246 45046 253 24 0 45880 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 196984

[startup+342.301 s]
/proc/loadavg: 3.99 3.27 2.99 5/194 30182
/proc/meminfo: memFree=18403696/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=281996 CPUtime=342.3 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 50982 0 0 0 34210 20 0 0 25 0 1 0 470252472 288763904 48536 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 70499 48536 253 24 0 67133 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 281996

[startup+402.3 s]
/proc/loadavg: 3.99 3.40 3.05 5/194 30184
/proc/meminfo: memFree=18310444/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=285452 CPUtime=402.3 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 56468 0 0 0 40207 23 0 0 25 0 1 0 470252472 292302848 53998 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 71363 53998 253 24 0 67997 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 285452

[startup+462.3 s]
/proc/loadavg: 3.99 3.51 3.10 5/194 30186
/proc/meminfo: memFree=18210736/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=290804 CPUtime=462.3 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 61450 0 0 0 46205 25 0 0 25 0 1 0 470252472 297783296 58964 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 72701 58964 253 24 0 69335 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 290804

[startup+522.3 s]
/proc/loadavg: 4.06 3.61 3.16 5/194 30187
/proc/meminfo: memFree=18217388/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=297576 CPUtime=522.31 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 64906 0 0 0 52204 27 0 0 25 0 1 0 470252472 304717824 62408 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 74394 62408 253 24 0 71028 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 297576

[startup+582.3 s]
/proc/loadavg: 4.02 3.68 3.21 5/194 30189
/proc/meminfo: memFree=18156736/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=300216 CPUtime=582.31 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 67704 0 0 0 58202 29 0 0 25 0 1 0 470252472 307421184 65188 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 75054 65188 253 24 0 71688 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 300216

[startup+642.3 s]
/proc/loadavg: 4.05 3.75 3.26 5/194 30190
/proc/meminfo: memFree=18103888/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=303584 CPUtime=642.32 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 70122 0 0 0 64202 30 0 0 25 0 1 0 470252472 310870016 67595 33554432000 4194304 4291949 140733497914112 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 75896 67595 253 24 0 72530 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 303584

[startup+702.301 s]
/proc/loadavg: 4.02 3.79 3.31 5/194 30192
/proc/meminfo: memFree=18056252/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=306948 CPUtime=702.31 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 72662 0 0 0 70200 31 0 0 25 0 1 0 470252472 314314752 70127 33554432000 4194304 4291949 140733497914112 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 76737 70127 253 24 0 73371 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 306948

[startup+762.307 s]
/proc/loadavg: 4.12 3.86 3.36 5/194 30194
/proc/meminfo: memFree=17998084/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=441296 CPUtime=762.32 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 75662 0 0 0 76199 33 0 0 25 0 1 0 470252472 451887104 73108 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 110324 73108 253 24 0 106958 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 441296

[startup+822.301 s]
/proc/loadavg: 4.12 3.90 3.40 5/194 30195
/proc/meminfo: memFree=18038120/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=444552 CPUtime=822.31 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 77799 0 0 0 82197 34 0 0 25 0 1 0 470252472 455221248 75237 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 111138 75237 253 24 0 107772 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 444552

[startup+882.301 s]
/proc/loadavg: 4.04 3.91 3.44 5/194 30197
/proc/meminfo: memFree=17963336/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=447492 CPUtime=882.31 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 80062 0 0 0 88196 35 0 0 25 0 1 0 470252472 458231808 77486 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 111873 77486 253 24 0 108507 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 447492

[startup+942.301 s]
/proc/loadavg: 4.01 3.93 3.47 5/194 30198
/proc/meminfo: memFree=17913596/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=450036 CPUtime=942.32 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 82553 0 0 0 94195 37 0 0 25 0 1 0 470252472 460836864 79965 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 112509 79965 253 24 0 109143 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 450036

[startup+1002.3 s]
/proc/loadavg: 4.06 3.95 3.50 5/194 30200
/proc/meminfo: memFree=17873772/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=453164 CPUtime=1002.32 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 84670 0 0 0 100194 38 0 0 25 0 1 0 470252472 464039936 82077 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 113291 82077 253 24 0 109925 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 453164

[startup+1062.3 s]
/proc/loadavg: 4.10 3.97 3.54 5/194 30202
/proc/meminfo: memFree=17835308/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=455416 CPUtime=1062.32 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 86682 0 0 0 106193 39 0 0 25 0 1 0 470252472 466345984 84079 33554432000 4194304 4291949 140733497914112 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 113854 84079 253 24 0 110488 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 455416

[startup+1122.3 s]
/proc/loadavg: 4.07 3.99 3.57 5/194 30203
/proc/meminfo: memFree=17769692/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=458120 CPUtime=1122.33 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 88565 0 0 0 112193 40 0 0 25 0 1 0 470252472 469114880 85955 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 114530 85955 253 24 0 111164 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 458120

[startup+1182.3 s]
/proc/loadavg: 4.08 4.01 3.60 5/194 30205
/proc/meminfo: memFree=17812708/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=458972 CPUtime=1182.33 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 92356 0 0 0 118191 42 0 0 25 0 1 0 470252472 469987328 89732 33554432000 4194304 4291949 140733497914112 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 114743 89732 253 24 0 111377 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 458972

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.62 5/194 30206
/proc/meminfo: memFree=17759116/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=460820 CPUtime=1242.33 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 94091 0 0 0 124189 44 0 0 25 0 1 0 470252472 471879680 91463 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 115205 91463 253 24 0 111839 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 460820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.65 4/193 30209
/proc/meminfo: memFree=17849260/32951124 swapFree=67111416/67111528
[pid=30156] ppid=30154 vsize=465812 CPUtime=1300.03 cores=1,3
/proc/30156/stat : 30156 (RestartSAT) R 30154 30156 28411 0 -1 4202496 96356 0 0 0 129958 45 0 0 25 0 1 0 470252472 476991488 93721 33554432000 4194304 4291949 140733497914112 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30156/statm: 116453 93721 253 24 0 113087 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 465812

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.59
CPU system time (s): 0.477927
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 465812

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

runsolver used 2.02569 second user time and 5.07723 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-23 21:22:23
IDJOB=3251500
IDBENCH=88225
IDSOLVER=1581
FILE ID=node134/3251500-1303586543
RUNJOBID= node134-1303586543-30132
PBS_JOBID= 13150330
Free space on /tmp= 71060 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p15-s54275047.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251500-1303586543/watcher-3251500-1303586543 -o /tmp/evaluation-result-3251500-1303586543/solver-3251500-1303586543 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3251500-1303586543.cnf

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

MD5SUM BENCH= 67948a6aed9ea09317abe3c8a9a27a03
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:      19206252 kB
Buffers:       2334436 kB
Cached:       10787864 kB
SwapCached:        108 kB
Active:        8898944 kB
Inactive:      4298420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19206252 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            6608 kB
Writeback:           0 kB
AnonPages:       74192 kB
Mapped:          15264 kB
Slab:           483496 kB
PageTables:       5704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   225312 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