Trace number 3287478

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.05 1300.01

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3057.55
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 5,7

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: 2.90 3.71 3.69 4/189 6577
/proc/meminfo: memFree=23955092/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=10700 CPUtime=0 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 488737624 10956800 275 33554432000 134512640 134761588 4292476832 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 2675 275 225 61 0 1978 0

[startup+0.0356351 s]
/proc/loadavg: 2.90 3.71 3.69 4/189 6577
/proc/meminfo: memFree=23955092/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=10700 CPUtime=0.03 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 484 0 0 0 3 0 0 0 25 0 1 0 488737624 10956800 426 33554432000 134512640 134761588 4292476832 18446744073709551615 3821494 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 2675 426 225 61 0 1978 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10700

[startup+0.100635 s]
/proc/loadavg: 2.90 3.71 3.69 4/189 6577
/proc/meminfo: memFree=23955092/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=10700 CPUtime=0.09 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 801 0 0 0 9 0 0 0 25 0 1 0 488737624 10956800 743 33554432000 134512640 134761588 4292476832 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 2675 743 225 61 0 1978 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10700

[startup+0.300592 s]
/proc/loadavg: 2.90 3.71 3.69 4/189 6577
/proc/meminfo: memFree=23955092/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=10700 CPUtime=0.29 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 1747 0 0 0 29 0 0 0 25 0 1 0 488737624 10956800 1689 33554432000 134512640 134761588 4292476832 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 2675 1690 225 61 0 1978 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10700

[startup+0.70052 s]
/proc/loadavg: 2.90 3.71 3.69 4/189 6577
/proc/meminfo: memFree=23955092/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=17456 CPUtime=0.69 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 25444 0 0 0 66 3 0 0 25 0 1 0 488737624 17874944 3901 33554432000 134512640 134761588 4292476832 18446744073709551615 134676169 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 4364 3901 561 61 0 3667 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17456

[startup+1.50037 s]
/proc/loadavg: 2.90 3.71 3.69 5/190 6578
/proc/meminfo: memFree=23914420/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=46704 CPUtime=1.49 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 39550 0 0 0 144 5 0 0 25 0 1 0 488737624 47824896 11228 33554432000 134512640 134761588 4292476832 18446744073709551615 134622617 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 11676 11228 576 61 0 10979 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46704

[startup+3.10108 s]
/proc/loadavg: 2.90 3.71 3.69 5/190 6578
/proc/meminfo: memFree=23902020/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=40496 CPUtime=3.09 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 46802 0 0 0 303 6 0 0 25 0 1 0 488737624 41467904 9655 33554432000 134512640 134761588 4292476832 18446744073709551615 134622272 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 10124 9655 582 61 0 9427 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40496

[startup+6.30051 s]
/proc/loadavg: 3.15 3.75 3.70 5/190 6579
/proc/meminfo: memFree=23891608/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=46132 CPUtime=6.29 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 48211 0 0 0 622 7 0 0 25 0 1 0 488737624 47239168 11064 33554432000 134512640 134761588 4292476832 18446744073709551615 134649280 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 11533 11064 582 61 0 10836 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46132

[startup+12.7004 s]
/proc/loadavg: 3.22 3.76 3.70 5/190 6579
/proc/meminfo: memFree=23881612/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=72756 CPUtime=12.69 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 54867 0 0 0 1262 7 0 0 25 0 1 0 488737624 74502144 17720 33554432000 134512640 134761588 4292476832 18446744073709551615 134620899 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 18189 17720 582 61 0 17492 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72756

[startup+25.501 s]
/proc/loadavg: 3.39 3.77 3.71 5/190 6606
/proc/meminfo: memFree=23900220/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=31856 CPUtime=25.49 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 57148 0 0 0 2541 8 0 0 25 0 1 0 488737624 32620544 7518 33554432000 134512640 134761588 4292476832 18446744073709551615 134748408 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 7964 7518 586 61 0 7267 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31856

[startup+51.1004 s]
/proc/loadavg: 3.60 3.78 3.71 5/190 6607
/proc/meminfo: memFree=23890624/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=33572 CPUtime=51.09 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 118419 0 0 0 5093 16 0 0 25 0 1 0 488737624 34377728 7772 33554432000 134512640 134761588 4292476832 18446744073709551615 134636010 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 8393 7772 406 61 0 7696 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 33572

