Trace number 3445866

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.12 4999.92

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn006.shuffled-as.sat05-3846.cnf
MD5SUMf38a91a0947f21d9ceeb8762ba4c5f93
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark862.725
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18473
Sum of the clauses size132415
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32342
Number of clauses of size 4463
Number of clauses of size 5642
Number of clauses of size over 514542

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-3445866-1306985897/watcher-3445866-1306985897 -o /tmp/evaluation-result-3445866-1306985897/solver-3445866-1306985897 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445866-1306985897.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: 1.00 1.30 1.66 4/553 28233
/proc/meminfo: memFree=25218228/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=3476 CPUtime=0.01 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 397 0 0 0 1 0 0 0 18 0 1 0 810186791 3559424 338 33554432000 134512640 134731564 4289159696 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 869 338 225 54 0 179 0

[startup+0.115675 s]
/proc/loadavg: 1.00 1.30 1.66 4/553 28233
/proc/meminfo: memFree=25218228/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=6672 CPUtime=0.11 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 1541 0 0 0 11 0 0 0 18 0 1 0 810186791 6832128 1219 33554432000 134512640 134731564 4289159696 18446744073709551615 134665456 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 1668 1219 261 54 0 978 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6672

[startup+0.200643 s]
/proc/loadavg: 1.00 1.30 1.66 4/553 28233
/proc/meminfo: memFree=25218228/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=6672 CPUtime=0.19 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 1545 0 0 0 19 0 0 0 18 0 1 0 810186791 6832128 1223 33554432000 134512640 134731564 4289159696 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 1668 1223 265 54 0 978 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6672

[startup+0.30063 s]
/proc/loadavg: 1.00 1.30 1.66 4/553 28233
/proc/meminfo: memFree=25218228/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=6672 CPUtime=0.29 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 1545 0 0 0 29 0 0 0 18 0 1 0 810186791 6832128 1223 33554432000 134512640 134731564 4289159696 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 1668 1223 265 54 0 978 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6672

[startup+0.700559 s]
/proc/loadavg: 1.00 1.30 1.66 4/553 28233
/proc/meminfo: memFree=25218228/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=6936 CPUtime=0.69 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 1604 0 0 0 69 0 0 0 18 0 1 0 810186791 7102464 1282 33554432000 134512640 134731564 4289159696 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 1734 1282 265 54 0 1044 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6936

[startup+1.50039 s]
/proc/loadavg: 1.00 1.30 1.66 4/555 28235
/proc/meminfo: memFree=25207936/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=7068 CPUtime=1.49 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 1645 0 0 0 149 0 0 0 20 0 1 0 810186791 7237632 1323 33554432000 134512640 134731564 4289159696 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 1767 1323 265 54 0 1077 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7068

[startup+3.10109 s]
/proc/loadavg: 1.08 1.31 1.67 4/555 28235
/proc/meminfo: memFree=25205576/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=7464 CPUtime=3.09 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 1732 0 0 0 309 0 0 0 25 0 1 0 810186791 7643136 1410 33554432000 134512640 134731564 4289159696 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 1866 1410 265 54 0 1176 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7464

[startup+6.30048 s]
/proc/loadavg: 1.08 1.31 1.67 4/555 28235
/proc/meminfo: memFree=25204468/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=7864 CPUtime=6.29 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 1820 0 0 0 629 0 0 0 25 0 1 0 810186791 8052736 1498 33554432000 134512640 134731564 4289159696 18446744073709551615 134620719 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 1966 1498 265 54 0 1276 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7864

[startup+12.7003 s]
/proc/loadavg: 1.37 1.37 1.68 4/555 28235
/proc/meminfo: memFree=25203900/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=10968 CPUtime=12.69 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 5105 0 0 0 1269 0 0 0 25 0 1 0 810186791 11231232 2295 33554432000 134512640 134731564 4289159696 18446744073709551615 134621186 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 2742 2295 277 54 0 2052 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10968

