Trace number 3280302

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) 1299.99 1300.01

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1033.89
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

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-3280302-1303747163/watcher-3280302-1303747163 -o /tmp/evaluation-result-3280302-1303747163/solver-3280302-1303747163 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3280302-1303747163.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.99 2.79 1.27 5/189 24753
/proc/meminfo: memFree=13717896/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=19800 CPUtime=0 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 321 0 0 0 0 0 0 0 21 0 1 0 467132626 20275200 262 33554432000 134512640 134761588 4288351952 18446744073709551615 10909645 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4950 262 225 61 0 4253 0

[startup+0.0672571 s]
/proc/loadavg: 3.99 2.79 1.27 5/189 24753
/proc/meminfo: memFree=13717896/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=19800 CPUtime=0.06 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 652 0 0 0 6 0 0 0 21 0 1 0 467132626 20275200 593 33554432000 134512640 134761588 4288351952 18446744073709551615 10911670 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4950 594 225 61 0 4253 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19800

[startup+0.100252 s]
/proc/loadavg: 3.99 2.79 1.27 5/189 24753
/proc/meminfo: memFree=13717896/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=19800 CPUtime=0.09 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 821 0 0 0 9 0 0 0 21 0 1 0 467132626 20275200 762 33554432000 134512640 134761588 4288351952 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4950 762 225 61 0 4253 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19800

[startup+0.300214 s]
/proc/loadavg: 3.99 2.79 1.27 5/189 24753
/proc/meminfo: memFree=13717896/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=19800 CPUtime=0.29 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 1848 0 0 0 29 0 0 0 22 0 1 0 467132626 20275200 1789 33554432000 134512640 134761588 4288351952 18446744073709551615 10911663 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4950 1790 225 61 0 4253 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19800

[startup+0.700141 s]
/proc/loadavg: 3.99 2.79 1.27 5/189 24753
/proc/meminfo: memFree=13717896/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=23552 CPUtime=0.68 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 4559 0 0 0 68 0 0 0 24 0 1 0 467132626 24117248 4499 33554432000 134512640 134761588 4288351952 18446744073709551615 11059975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 5888 4499 266 61 0 5191 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23552

[startup+1.501 s]
/proc/loadavg: 3.99 2.79 1.27 5/190 24754
/proc/meminfo: memFree=13653664/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=78188 CPUtime=1.49 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 19455 0 0 0 146 3 0 0 25 0 1 0 467132626 80064512 18365 33554432000 134512640 134761588 4288351952 18446744073709551615 134647331 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 19547 18365 473 61 0 18850 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78188

[startup+3.10072 s]
/proc/loadavg: 3.99 2.79 1.27 5/190 24754
/proc/meminfo: memFree=13661848/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=65884 CPUtime=3.09 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 31295 0 0 0 305 4 0 0 25 0 1 0 467132626 67465216 15270 33554432000 134512640 134761588 4288351952 18446744073709551615 134634886 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 16471 15270 482 61 0 15774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65884

[startup+6.30014 s]
/proc/loadavg: 3.99 2.81 1.29 5/190 24754
/proc/meminfo: memFree=13665564/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=69112 CPUtime=6.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 32103 0 0 0 624 4 0 0 25 0 1 0 467132626 70770688 16078 33554432000 134512640 134761588 4288351952 18446744073709551615 134622043 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 17278 16078 482 61 0 16581 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 69112

[startup+12.701 s]
/proc/loadavg: 3.99 2.83 1.30 5/190 24754
/proc/meminfo: memFree=13682196/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=52004 CPUtime=12.69 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 34212 0 0 0 1264 5 0 0 25 0 1 0 467132626 53252096 11806 33554432000 134512640 134761588 4288351952 18446744073709551615 134747101 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 13001 11806 487 61 0 12304 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52004

[startup+25.5007 s]
/proc/loadavg: 3.99 2.89 1.34 5/190 24755
/proc/meminfo: memFree=13679520/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=50152 CPUtime=25.49 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 39223 0 0 0 2543 6 0 0 25 0 1 0 467132626 51355648 11343 33554432000 134512640 134761588 4288351952 18446744073709551615 134682714 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 12538 11343 487 61 0 11841 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50152

[startup+51.1001 s]
/proc/loadavg: 3.99 2.98 1.41 5/190 24755
/proc/meminfo: memFree=13686436/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=39372 CPUtime=51.09 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 42019 0 0 0 5103 6 0 0 25 0 1 0 467132626 40316928 8680 33554432000 134512640 134761588 4288351952 18446744073709551615 134649540 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 9843 8680 487 61 0 9146 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 39372

