Trace number 3445852

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.11 4999.93

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
easier/php-045-035.shuffled-as.sat05-1181.cnf
MD5SUM057b78ff24cc0773c9c67e770a7b9de2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.4792
Satisfiable
(Un)Satisfiability was proved
Number of variables1575
Number of clauses34695
Sum of the clauses size70875
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234650
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

running on 4 cores: 0,2,4,6

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.09 2.05 1.99 2/514 28947
/proc/meminfo: memFree=22353232/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=3992 CPUtime=0.01 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 404 0 0 0 1 0 0 0 25 0 1 0 790925914 4087808 346 33554432000 134512640 134731564 4287947504 18446744073709551615 2807388 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 998 346 225 54 0 308 0

[startup+0.0705779 s]
/proc/loadavg: 2.09 2.05 1.99 2/514 28947
/proc/meminfo: memFree=22353232/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=6540 CPUtime=0.06 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 1347 0 0 0 6 0 0 0 25 0 1 0 790925914 6696960 1184 33554432000 134512640 134731564 4287947504 18446744073709551615 134612842 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 1635 1186 260 54 0 945 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6540

[startup+0.100585 s]
/proc/loadavg: 2.09 2.05 1.99 2/514 28947
/proc/meminfo: memFree=22353232/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=6936 CPUtime=0.09 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 1451 0 0 0 9 0 0 0 25 0 1 0 790925914 7102464 1288 33554432000 134512640 134731564 4287947504 18446744073709551615 134627040 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 1734 1288 260 54 0 1044 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6936

[startup+0.300536 s]
/proc/loadavg: 2.09 2.05 1.99 2/514 28947
/proc/meminfo: memFree=22353232/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=7464 CPUtime=0.29 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 1577 0 0 0 29 0 0 0 25 0 1 0 790925914 7643136 1413 33554432000 134512640 134731564 4287947504 18446744073709551615 3057148 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 1866 1413 271 54 0 1176 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7464

[startup+0.700462 s]
/proc/loadavg: 2.09 2.05 1.99 2/514 28947
/proc/meminfo: memFree=22353232/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=8652 CPUtime=0.69 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 1891 0 0 0 69 0 0 0 25 0 1 0 790925914 8859648 1727 33554432000 134512640 134731564 4287947504 18446744073709551615 134667907 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 2163 1727 271 54 0 1473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8652

[startup+1.50031 s]
/proc/loadavg: 2.09 2.05 1.99 3/515 28948
/proc/meminfo: memFree=22345792/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=10368 CPUtime=1.49 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 2317 0 0 0 149 0 0 0 25 0 1 0 790925914 10616832 2153 33554432000 134512640 134731564 4287947504 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 2592 2153 271 54 0 1902 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10368

[startup+3.10102 s]
/proc/loadavg: 2.09 2.05 1.99 3/515 28948
/proc/meminfo: memFree=22343064/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=12084 CPUtime=3.09 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 2728 0 0 0 309 0 0 0 25 0 1 0 790925914 12374016 2564 33554432000 134512640 134731564 4287947504 18446744073709551615 2797898 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 3021 2564 271 54 0 2331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12084

[startup+6.3004 s]
/proc/loadavg: 2.08 2.05 1.99 3/515 28948
/proc/meminfo: memFree=22340700/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=13540 CPUtime=6.29 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 3120 0 0 0 629 0 0 0 25 0 1 0 790925914 13864960 2956 33554432000 134512640 134731564 4287947504 18446744073709551615 134719966 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 3385 2956 271 54 0 2695 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13540

[startup+12.7002 s]
/proc/loadavg: 2.07 2.05 1.99 3/515 28949
/proc/meminfo: memFree=22335496/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=17640 CPUtime=12.69 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 4110 0 0 0 1269 0 0 0 25 0 1 0 790925914 18063360 3946 33554432000 134512640 134731564 4287947504 18446744073709551615 2797914 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 4410 3946 271 54 0 3720 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17640

[startup+25.5008 s]
/proc/loadavg: 2.13 2.06 2.00 3/515 28950
/proc/meminfo: memFree=22328172/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=22956 CPUtime=25.49 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 5426 0 0 0 2549 0 0 0 25 0 1 0 790925914 23506944 5262 33554432000 134512640 134731564 4287947504 18446744073709551615 134720755 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 5739 5262 271 54 0 5049 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22956

[startup+51.1009 s]
/proc/loadavg: 2.08 2.06 2.00 3/515 28950
/proc/meminfo: memFree=22316680/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=35048 CPUtime=51.1 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 8403 0 0 0 5109 1 0 0 25 0 1 0 790925914 35889152 8239 33554432000 134512640 134731564 4287947504 18446744073709551615 2797248 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 8762 8239 271 54 0 8072 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 35048

