Trace number 3281038

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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-3281038-1303749770/watcher-3281038-1303749770 -o /tmp/evaluation-result-3281038-1303749770/solver-3281038-1303749770 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3281038-1303749770.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: 0.92 1.87 2.82 4/186 25082
/proc/meminfo: memFree=13943512/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=3068 CPUtime=0 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 298 0 0 0 0 0 0 0 21 0 1 0 467393281 3141632 240 33554432000 134512640 134761588 4286883520 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 767 240 212 61 0 70 0

[startup+0.0142821 s]
/proc/loadavg: 0.92 1.87 2.82 4/186 25082
/proc/meminfo: memFree=13943512/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=5676 CPUtime=0.01 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 314 0 0 0 1 0 0 0 21 0 1 0 467393281 5812224 256 33554432000 134512640 134761588 4286883520 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 1419 256 225 61 0 722 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5676

[startup+0.10028 s]
/proc/loadavg: 0.92 1.87 2.82 4/186 25082
/proc/meminfo: memFree=13943512/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=5676 CPUtime=0.09 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 748 0 0 0 9 0 0 0 21 0 1 0 467393281 5812224 690 33554432000 134512640 134761588 4286883520 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 1419 690 225 61 0 722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5676

[startup+0.300235 s]
/proc/loadavg: 0.92 1.87 2.82 4/186 25082
/proc/meminfo: memFree=13943512/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=15660 CPUtime=0.29 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 11395 0 0 0 28 1 0 0 22 0 1 0 467393281 16035840 3432 33554432000 134512640 134761588 4286883520 18446744073709551615 134632904 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 3915 3432 279 61 0 3218 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15660

[startup+0.700162 s]
/proc/loadavg: 0.92 1.87 2.82 4/186 25082
/proc/meminfo: memFree=13943512/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=12484 CPUtime=0.69 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 12976 0 0 0 68 1 0 0 24 0 1 0 467393281 12783616 2679 33554432000 134512640 134761588 4286883520 18446744073709551615 134697707 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 3121 2679 288 61 0 2424 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12484

[startup+1.50102 s]
/proc/loadavg: 0.92 1.87 2.82 5/190 25089
/proc/meminfo: memFree=13869600/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=14448 CPUtime=1.49 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 13439 0 0 0 148 1 0 0 25 0 1 0 467393281 14794752 3142 33554432000 134512640 134761588 4286883520 18446744073709551615 134634000 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 3612 3142 289 61 0 2915 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14448

[startup+3.10074 s]
/proc/loadavg: 1.25 1.93 2.84 5/190 25089
/proc/meminfo: memFree=13859680/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=19936 CPUtime=3.09 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 14811 0 0 0 308 1 0 0 25 0 1 0 467393281 20414464 4514 33554432000 134512640 134761588 4286883520 18446744073709551615 134620906 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 4984 4514 289 61 0 4287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19936

[startup+6.30016 s]
/proc/loadavg: 1.25 1.93 2.84 5/190 25090
/proc/meminfo: memFree=13833168/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=14916 CPUtime=6.29 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 15372 0 0 0 627 2 0 0 25 0 1 0 467393281 15273984 3264 33554432000 134512640 134761588 4286883520 18446744073709551615 134747278 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 3729 3264 294 61 0 3032 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14916

[startup+12.701 s]
/proc/loadavg: 1.67 1.99 2.85 5/190 25090
/proc/meminfo: memFree=13820028/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=17532 CPUtime=12.69 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 16377 0 0 0 1267 2 0 0 25 0 1 0 467393281 17952768 3918 33554432000 134512640 134761588 4286883520 18446744073709551615 134697928 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 4383 3918 294 61 0 3686 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17532

[startup+25.5007 s]
/proc/loadavg: 2.03 2.06 2.86 5/190 25090
/proc/meminfo: memFree=13854916/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=17036 CPUtime=25.49 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 17283 0 0 0 2547 2 0 0 25 0 1 0 467393281 17444864 3794 33554432000 134512640 134761588 4286883520 18446744073709551615 134616745 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 4259 3794 294 61 0 3562 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17036

[startup+51.1001 s]
/proc/loadavg: 2.70 2.21 2.89 5/190 25091
/proc/meminfo: memFree=13858540/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=23788 CPUtime=51.09 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 19817 0 0 0 5107 2 0 0 25 0 1 0 467393281 24358912 5482 33554432000 134512640 134761588 4286883520 18446744073709551615 134614791 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 5947 5482 294 61 0 5250 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 23788