[startup+102.307 s]
/proc/loadavg: 4.07 3.15 1.55 5/190 24766
/proc/meminfo: memFree=13702932/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=18524 CPUtime=102.29 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 93410 0 0 0 10218 11 0 0 25 0 1 0 467132626 18968576 4172 33554432000 134512640 134761588 4288351952 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4631 4172 496 61 0 3934 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 18524

[startup+162.3 s]
/proc/loadavg: 4.02 3.30 1.70 5/190 24767
/proc/meminfo: memFree=13708412/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=18152 CPUtime=162.29 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 100639 0 0 0 16217 12 0 0 25 0 1 0 467132626 18587648 4103 33554432000 134512640 134761588 4288351952 18446744073709551615 134632839 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4538 4103 503 61 0 3841 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 18152

[startup+222.3 s]
/proc/loadavg: 4.06 3.44 1.85 5/190 24769
/proc/meminfo: memFree=13697360/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=18668 CPUtime=222.29 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 109891 0 0 0 22215 14 0 0 25 0 1 0 467132626 19116032 4232 33554432000 134512640 134761588 4288351952 18446744073709551615 134681748 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4667 4232 503 61 0 3970 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 18668

[startup+282.301 s]
/proc/loadavg: 4.02 3.54 1.98 5/190 24770
/proc/meminfo: memFree=13699812/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=18540 CPUtime=282.29 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 117923 0 0 0 28214 15 0 0 25 0 1 0 467132626 18984960 4200 33554432000 134512640 134761588 4288351952 18446744073709551615 134651767 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4635 4200 503 61 0 3938 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 18540

[startup+342.301 s]
/proc/loadavg: 4.01 3.62 2.10 5/190 24772
/proc/meminfo: memFree=13696192/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=18412 CPUtime=342.29 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 126723 0 0 0 34212 17 0 0 25 0 1 0 467132626 18853888 4168 33554432000 134512640 134761588 4288351952 18446744073709551615 134748397 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4603 4168 503 61 0 3906 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 18412

[startup+402.3 s]
/proc/loadavg: 4.00 3.69 2.22 5/190 24774
/proc/meminfo: memFree=13700624/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=18156 CPUtime=402.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 134371 0 0 0 40210 18 0 0 25 0 1 0 467132626 18591744 4104 33554432000 134512640 134761588 4288351952 18446744073709551615 134636432 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4539 4104 503 61 0 3842 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 18156

[startup+462.301 s]
/proc/loadavg: 4.00 3.74 2.33 5/190 24775
/proc/meminfo: memFree=13702584/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=18540 CPUtime=462.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 143203 0 0 0 46209 19 0 0 25 0 1 0 467132626 18984960 4200 33554432000 134512640 134761588 4288351952 18446744073709551615 134747199 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4635 4200 503 61 0 3938 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 18540

[startup+522.301 s]
/proc/loadavg: 4.00 3.79 2.43 5/190 24777
/proc/meminfo: memFree=13701320/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=23148 CPUtime=522.29 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 153315 0 0 0 52208 21 0 0 25 0 1 0 467132626 23703552 5352 33554432000 134512640 134761588 4288351952 18446744073709551615 134651767 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 5787 5352 503 61 0 5090 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 23148

[startup+582.301 s]
/proc/loadavg: 4.00 3.82 2.52 5/190 24778
/proc/meminfo: memFree=13697808/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=22380 CPUtime=582.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 163587 0 0 0 58206 22 0 0 25 0 1 0 467132626 22917120 5160 33554432000 134512640 134761588 4288351952 18446744073709551615 134617156 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 5595 5160 503 61 0 4898 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 22380

[startup+642.3 s]
/proc/loadavg: 4.00 3.85 2.61 5/190 24780
/proc/meminfo: memFree=13695804/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=18668 CPUtime=642.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 172515 0 0 0 64205 23 0 0 25 0 1 0 467132626 19116032 4232 33554432000 134512640 134761588 4288351952 18446744073709551615 134747539 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4667 4232 503 61 0 3970 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 18668

[startup+702.301 s]
/proc/loadavg: 4.04 3.89 2.70 5/190 24782
/proc/meminfo: memFree=13695040/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=22252 CPUtime=702.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 182147 0 0 0 70204 24 0 0 25 0 1 0 467132626 22786048 5128 33554432000 134512640 134761588 4288351952 18446744073709551615 134747218 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 5563 5128 503 61 0 4866 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 22252

[startup+762.307 s]
/proc/loadavg: 4.09 3.92 2.79 5/190 24783
/proc/meminfo: memFree=13687076/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=19308 CPUtime=762.29 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 190627 0 0 0 76203 26 0 0 25 0 1 0 467132626 19771392 4392 33554432000 134512640 134761588 4288351952 18446744073709551615 134636885 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4827 4392 503 61 0 4130 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 19308

