Trace number 3375402

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 1300.02 1300.02

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3375402-1305462511/watcher-3375402-1305462511 -o /tmp/evaluation-result-3375402-1305462511/solver-3375402-1305462511 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375402-1305462511.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.53 3.92 3.88 4/307 9028
/proc/meminfo: memFree=24100520/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=18396 CPUtime=0 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 418 0 0 0 0 0 0 0 21 0 1 0 638666981 18837504 359 33554432000 4194304 4479436 140736975797552 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 4599 359 267 70 0 1719 0

[startup+0.103465 s]
/proc/loadavg: 3.53 3.92 3.88 4/307 9028
/proc/meminfo: memFree=24100520/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=18396 CPUtime=0.1 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 1466 0 0 0 10 0 0 0 21 0 1 0 638666981 18837504 1407 33554432000 4194304 4479436 140736975797552 18446744073709551615 220816236288 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 4599 1408 267 70 0 1719 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 18396

[startup+0.200427 s]
/proc/loadavg: 3.53 3.92 3.88 4/307 9028
/proc/meminfo: memFree=24100520/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=22352 CPUtime=0.19 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 5595 0 0 0 19 0 0 0 22 0 1 0 638666981 22888448 2946 33554432000 4194304 4479436 140736975797552 18446744073709551615 4244214 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 5588 2946 279 70 0 2708 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 22352

[startup+0.300432 s]
/proc/loadavg: 3.53 3.92 3.88 4/307 9028
/proc/meminfo: memFree=24100520/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=32716 CPUtime=0.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 10507 0 0 0 28 1 0 0 22 0 1 0 638666981 33501184 5294 33554432000 4194304 4479436 140736975797552 18446744073709551615 4315696 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 8179 5294 299 70 0 5299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32716

[startup+0.700366 s]
/proc/loadavg: 3.53 3.92 3.88 4/307 9028
/proc/meminfo: memFree=24100520/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=28616 CPUtime=0.69 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 10622 0 0 0 68 1 0 0 24 0 1 0 638666981 29302784 4384 33554432000 4194304 4479436 140736975797552 18446744073709551615 4350594 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 7154 4384 311 70 0 4274 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28616

[startup+1.50021 s]
/proc/loadavg: 3.53 3.92 3.88 5/311 9035
/proc/meminfo: memFree=24020148/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=28616 CPUtime=1.49 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 10654 0 0 0 148 1 0 0 25 0 1 0 638666981 29302784 4416 33554432000 4194304 4479436 140736975797552 18446744073709551615 4305056 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 7154 4416 311 70 0 4274 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28616

[startup+3.10091 s]
/proc/loadavg: 3.53 3.92 3.88 5/311 9035
/proc/meminfo: memFree=24028460/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=33380 CPUtime=3.09 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 11971 0 0 0 308 1 0 0 25 0 1 0 638666981 34181120 5733 33554432000 4194304 4479436 140736975797552 18446744073709551615 4321278 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 8345 5733 317 70 0 5465 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33380

[startup+6.30034 s]
/proc/loadavg: 3.57 3.92 3.88 5/311 9035
/proc/meminfo: memFree=24004036/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=40036 CPUtime=6.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 13124 0 0 0 628 1 0 0 25 0 1 0 638666981 40996864 6886 33554432000 4194304 4479436 140736975797552 18446744073709551615 4450989 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 10009 6886 317 70 0 7129 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40036

[startup+12.7011 s]
/proc/loadavg: 3.61 3.92 3.88 5/311 9035
/proc/meminfo: memFree=23956212/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=44588 CPUtime=12.69 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 14773 0 0 0 1268 1 0 0 25 0 1 0 638666981 45658112 8535 33554432000 4194304 4479436 140736975797552 18446744073709551615 4450999 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 11147 8535 317 70 0 8267 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44588

[startup+25.5008 s]
/proc/loadavg: 3.69 3.92 3.89 5/311 9035
/proc/meminfo: memFree=23927732/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=41300 CPUtime=25.49 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 16465 0 0 0 2548 1 0 0 25 0 1 0 638666981 42291200 6871 33554432000 4194304 4479436 140736975797552 18446744073709551615 4219875 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 10325 6871 320 70 0 7445 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41300

[startup+51.1011 s]
/proc/loadavg: 3.80 3.93 3.89 5/311 9036
/proc/meminfo: memFree=23888724/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=68916 CPUtime=51.09 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 24219 0 0 0 5107 2 0 0 25 0 1 0 638666981 70569984 14625 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451045 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 17229 14625 325 70 0 14349 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 68916