[startup+102.307 s]
/proc/loadavg: 3.48 2.51 2.95 5/190 25092
/proc/meminfo: memFree=13846900/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=23292 CPUtime=102.3 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 23241 0 0 0 10227 3 0 0 25 0 1 0 467393281 23851008 5390 33554432000 134512640 134761588 4286883520 18446744073709551615 134747272 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 5823 5390 294 61 0 5126 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23292

[startup+162.3 s]
/proc/loadavg: 3.81 2.78 3.01 5/190 25121
/proc/meminfo: memFree=13868788/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=42264 CPUtime=162.29 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 58143 0 0 0 16222 7 0 0 25 0 1 0 467393281 43278336 9940 33554432000 134512640 134761588 4286883520 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 10566 9940 277 61 0 9869 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 42264

[startup+222.301 s]
/proc/loadavg: 3.93 3.00 3.07 5/190 25122
/proc/meminfo: memFree=13865676/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=41620 CPUtime=222.3 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 61110 0 0 0 22222 8 0 0 25 0 1 0 467393281 42618880 9959 33554432000 134512640 134761588 4286883520 18446744073709551615 134747206 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 10405 9959 277 61 0 9708 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 41620

[startup+282.301 s]
/proc/loadavg: 3.97 3.18 3.13 5/190 25124
/proc/meminfo: memFree=13853368/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=41844 CPUtime=282.3 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 61332 0 0 0 28222 8 0 0 25 0 1 0 467393281 42848256 10003 33554432000 134512640 134761588 4286883520 18446744073709551615 134747254 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 10461 10003 277 61 0 9764 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 41844

[startup+342.301 s]
/proc/loadavg: 3.99 3.32 3.18 5/190 25126
/proc/meminfo: memFree=13856552/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=41700 CPUtime=342.3 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 62113 0 0 0 34222 8 0 0 25 0 1 0 467393281 42700800 9967 33554432000 134512640 134761588 4286883520 18446744073709551615 134748016 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 10425 9967 277 61 0 9728 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 41700

[startup+402.3 s]
/proc/loadavg: 3.99 3.44 3.23 5/190 25127
/proc/meminfo: memFree=13859864/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=42172 CPUtime=402.3 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 62407 0 0 0 40222 8 0 0 25 0 1 0 467393281 43184128 10085 33554432000 134512640 134761588 4286883520 18446744073709551615 134747290 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 10543 10085 277 61 0 9846 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 42172

[startup+462.301 s]
/proc/loadavg: 3.99 3.54 3.27 5/190 25129
/proc/meminfo: memFree=13857224/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=43196 CPUtime=462.3 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 62919 0 0 0 46222 8 0 0 25 0 1 0 467393281 44232704 10341 33554432000 134512640 134761588 4286883520 18446744073709551615 134680522 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 10799 10341 277 61 0 10102 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 43196

[startup+522.301 s]
/proc/loadavg: 4.04 3.64 3.32 5/190 25130
/proc/meminfo: memFree=13855716/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=42668 CPUtime=522.3 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 63847 0 0 0 52222 8 0 0 25 0 1 0 467393281 43692032 10209 33554432000 134512640 134761588 4286883520 18446744073709551615 134748099 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 10667 10209 277 61 0 9970 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 42668

[startup+582.3 s]
/proc/loadavg: 4.09 3.72 3.37 5/190 25132
/proc/meminfo: memFree=13854436/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=43564 CPUtime=582.3 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 64615 0 0 0 58222 8 0 0 25 0 1 0 467393281 44609536 10433 33554432000 134512640 134761588 4286883520 18446744073709551615 134616756 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 10891 10433 277 61 0 10194 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 43564

[startup+642.3 s]
/proc/loadavg: 4.03 3.77 3.40 5/190 25134
/proc/meminfo: memFree=13855888/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=43948 CPUtime=642.32 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 64874 0 0 0 64223 9 0 0 25 0 1 0 467393281 45002752 10531 33554432000 134512640 134761588 4286883520 18446744073709551615 134747218 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 10987 10531 277 61 0 10290 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 43948

[startup+702.301 s]
/proc/loadavg: 4.01 3.81 3.44 5/190 25162
/proc/meminfo: memFree=13860160/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=43948 CPUtime=702.31 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 65194 0 0 0 70222 9 0 0 25 0 1 0 467393281 45002752 10531 33554432000 134512640 134761588 4286883520 18446744073709551615 134747069 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 10987 10531 277 61 0 10290 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 43948

[startup+762.307 s]
/proc/loadavg: 4.00 3.84 3.47 5/190 25164
/proc/meminfo: memFree=13858628/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=45884 CPUtime=762.32 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 65865 0 0 0 76223 9 0 0 25 0 1 0 467393281 46985216 11015 33554432000 134512640 134761588 4286883520 18446744073709551615 134747491 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 11471 11015 277 61 0 10774 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 45884