[startup+102.319 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 28952
/proc/meminfo: memFree=22311300/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=41568 CPUtime=102.32 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 10009 0 0 0 10230 2 0 0 25 0 1 0 790925914 42565632 9845 33554432000 134512640 134731564 4287947504 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 10392 9845 271 54 0 9702 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 41568

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 28953
/proc/meminfo: memFree=22297744/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=54788 CPUtime=162.3 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 13048 0 0 0 16228 2 0 0 25 0 1 0 790925914 56102912 12884 33554432000 134512640 134731564 4287947504 18446744073709551615 134614650 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 13697 12884 271 54 0 13007 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 54788

[startup+222.301 s]
/proc/loadavg: 2.16 2.06 2.01 3/515 28955
/proc/meminfo: memFree=22289116/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=65228 CPUtime=222.3 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 15502 0 0 0 22227 3 0 0 25 0 1 0 790925914 66793472 15338 33554432000 134512640 134731564 4287947504 18446744073709551615 134614650 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 16307 15338 271 54 0 15617 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 65228

[startup+282.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/515 28956
/proc/meminfo: memFree=22331976/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=20360 CPUtime=282.3 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 21842 0 0 0 28226 4 0 0 25 0 1 0 790925914 20848640 4651 33554432000 134512640 134731564 4287947504 18446744073709551615 134717118 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 5090 4651 277 54 0 4400 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 20360

[startup+342.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/515 28958
/proc/meminfo: memFree=22309108/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=43924 CPUtime=342.3 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 27631 0 0 0 34224 6 0 0 25 0 1 0 790925914 44978176 10440 33554432000 134512640 134731564 4287947504 18446744073709551615 134721089 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 10981 10440 277 54 0 10291 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 43924

[startup+402.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 28960
/proc/meminfo: memFree=22293928/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=59760 CPUtime=402.3 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 31419 0 0 0 40224 6 0 0 25 0 1 0 790925914 61194240 14228 33554432000 134512640 134731564 4287947504 18446744073709551615 2797401 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 14940 14228 277 54 0 14250 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 59760

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 28961
/proc/meminfo: memFree=22293876/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=59952 CPUtime=462.31 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 31450 0 0 0 46225 6 0 0 25 0 1 0 790925914 61390848 14259 33554432000 134512640 134731564 4287947504 18446744073709551615 134718320 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 14988 14259 277 54 0 14298 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 59952

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 28963
/proc/meminfo: memFree=22287384/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=66764 CPUtime=522.31 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 33019 0 0 0 52224 7 0 0 25 0 1 0 790925914 68366336 15828 33554432000 134512640 134731564 4287947504 18446744073709551615 3086276 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 16691 15828 277 54 0 16001 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 66764

[startup+582.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/515 28964
/proc/meminfo: memFree=22266128/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=88784 CPUtime=582.31 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 38306 0 0 0 58224 7 0 0 25 0 1 0 790925914 90914816 21115 33554432000 134512640 134731564 4287947504 18446744073709551615 134720319 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 22196 21115 277 54 0 21506 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 88784

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.03 1.09 1.42 2/509 29087
/proc/meminfo: memFree=22218724/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4062.46 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52615 0 0 0 406235 11 0 0 25 0 1 0 790925914 149970944 35424 33554432000 134512640 134731564 4287947504 18446744073709551615 2797262 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35424 277 54 0 35924 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 146456

[startup+4122.3 s]
/proc/loadavg: 1.01 1.07 1.39 2/509 29089
/proc/meminfo: memFree=22218556/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4122.44 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52615 0 0 0 412233 11 0 0 25 0 1 0 790925914 149970944 35424 33554432000 134512640 134731564 4287947504 18446744073709551615 134719761 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35424 277 54 0 35924 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 146456

[startup+4182.3 s]
/proc/loadavg: 1.00 1.06 1.36 2/509 29090
/proc/meminfo: memFree=22218752/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4182.44 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52632 0 0 0 418233 11 0 0 25 0 1 0 790925914 149970944 35441 33554432000 134512640 134731564 4287947504 18446744073709551615 134719822 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35441 277 54 0 35924 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 146456

[startup+4242.3 s]
/proc/loadavg: 1.00 1.05 1.34 2/509 29092
/proc/meminfo: memFree=22218580/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4242.44 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52632 0 0 0 424233 11 0 0 25 0 1 0 790925914 149970944 35441 33554432000 134512640 134731564 4287947504 18446744073709551615 134667918 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35441 277 54 0 35924 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 146456

[startup+4302.3 s]
/proc/loadavg: 1.00 1.03 1.31 2/509 29094
/proc/meminfo: memFree=22218668/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4302.44 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52633 0 0 0 430233 11 0 0 25 0 1 0 790925914 149970944 35442 33554432000 134512640 134731564 4287947504 18446744073709551615 134718355 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35442 277 54 0 35924 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 146456

[startup+4362.3 s]
/proc/loadavg: 1.00 1.03 1.29 2/509 29095
/proc/meminfo: memFree=22218744/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4362.45 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52759 0 0 0 436234 11 0 0 25 0 1 0 790925914 149970944 35568 33554432000 134512640 134731564 4287947504 18446744073709551615 134659280 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35568 277 54 0 35924 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 146456

[startup+4422.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/509 29097
/proc/meminfo: memFree=22217832/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4422.45 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52929 0 0 0 442234 11 0 0 25 0 1 0 790925914 149970944 35738 33554432000 134512640 134731564 4287947504 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35738 277 54 0 35924 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 146456

[startup+4482.3 s]
/proc/loadavg: 1.08 1.03 1.25 2/509 29098
/proc/meminfo: memFree=22217908/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4482.45 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52930 0 0 0 448234 11 0 0 25 0 1 0 790925914 149970944 35739 33554432000 134512640 134731564 4287947504 18446744073709551615 134720651 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35739 277 54 0 35924 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 146456

[startup+4542.3 s]
/proc/loadavg: 1.03 1.02 1.24 2/509 29100
/proc/meminfo: memFree=22217972/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4542.45 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52930 0 0 0 454234 11 0 0 25 0 1 0 790925914 149970944 35739 33554432000 134512640 134731564 4287947504 18446744073709551615 134667537 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35739 277 54 0 35924 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 146456

[startup+4602.3 s]
/proc/loadavg: 1.01 1.02 1.22 2/509 29102
/proc/meminfo: memFree=22216320/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4602.47 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52930 0 0 0 460236 11 0 0 25 0 1 0 790925914 149970944 35739 33554432000 134512640 134731564 4287947504 18446744073709551615 134667545 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35739 277 54 0 35924 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 146456

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/509 29103
/proc/meminfo: memFree=22217016/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4662.46 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52930 0 0 0 466235 11 0 0 25 0 1 0 790925914 149970944 35739 33554432000 134512640 134731564 4287947504 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35739 277 54 0 35924 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 146456

[startup+4722.32 s]
/proc/loadavg: 1.00 1.01 1.18 2/509 29105
/proc/meminfo: memFree=22217340/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4722.48 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52930 0 0 0 472237 11 0 0 25 0 1 0 790925914 149970944 35739 33554432000 134512640 134731564 4287947504 18446744073709551615 134655717 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35739 277 54 0 35924 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 146456

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/509 29106
/proc/meminfo: memFree=22217420/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4782.46 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52930 0 0 0 478235 11 0 0 25 0 1 0 790925914 149970944 35739 33554432000 134512640 134731564 4287947504 18446744073709551615 134669325 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35739 277 54 0 35924 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 146456

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/509 29108
/proc/meminfo: memFree=22216992/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4842.46 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52930 0 0 0 484235 11 0 0 25 0 1 0 790925914 149970944 35739 33554432000 134512640 134731564 4287947504 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35739 277 54 0 35924 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 146456

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/509 29110
/proc/meminfo: memFree=22217332/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4902.47 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52930 0 0 0 490236 11 0 0 25 0 1 0 790925914 149970944 35739 33554432000 134512640 134731564 4287947504 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35739 277 54 0 35924 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 146456

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/509 29111
/proc/meminfo: memFree=22218024/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=4962.47 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52930 0 0 0 496236 11 0 0 25 0 1 0 790925914 149970944 35739 33554432000 134512640 134731564 4287947504 18446744073709551615 134720131 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35739 277 54 0 35924 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 146456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.06 1.02 1.13 2/509 29112
/proc/meminfo: memFree=22217996/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=5000.09 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52944 0 0 0 499998 11 0 0 25 0 1 0 790925914 149970944 35753 33554432000 134512640 134731564 4287947504 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35753 277 54 0 35924 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 146456

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

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

[startup+4999.9 s]
/proc/loadavg: 1.06 1.02 1.13 2/509 29112
/proc/meminfo: memFree=22217996/32951124 swapFree=62999000/67111528
[pid=28947] ppid=28945 vsize=146456 CPUtime=5000.09 cores=0,2,4,6
/proc/28947/stat : 28947 (MPhaseSAT) R 28945 28947 27479 0 -1 4202496 52944 0 0 0 499998 11 0 0 25 0 1 0 790925914 149970944 35753 33554432000 134512640 134731564 4287947504 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/28947/statm: 36614 35753 277 54 0 35924 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 146456

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.11
CPU user time (s): 4999.98
CPU system time (s): 0.12698
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 146456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.98
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52944
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= 9
involuntary context switches= 7290

runsolver used 26.6649 second user time and 55.1876 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-02 05:25:03
IDJOB=3445852
IDBENCH=85438
IDSOLVER=1941
FILE ID=node141/3445852-1306985103
RUNJOBID= node141-1306982578-28767
PBS_JOBID= 13497663
Free space on /tmp= 73808 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/easier/php-045-035.shuffled-as.sat05-1181.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445852-1306985103/watcher-3445852-1306985103 -o /tmp/evaluation-result-3445852-1306985103/solver-3445852-1306985103 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445852-1306985103.cnf

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

MD5SUM BENCH= 057b78ff24cc0773c9c67e770a7b9de2
RANDOM SEED=1551631924

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:      22353388 kB
Buffers:        164980 kB
Cached:         187556 kB
SwapCached:       8848 kB
Active:       10142812 kB
Inactive:       205328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22353388 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:             556 kB
Writeback:           0 kB
AnonPages:     9994104 kB
Mapped:          25620 kB
Slab:           109440 kB
PageTables:      69956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150681776 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:48:25