Trace number 3445837

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 2011-02-15? (TO) 5000.1 4999.92

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.04/
connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.cnf
MD5SUM41d80cc808c021a52e21ee9950bc91e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4759.42
Satisfiable
(Un)Satisfiability was proved
Number of variables764
Number of clauses9695
Sum of the clauses size29276
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39504
Number of clauses of size 4191
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3445837-1306983357/watcher-3445837-1306983357 -o /tmp/evaluation-result-3445837-1306983357/solver-3445837-1306983357 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445837-1306983357.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.00 1.83 2/514 28835
/proc/meminfo: memFree=22353880/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=3992 CPUtime=0.01 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 628 0 0 0 1 0 0 0 25 0 1 0 790751358 4087808 531 33554432000 134512640 134731564 4294361024 18446744073709551615 134703616 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 998 531 251 54 0 308 0

[startup+0.11746 s]
/proc/loadavg: 2.02 2.00 1.83 2/514 28835
/proc/meminfo: memFree=22353880/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=4520 CPUtime=0.11 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 775 0 0 0 11 0 0 0 25 0 1 0 790751358 4628480 678 33554432000 134512640 134731564 4294361024 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 1130 678 265 54 0 440 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 4520

[startup+0.200445 s]
/proc/loadavg: 2.02 2.00 1.83 2/514 28835
/proc/meminfo: memFree=22353880/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=4648 CPUtime=0.19 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 808 0 0 0 19 0 0 0 25 0 1 0 790751358 4759552 711 33554432000 134512640 134731564 4294361024 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 1162 711 265 54 0 472 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4648

[startup+0.300424 s]
/proc/loadavg: 2.02 2.00 1.83 2/514 28835
/proc/meminfo: memFree=22353880/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=4648 CPUtime=0.29 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 814 0 0 0 29 0 0 0 25 0 1 0 790751358 4759552 717 33554432000 134512640 134731564 4294361024 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 1162 717 265 54 0 472 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4648

[startup+0.700351 s]
/proc/loadavg: 2.02 2.00 1.83 2/514 28835
/proc/meminfo: memFree=22353880/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=4904 CPUtime=0.69 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 857 0 0 0 69 0 0 0 25 0 1 0 790751358 5021696 760 33554432000 134512640 134731564 4294361024 18446744073709551615 134614640 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 1226 760 265 54 0 536 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4904

[startup+1.5002 s]
/proc/loadavg: 2.02 2.00 1.83 3/515 28836
/proc/meminfo: memFree=22350780/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=5160 CPUtime=1.49 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 925 0 0 0 149 0 0 0 25 0 1 0 790751358 5283840 828 33554432000 134512640 134731564 4294361024 18446744073709551615 134659706 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 1290 828 265 54 0 600 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5160

[startup+3.1009 s]
/proc/loadavg: 2.02 2.00 1.83 3/515 28836
/proc/meminfo: memFree=22349544/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=5288 CPUtime=3.09 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 984 0 0 0 309 0 0 0 25 0 1 0 790751358 5414912 887 33554432000 134512640 134731564 4294361024 18446744073709551615 134659331 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 1322 887 265 54 0 632 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5288

[startup+6.3003 s]
/proc/loadavg: 2.02 2.00 1.83 3/515 28836
/proc/meminfo: memFree=22348816/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=5804 CPUtime=6.29 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 1092 0 0 0 629 0 0 0 25 0 1 0 790751358 5943296 994 33554432000 134512640 134731564 4294361024 18446744073709551615 2797285 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 1451 994 271 54 0 761 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5804

[startup+12.7011 s]
/proc/loadavg: 2.02 2.00 1.83 3/515 28837
/proc/meminfo: memFree=22347700/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=6212 CPUtime=12.69 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 1211 0 0 0 1269 0 0 0 25 0 1 0 790751358 6361088 1113 33554432000 134512640 134731564 4294361024 18446744073709551615 134669226 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 1553 1113 271 54 0 863 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6212

[startup+25.5007 s]
/proc/loadavg: 2.01 2.00 1.83 3/515 28837
/proc/meminfo: memFree=22345972/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=8232 CPUtime=25.49 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 7595 0 0 0 2548 1 0 0 25 0 1 0 790751358 8429568 1597 33554432000 134512640 134731564 4294361024 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2058 1597 273 54 0 1368 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8232

