Trace number 3291940

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.01 1300.03

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

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-3291940-1303789530/watcher-3291940-1303789530 -o /tmp/evaluation-result-3291940-1303789530/solver-3291940-1303789530 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3291940-1303789530.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: 3.80 3.85 3.65 5/189 14216
/proc/meminfo: memFree=16183640/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=115116 CPUtime=0 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 490553115 117878784 270 33554432000 134512640 134761588 4287019152 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 28779 270 225 61 0 28082 0

[startup+0.0681371 s]
/proc/loadavg: 3.80 3.85 3.65 5/189 14216
/proc/meminfo: memFree=16183640/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=115116 CPUtime=0.06 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 669 0 0 0 6 0 0 0 23 0 1 0 490553115 117878784 611 33554432000 134512640 134761588 4287019152 18446744073709551615 12232684 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 28779 611 225 61 0 28082 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 115116

[startup+0.100132 s]
/proc/loadavg: 3.80 3.85 3.65 5/189 14216
/proc/meminfo: memFree=16183640/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=115116 CPUtime=0.09 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 835 0 0 0 9 0 0 0 23 0 1 0 490553115 117878784 777 33554432000 134512640 134761588 4287019152 18446744073709551615 12270146 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 28779 777 225 61 0 28082 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 115116

[startup+0.300097 s]
/proc/loadavg: 3.80 3.85 3.65 5/189 14216
/proc/meminfo: memFree=16183640/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=115116 CPUtime=0.29 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 1862 0 0 0 29 0 0 0 25 0 1 0 490553115 117878784 1804 33554432000 134512640 134761588 4287019152 18446744073709551615 12241626 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 28779 1804 225 61 0 28082 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 115116

[startup+0.701027 s]
/proc/loadavg: 3.80 3.85 3.65 5/189 14216
/proc/meminfo: memFree=16183640/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=115116 CPUtime=0.69 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 3909 0 0 0 68 1 0 0 25 0 1 0 490553115 117878784 3851 33554432000 134512640 134761588 4287019152 18446744073709551615 12331972 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 28779 3852 225 61 0 28082 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115116

[startup+1.50089 s]
/proc/loadavg: 3.82 3.85 3.66 5/190 14217
/proc/meminfo: memFree=16162560/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=115116 CPUtime=1.49 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 7916 0 0 0 147 2 0 0 25 0 1 0 490553115 117878784 7858 33554432000 134512640 134761588 4287019152 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 28779 7858 225 61 0 28082 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 115116

[startup+3.10061 s]
/proc/loadavg: 3.82 3.85 3.66 5/190 14217
/proc/meminfo: memFree=16121604/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=115116 CPUtime=3.09 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 15694 0 0 0 304 5 0 0 25 0 1 0 490553115 117878784 15636 33554432000 134512640 134761588 4287019152 18446744073709551615 12232684 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 28779 15636 225 61 0 28082 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115116

[startup+6.30704 s]
/proc/loadavg: 3.83 3.85 3.66 5/190 14217
/proc/meminfo: memFree=15989316/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=322160 CPUtime=6.29 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 52084 0 0 0 618 11 0 0 25 0 1 0 490553115 329891840 51661 33554432000 134512640 134761588 4287019152 18446744073709551615 134559115 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 80540 51661 592 61 0 79843 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 322160

[startup+12.701 s]
/proc/loadavg: 3.85 3.86 3.66 5/190 14217
/proc/meminfo: memFree=15903392/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=288428 CPUtime=12.69 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 139230 0 0 0 1245 24 0 0 25 0 1 0 490553115 295350272 71627 33554432000 134512640 134761588 4287019152 18446744073709551615 134536623 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 72107 71627 599 61 0 71410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 288428

[startup+25.5007 s]
/proc/loadavg: 3.87 3.86 3.66 5/190 14217
/proc/meminfo: memFree=15936508/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=250940 CPUtime=25.49 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 274920 0 0 0 2507 42 0 0 25 0 1 0 490553115 256962560 45737 33554432000 134512640 134761588 4287019152 18446744073709551615 134552442 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 62735 45737 601 61 0 62038 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 250940

[startup+51.1002 s]
/proc/loadavg: 3.92 3.87 3.67 5/190 14218
/proc/meminfo: memFree=15693640/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=500116 CPUtime=51.09 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 455439 0 0 0 5041 68 0 0 25 0 1 0 490553115 512118784 122907 33554432000 134512640 134761588 4287019152 18446744073709551615 134635923 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 125029 122907 635 61 0 124332 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 500116

