Trace number 3265394

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
MPhaseSAT 2011-02-15? (TO) 1300.04 1300.01

General information on the benchmark

NameSAT05/crafted/sabharwal05/ordering/gt-ordering/
sat/gt-030.shuffled-as.sat05-1295.cnf
MD5SUMf0614c8232d9b15ffdf32ce3e2c1390b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.05799
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24824
Sum of the clauses size74817
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2435
Number of clauses of size 324359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265394-1303578048/watcher-3265394-1303578048 -o /tmp/evaluation-result-3265394-1303578048/solver-3265394-1303578048 -C 2400 -W 1300 -M 7680 MPhaseSAT HOME/instance-3265394-1303578048.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: 3.85 3.97 3.91 4/189 7302
/proc/meminfo: memFree=16246732/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=3624 CPUtime=0 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 469405175 3710976 276 33554432000 134512640 134731564 4292925888 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 906 276 225 54 0 216 0

[startup+0.0520041 s]
/proc/loadavg: 3.85 3.97 3.91 4/189 7302
/proc/meminfo: memFree=16246732/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=4064 CPUtime=0.05 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 679 0 0 0 5 0 0 0 25 0 1 0 469405175 4161536 545 33554432000 134512640 134731564 4292925888 18446744073709551615 134576011 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1016 545 238 54 0 326 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4064

[startup+0.100996 s]
/proc/loadavg: 3.85 3.97 3.91 4/189 7302
/proc/meminfo: memFree=16246732/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=5600 CPUtime=0.09 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 780 0 0 0 9 0 0 0 25 0 1 0 469405175 5734400 646 33554432000 134512640 134731564 4292925888 18446744073709551615 134580500 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1400 646 239 54 0 710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5600

[startup+0.300962 s]
/proc/loadavg: 3.85 3.97 3.91 4/189 7302
/proc/meminfo: memFree=16246732/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=6548 CPUtime=0.29 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 1328 0 0 0 29 0 0 0 25 0 1 0 469405175 6705152 1193 33554432000 134512640 134731564 4292925888 18446744073709551615 134615164 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1637 1193 264 54 0 947 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6548

[startup+0.700888 s]
/proc/loadavg: 3.85 3.97 3.91 4/189 7302
/proc/meminfo: memFree=16246732/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=7180 CPUtime=0.69 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 2082 0 0 0 69 0 0 0 25 0 1 0 469405175 7352320 1355 33554432000 134512640 134731564 4292925888 18446744073709551615 134720157 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1795 1355 269 54 0 1105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7180

[startup+1.50075 s]
/proc/loadavg: 3.85 3.97 3.91 5/190 7303
/proc/meminfo: memFree=16241052/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=8236 CPUtime=1.49 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 2325 0 0 0 149 0 0 0 25 0 1 0 469405175 8433664 1598 33554432000 134512640 134731564 4292925888 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2059 1598 269 54 0 1369 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8236

[startup+3.10045 s]
/proc/loadavg: 3.86 3.97 3.91 5/190 7303
/proc/meminfo: memFree=16239812/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=9160 CPUtime=3.09 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 2564 0 0 0 309 0 0 0 25 0 1 0 469405175 9379840 1837 33554432000 134512640 134731564 4292925888 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2290 1837 269 54 0 1600 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9160

[startup+6.30087 s]
/proc/loadavg: 3.86 3.97 3.91 5/190 7304
/proc/meminfo: memFree=16243032/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=10084 CPUtime=6.29 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 2795 0 0 0 629 0 0 0 25 0 1 0 469405175 10326016 2068 33554432000 134512640 134731564 4292925888 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2521 2068 269 54 0 1831 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10084

[startup+12.7007 s]
/proc/loadavg: 3.88 3.97 3.91 5/190 7304
/proc/meminfo: memFree=16234220/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=11932 CPUtime=12.69 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 3271 0 0 0 1269 0 0 0 25 0 1 0 469405175 12218368 2543 33554432000 134512640 134731564 4292925888 18446744073709551615 134670302 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2983 2543 275 54 0 2293 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11932

[startup+25.5004 s]
/proc/loadavg: 3.90 3.97 3.91 5/190 7313
/proc/meminfo: memFree=16226332/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=10612 CPUtime=25.49 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 4990 0 0 0 2549 0 0 0 25 0 1 0 469405175 10866688 2226 33554432000 134512640 134731564 4292925888 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2653 2226 275 54 0 1963 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10612