[startup+25.5008 s]
/proc/loadavg: 1.46 1.39 1.68 4/555 28236
/proc/meminfo: memFree=25195960/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=11364 CPUtime=25.49 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 5209 0 0 0 2549 0 0 0 25 0 1 0 810186791 11636736 2399 33554432000 134512640 134731564 4289159696 18446744073709551615 134620761 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 2841 2399 277 54 0 2151 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11364

[startup+51.1009 s]
/proc/loadavg: 1.65 1.43 1.69 4/555 28236
/proc/meminfo: memFree=25195060/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=11892 CPUtime=51.09 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 5330 0 0 0 5109 0 0 0 25 0 1 0 810186791 12177408 2520 33554432000 134512640 134731564 4289159696 18446744073709551615 134620738 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 2973 2520 277 54 0 2283 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11892

[startup+102.301 s]
/proc/loadavg: 1.86 1.53 1.71 4/555 28238
/proc/meminfo: memFree=25192812/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=12948 CPUtime=102.31 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 5620 0 0 0 10231 0 0 0 25 0 1 0 810186791 13258752 2810 33554432000 134512640 134731564 4289159696 18446744073709551615 134620755 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 3237 2810 277 54 0 2547 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 12948

[startup+162.301 s]
/proc/loadavg: 1.95 1.61 1.72 4/555 28239
/proc/meminfo: memFree=25186712/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=14400 CPUtime=162.3 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 5973 0 0 0 16230 0 0 0 25 0 1 0 810186791 14745600 3163 33554432000 134512640 134731564 4289159696 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 3600 3163 277 54 0 2910 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 14400

[startup+222.321 s]
/proc/loadavg: 1.98 1.68 1.74 4/555 28241
/proc/meminfo: memFree=25185568/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=15476 CPUtime=222.32 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 6237 0 0 0 22232 0 0 0 25 0 1 0 810186791 15847424 3427 33554432000 134512640 134731564 4289159696 18446744073709551615 134620775 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 3869 3427 277 54 0 3179 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 15476

[startup+282.301 s]
/proc/loadavg: 1.99 1.73 1.75 4/555 28243
/proc/meminfo: memFree=25184044/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=16156 CPUtime=282.3 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 6387 0 0 0 28230 0 0 0 25 0 1 0 810186791 16543744 3577 33554432000 134512640 134731564 4289159696 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4039 3577 277 54 0 3349 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 16156

[startup+342.301 s]
/proc/loadavg: 1.99 1.78 1.76 4/555 28244
/proc/meminfo: memFree=25183396/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=16564 CPUtime=342.3 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 6500 0 0 0 34230 0 0 0 25 0 1 0 810186791 16961536 3690 33554432000 134512640 134731564 4289159696 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4141 3690 277 54 0 3451 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 16564

[startup+402.301 s]
/proc/loadavg: 1.99 1.81 1.77 4/555 28246
/proc/meminfo: memFree=25181884/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=17564 CPUtime=402.3 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 6704 0 0 0 40230 0 0 0 25 0 1 0 810186791 17985536 3894 33554432000 134512640 134731564 4289159696 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4391 3894 277 54 0 3701 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 17564

[startup+462.301 s]
/proc/loadavg: 2.29 1.91 1.81 4/555 28247
/proc/meminfo: memFree=25182236/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=17708 CPUtime=462.31 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 6745 0 0 0 46231 0 0 0 25 0 1 0 810186791 18132992 3935 33554432000 134512640 134731564 4289159696 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4427 3935 277 54 0 3737 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 17708

[startup+522.301 s]
/proc/loadavg: 2.33 1.97 1.83 4/555 28249
/proc/meminfo: memFree=25182084/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=17852 CPUtime=522.31 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 6787 0 0 0 52231 0 0 0 25 0 1 0 810186791 18280448 3977 33554432000 134512640 134731564 4289159696 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4463 3977 277 54 0 3773 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 17852

