Trace number 3281223

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT_M 2011-02-16? (TO) 1300.06 1300.01

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
MD5SUMd35e27c66dd20912347d4209a4f12c99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.0609
Satisfiable
(Un)Satisfiability was proved
Number of variables165064
Number of clauses686589
Sum of the clauses size1761641
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2487000
Number of clauses of size 3128986
Number of clauses of size 424474
Number of clauses of size 513939
Number of clauses of size over 530118

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

running on 2 cores: 0,2

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.74 3.93 3.68 4/186 27703
/proc/meminfo: memFree=13557160/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=3140 CPUtime=0 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 298 0 0 0 0 0 0 0 21 0 1 0 565333225 3215360 239 33554432000 134512640 134829744 4293655472 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 785 239 211 78 0 71 0

[startup+0.087007 s]
/proc/loadavg: 3.74 3.93 3.68 4/186 27703
/proc/meminfo: memFree=13557160/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=13872 CPUtime=0.08 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 467 0 0 0 8 0 0 0 21 0 1 0 565333225 14204928 408 33554432000 134512640 134829744 4293655472 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 3468 409 225 78 0 2754 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13872

[startup+0.100998 s]
/proc/loadavg: 3.74 3.93 3.68 4/186 27703
/proc/meminfo: memFree=13557160/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=13872 CPUtime=0.09 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 533 0 0 0 9 0 0 0 21 0 1 0 565333225 14204928 474 33554432000 134512640 134829744 4293655472 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 3468 474 225 78 0 2754 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13872

[startup+0.300964 s]
/proc/loadavg: 3.74 3.93 3.68 4/186 27703
/proc/meminfo: memFree=13557160/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=13872 CPUtime=0.29 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 1460 0 0 0 29 0 0 0 22 0 1 0 565333225 14204928 1401 33554432000 134512640 134829744 4293655472 18446744073709551615 3508751 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 3468 1402 225 78 0 2754 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13872

[startup+0.700883 s]
/proc/loadavg: 3.74 3.93 3.68 4/186 27703
/proc/meminfo: memFree=13557160/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=27960 CPUtime=0.69 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 5360 0 0 0 68 1 0 0 24 0 1 0 565333225 28631040 4979 33554432000 134512640 134829744 4293655472 18446744073709551615 134559413 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 6990 4989 232 78 0 6276 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27960

[startup+1.50073 s]
/proc/loadavg: 3.74 3.93 3.68 5/187 27704
/proc/meminfo: memFree=13455028/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=26188 CPUtime=1.49 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 47324 0 0 0 142 7 0 0 25 0 1 0 565333225 26816512 6024 33554432000 134512640 134829744 4293655472 18446744073709551615 134559376 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 6547 6024 247 78 0 5833 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26188

[startup+3.10043 s]
/proc/loadavg: 3.74 3.93 3.68 5/187 27705
/proc/meminfo: memFree=13317424/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=119412 CPUtime=3.09 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 80704 0 0 0 297 12 0 0 25 0 1 0 565333225 122277888 27580 33554432000 134512640 134829744 4293655472 18446744073709551615 134688631 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 29853 27580 274 78 0 29139 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119412

[startup+6.30082 s]
/proc/loadavg: 4.00 3.99 3.69 5/190 27711
/proc/meminfo: memFree=13215708/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=114660 CPUtime=6.29 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 83527 0 0 0 616 13 0 0 25 0 1 0 565333225 117411840 26258 33554432000 134512640 134829744 4293655472 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 28665 26258 284 78 0 27951 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 114660

[startup+12.7006 s]
/proc/loadavg: 4.00 3.99 3.70 5/190 27711
/proc/meminfo: memFree=12810600/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=122404 CPUtime=12.69 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 92887 0 0 0 1255 14 0 0 25 0 1 0 565333225 125341696 28198 33554432000 134512640 134829744 4293655472 18446744073709551615 134723747 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 30601 28198 284 78 0 29887 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 122404

[startup+25.5012 s]
/proc/loadavg: 4.00 3.99 3.70 5/190 27711
/proc/meminfo: memFree=12766596/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=80584 CPUtime=25.49 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 183966 0 0 0 2522 27 0 0 25 0 1 0 565333225 82518016 19464 33554432000 134512640 134829744 4293655472 18446744073709551615 134724638 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 20146 19464 291 78 0 19432 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80584