[startup+51.1007 s]
/proc/loadavg: 3.93 3.97 3.91 5/190 7314
/proc/meminfo: memFree=16224560/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=7972 CPUtime=51.09 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 9461 0 0 0 5108 1 0 0 25 0 1 0 469405175 8163328 1564 33554432000 134512640 134731564 4292925888 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1993 1564 275 54 0 1303 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7972

[startup+102.306 s]
/proc/loadavg: 3.97 3.97 3.91 5/190 7315
/proc/meminfo: memFree=16214756/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=7320 CPUtime=102.3 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 29398 0 0 0 10226 4 0 0 25 0 1 0 469405175 7495680 1398 33554432000 134512640 134731564 4292925888 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1830 1398 275 54 0 1140 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 7320

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 7317
/proc/meminfo: memFree=16210148/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=5860 CPUtime=162.29 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 61376 0 0 0 16220 9 0 0 25 0 1 0 469405175 6000640 1043 33554432000 134512640 134731564 4292925888 18446744073709551615 12047868 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1498 1044 275 54 0 808 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 5860

[startup+222.301 s]
/proc/loadavg: 4.05 3.99 3.91 5/190 7321
/proc/meminfo: memFree=16205452/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=7444 CPUtime=222.3 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 84354 0 0 0 22217 13 0 0 25 0 1 0 469405175 7622656 1420 33554432000 134512640 134731564 4292925888 18446744073709551615 134620738 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1861 1420 275 54 0 1171 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 7444

