Trace number 3251269

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-03-03? (TO) 1300.06 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
MD5SUMc86ce640ddb0138bf41ccc37bc6fcf28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.84587
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses148400
Sum of the clauses size298025
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2148365
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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-3251269-1303580309/watcher-3251269-1303580309 -o /tmp/evaluation-result-3251269-1303580309/solver-3251269-1303580309 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3251269-1303580309.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: 4.10 3.99 3.92 5/189 7911
/proc/meminfo: memFree=14189644/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=5388 CPUtime=0 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 318 0 0 0 0 0 0 0 25 0 1 0 469627980 5517312 259 33554432000 134512640 134761588 4289667216 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 1347 259 225 61 0 650 0

[startup+0.0837299 s]
/proc/loadavg: 4.10 3.99 3.92 5/189 7911
/proc/meminfo: memFree=14189644/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=7132 CPUtime=0.07 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 1202 0 0 0 7 0 0 0 25 0 1 0 469627980 7303168 1142 33554432000 134512640 134761588 4289667216 18446744073709551615 134559314 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 1783 1142 232 61 0 1086 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7132

[startup+0.100726 s]
/proc/loadavg: 4.10 3.99 3.92 5/189 7911
/proc/meminfo: memFree=14189644/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=6560 CPUtime=0.09 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 1645 0 0 0 9 0 0 0 25 0 1 0 469627980 6717440 1148 33554432000 134512640 134761588 4289667216 18446744073709551615 134559076 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 1640 1148 236 61 0 943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6560

[startup+0.300686 s]
/proc/loadavg: 4.10 3.99 3.92 5/189 7911
/proc/meminfo: memFree=14189644/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=9652 CPUtime=0.29 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 4268 0 0 0 29 0 0 0 25 0 1 0 469627980 9883648 1939 33554432000 134512640 134761588 4289667216 18446744073709551615 134614933 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 2413 1939 265 61 0 1716 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9652

[startup+0.700609 s]
/proc/loadavg: 4.10 3.99 3.92 5/189 7911
/proc/meminfo: memFree=14189644/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=9984 CPUtime=0.69 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 4351 0 0 0 69 0 0 0 25 0 1 0 469627980 10223616 2022 33554432000 134512640 134761588 4289667216 18446744073709551615 134673054 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 2496 2022 265 61 0 1799 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9984

[startup+1.50046 s]
/proc/loadavg: 4.10 3.99 3.92 5/190 7912
/proc/meminfo: memFree=14182328/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=10648 CPUtime=1.49 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 4533 0 0 0 149 0 0 0 25 0 1 0 469627980 10903552 2204 33554432000 134512640 134761588 4289667216 18446744073709551615 134617972 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 2662 2204 265 61 0 1965 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10648

[startup+3.10115 s]
/proc/loadavg: 4.10 3.99 3.92 5/190 7912
/proc/meminfo: memFree=14180464/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=12628 CPUtime=3.09 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 5582 0 0 0 309 0 0 0 25 0 1 0 469627980 12931072 2720 33554432000 134512640 134761588 4289667216 18446744073709551615 134636936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 3157 2720 270 61 0 2460 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12628

[startup+6.30054 s]
/proc/loadavg: 4.09 3.99 3.92 5/190 7913
/proc/meminfo: memFree=14176276/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=16764 CPUtime=6.29 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 8658 0 0 0 628 1 0 0 25 0 1 0 469627980 17166336 3754 33554432000 134512640 134761588 4289667216 18446744073709551615 134747274 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 4191 3754 270 61 0 3494 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16764

[startup+12.7003 s]
/proc/loadavg: 4.08 3.99 3.92 5/190 7913
/proc/meminfo: memFree=14150212/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=17900 CPUtime=12.69 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 11699 0 0 0 1268 1 0 0 25 0 1 0 469627980 18329600 4038 33554432000 134512640 134761588 4289667216 18446744073709551615 134684619 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 4475 4038 270 61 0 3778 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17900

[startup+25.5009 s]
/proc/loadavg: 4.07 3.99 3.92 5/190 7913
/proc/meminfo: memFree=14152812/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=24084 CPUtime=25.49 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 17655 0 0 0 2547 2 0 0 25 0 1 0 469627980 24662016 5584 33554432000 134512640 134761588 4289667216 18446744073709551615 134747992 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 6021 5584 270 61 0 5324 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24084

[startup+51.1009 s]
/proc/loadavg: 4.04 3.99 3.92 5/190 7914
/proc/meminfo: memFree=14164432/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=31368 CPUtime=51.09 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 43357 0 0 0 5104 5 0 0 25 0 1 0 469627980 32120832 7404 33554432000 134512640 134761588 4289667216 18446744073709551615 134704834 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 7842 7404 276 61 0 7145 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 31368