[startup+102.307 s]
/proc/loadavg: 3.84 3.82 3.73 5/190 6608
/proc/meminfo: memFree=23886000/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=30580 CPUtime=102.3 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 124670 0 0 0 10212 18 0 0 25 0 1 0 488737624 31313920 7179 33554432000 134512640 134761588 4292476832 18446744073709551615 134664331 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 7645 7179 406 61 0 6948 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 30580

[startup+162.3 s]
/proc/loadavg: 3.93 3.85 3.74 5/190 6610
/proc/meminfo: memFree=23864532/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=41560 CPUtime=162.3 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 133538 0 0 0 16211 19 0 0 25 0 1 0 488737624 42557440 9924 33554432000 134512640 134761588 4292476832 18446744073709551615 134635976 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 10390 9924 406 61 0 9693 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 41560

[startup+222.301 s]
/proc/loadavg: 4.02 3.89 3.76 5/190 6611
/proc/meminfo: memFree=23862368/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=39384 CPUtime=222.29 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 143471 0 0 0 22209 20 0 0 25 0 1 0 488737624 40329216 9380 33554432000 134512640 134761588 4292476832 18446744073709551615 134632841 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 9846 9380 406 61 0 9149 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 39384

[startup+282.301 s]
/proc/loadavg: 4.04 3.92 3.77 5/190 6613
/proc/meminfo: memFree=23869008/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=43300 CPUtime=282.3 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 153181 0 0 0 28208 22 0 0 25 0 1 0 488737624 44339200 10359 33554432000 134512640 134761588 4292476832 18446744073709551615 134748428 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 10825 10359 406 61 0 10128 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 43300

[startup+342.301 s]
/proc/loadavg: 4.01 3.93 3.79 5/190 6614
/proc/meminfo: memFree=23864260/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=38156 CPUtime=342.3 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 161324 0 0 0 34206 24 0 0 25 0 1 0 488737624 39071744 9096 33554432000 134512640 134761588 4292476832 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 9539 9096 406 61 0 8842 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 38156

[startup+402.301 s]
/proc/loadavg: 4.00 3.94 3.80 5/190 6616
/proc/meminfo: memFree=23855280/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=49392 CPUtime=402.3 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 172112 0 0 0 40205 25 0 0 25 0 1 0 488737624 50577408 11905 33554432000 134512640 134761588 4292476832 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 12348 11905 406 61 0 11651 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 49392

[startup+462.3 s]
/proc/loadavg: 4.07 3.96 3.81 6/190 6618
/proc/meminfo: memFree=23864164/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=45288 CPUtime=462.3 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 180940 0 0 0 46204 26 0 0 25 0 1 0 488737624 46374912 10856 33554432000 134512640 134761588 4292476832 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 11322 10856 406 61 0 10625 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 45288

[startup+522.3 s]
/proc/loadavg: 4.02 3.97 3.82 5/190 6619
/proc/meminfo: memFree=23848368/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=52416 CPUtime=522.3 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 190641 0 0 0 52203 27 0 0 25 0 1 0 488737624 53673984 12638 33554432000 134512640 134761588 4292476832 18446744073709551615 134682322 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 13104 12638 406 61 0 12407 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 52416

[startup+582.3 s]
/proc/loadavg: 4.01 3.97 3.83 5/190 6621
/proc/meminfo: memFree=23860964/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=44852 CPUtime=582.31 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 197078 0 0 0 58203 28 0 0 25 0 1 0 488737624 45928448 10747 33554432000 134512640 134761588 4292476832 18446744073709551615 134747272 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 11213 10747 406 61 0 10516 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 44852

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.83 5/190 6622
/proc/meminfo: memFree=23858812/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=43324 CPUtime=642.31 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 205404 0 0 0 64202 29 0 0 25 0 1 0 488737624 44363776 10397 33554432000 134512640 134761588 4292476832 18446744073709551615 134747168 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 10831 10397 406 61 0 10134 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 43324

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.84 5/190 6624
/proc/meminfo: memFree=23854284/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=44848 CPUtime=702.31 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 213983 0 0 0 70200 31 0 0 25 0 1 0 488737624 45924352 10778 33554432000 134512640 134761588 4292476832 18446744073709551615 134747305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 11212 10778 406 61 0 10515 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 44848

[startup+762.307 s]
/proc/loadavg: 4.06 3.99 3.85 5/190 6626
/proc/meminfo: memFree=23853976/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=47404 CPUtime=762.31 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 221950 0 0 0 76199 32 0 0 25 0 1 0 488737624 48541696 11417 33554432000 134512640 134761588 4292476832 18446744073709551615 134748168 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 11851 11417 406 61 0 11154 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 47404

