Trace number 3445801

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) 5000.12 4999.92

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1801.9
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of clauses36888
Sum of the clauses size368690
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 538
Number of clauses of size over 536850

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: 977)

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-3445801-1306980895/watcher-3445801-1306980895 -o /tmp/evaluation-result-3445801-1306980895/solver-3445801-1306980895 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445801-1306980895.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.01 1.99 2/554 28031
/proc/meminfo: memFree=25196416/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=4056 CPUtime=0.01 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 407 0 0 0 1 0 0 0 25 0 1 0 809686580 4153344 348 33554432000 134512640 134731564 4294941040 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 1014 348 225 54 0 324 0

[startup+0.102518 s]
/proc/loadavg: 1.92 2.01 1.99 2/554 28031
/proc/meminfo: memFree=25196416/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=5168 CPUtime=0.09 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 2381 0 0 0 9 0 0 0 25 0 1 0 809686580 5292032 840 33554432000 134512640 134731564 4294941040 18446744073709551615 9434620 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 1292 841 249 54 0 602 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5168

[startup+0.200499 s]
/proc/loadavg: 1.92 2.01 1.99 2/554 28031
/proc/meminfo: memFree=25196416/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=9164 CPUtime=0.19 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 3937 0 0 0 19 0 0 0 25 0 1 0 809686580 9383936 1803 33554432000 134512640 134731564 4294941040 18446744073709551615 9463772 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 2291 1803 262 54 0 1601 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9164

[startup+0.300477 s]
/proc/loadavg: 1.92 2.01 1.99 2/554 28031
/proc/meminfo: memFree=25196416/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=9840 CPUtime=0.29 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 4082 0 0 0 29 0 0 0 25 0 1 0 809686580 10076160 1948 33554432000 134512640 134731564 4294941040 18446744073709551615 134655798 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 2460 1948 262 54 0 1770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9840

[startup+0.7004 s]
/proc/loadavg: 1.92 2.01 1.99 2/554 28031
/proc/meminfo: memFree=25196416/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=10112 CPUtime=0.69 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 4150 0 0 0 69 0 0 0 25 0 1 0 809686580 10354688 2016 33554432000 134512640 134731564 4294941040 18446744073709551615 134721813 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 2528 2016 262 54 0 1838 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10112

[startup+1.50025 s]
/proc/loadavg: 1.92 2.01 1.99 3/555 28032
/proc/meminfo: memFree=25188604/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=10520 CPUtime=1.49 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 4234 0 0 0 149 0 0 0 25 0 1 0 809686580 10772480 2100 33554432000 134512640 134731564 4294941040 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 2630 2100 262 54 0 1940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10520

[startup+3.10094 s]
/proc/loadavg: 1.92 2.01 1.99 3/555 28032
/proc/meminfo: memFree=25186992/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=10932 CPUtime=3.09 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 4353 0 0 0 309 0 0 0 25 0 1 0 809686580 11194368 2219 33554432000 134512640 134731564 4294941040 18446744073709551615 134720131 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 2733 2219 262 54 0 2043 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10932

[startup+6.30034 s]
/proc/loadavg: 1.93 2.01 1.99 3/555 28032
/proc/meminfo: memFree=25185804/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=11632 CPUtime=6.29 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 4502 0 0 0 629 0 0 0 25 0 1 0 809686580 11911168 2368 33554432000 134512640 134731564 4294941040 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 2908 2368 262 54 0 2218 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11632

[startup+12.7011 s]
/proc/loadavg: 1.93 2.01 1.99 3/555 28032
/proc/meminfo: memFree=25183080/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=13544 CPUtime=12.69 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 12453 0 0 0 1268 1 0 0 25 0 1 0 809686580 13869056 2874 33554432000 134512640 134731564 4294941040 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 3386 2874 270 54 0 2696 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13544