[startup+102.307 s]
/proc/loadavg: 4.02 3.99 3.92 5/190 7915
/proc/meminfo: memFree=14147300/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=39520 CPUtime=102.3 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 59532 0 0 0 10222 8 0 0 25 0 1 0 469627980 40468480 9400 33554432000 134512640 134761588 4289667216 18446744073709551615 134635888 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 9880 9400 276 61 0 9183 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 39520

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 7917
/proc/meminfo: memFree=14143192/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=49368 CPUtime=162.29 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 80785 0 0 0 16218 11 0 0 25 0 1 0 469627980 50552832 11892 33554432000 134512640 134761588 4289667216 18446744073709551615 134636053 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 12342 11892 276 61 0 11645 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 49368

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 7918
/proc/meminfo: memFree=14072488/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=66520 CPUtime=222.3 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 96625 0 0 0 22217 13 0 0 25 0 1 0 469627980 68116480 16180 33554432000 134512640 134761588 4289667216 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 16630 16180 276 61 0 15933 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 66520

[startup+282.301 s]
/proc/loadavg: 4.03 4.00 3.93 5/190 7920
/proc/meminfo: memFree=14080164/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=50520 CPUtime=282.3 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 104274 0 0 0 28216 14 0 0 25 0 1 0 469627980 51732480 12180 33554432000 134512640 134761588 4289667216 18446744073709551615 134635866 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 12630 12180 276 61 0 11933 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 50520