[startup+582.301 s]
/proc/loadavg: 2.11 1.97 1.84 4/555 28251
/proc/meminfo: memFree=25181684/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=17996 CPUtime=582.31 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 6818 0 0 0 58231 0 0 0 25 0 1 0 810186791 18427904 4008 33554432000 134512640 134731564 4289159696 18446744073709551615 134620999 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4499 4008 277 54 0 3809 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 17996

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/549 28371
/proc/meminfo: memFree=25197828/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=21376 CPUtime=4002.45 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8372 0 0 0 400244 1 0 0 25 0 1 0 810186791 21889024 4727 33554432000 134512640 134731564 4289159696 18446744073709551615 134715355 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 5344 4727 277 54 0 4654 0
Current children cumulated CPU time (s) 4002.45
Current children cumulated vsize (KiB) 21376

[startup+4062.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/549 28372
/proc/meminfo: memFree=25197808/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=21520 CPUtime=4062.47 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8395 0 0 0 406246 1 0 0 25 0 1 0 810186791 22036480 4750 33554432000 134512640 134731564 4289159696 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 5380 4750 277 54 0 4690 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 21520

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/549 28374
/proc/meminfo: memFree=25197548/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=21520 CPUtime=4122.45 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8406 0 0 0 412244 1 0 0 25 0 1 0 810186791 22036480 4761 33554432000 134512640 134731564 4289159696 18446744073709551615 134670192 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 5380 4761 277 54 0 4690 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 21520

[startup+4182.32 s]
/proc/loadavg: 1.10 1.03 1.05 2/549 28376
/proc/meminfo: memFree=25197636/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=21664 CPUtime=4182.48 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8421 0 0 0 418247 1 0 0 25 0 1 0 810186791 22183936 4776 33554432000 134512640 134731564 4289159696 18446744073709551615 134659568 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 5416 4776 277 54 0 4726 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 21664

[startup+4242.3 s]
/proc/loadavg: 1.04 1.02 1.05 2/549 28377
/proc/meminfo: memFree=25197496/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=21664 CPUtime=4242.46 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8431 0 0 0 424245 1 0 0 25 0 1 0 810186791 22183936 4786 33554432000 134512640 134731564 4289159696 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 5416 4786 277 54 0 4726 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 21664

[startup+4302.3 s]
/proc/loadavg: 1.01 1.02 1.04 2/549 28379
/proc/meminfo: memFree=25200204/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=17328 CPUtime=4302.46 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8450 0 0 0 430245 1 0 0 25 0 1 0 810186791 17743872 3907 33554432000 134512640 134731564 4289159696 18446744073709551615 134659619 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4332 3907 277 54 0 3642 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 17328

[startup+4362.3 s]
/proc/loadavg: 1.00 1.01 1.04 2/549 28380
/proc/meminfo: memFree=25200436/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=17328 CPUtime=4362.46 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8450 0 0 0 436245 1 0 0 25 0 1 0 810186791 17743872 3907 33554432000 134512640 134731564 4289159696 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4332 3907 277 54 0 3642 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 17328

[startup+4422.3 s]
/proc/loadavg: 1.00 1.01 1.03 2/549 28382
/proc/meminfo: memFree=25200532/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=17464 CPUtime=4422.47 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8462 0 0 0 442246 1 0 0 25 0 1 0 810186791 17883136 3919 33554432000 134512640 134731564 4289159696 18446744073709551615 134720120 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4366 3919 277 54 0 3676 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 17464

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/549 28384
/proc/meminfo: memFree=25200280/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=17896 CPUtime=4482.47 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8542 0 0 0 448246 1 0 0 25 0 1 0 810186791 18325504 3999 33554432000 134512640 134731564 4289159696 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4474 3999 277 54 0 3784 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 17896

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/549 28385
/proc/meminfo: memFree=25200376/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=18184 CPUtime=4542.47 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8598 0 0 0 454246 1 0 0 25 0 1 0 810186791 18620416 4055 33554432000 134512640 134731564 4289159696 18446744073709551615 134720102 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4546 4055 277 54 0 3856 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 18184

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/549 28387
/proc/meminfo: memFree=25199980/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=18328 CPUtime=4602.47 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8638 0 0 0 460246 1 0 0 25 0 1 0 810186791 18767872 4095 33554432000 134512640 134731564 4289159696 18446744073709551615 134620775 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4582 4095 277 54 0 3892 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 18328

[startup+4662.3 s]
/proc/loadavg: 1.16 1.03 1.02 2/549 28388
/proc/meminfo: memFree=25198840/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=18472 CPUtime=4662.47 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8672 0 0 0 466246 1 0 0 25 0 1 0 810186791 18915328 4129 33554432000 134512640 134731564 4289159696 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4618 4129 277 54 0 3928 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 18472

[startup+4722.3 s]
/proc/loadavg: 1.13 1.04 1.02 2/549 28390
/proc/meminfo: memFree=25200064/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=18760 CPUtime=4722.49 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8732 0 0 0 472248 1 0 0 25 0 1 0 810186791 19210240 4189 33554432000 134512640 134731564 4289159696 18446744073709551615 134620994 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4690 4189 277 54 0 4000 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 18760

[startup+4782.3 s]
/proc/loadavg: 1.05 1.03 1.01 2/549 28392
/proc/meminfo: memFree=25200160/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=18904 CPUtime=4782.48 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8758 0 0 0 478247 1 0 0 25 0 1 0 810186791 19357696 4215 33554432000 134512640 134731564 4289159696 18446744073709551615 134621066 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4726 4215 277 54 0 4036 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 18904

[startup+4842.32 s]
/proc/loadavg: 1.02 1.02 1.01 2/549 28393
/proc/meminfo: memFree=25198904/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=19048 CPUtime=4842.5 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8794 0 0 0 484249 1 0 0 25 0 1 0 810186791 19505152 4251 33554432000 134512640 134731564 4289159696 18446744073709551615 134722595 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4762 4251 277 54 0 4072 0
Current children cumulated CPU time (s) 4842.5
Current children cumulated vsize (KiB) 19048

[startup+4902.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/549 28395
/proc/meminfo: memFree=25199376/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=19192 CPUtime=4902.48 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8800 0 0 0 490247 1 0 0 25 0 1 0 810186791 19652608 4257 33554432000 134512640 134731564 4289159696 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4798 4257 277 54 0 4108 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 19192

[startup+4962.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/549 28396
/proc/meminfo: memFree=25199228/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=19336 CPUtime=4962.48 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8839 0 0 0 496247 1 0 0 25 0 1 0 810186791 19800064 4296 33554432000 134512640 134731564 4289159696 18446744073709551615 134720304 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4834 4296 277 54 0 4144 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 19336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.01 1.00 2/549 28406
/proc/meminfo: memFree=25197748/32950928 swapFree=67056580/67111528
[pid=28233] ppid=28231 vsize=19336 CPUtime=5000.1 cores=1,3,5,7
/proc/28233/stat : 28233 (MPhaseSAT) R 28231 28233 26913 0 -1 4202496 8852 0 0 0 500009 1 0 0 25 0 1 0 810186791 19800064 4309 33554432000 134512640 134731564 4289159696 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28233/statm: 4834 4309 277 54 0 4144 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 19336

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.1
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8852
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= 20
involuntary context switches= 8251

runsolver used 24.0433 second user time and 66.8328 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-02 05:38:17
IDJOB=3445866
IDBENCH=85802
IDSOLVER=1941
FILE ID=node148/3445866-1306985897
RUNJOBID= node148-1306985897-28215
PBS_JOBID= 13497687
Free space on /tmp= 73860 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn006.shuffled-as.sat05-3846.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445866-1306985897/watcher-3445866-1306985897 -o /tmp/evaluation-result-3445866-1306985897/solver-3445866-1306985897 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445866-1306985897.cnf

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

MD5SUM BENCH= f38a91a0947f21d9ceeb8762ba4c5f93
RANDOM SEED=1633605800

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.82
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.854
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:      25218540 kB
Buffers:        171124 kB
Cached:         426976 kB
SwapCached:       7908 kB
Active:        7010652 kB
Inactive:       414828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25218540 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:     6825544 kB
Mapped:          43420 kB
Slab:           179092 kB
PageTables:      58052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170357120 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= 73860 MiB
End job on node148 at 2011-06-02 07:01:39