[startup+282.301 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 7323
/proc/meminfo: memFree=16202100/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=7852 CPUtime=282.3 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 117610 0 0 0 28212 18 0 0 25 0 1 0 469405175 8040448 1520 33554432000 134512640 134731564 4292925888 18446744073709551615 134659341 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1963 1520 275 54 0 1273 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 7852

[startup+342.301 s]
/proc/loadavg: 4.04 4.00 3.92 5/190 7324
/proc/meminfo: memFree=16200352/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=8908 CPUtime=342.3 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 151495 0 0 0 34207 23 0 0 25 0 1 0 469405175 9121792 1779 33554432000 134512640 134731564 4292925888 18446744073709551615 134669358 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2227 1779 275 54 0 1537 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 8908

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 7326
/proc/meminfo: memFree=16197612/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=7048 CPUtime=402.3 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 175145 0 0 0 40203 27 0 0 25 0 1 0 469405175 7217152 1328 33554432000 134512640 134731564 4292925888 18446744073709551615 134720137 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1762 1328 275 54 0 1072 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 7048

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 7328
/proc/meminfo: memFree=16195488/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=8500 CPUtime=462.3 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 208491 0 0 0 46200 30 0 0 25 0 1 0 469405175 8704000 1697 33554432000 134512640 134731564 4292925888 18446744073709551615 134720168 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2125 1697 275 54 0 1435 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 8500

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 7329
/proc/meminfo: memFree=16193608/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=9436 CPUtime=522.31 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 237939 0 0 0 52195 36 0 0 25 0 1 0 469405175 9662464 1913 33554432000 134512640 134731564 4292925888 18446744073709551615 134721058 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2359 1913 275 54 0 1669 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 9436

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 7331
/proc/meminfo: memFree=16195204/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=7588 CPUtime=582.31 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 272349 0 0 0 58189 42 0 0 25 0 1 0 469405175 7770112 1460 33554432000 134512640 134731564 4292925888 18446744073709551615 134720336 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1897 1460 275 54 0 1207 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 7588

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 7332
/proc/meminfo: memFree=16194820/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=7180 CPUtime=642.31 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 290305 0 0 0 64186 45 0 0 25 0 1 0 469405175 7352320 1358 33554432000 134512640 134731564 4292925888 18446744073709551615 134720133 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1795 1358 275 54 0 1105 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 7180

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 7334
/proc/meminfo: memFree=16193436/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=7576 CPUtime=702.31 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 318119 0 0 0 70182 49 0 0 25 0 1 0 469405175 7757824 1441 33554432000 134512640 134731564 4292925888 18446744073709551615 134659263 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1894 1441 275 54 0 1204 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 7576

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 7336
/proc/meminfo: memFree=16190688/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=8640 CPUtime=762.32 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 358961 0 0 0 76179 53 0 0 25 0 1 0 469405175 8847360 1719 33554432000 134512640 134731564 4292925888 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2160 1719 275 54 0 1470 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 8640

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 7337
/proc/meminfo: memFree=16192536/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=6520 CPUtime=822.31 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 381876 0 0 0 82174 57 0 0 25 0 1 0 469405175 6676480 1207 33554432000 134512640 134731564 4292925888 18446744073709551615 134720319 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1630 1207 275 54 0 940 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 6520

[startup+882.301 s]
/proc/loadavg: 4.05 4.01 3.93 5/190 7339
/proc/meminfo: memFree=16189172/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=8512 CPUtime=882.31 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 417041 0 0 0 88168 63 0 0 25 0 1 0 469405175 8716288 1686 33554432000 134512640 134731564 4292925888 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2128 1686 275 54 0 1438 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 8512

[startup+942.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 7340
/proc/meminfo: memFree=16186176/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=8684 CPUtime=942.32 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 444147 0 0 0 94164 68 0 0 25 0 1 0 469405175 8892416 1718 33554432000 134512640 134731564 4292925888 18446744073709551615 134720133 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2171 1718 275 54 0 1481 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 8684

[startup+1002.3 s]
/proc/loadavg: 4.08 4.02 3.93 5/190 7342
/proc/meminfo: memFree=16188652/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=6256 CPUtime=1002.32 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 469662 0 0 0 100160 72 0 0 25 0 1 0 469405175 6406144 1137 33554432000 134512640 134731564 4292925888 18446744073709551615 11788074 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1564 1137 275 54 0 874 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 6256

[startup+1062.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 7344
/proc/meminfo: memFree=16189136/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=6928 CPUtime=1062.32 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 509104 0 0 0 106154 78 0 0 25 0 1 0 469405175 7094272 1305 33554432000 134512640 134731564 4292925888 18446744073709551615 134720319 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1732 1305 275 54 0 1042 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 6928

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 7345
/proc/meminfo: memFree=16188008/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=7576 CPUtime=1122.33 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 525071 0 0 0 112152 81 0 0 25 0 1 0 469405175 7757824 1450 33554432000 134512640 134731564 4292925888 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1894 1450 275 54 0 1204 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 7576

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 7347
/proc/meminfo: memFree=16186268/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=6916 CPUtime=1182.33 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 553649 0 0 0 118147 86 0 0 25 0 1 0 469405175 7081984 1291 33554432000 134512640 134731564 4292925888 18446744073709551615 134721152 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1729 1291 275 54 0 1039 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 6916

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 7348
/proc/meminfo: memFree=16186752/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=7180 CPUtime=1242.33 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 583845 0 0 0 124144 89 0 0 25 0 1 0 469405175 7352320 1368 33554432000 134512640 134731564 4292925888 18446744073709551615 134620670 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 1795 1368 275 54 0 1105 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 7180



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.76 3.95 3.91 2/172 7404
/proc/meminfo: memFree=16256804/32951124 swapFree=67111528/67111528
[pid=7302] ppid=7300 vsize=10348 CPUtime=1300.04 cores=1,3
/proc/7302/stat : 7302 (MPhaseSAT) R 7300 7302 7014 0 -1 4202496 611087 0 0 0 129911 93 0 0 25 0 1 0 469405175 10596352 2138 33554432000 134512640 134731564 4292925888 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/7302/statm: 2587 2138 275 54 0 1897 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 10348

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.04
CPU user time (s): 1299.11
CPU system time (s): 0.931858
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 12328

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

runsolver used 2.13368 second user time and 4.96024 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-23 19:00:48
IDJOB=3265394
IDBENCH=85618
IDSOLVER=1520
FILE ID=node106/3265394-1303578048
RUNJOBID= node106-1303576739-7034
PBS_JOBID= 13150321
Free space on /tmp= 71744 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT05/crafted/sabharwal05/ordering/gt-ordering/sat/gt-030.shuffled-as.sat05-1295.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265394-1303578048/watcher-3265394-1303578048 -o /tmp/evaluation-result-3265394-1303578048/solver-3265394-1303578048 -C 2400 -W 1300 -M 7680  MPhaseSAT HOME/instance-3265394-1303578048.cnf

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

MD5SUM BENCH= f0614c8232d9b15ffdf32ce3e2c1390b
RANDOM SEED=2036826500

node106.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.830
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.830
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	: 5226.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16246764 kB
Buffers:       1983256 kB
Cached:       14078644 kB
SwapCached:          0 kB
Active:        9631180 kB
Inactive:      6513140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16246764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2296 kB
Writeback:           0 kB
AnonPages:       81936 kB
Mapped:          16584 kB
Slab:           497072 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   263904 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= 71744 MiB
End job on node106 at 2011-04-23 19:22:30