[startup+102.3 s]
/proc/loadavg: 3.96 3.89 3.68 5/190 14220
/proc/meminfo: memFree=15638068/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=527220 CPUtime=102.29 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 504096 0 0 0 10155 74 0 0 25 0 1 0 490553115 539873280 129683 33554432000 134512640 134761588 4287019152 18446744073709551615 134679480 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 131805 129683 635 61 0 131108 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 527220

[startup+162.301 s]
/proc/loadavg: 3.98 3.91 3.70 5/190 14221
/proc/meminfo: memFree=15691988/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=488824 CPUtime=162.28 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 520481 0 0 0 16151 77 0 0 25 0 1 0 490553115 500555776 120084 33554432000 134512640 134761588 4287019152 18446744073709551615 134748099 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122206 120084 635 61 0 121509 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 488824

[startup+222.301 s]
/proc/loadavg: 3.99 3.92 3.72 5/190 14223
/proc/meminfo: memFree=15666788/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=511016 CPUtime=222.29 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 539632 0 0 0 22149 80 0 0 25 0 1 0 490553115 523280384 125632 33554432000 134512640 134761588 4287019152 18446744073709551615 134636020 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 127754 125632 635 61 0 127057 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 511016

[startup+282.3 s]
/proc/loadavg: 3.99 3.93 3.73 5/190 14224
/proc/meminfo: memFree=15665760/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=490928 CPUtime=282.29 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 539632 0 0 0 28149 80 0 0 25 0 1 0 490553115 502710272 120610 33554432000 134512640 134761588 4287019152 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122732 120610 635 61 0 122035 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 490928

[startup+342.301 s]
/proc/loadavg: 3.99 3.94 3.75 5/190 14226
/proc/meminfo: memFree=15665000/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=491420 CPUtime=342.29 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 548434 0 0 0 34147 82 0 0 25 0 1 0 490553115 503214080 120733 33554432000 134512640 134761588 4287019152 18446744073709551615 134635808 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122855 120733 635 61 0 122158 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 491420

[startup+402.306 s]
/proc/loadavg: 3.99 3.95 3.76 5/190 14228
/proc/meminfo: memFree=15665588/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=491160 CPUtime=402.3 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 549719 0 0 0 40148 82 0 0 25 0 1 0 490553115 502947840 120668 33554432000 134512640 134761588 4287019152 18446744073709551615 134748067 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122790 120668 635 61 0 122093 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 491160

[startup+462.301 s]
/proc/loadavg: 4.04 3.97 3.77 5/190 14229
/proc/meminfo: memFree=15635932/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=513124 CPUtime=462.28 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 565892 0 0 0 46144 84 0 0 25 0 1 0 490553115 525438976 126159 33554432000 134512640 134761588 4287019152 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 128281 126159 635 61 0 127584 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 513124

[startup+522.3 s]
/proc/loadavg: 4.01 3.97 3.79 5/190 14231
/proc/meminfo: memFree=15624740/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=489492 CPUtime=522.29 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 577894 0 0 0 52143 86 0 0 25 0 1 0 490553115 501239808 120251 33554432000 134512640 134761588 4287019152 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122373 120251 635 61 0 121676 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 489492

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 14232
/proc/meminfo: memFree=15655348/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=489964 CPUtime=582.28 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 588782 0 0 0 58141 87 0 0 25 0 1 0 490553115 501723136 120369 33554432000 134512640 134761588 4287019152 18446744073709551615 134726321 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122491 120369 635 61 0 121794 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 489964

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.81 5/190 14234
/proc/meminfo: memFree=15622692/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=490204 CPUtime=642.29 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 598448 0 0 0 64140 89 0 0 25 0 1 0 490553115 501968896 120429 33554432000 134512640 134761588 4287019152 18446744073709551615 134690691 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122551 120429 635 61 0 121854 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 490204