[startup+51.1008 s]
/proc/loadavg: 2.01 2.00 1.83 3/515 28838
/proc/meminfo: memFree=22345940/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=7976 CPUtime=51.09 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 17223 0 0 0 5107 2 0 0 25 0 1 0 790751358 8167424 1530 33554432000 134512640 134731564 4294361024 18446744073709551615 134719963 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 1994 1530 273 54 0 1304 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7976

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.84 3/515 28839
/proc/meminfo: memFree=22343928/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=102.31 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 19883 0 0 0 10228 3 0 0 25 0 1 0 790751358 10387456 2077 33554432000 134512640 134731564 4294361024 18446744073709551615 2797303 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2077 273 54 0 1846 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 10144

[startup+162.301 s]
/proc/loadavg: 2.11 2.03 1.85 3/515 28841
/proc/meminfo: memFree=22342516/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=162.3 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 19884 0 0 0 16227 3 0 0 25 0 1 0 790751358 10387456 2078 33554432000 134512640 134731564 4294361024 18446744073709551615 134718147 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2078 273 54 0 1846 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 10144

[startup+222.318 s]
/proc/loadavg: 2.09 2.04 1.86 3/515 28842
/proc/meminfo: memFree=22343824/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=222.32 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 19884 0 0 0 22229 3 0 0 25 0 1 0 790751358 10387456 2078 33554432000 134512640 134731564 4294361024 18446744073709551615 2797442 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2078 273 54 0 1846 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 10144

[startup+282.3 s]
/proc/loadavg: 2.03 2.03 1.87 3/515 28844
/proc/meminfo: memFree=22343772/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=282.3 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 19884 0 0 0 28227 3 0 0 25 0 1 0 790751358 10387456 2078 33554432000 134512640 134731564 4294361024 18446744073709551615 134717535 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2078 273 54 0 1846 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 10144

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 1.88 3/515 28854
/proc/meminfo: memFree=22343980/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=342.31 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 19889 0 0 0 34227 4 0 0 25 0 1 0 790751358 10387456 2083 33554432000 134512640 134731564 4294361024 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2083 273 54 0 1846 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 10144

[startup+402.3 s]
/proc/loadavg: 2.10 2.05 1.89 3/515 28856
/proc/meminfo: memFree=22343316/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=402.31 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 19889 0 0 0 40227 4 0 0 25 0 1 0 790751358 10387456 2083 33554432000 134512640 134731564 4294361024 18446744073709551615 134667209 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2083 273 54 0 1846 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 10144

[startup+462.301 s]
/proc/loadavg: 2.03 2.03 1.90 3/515 28858
/proc/meminfo: memFree=22343744/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=462.31 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 19889 0 0 0 46227 4 0 0 25 0 1 0 790751358 10387456 2083 33554432000 134512640 134731564 4294361024 18446744073709551615 134721101 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2083 273 54 0 1846 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 10144

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 1.90 3/515 28859
/proc/meminfo: memFree=22343196/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=522.31 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 19890 0 0 0 52227 4 0 0 25 0 1 0 790751358 10387456 2084 33554432000 134512640 134731564 4294361024 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2084 273 54 0 1846 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 10144

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/515 28861
/proc/meminfo: memFree=22344136/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=582.31 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 19890 0 0 0 58227 4 0 0 25 0 1 0 790751358 10387456 2084 33554432000 134512640 134731564 4294361024 18446744073709551615 3055687 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2084 273 54 0 1846 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 10144

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/515 29018
/proc/meminfo: memFree=22244636/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10400 CPUtime=4002.44 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 20792 0 0 0 400235 9 0 0 25 0 1 0 790751358 10649600 2144 33554432000 134512640 134731564 4294361024 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2600 2144 273 54 0 1910 0
Current children cumulated CPU time (s) 4002.44
Current children cumulated vsize (KiB) 10400