[startup+25.5006 s]
/proc/loadavg: 1.95 2.01 1.99 3/555 28032
/proc/meminfo: memFree=25182444/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=12968 CPUtime=25.49 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 12693 0 0 0 2548 1 0 0 25 0 1 0 809686580 13279232 2764 33554432000 134512640 134731564 4294941040 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 3242 2764 270 54 0 2552 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12968

[startup+51.1007 s]
/proc/loadavg: 1.96 2.00 1.99 3/555 28033
/proc/meminfo: memFree=25181528/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=13696 CPUtime=51.1 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 25883 0 0 0 5108 2 0 0 25 0 1 0 809686580 14024704 2994 33554432000 134512640 134731564 4294941040 18446744073709551615 134620775 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 3424 2994 271 54 0 2734 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 13696

[startup+102.301 s]
/proc/loadavg: 1.98 2.00 1.99 3/555 28034
/proc/meminfo: memFree=25175184/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=20656 CPUtime=102.32 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 249134 0 0 0 10209 23 0 0 25 0 1 0 809686580 21151744 4647 33554432000 134512640 134731564 4294941040 18446744073709551615 134620742 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5164 4647 271 54 0 4474 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 20656

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/555 28036
/proc/meminfo: memFree=25172540/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=21224 CPUtime=162.3 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 249334 0 0 0 16207 23 0 0 25 0 1 0 809686580 21733376 4847 33554432000 134512640 134731564 4294941040 18446744073709551615 134620749 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5306 4847 271 54 0 4616 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 21224

[startup+222.321 s]
/proc/loadavg: 2.02 2.02 2.00 3/555 28038
/proc/meminfo: memFree=25171760/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=21660 CPUtime=222.32 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 249415 0 0 0 22209 23 0 0 25 0 1 0 809686580 22179840 4928 33554432000 134512640 134731564 4294941040 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5415 4928 271 54 0 4725 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 21660

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/555 28039
/proc/meminfo: memFree=25171108/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=21540 CPUtime=282.31 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 249488 0 0 0 28208 23 0 0 25 0 1 0 809686580 22056960 4937 33554432000 134512640 134731564 4294941040 18446744073709551615 134620755 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5385 4937 271 54 0 4695 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 21540