[startup+102.301 s]
/proc/loadavg: 3.95 3.95 3.90 5/311 9037
/proc/meminfo: memFree=23800400/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=118076 CPUtime=102.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 38557 0 0 0 10226 3 0 0 25 0 1 0 638666981 120909824 26915 33554432000 4194304 4479436 140736975797552 18446744073709551615 4306752 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 29519 26915 325 70 0 26639 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 118076

[startup+162.301 s]
/proc/loadavg: 3.98 3.96 3.90 5/311 9039
/proc/meminfo: memFree=23743212/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=118076 CPUtime=162.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 46749 0 0 0 16225 4 0 0 25 0 1 0 638666981 120909824 26915 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451371 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 29519 26915 325 70 0 26639 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 118076

[startup+222.311 s]
/proc/loadavg: 3.99 3.96 3.91 5/311 9041
/proc/meminfo: memFree=23699292/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=118076 CPUtime=222.3 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 48797 0 0 0 22226 4 0 0 25 0 1 0 638666981 120909824 26915 33554432000 4194304 4479436 140736975797552 18446744073709551615 4306783 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 29519 26915 325 70 0 26639 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 118076

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/311 9042
/proc/meminfo: memFree=23661692/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=126268 CPUtime=282.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 50845 0 0 0 28224 5 0 0 25 0 1 0 638666981 129298432 28963 33554432000 4194304 4479436 140736975797552 18446744073709551615 4330487 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 31567 28963 325 70 0 28687 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 126268

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/311 9044
/proc/meminfo: memFree=23649512/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=138564 CPUtime=342.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 67231 0 0 0 34223 6 0 0 25 0 1 0 638666981 141889536 32037 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451957 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 34641 32037 325 70 0 31761 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 138564

[startup+402.3 s]
/proc/loadavg: 4.04 3.99 3.91 5/311 9045
/proc/meminfo: memFree=23627672/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=150852 CPUtime=402.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 75935 0 0 0 40222 7 0 0 25 0 1 0 638666981 154472448 35109 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451942 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 37713 35109 325 70 0 34833 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 150852

[startup+462.3 s]
/proc/loadavg: 4.10 4.02 3.93 5/311 9047
/proc/meminfo: memFree=23651212/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=138564 CPUtime=462.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 78495 0 0 0 46222 7 0 0 25 0 1 0 638666981 141889536 32037 33554432000 4194304 4479436 140736975797552 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 34641 32037 325 70 0 31761 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 138564