[startup+702.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/190 14235
/proc/meminfo: memFree=15655896/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=488992 CPUtime=702.28 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 612223 0 0 0 70137 91 0 0 25 0 1 0 490553115 500727808 120126 33554432000 134512640 134761588 4287019152 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122248 120126 635 61 0 121551 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 488992

[startup+762.301 s]
/proc/loadavg: 4.05 3.99 3.83 5/190 14237
/proc/meminfo: memFree=15643344/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=499296 CPUtime=762.28 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 625008 0 0 0 76135 93 0 0 25 0 1 0 490553115 511279104 122702 33554432000 134512640 134761588 4287019152 18446744073709551615 134726260 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 124824 122702 635 61 0 124127 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 499296

[startup+822.3 s]
/proc/loadavg: 4.02 3.99 3.84 5/190 14239
/proc/meminfo: memFree=15657324/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=489808 CPUtime=822.28 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 646928 0 0 0 82132 96 0 0 25 0 1 0 490553115 501563392 120330 33554432000 134512640 134761588 4287019152 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122452 120330 635 61 0 121755 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 489808

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.84 5/190 14240
/proc/meminfo: memFree=15647612/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=489528 CPUtime=882.28 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 655889 0 0 0 88130 98 0 0 25 0 1 0 490553115 501276672 120260 33554432000 134512640 134761588 4287019152 18446744073709551615 134747269 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122382 120260 635 61 0 121685 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 489528

[startup+942.3 s]
/proc/loadavg: 4.04 4.00 3.85 5/190 14251
/proc/meminfo: memFree=15658464/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=490220 CPUtime=942.28 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 656977 0 0 0 94130 98 0 0 25 0 1 0 490553115 501985280 120433 33554432000 134512640 134761588 4287019152 18446744073709551615 134690691 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122555 120433 635 61 0 121858 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 490220

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.86 5/190 14252
/proc/meminfo: memFree=15633188/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=511800 CPUtime=1002.27 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 670885 0 0 0 100128 99 0 0 25 0 1 0 490553115 524083200 125828 33554432000 134512640 134761588 4287019152 18446744073709551615 134643472 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 127950 125828 635 61 0 127253 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 511800

[startup+1062.31 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 14254
/proc/meminfo: memFree=15648656/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=489860 CPUtime=1062.28 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 679654 0 0 0 106127 101 0 0 25 0 1 0 490553115 501616640 120343 33554432000 134512640 134761588 4287019152 18446744073709551615 134751840 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122465 120343 635 61 0 121768 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 489860

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 14259
/proc/meminfo: memFree=15653824/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=488836 CPUtime=1122.27 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 688999 0 0 0 112125 102 0 0 25 0 1 0 490553115 500568064 120087 33554432000 134512640 134761588 4287019152 18446744073709551615 134680540 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 122209 120087 635 61 0 121512 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 488836

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 14260
/proc/meminfo: memFree=15642596/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=494832 CPUtime=1182.28 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 700606 0 0 0 118124 104 0 0 25 0 1 0 490553115 506707968 121586 33554432000 134512640 134761588 4287019152 18446744073709551615 134726526 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 123708 121586 635 61 0 123011 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 494832

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.88 5/188 14355
/proc/meminfo: memFree=14884720/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=495344 CPUtime=1242.27 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 710954 0 0 0 124122 105 0 0 25 0 1 0 490553115 507232256 121714 33554432000 134512640 134761588 4287019152 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 123836 121714 635 61 0 123139 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 495344



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.03 3.90 5/190 14401
/proc/meminfo: memFree=14758768/32950928 swapFree=67111528/67111528
[pid=14216] ppid=14214 vsize=495816 CPUtime=1299.98 cores=5,7
/proc/14216/stat : 14216 (MPhaseSAT64) R 14214 14216 14072 0 -1 4202496 712725 0 0 0 129892 106 0 0 25 0 1 0 490553115 507715584 121832 33554432000 134512640 134761588 4287019152 18446744073709551615 134689990 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14216/statm: 123954 121832 635 61 0 123257 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 495816

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.03
CPU time (s): 1300.01
CPU user time (s): 1298.93
CPU system time (s): 1.08383
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 554464

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

runsolver used 2.14467 second user time and 4.94325 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-26 05:45:35
IDJOB=3291940
IDBENCH=85005
IDSOLVER=1521
FILE ID=node125/3291940-1303789530
RUNJOBID= node125-1303789442-14093
PBS_JOBID= 13157261
Free space on /tmp= 73160 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291940-1303789530/watcher-3291940-1303789530 -o /tmp/evaluation-result-3291940-1303789530/solver-3291940-1303789530 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3291940-1303789530.cnf

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=183741119

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.828
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.828
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.74
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.828
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.828
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:     32950928 kB
MemFree:      16183920 kB
Buffers:       2204116 kB
Cached:       13814676 kB
SwapCached:          0 kB
Active:        8108784 kB
Inactive:      8121368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16183920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          156632 kB
Writeback:           0 kB
AnonPages:      210612 kB
Mapped:          16708 kB
Slab:           470848 kB
PageTables:       5528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   400776 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= 72908 MiB
End job on node125 at 2011-04-26 06:07:17