[startup+822.301 s]
/proc/loadavg: 4.03 3.94 2.86 5/190 24785
/proc/meminfo: memFree=13703300/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=22380 CPUtime=822.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 200643 0 0 0 82201 27 0 0 25 0 1 0 467132626 22917120 5160 33554432000 134512640 134761588 4288351952 18446744073709551615 134747182 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 5595 5160 503 61 0 4898 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 22380

[startup+882.3 s]
/proc/loadavg: 4.01 3.94 2.93 5/190 24786
/proc/meminfo: memFree=13699420/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=18028 CPUtime=882.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 208963 0 0 0 88199 29 0 0 25 0 1 0 467132626 18460672 4072 33554432000 134512640 134761588 4288351952 18446744073709551615 134685618 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4507 4072 503 61 0 3810 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 18028

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 2.99 5/190 24788
/proc/meminfo: memFree=13689728/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=21996 CPUtime=942.27 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 218467 0 0 0 94198 29 0 0 25 0 1 0 467132626 22523904 5064 33554432000 134512640 134761588 4288351952 18446744073709551615 134616924 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 5499 5064 503 61 0 4802 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 21996

[startup+1002.3 s]
/proc/loadavg: 3.54 3.83 3.01 4/185 24864
/proc/meminfo: memFree=13855492/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=22252 CPUtime=1002.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 228387 0 0 0 100198 30 0 0 25 0 1 0 467132626 22786048 5128 33554432000 134512640 134761588 4288351952 18446744073709551615 134680988 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 5563 5128 503 61 0 4866 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 22252

[startup+1062.3 s]
/proc/loadavg: 3.76 3.83 3.06 5/190 24875
/proc/meminfo: memFree=13838544/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=17900 CPUtime=1062.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 239396 0 0 0 106196 32 0 0 25 0 1 0 467132626 18329600 4040 33554432000 134512640 134761588 4288351952 18446744073709551615 134636546 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4475 4040 503 61 0 3778 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 17900

[startup+1122.3 s]
/proc/loadavg: 3.91 3.86 3.11 5/190 24877
/proc/meminfo: memFree=13828212/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=17388 CPUtime=1122.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 249156 0 0 0 112195 33 0 0 25 0 1 0 467132626 17805312 3912 33554432000 134512640 134761588 4288351952 18446744073709551615 134748077 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4347 3912 503 61 0 3650 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 17388

[startup+1182.3 s]
/proc/loadavg: 3.97 3.88 3.17 5/190 24878
/proc/meminfo: memFree=13818372/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=18672 CPUtime=1182.27 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 257861 0 0 0 118193 34 0 0 25 0 1 0 467132626 19120128 4233 33554432000 134512640 134761588 4288351952 18446744073709551615 134747199 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 4668 4233 503 61 0 3971 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 18672

[startup+1242.3 s]
/proc/loadavg: 3.98 3.90 3.22 5/190 24880
/proc/meminfo: memFree=13789812/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=22384 CPUtime=1242.28 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 268101 0 0 0 124192 36 0 0 25 0 1 0 467132626 22921216 5161 33554432000 134512640 134761588 4288351952 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 5596 5161 503 61 0 4899 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 22384



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.92 3.26 5/190 24882
/proc/meminfo: memFree=13821396/32951124 swapFree=67111528/67111528
[pid=24753] ppid=24751 vsize=22768 CPUtime=1299.98 cores=1,3
/proc/24753/stat : 24753 (MPhaseSAT64) R 24751 24753 24629 0 -1 4202496 276773 0 0 0 129961 37 0 0 25 0 1 0 467132626 23314432 5257 33554432000 134512640 134761588 4288351952 18446744073709551615 134748536 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24753/statm: 5692 5257 503 61 0 4995 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 22768

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): 1299.99
CPU user time (s): 1299.61
CPU system time (s): 0.375942
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 79688

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

runsolver used 1.92271 second user time and 4.39633 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 17:59:24
IDJOB=3280302
IDBENCH=20384
IDSOLVER=1521
FILE ID=node146/3280302-1303747163
RUNJOBID= node146-1303746801-24649
PBS_JOBID= 13154016
Free space on /tmp= 72772 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280302-1303747163/watcher-3280302-1303747163 -o /tmp/evaluation-result-3280302-1303747163/solver-3280302-1303747163 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3280302-1303747163.cnf

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

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=176542667

node146.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	: 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.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.86
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.75
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13718176 kB
Buffers:       2071556 kB
Cached:       16391536 kB
SwapCached:          0 kB
Active:        9806260 kB
Inactive:      8893244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13718176 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19432 kB
Writeback:          28 kB
AnonPages:      236064 kB
Mapped:          16620 kB
Slab:           468000 kB
PageTables:       5724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   429020 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= 72816 MiB
End job on node146 at 2011-04-25 18:21:06