[startup+342.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/555 28041
/proc/meminfo: memFree=25170584/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=21968 CPUtime=342.31 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 249578 0 0 0 34208 23 0 0 25 0 1 0 809686580 22495232 5027 33554432000 134512640 134731564 4294941040 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5492 5027 271 54 0 4802 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 21968

[startup+402.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/555 28042
/proc/meminfo: memFree=25169068/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=21968 CPUtime=402.31 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 249579 0 0 0 40208 23 0 0 25 0 1 0 809686580 22495232 5028 33554432000 134512640 134731564 4294941040 18446744073709551615 134620664 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5492 5028 271 54 0 4802 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 21968

[startup+462.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/555 28044
/proc/meminfo: memFree=25169160/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=21988 CPUtime=462.31 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 249622 0 0 0 46208 23 0 0 25 0 1 0 809686580 22515712 5049 33554432000 134512640 134731564 4294941040 18446744073709551615 134620749 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5497 5049 271 54 0 4807 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 21988

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/555 28046
/proc/meminfo: memFree=25169008/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=22128 CPUtime=522.31 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 249649 0 0 0 52208 23 0 0 25 0 1 0 809686580 22659072 5076 33554432000 134512640 134731564 4294941040 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5532 5076 271 54 0 4842 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 22128

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 28047
/proc/meminfo: memFree=25168360/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=22392 CPUtime=582.32 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 249784 0 0 0 58209 23 0 0 25 0 1 0 809686580 22929408 5142 33554432000 134512640 134731564 4294941040 18446744073709551615 134659303 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5598 5142 271 54 0 4908 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 22392

[startup+642.3 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/555 28150
/proc/meminfo: memFree=25164276/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4002.45 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 400221 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4002.45
Current children cumulated vsize (KiB) 23816

[startup+4062.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/555 28152
/proc/meminfo: memFree=25164132/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4062.47 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 406223 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134665413 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 23816

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/555 28154
/proc/meminfo: memFree=25164224/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4122.46 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 412222 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134665364 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4122.46
Current children cumulated vsize (KiB) 23816

[startup+4182.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 28155
/proc/meminfo: memFree=25163572/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4182.48 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 418224 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620996 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 23816

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 28157
/proc/meminfo: memFree=25164036/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4242.46 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 424222 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620731 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 23816

[startup+4302.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/555 28158
/proc/meminfo: memFree=25162392/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4302.46 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 430222 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134621018 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 23816

[startup+4362.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/555 28160
/proc/meminfo: memFree=25163112/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4362.47 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 436223 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620731 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4362.47
Current children cumulated vsize (KiB) 23816

[startup+4422.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/555 28162
/proc/meminfo: memFree=25162828/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4422.47 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 442223 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620738 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 23816

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 28163
/proc/meminfo: memFree=25162796/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4482.47 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 448223 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 23816

[startup+4542.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/555 28165
/proc/meminfo: memFree=25162768/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4542.47 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 454223 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 23816

[startup+4602.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/555 28166
/proc/meminfo: memFree=25162616/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4602.48 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 460224 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620977 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 23816

[startup+4662.3 s]
/proc/loadavg: 1.69 1.96 1.98 2/549 28186
/proc/meminfo: memFree=25194572/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4662.48 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 466224 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134665431 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 23816

[startup+4722.3 s]
/proc/loadavg: 1.25 1.79 1.91 2/549 28188
/proc/meminfo: memFree=25194900/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4722.5 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 472226 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 23816

[startup+4782.3 s]
/proc/loadavg: 1.09 1.64 1.85 2/549 28189
/proc/meminfo: memFree=25194996/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4782.48 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 478224 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620770 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 23816

[startup+4842.32 s]
/proc/loadavg: 1.03 1.52 1.80 2/549 28191
/proc/meminfo: memFree=25194600/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4842.5 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 484226 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620725 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4842.5
Current children cumulated vsize (KiB) 23816

[startup+4902.3 s]
/proc/loadavg: 1.01 1.42 1.74 2/549 28192
/proc/meminfo: memFree=25195196/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4902.49 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 490225 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4902.49
Current children cumulated vsize (KiB) 23816

[startup+4962.3 s]
/proc/loadavg: 1.00 1.34 1.70 2/549 28194
/proc/meminfo: memFree=25195296/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=4962.49 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 496225 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 23816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.30 1.66 2/549 28195
/proc/meminfo: memFree=25195388/32950928 swapFree=67056580/67111528
[pid=28031] ppid=28029 vsize=23816 CPUtime=5000.11 cores=1,3,5,7
/proc/28031/stat : 28031 (MPhaseSAT) R 28029 28031 26913 0 -1 4202496 250256 0 0 0 499987 24 0 0 25 0 1 0 809686580 24387584 5481 33554432000 134512640 134731564 4294941040 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28031/statm: 5954 5481 272 54 0 5264 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 23816

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): 4999.92
CPU time (s): 5000.12
CPU user time (s): 4999.88
CPU system time (s): 0.244962
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 23816

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

runsolver used 26.548 second user time and 64.3792 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-02 04:14:55
IDJOB=3445801
IDBENCH=83899
IDSOLVER=1941
FILE ID=node148/3445801-1306980895
RUNJOBID= node148-1306970478-26932
PBS_JOBID= 13497687
Free space on /tmp= 73860 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445801-1306980895/watcher-3445801-1306980895 -o /tmp/evaluation-result-3445801-1306980895/solver-3445801-1306980895 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445801-1306980895.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=620943354

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:      25196572 kB
Buffers:        167748 kB
Cached:         427096 kB
SwapCached:       7908 kB
Active:        7035520 kB
Inactive:       411872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25196572 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:            1212 kB
Writeback:           0 kB
AnonPages:     6851068 kB
Mapped:          44888 kB
Slab:           179220 kB
PageTables:      57584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170404804 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= 73860 MiB
End job on node148 at 2011-06-02 05:38:17