[startup+51.1003 s]
/proc/loadavg: 4.07 4.00 3.71 5/190 27712
/proc/meminfo: memFree=12754820/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=94580 CPUtime=51.09 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 206018 0 0 0 5078 31 0 0 25 0 1 0 565333225 96849920 22989 33554432000 134512640 134829744 4293655472 18446744073709551615 134661731 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 23645 22989 293 78 0 22931 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94580

[startup+102.307 s]
/proc/loadavg: 4.03 4.00 3.73 5/190 27713
/proc/meminfo: memFree=12723068/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=97156 CPUtime=102.3 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 222146 0 0 0 10196 34 0 0 25 0 1 0 565333225 99487744 23668 33554432000 134512640 134829744 4293655472 18446744073709551615 134669249 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 24289 23668 293 78 0 23575 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 97156

[startup+162.301 s]
/proc/loadavg: 4.01 4.00 3.74 5/190 27715
/proc/meminfo: memFree=12714224/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=105860 CPUtime=162.3 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 228146 0 0 0 16195 35 0 0 25 0 1 0 565333225 108400640 25814 33554432000 134512640 134829744 4293655472 18446744073709551615 134719794 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 26465 25814 293 78 0 25751 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 105860

[startup+222.301 s]
/proc/loadavg: 4.06 4.02 3.76 5/190 27716
/proc/meminfo: memFree=12707492/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=107556 CPUtime=222.3 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 230548 0 0 0 22195 35 0 0 25 0 1 0 565333225 110137344 26239 33554432000 134512640 134829744 4293655472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 26889 26239 293 78 0 26175 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 107556

[startup+282.3 s]
/proc/loadavg: 4.02 4.01 3.77 5/190 27718
/proc/meminfo: memFree=12703356/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=108612 CPUtime=282.3 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 232852 0 0 0 28194 36 0 0 25 0 1 0 565333225 111218688 26503 33554432000 134512640 134829744 4293655472 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 27153 26503 293 78 0 26439 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 108612

[startup+342.301 s]
/proc/loadavg: 4.01 4.00 3.78 5/190 27720
/proc/meminfo: memFree=12700476/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=109356 CPUtime=342.3 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 235080 0 0 0 34194 36 0 0 25 0 1 0 565333225 111980544 26691 33554432000 134512640 134829744 4293655472 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 27339 26691 293 78 0 26625 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 109356

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.79 5/190 27721
/proc/meminfo: memFree=12697088/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=109552 CPUtime=402.31 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 236149 0 0 0 40194 37 0 0 25 0 1 0 565333225 112181248 26740 33554432000 134512640 134829744 4293655472 18446744073709551615 134719596 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 27388 26740 293 78 0 26674 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 109552

[startup+462.301 s]
/proc/loadavg: 4.07 4.02 3.81 5/190 27723
/proc/meminfo: memFree=12690968/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=110356 CPUtime=462.31 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 238390 0 0 0 46193 38 0 0 25 0 1 0 565333225 113004544 26941 33554432000 134512640 134829744 4293655472 18446744073709551615 134624946 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 27589 26941 293 78 0 26875 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 110356

[startup+522.301 s]
/proc/loadavg: 4.02 4.01 3.82 5/190 27724
/proc/meminfo: memFree=12684732/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=110868 CPUtime=522.31 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 240561 0 0 0 52193 38 0 0 25 0 1 0 565333225 113528832 26943 33554432000 134512640 134829744 4293655472 18446744073709551615 134723209 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 27717 26943 293 78 0 27003 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 110868