[startup+4062.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/515 29020
/proc/meminfo: memFree=22243588/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10272 CPUtime=4062.45 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 21109 0 0 0 406236 9 0 0 25 0 1 0 790751358 10518528 2089 33554432000 134512640 134731564 4294361024 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2568 2089 273 54 0 1878 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 10272

[startup+4122.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/515 29021
/proc/meminfo: memFree=22240436/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=4122.44 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 21110 0 0 0 412235 9 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 134659494 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 10144

[startup+4182.32 s]
/proc/loadavg: 2.09 2.06 2.01 3/515 29023
/proc/meminfo: memFree=22240392/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10528 CPUtime=4182.46 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 21333 0 0 0 418237 9 0 0 25 0 1 0 790751358 10780672 2160 33554432000 134512640 134731564 4294361024 18446744073709551615 134720309 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2632 2160 273 54 0 1942 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 10528

[startup+4242.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/515 29024
/proc/meminfo: memFree=22235640/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10380 CPUtime=4242.44 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 21702 0 0 0 424235 9 0 0 25 0 1 0 790751358 10629120 2144 33554432000 134512640 134731564 4294361024 18446744073709551615 134620144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2595 2144 273 54 0 1905 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 10380

[startup+4302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 29026
/proc/meminfo: memFree=22222072/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=4302.45 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 21702 0 0 0 430235 10 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 10144

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 29028
/proc/meminfo: memFree=22221400/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=4362.45 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 21724 0 0 0 436235 10 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 134624727 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 10144

[startup+4422.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/515 29029
/proc/meminfo: memFree=22222592/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=4422.46 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 21724 0 0 0 442236 10 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 134659313 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 10144

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 29031
/proc/meminfo: memFree=22222544/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=4482.46 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 21738 0 0 0 448236 10 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 10144

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 29032
/proc/meminfo: memFree=22222624/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10284 CPUtime=4542.46 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 21885 0 0 0 454236 10 0 0 25 0 1 0 790751358 10530816 2106 33554432000 134512640 134731564 4294361024 18446744073709551615 134720157 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2571 2106 273 54 0 1881 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 10284

[startup+4602.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/515 29034
/proc/meminfo: memFree=22220956/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=4602.46 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 22082 0 0 0 460236 10 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 2797432 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 10144

[startup+4662.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/515 29036
/proc/meminfo: memFree=22212348/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=4662.47 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 22112 0 0 0 466237 10 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 134655501 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 10144

[startup+4722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/515 29037
/proc/meminfo: memFree=22213036/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10520 CPUtime=4722.48 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 22514 0 0 0 472238 10 0 0 25 0 1 0 790751358 10772480 2164 33554432000 134512640 134731564 4294361024 18446744073709551615 3055470 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2630 2164 273 54 0 1940 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 10520

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 29039
/proc/meminfo: memFree=22213608/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=4782.47 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 22801 0 0 0 478237 10 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 10144

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 29040
/proc/meminfo: memFree=22213436/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=4842.48 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 23183 0 0 0 484238 10 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 134717443 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 10144

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 29042
/proc/meminfo: memFree=22213260/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=4902.47 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 23513 0 0 0 490237 10 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 134720157 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 10144

[startup+4962.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/515 29044
/proc/meminfo: memFree=22207764/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=4962.47 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 23725 0 0 0 496237 10 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 10144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.04 2.01 3/515 29045
/proc/meminfo: memFree=22207980/32951124 swapFree=62999000/67111528
[pid=28835] ppid=28833 vsize=10144 CPUtime=5000.09 cores=1,3,5,7
/proc/28835/stat : 28835 (MPhaseSAT) R 28833 28835 27479 0 -1 4202496 23725 0 0 0 499999 10 0 0 25 0 1 0 790751358 10387456 2088 33554432000 134512640 134731564 4294361024 18446744073709551615 134715843 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28835/statm: 2536 2088 273 54 0 1846 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 10144

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): 4999.92
CPU time (s): 5000.1
CPU user time (s): 4999.99
CPU system time (s): 0.109983
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 10972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.99
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23725
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= 15
involuntary context switches= 14127

runsolver used 23.9264 second user time and 56.2694 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-02 04:55:57
IDJOB=3445837
IDBENCH=84634
IDSOLVER=1941
FILE ID=node141/3445837-1306983357
RUNJOBID= node141-1306982578-28768
PBS_JOBID= 13497663
Free space on /tmp= 73808 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT04/handmade/connamacher/connm-d0.04/connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445837-1306983357/watcher-3445837-1306983357 -o /tmp/evaluation-result-3445837-1306983357/solver-3445837-1306983357 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445837-1306983357.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 41d80cc808c021a52e21ee9950bc91e0
RANDOM SEED=1814663768

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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:      22354160 kB
Buffers:        164228 kB
Cached:         187224 kB
SwapCached:       8848 kB
Active:       10143820 kB
Inactive:       204592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22354160 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:               8 kB
Writeback:           0 kB
AnonPages:     9995432 kB
Mapped:          25808 kB
Slab:           109136 kB
PageTables:      69916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150682936 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= 73808 MiB
End job on node141 at 2011-06-02 06:19:19