[startup+522.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/311 9049
/proc/meminfo: memFree=23633196/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=138564 CPUtime=522.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 85663 0 0 0 52220 9 0 0 25 0 1 0 638666981 141889536 32037 33554432000 4194304 4479436 140736975797552 18446744073709551615 4380813 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 34641 32037 325 70 0 31761 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 138564

[startup+582.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/311 9050
/proc/meminfo: memFree=23571540/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=159048 CPUtime=582.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 108192 0 0 0 58218 11 0 0 25 0 1 0 638666981 162865152 37158 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 39762 37158 325 70 0 36882 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 159048

[startup+642.301 s]
/proc/loadavg: 4.06 4.02 3.93 5/311 9052
/proc/meminfo: memFree=23578832/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=154956 CPUtime=642.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 124577 0 0 0 64217 12 0 0 25 0 1 0 638666981 158674944 36135 33554432000 4194304 4479436 140736975797552 18446744073709551615 4450999 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 38739 36135 325 70 0 35859 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 154956

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/311 9053
/proc/meminfo: memFree=23548684/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=167244 CPUtime=702.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 139425 0 0 0 70216 13 0 0 25 0 1 0 638666981 171257856 39207 33554432000 4194304 4479436 140736975797552 18446744073709551615 4402659 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 41811 39207 325 70 0 38931 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 167244

[startup+762.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/311 9055
/proc/meminfo: memFree=23572096/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=150860 CPUtime=762.3 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 148129 0 0 0 76216 14 0 0 25 0 1 0 638666981 154480640 35111 33554432000 4194304 4479436 140736975797552 18446744073709551615 4402754 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 37715 35111 325 70 0 34835 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 150860

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/311 9057
/proc/meminfo: memFree=23525580/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=175436 CPUtime=822.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 166049 0 0 0 82214 15 0 0 25 0 1 0 638666981 179646464 41255 33554432000 4194304 4479436 140736975797552 18446744073709551615 4380399 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 43859 41255 325 70 0 40979 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 175436

[startup+882.311 s]
/proc/loadavg: 4.00 4.00 3.93 5/311 9058
/proc/meminfo: memFree=23465536/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=154956 CPUtime=882.3 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 176801 0 0 0 88214 16 0 0 25 0 1 0 638666981 158674944 36135 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451942 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 38739 36135 325 70 0 35859 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 154956

[startup+942.301 s]
/proc/loadavg: 4.15 4.03 3.94 5/311 9060
/proc/meminfo: memFree=23567928/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=134476 CPUtime=942.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 186529 0 0 0 94212 17 0 0 25 0 1 0 638666981 137703424 31015 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 33619 31015 325 70 0 30739 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 134476

[startup+1002.3 s]
/proc/loadavg: 4.10 4.04 3.95 5/311 9061
/proc/meminfo: memFree=23612288/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=134476 CPUtime=1002.3 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 201377 0 0 0 100211 19 0 0 25 0 1 0 638666981 137703424 31015 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451016 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 33619 31015 325 70 0 30739 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 134476

[startup+1062.3 s]
/proc/loadavg: 4.03 4.03 3.95 5/311 9063
/proc/meminfo: memFree=23609288/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=134476 CPUtime=1062.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 208033 0 0 0 106210 19 0 0 25 0 1 0 638666981 137703424 31015 33554432000 4194304 4479436 140736975797552 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 33619 31015 325 70 0 30739 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 134476

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.95 5/311 9065
/proc/meminfo: memFree=23572452/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=171344 CPUtime=1122.3 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 222882 0 0 0 112209 21 0 0 25 0 1 0 638666981 175456256 40232 33554432000 4194304 4479436 140736975797552 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 42836 40232 325 70 0 39956 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 171344

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/311 9066
/proc/meminfo: memFree=23529400/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=183632 CPUtime=1182.29 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 238242 0 0 0 118207 22 0 0 25 0 1 0 638666981 188039168 43304 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451947 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 45908 43304 325 70 0 43028 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 183632

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 3.95 5/311 9068
/proc/meminfo: memFree=23444308/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=208208 CPUtime=1242.3 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 258722 0 0 0 124206 24 0 0 25 0 1 0 638666981 213204992 49448 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451952 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 52052 49448 325 70 0 49172 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 208208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.95 4/308 9071
/proc/meminfo: memFree=23642208/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=175440 CPUtime=1300.01 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 264866 0 0 0 129976 25 0 0 25 0 1 0 638666981 179650560 41256 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451942 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 43860 41256 325 70 0 40980 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 175440

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.95 4/308 9071
/proc/meminfo: memFree=23642208/32951124 swapFree=63485424/67111528
[pid=9028] ppid=9026 vsize=175440 CPUtime=1300.01 cores=4,6
/proc/9028/stat : 9028 (MPhaseSAT64) R 9026 9028 8637 0 -1 4202496 264866 0 0 0 129976 25 0 0 25 0 1 0 638666981 179650560 41256 33554432000 4194304 4479436 140736975797552 18446744073709551615 4451942 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/9028/statm: 43860 41256 325 70 0 40980 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 175440

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.02
CPU user time (s): 1299.77
CPU system time (s): 0.25896
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 228688

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

runsolver used 3.75343 second user time and 8.09077 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 14:28:31
IDJOB=3375402
IDBENCH=88221
IDSOLVER=1855
FILE ID=node147/3375402-1305462511
RUNJOBID= node147-1305462511-8993
PBS_JOBID= 13324915
Free space on /tmp= 73144 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375402-1305462511/watcher-3375402-1305462511 -o /tmp/evaluation-result-3375402-1305462511/solver-3375402-1305462511 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375402-1305462511.cnf

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

MD5SUM BENCH= 683c9f75b69575e6451b8563d12f176b
RANDOM SEED=1351844871

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24100552 kB
Buffers:        309388 kB
Cached:        5239756 kB
SwapCached:      13132 kB
Active:        2247684 kB
Inactive:      6359204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24100552 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           13792 kB
Writeback:           0 kB
AnonPages:     3053184 kB
Mapped:          16988 kB
Slab:           150472 kB
PageTables:      29964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51006968 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= 73140 MiB
End job on node147 at 2011-05-15 14:50:13