[startup+822.301 s]
/proc/loadavg: 4.16 4.03 3.87 6/190 6627
/proc/meminfo: memFree=23859520/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=43820 CPUtime=822.31 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 228829 0 0 0 82198 33 0 0 25 0 1 0 488737624 44871680 10521 33554432000 134512640 134761588 4292476832 18446744073709551615 134747274 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 10955 10521 406 61 0 10258 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 43820

[startup+882.3 s]
/proc/loadavg: 4.05 4.02 3.88 5/190 6629
/proc/meminfo: memFree=23851916/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=50476 CPUtime=882.32 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 237945 0 0 0 88197 35 0 0 25 0 1 0 488737624 51687424 12185 33554432000 134512640 134761588 4292476832 18446744073709551615 134747199 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 12619 12185 406 61 0 11922 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 50476

[startup+942.3 s]
/proc/loadavg: 4.02 4.02 3.89 5/190 6630
/proc/meminfo: memFree=23851016/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=43816 CPUtime=942.32 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 246038 0 0 0 94196 36 0 0 25 0 1 0 488737624 44867584 10520 33554432000 134512640 134761588 4292476832 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 10954 10520 406 61 0 10257 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 43816

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.89 5/190 6632
/proc/meminfo: memFree=23854204/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=39720 CPUtime=1002.32 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 251510 0 0 0 100195 37 0 0 25 0 1 0 488737624 40673280 9496 33554432000 134512640 134761588 4292476832 18446744073709551615 134748283 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 9930 9496 406 61 0 9233 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 39720

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.90 5/190 6634
/proc/meminfo: memFree=23845352/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=45736 CPUtime=1062.32 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 259123 0 0 0 106194 38 0 0 25 0 1 0 488737624 46833664 11000 33554432000 134512640 134761588 4292476832 18446744073709551615 134748168 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 11434 11000 406 61 0 10737 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 45736

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 6644
/proc/meminfo: memFree=23865680/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=37540 CPUtime=1122.33 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 263919 0 0 0 112194 39 0 0 25 0 1 0 488737624 38440960 8951 33554432000 134512640 134761588 4292476832 18446744073709551615 134747294 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 9385 8951 406 61 0 8688 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 37540

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 6646
/proc/meminfo: memFree=23869988/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=35620 CPUtime=1182.33 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 270603 0 0 0 118193 40 0 0 25 0 1 0 488737624 36474880 8471 33554432000 134512640 134761588 4292476832 18446744073709551615 134748428 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 8905 8471 406 61 0 8208 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 35620

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 6647
/proc/meminfo: memFree=23859780/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=43684 CPUtime=1242.32 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 277607 0 0 0 124192 40 0 0 25 0 1 0 488737624 44732416 10487 33554432000 134512640 134761588 4292476832 18446744073709551615 134747199 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 10921 10487 406 61 0 10224 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 43684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 3/180 6688
/proc/meminfo: memFree=23923344/32951124 swapFree=67111412/67111528
[pid=6577] ppid=6575 vsize=44324 CPUtime=1300.04 cores=5,7
/proc/6577/stat : 6577 (MPhaseSAT64) R 6575 6577 5523 0 -1 4202496 285023 0 0 0 129962 42 0 0 25 0 1 0 488737624 45387776 10647 33554432000 134512640 134761588 4292476832 18446744073709551615 134747285 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/6577/statm: 11081 10647 406 61 0 10384 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 44324

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.05
CPU user time (s): 1299.62
CPU system time (s): 0.422935
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 72756

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

runsolver used 2.06369 second user time and 5.02923 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-26 00:43:19
IDJOB=3287478
IDBENCH=82468
IDSOLVER=1521
FILE ID=node137/3287478-1303771399
RUNJOBID= node137-1303771396-6511
PBS_JOBID= 13157155
Free space on /tmp= 71776 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287478-1303771399/watcher-3287478-1303771399 -o /tmp/evaluation-result-3287478-1303771399/solver-3287478-1303771399 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3287478-1303771399.cnf

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=40741095

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      23955132 kB
Buffers:       1738780 kB
Cached:        6585784 kB
SwapCached:        112 kB
Active:        1849152 kB
Inactive:      6593912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23955132 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           20016 kB
Writeback:           0 kB
AnonPages:      118544 kB
Mapped:          16648 kB
Slab:           489460 kB
PageTables:       5344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   303400 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= 71780 MiB
End job on node137 at 2011-04-26 01:05:01