[startup+822.3 s]
/proc/loadavg: 4.00 3.86 3.50 5/190 25165
/proc/meminfo: memFree=13837896/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=43276 CPUtime=822.32 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 66309 0 0 0 82223 9 0 0 25 0 1 0 467393281 44314624 10361 33554432000 134512640 134761588 4286883520 18446744073709551615 134747282 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 10819 10361 277 61 0 10122 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 43276

[startup+882.3 s]
/proc/loadavg: 4.00 3.89 3.53 5/190 25167
/proc/meminfo: memFree=13852988/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=44816 CPUtime=882.32 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 66694 0 0 0 88223 9 0 0 25 0 1 0 467393281 45891584 10746 33554432000 134512640 134761588 4286883520 18446744073709551615 134616926 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 11204 10746 277 61 0 10507 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 44816

[startup+942.301 s]
/proc/loadavg: 4.00 3.90 3.56 5/190 25169
/proc/meminfo: memFree=13853700/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=44636 CPUtime=942.32 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 67394 0 0 0 94223 9 0 0 25 0 1 0 467393281 45707264 10701 33554432000 134512640 134761588 4286883520 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 11159 10701 277 61 0 10462 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 44636

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.58 5/190 25170
/proc/meminfo: memFree=13851180/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=46812 CPUtime=1002.32 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 67938 0 0 0 100223 9 0 0 25 0 1 0 467393281 47935488 11245 33554432000 134512640 134761588 4286883520 18446744073709551615 134747069 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 11703 11245 277 61 0 11006 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 46812

[startup+1062.3 s]
/proc/loadavg: 4.07 3.95 3.61 5/190 25172
/proc/meminfo: memFree=13850896/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=44584 CPUtime=1062.32 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 68156 0 0 0 106223 9 0 0 25 0 1 0 467393281 45654016 10688 33554432000 134512640 134761588 4286883520 18446744073709551615 134747065 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 11146 10688 277 61 0 10449 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 44584

[startup+1122.3 s]
/proc/loadavg: 4.02 3.95 3.63 5/190 25182
/proc/meminfo: memFree=13850680/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=44712 CPUtime=1122.32 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 68188 0 0 0 112223 9 0 0 25 0 1 0 467393281 45785088 10720 33554432000 134512640 134761588 4286883520 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 11178 10720 277 61 0 10481 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 44712

[startup+1182.3 s]
/proc/loadavg: 4.05 3.97 3.66 5/190 25184
/proc/meminfo: memFree=13852140/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=44664 CPUtime=1182.32 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 68981 0 0 0 118223 9 0 0 25 0 1 0 467393281 45735936 10708 33554432000 134512640 134761588 4286883520 18446744073709551615 134748103 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 11166 10708 277 61 0 10469 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 44664

[startup+1242.3 s]
/proc/loadavg: 4.02 3.97 3.67 5/190 25186
/proc/meminfo: memFree=13849992/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=44664 CPUtime=1242.33 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 69132 0 0 0 124224 9 0 0 25 0 1 0 467393281 45735936 10708 33554432000 134512640 134761588 4286883520 18446744073709551615 134748606 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 11166 10708 277 61 0 10469 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 44664



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.69 4/188 25188
/proc/meminfo: memFree=13853076/32951124 swapFree=67111528/67111528
[pid=25082] ppid=25080 vsize=44920 CPUtime=1300.03 cores=5,7
/proc/25082/stat : 25082 (MPhaseSAT64) R 25080 25082 24629 0 -1 4202496 69900 0 0 0 129994 9 0 0 25 0 1 0 467393281 45998080 10772 33554432000 134512640 134761588 4286883520 18446744073709551615 134747280 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25082/statm: 11230 10772 277 61 0 10533 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 44920

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.95
CPU system time (s): 0.096985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 47736

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

runsolver used 2.05969 second user time and 4.81327 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 18:42:50
IDJOB=3281038
IDBENCH=20521
IDSOLVER=1521
FILE ID=node146/3281038-1303749770
RUNJOBID= node146-1303749769-25049
PBS_JOBID= 13154016
Free space on /tmp= 72844 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281038-1303749770/watcher-3281038-1303749770 -o /tmp/evaluation-result-3281038-1303749770/solver-3281038-1303749770 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3281038-1303749770.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=1082830897

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:      13943792 kB
Buffers:       2071700 kB
Cached:       16329476 kB
SwapCached:          0 kB
Active:        9563736 kB
Inactive:      8911068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13943792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17616 kB
Writeback:           0 kB
AnonPages:       73084 kB
Mapped:          16432 kB
Slab:           468004 kB
PageTables:       5432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   237956 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= 72848 MiB
End job on node146 at 2011-04-25 19:04:32