[startup+342.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 7921
/proc/meminfo: memFree=14078176/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=50516 CPUtime=342.3 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 113458 0 0 0 34215 15 0 0 25 0 1 0 469627980 51728384 12179 33554432000 134512640 134761588 4289667216 18446744073709551615 134726321 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 12629 12179 276 61 0 11932 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 50516

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 7923
/proc/meminfo: memFree=14081016/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=54484 CPUtime=402.3 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 123123 0 0 0 40214 16 0 0 25 0 1 0 469627980 55791616 13171 33554432000 134512640 134761588 4289667216 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 13621 13171 276 61 0 12924 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 54484

[startup+462.301 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 7925
/proc/meminfo: memFree=14095768/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=54612 CPUtime=462.31 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 133715 0 0 0 46213 18 0 0 25 0 1 0 469627980 55922688 13203 33554432000 134512640 134761588 4289667216 18446744073709551615 134635890 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 13653 13203 276 61 0 12956 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 54612

[startup+522.301 s]
/proc/loadavg: 4.07 4.03 3.94 5/190 7926
/proc/meminfo: memFree=14069472/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=51156 CPUtime=522.31 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 141524 0 0 0 52212 19 0 0 25 0 1 0 469627980 52383744 12339 33554432000 134512640 134761588 4289667216 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 12789 12339 276 61 0 12092 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 51156

[startup+582.301 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 7928
/proc/meminfo: memFree=14058920/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=50384 CPUtime=582.31 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 147604 0 0 0 58212 19 0 0 25 0 1 0 469627980 51593216 12146 33554432000 134512640 134761588 4289667216 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 12596 12146 276 61 0 11899 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 50384

[startup+642.301 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 7930
/proc/meminfo: memFree=14078252/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=41936 CPUtime=642.31 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 156853 0 0 0 64211 20 0 0 25 0 1 0 469627980 42942464 10034 33554432000 134512640 134761588 4289667216 18446744073709551615 134636053 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 10484 10034 276 61 0 9787 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 41936

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 7931
/proc/meminfo: memFree=14079716/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=52176 CPUtime=702.32 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 165653 0 0 0 70210 22 0 0 25 0 1 0 469627980 53428224 12594 33554432000 134512640 134761588 4289667216 18446744073709551615 134636025 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 13044 12594 276 61 0 12347 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 52176

[startup+762.307 s]
/proc/loadavg: 4.05 4.02 3.94 5/190 7933
/proc/meminfo: memFree=14086148/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=49872 CPUtime=762.33 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 173878 0 0 0 76209 24 0 0 25 0 1 0 469627980 51068928 12018 33554432000 134512640 134761588 4289667216 18446744073709551615 134635890 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 12468 12018 276 61 0 11771 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 49872

[startup+822.301 s]
/proc/loadavg: 2.83 3.73 3.85 2/172 7988
/proc/meminfo: memFree=14512092/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=42960 CPUtime=822.32 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 182134 0 0 0 82207 25 0 0 25 0 1 0 469627980 43991040 10290 33554432000 134512640 134761588 4289667216 18446744073709551615 134635890 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 10740 10290 276 61 0 10043 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 42960

[startup+882.301 s]
/proc/loadavg: 1.67 3.23 3.67 2/172 7990
/proc/meminfo: memFree=14503864/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=51152 CPUtime=882.32 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 193751 0 0 0 88205 27 0 0 25 0 1 0 469627980 52379648 12338 33554432000 134512640 134761588 4289667216 18446744073709551615 134635918 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 12788 12338 276 61 0 12091 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 51152

[startup+942.301 s]
/proc/loadavg: 1.24 2.82 3.50 2/172 7991
/proc/meminfo: memFree=14504476/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=51024 CPUtime=942.33 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 203287 0 0 0 94205 28 0 0 25 0 1 0 469627980 52248576 12306 33554432000 134512640 134761588 4289667216 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 12756 12306 276 61 0 12059 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 51024

[startup+1002.3 s]
/proc/loadavg: 1.09 2.49 3.34 2/172 7993
/proc/meminfo: memFree=14502600/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=53712 CPUtime=1002.33 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 210263 0 0 0 100204 29 0 0 25 0 1 0 469627980 55001088 12978 33554432000 134512640 134761588 4289667216 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 13428 12978 276 61 0 12731 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 53712

[startup+1062.3 s]
/proc/loadavg: 1.03 2.21 3.19 2/172 7995
/proc/meminfo: memFree=14498620/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=58704 CPUtime=1062.33 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 223160 0 0 0 106202 31 0 0 25 0 1 0 469627980 60112896 14226 33554432000 134512640 134761588 4289667216 18446744073709551615 134636583 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 14676 14226 276 61 0 13979 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 58704

[startup+1122.3 s]
/proc/loadavg: 1.01 1.99 3.05 2/172 7996
/proc/meminfo: memFree=14505424/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=50896 CPUtime=1122.33 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 230840 0 0 0 112201 32 0 0 25 0 1 0 469627980 52117504 12274 33554432000 134512640 134761588 4289667216 18446744073709551615 134636060 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 12724 12274 276 61 0 12027 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 50896

[startup+1182.3 s]
/proc/loadavg: 1.00 1.81 2.92 2/172 7998
/proc/meminfo: memFree=14511612/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=44240 CPUtime=1182.33 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 238809 0 0 0 118200 33 0 0 25 0 1 0 469627980 45301760 10610 33554432000 134512640 134761588 4289667216 18446744073709551615 134635890 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 11060 10610 276 61 0 10363 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 44240

[startup+1242.3 s]
/proc/loadavg: 1.00 1.66 2.79 2/172 7999
/proc/meminfo: memFree=14511232/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=44752 CPUtime=1242.33 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 247033 0 0 0 124199 34 0 0 25 0 1 0 469627980 45826048 10738 33554432000 134512640 134761588 4289667216 18446744073709551615 134635923 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 11188 10738 276 61 0 10491 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 44752



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.54 2.68 2/172 8001
/proc/meminfo: memFree=14499932/32950928 swapFree=67087032/67111528
[pid=7911] ppid=7909 vsize=56656 CPUtime=1300.04 cores=1,3
/proc/7911/stat : 7911 (MPhaseSAT64) R 7909 7911 7393 0 -1 4202496 257913 0 0 0 129968 36 0 0 25 0 1 0 469627980 58015744 13714 33554432000 134512640 134761588 4289667216 18446744073709551615 134636053 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7911/statm: 14164 13714 276 61 0 13467 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 56656

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.69
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257913
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= 15
involuntary context switches= 1891

runsolver used 1.9477 second user time and 4.69629 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-23 19:38:29
IDJOB=3251269
IDBENCH=88218
IDSOLVER=1521
FILE ID=node148/3251269-1303580309
RUNJOBID= node148-1303579801-7831
PBS_JOBID= 13150324
Free space on /tmp= 70572 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251269-1303580309/watcher-3251269-1303580309 -o /tmp/evaluation-result-3251269-1303580309/solver-3251269-1303580309 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3251269-1303580309.cnf

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

MD5SUM BENCH= c86ce640ddb0138bf41ccc37bc6fcf28
RANDOM SEED=1672969875

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14189924 kB
Buffers:       2044968 kB
Cached:       15772452 kB
SwapCached:       5264 kB
Active:        9239464 kB
Inactive:      8960456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14189924 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            1944 kB
Writeback:           0 kB
AnonPages:      379128 kB
Mapped:          15840 kB
Slab:           494100 kB
PageTables:       5748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   590964 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= 70596 MiB
End job on node148 at 2011-04-23 20:00:11