[startup+582.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/190 27726
/proc/meminfo: memFree=12684192/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=110868 CPUtime=582.31 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 243055 0 0 0 58192 39 0 0 25 0 1 0 565333225 113528832 26943 33554432000 134512640 134829744 4293655472 18446744073709551615 134661160 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 27717 26943 293 78 0 27003 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 110868

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 27728
/proc/meminfo: memFree=12683784/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=111164 CPUtime=642.32 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 245663 0 0 0 64193 39 0 0 25 0 1 0 565333225 113831936 27017 33554432000 134512640 134829744 4293655472 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 27791 27017 293 78 0 27077 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 111164

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 27729
/proc/meminfo: memFree=12673328/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=111508 CPUtime=702.32 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 248296 0 0 0 70192 40 0 0 25 0 1 0 565333225 114184192 27104 33554432000 134512640 134829744 4293655472 18446744073709551615 134725750 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 27877 27104 293 78 0 27163 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 111508

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 27731
/proc/meminfo: memFree=12680108/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=112440 CPUtime=762.33 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 251123 0 0 0 76192 41 0 0 25 0 1 0 565333225 115138560 27337 33554432000 134512640 134829744 4293655472 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 28110 27337 293 78 0 27396 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 112440

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 27732
/proc/meminfo: memFree=12657504/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=113388 CPUtime=822.32 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 253958 0 0 0 82191 41 0 0 25 0 1 0 565333225 116109312 27574 33554432000 134512640 134829744 4293655472 18446744073709551615 134661305 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 28347 27574 293 78 0 27633 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 113388

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 27734
/proc/meminfo: memFree=12663536/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=115564 CPUtime=882.32 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 257077 0 0 0 88190 42 0 0 25 0 1 0 565333225 118337536 28118 33554432000 134512640 134829744 4293655472 18446744073709551615 134661368 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 28891 28118 293 78 0 28177 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 115564

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 27736
/proc/meminfo: memFree=12663128/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=115848 CPUtime=942.33 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 259679 0 0 0 94190 43 0 0 25 0 1 0 565333225 118628352 28189 33554432000 134512640 134829744 4293655472 18446744073709551615 134661437 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 28962 28189 293 78 0 28248 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 115848

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 27737
/proc/meminfo: memFree=12662592/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=115848 CPUtime=1002.33 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 259679 0 0 0 100190 43 0 0 25 0 1 0 565333225 118628352 28189 33554432000 134512640 134829744 4293655472 18446744073709551615 134662127 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 28962 28189 293 78 0 28248 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 115848

[startup+1062.3 s]
/proc/loadavg: 4.03 4.01 3.88 5/190 27739
/proc/meminfo: memFree=12662676/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=115848 CPUtime=1062.33 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 262179 0 0 0 106189 44 0 0 25 0 1 0 565333225 118628352 28195 33554432000 134512640 134829744 4293655472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 28962 28195 293 78 0 28248 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 115848

[startup+1122.3 s]
/proc/loadavg: 4.08 4.02 3.89 5/190 27740
/proc/meminfo: memFree=12653216/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=116324 CPUtime=1122.34 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 264872 0 0 0 112189 45 0 0 25 0 1 0 565333225 119115776 28309 33554432000 134512640 134829744 4293655472 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 29081 28309 293 78 0 28367 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 116324

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.89 5/190 27742
/proc/meminfo: memFree=12659740/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=116324 CPUtime=1182.34 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 264872 0 0 0 118189 45 0 0 25 0 1 0 565333225 119115776 28309 33554432000 134512640 134829744 4293655472 18446744073709551615 134661382 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 29081 28309 293 78 0 28367 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 116324

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.90 5/190 27744
/proc/meminfo: memFree=12656480/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=117204 CPUtime=1242.34 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 267671 0 0 0 124189 45 0 0 25 0 1 0 565333225 120016896 28529 33554432000 134512640 134829744 4293655472 18446744073709551615 134722301 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 29301 28529 293 78 0 28587 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 117204



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.44 3.86 3.86 3/182 27763
/proc/meminfo: memFree=12816808/32950928 swapFree=67111524/67111528
[pid=27703] ppid=27701 vsize=118400 CPUtime=1300.05 cores=0,2
/proc/27703/stat : 27703 (MPhaseSAT_M) R 27701 27703 27092 0 -1 4202496 270564 0 0 0 129959 46 0 0 25 0 1 0 565333225 121241600 28828 33554432000 134512640 134829744 4293655472 18446744073709551615 134719593 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/27703/statm: 29600 28828 293 78 0 28886 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 118400

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.06
CPU user time (s): 1299.59
CPU system time (s): 0.470928
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 124100

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

runsolver used 2.30565 second user time and 4.79827 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-25 19:03:46
IDJOB=3281223
IDBENCH=20558
IDSOLVER=1522
FILE ID=node115/3281223-1303751025
RUNJOBID= node115-1303751025-27667
PBS_JOBID= 13154047
Free space on /tmp= 72628 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281223-1303751025/watcher-3281223-1303751025 -o /tmp/evaluation-result-3281223-1303751025/solver-3281223-1303751025 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3281223-1303751025.cnf

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

MD5SUM BENCH= d35e27c66dd20912347d4209a4f12c99
RANDOM SEED=575481039

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.77
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.811
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.811
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13557440 kB
Buffers:       2287272 kB
Cached:       16447324 kB
SwapCached:          4 kB
Active:        7340228 kB
Inactive:     11497584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13557440 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           50304 kB
Writeback:           0 kB
AnonPages:      102728 kB
Mapped:          16048 kB
Slab:           490916 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   276252 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= 72532 MiB
End job on node115 at 2011-04-25 19:25:28