Trace number 3445638

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g4.cnf
MD5SUMb2f1edd9e4045a375bcfedb2d5e5bd0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark76.6853
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-3445638-1306968358/watcher-3445638-1306968358 -o /tmp/evaluation-result-3445638-1306968358/solver-3445638-1306968358 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445638-1306968358.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: 8.12 8.12 8.11 4/452 7189
/proc/meminfo: memFree=32165188/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=1528 CPUtime=0 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) S 7187 7189 7149 0 -1 4194304 86 0 2 0 0 0 0 0 25 0 1 0 808433697 1564672 42 33554432000 134512640 134731564 4287175840 18446744073709551615 7418452 0 2147483391 4096 0 18446744071700215955 0 0 17 2 0 0 0
/proc/7189/statm: 382 42 33 54 0 30 0

[startup+0.104278 s]
/proc/loadavg: 8.12 8.12 8.11 4/452 7189
/proc/meminfo: memFree=32165188/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=5700 CPUtime=0.07 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 1317 0 7 0 7 0 0 0 18 0 1 0 808433697 5836800 934 33554432000 134512640 134731564 4287175840 18446744073709551615 134559024 0 0 4096 1026 0 0 0 17 2 0 0 2
/proc/7189/statm: 1425 934 236 54 0 735 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5700

[startup+0.200261 s]
/proc/loadavg: 8.12 8.12 8.11 4/452 7189
/proc/meminfo: memFree=32165188/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=7812 CPUtime=0.16 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 4173 0 7 0 16 0 0 0 18 0 1 0 808433697 7999488 1445 33554432000 134512640 134731564 4287175840 18446744073709551615 134559237 0 0 4096 1026 0 0 0 17 2 0 0 2
/proc/7189/statm: 1953 1445 239 54 0 1263 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 7812

[startup+0.300256 s]
/proc/loadavg: 8.12 8.12 8.11 4/452 7189
/proc/meminfo: memFree=32165188/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=14904 CPUtime=0.25 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 7034 0 7 0 25 0 0 0 18 0 1 0 808433697 15261696 3273 33554432000 134512640 134731564 4287175840 18446744073709551615 134717115 0 0 4096 1026 0 0 0 17 2 0 0 2
/proc/7189/statm: 3726 3273 260 54 0 3036 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 14904

[startup+0.70017 s]
/proc/loadavg: 8.12 8.12 8.11 4/452 7189
/proc/meminfo: memFree=32165188/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=7588 CPUtime=0.65 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 7318 0 7 0 65 0 0 0 18 0 1 0 808433697 7770112 1475 33554432000 134512640 134731564 4287175840 18446744073709551615 134516977 0 0 4096 1026 0 0 0 17 2 0 0 2
/proc/7189/statm: 1897 1475 276 54 0 1207 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 7588

[startup+1.50107 s]
/proc/loadavg: 8.12 8.12 8.11 4/454 7192
/proc/meminfo: memFree=32147288/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=11900 CPUtime=1.46 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 8343 0 7 0 145 1 0 0 20 0 1 0 808433697 12185600 2500 33554432000 134512640 134731564 4287175840 18446744073709551615 134720360 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2975 2500 276 54 0 2285 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 11900

[startup+3.10074 s]
/proc/loadavg: 7.63 8.02 8.07 4/454 7192
/proc/meminfo: memFree=32145056/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=12428 CPUtime=3.06 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 8474 0 7 0 305 1 0 0 25 0 1 0 808433697 12726272 2631 33554432000 134512640 134731564 4287175840 18446744073709551615 134659217 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 3107 2631 276 54 0 2417 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 12428

[startup+6.30016 s]
/proc/loadavg: 7.63 8.02 8.07 4/454 7192
/proc/meminfo: memFree=32144200/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=13088 CPUtime=6.26 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 8653 0 7 0 625 1 0 0 25 0 1 0 808433697 13402112 2810 33554432000 134512640 134731564 4287175840 18446744073709551615 134717443 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 3272 2810 276 54 0 2582 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 13088

[startup+12.701 s]
/proc/loadavg: 6.76 7.82 8.01 4/454 7192
/proc/meminfo: memFree=32142860/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=12560 CPUtime=12.66 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 9882 0 7 0 1265 1 0 0 25 0 1 0 808433697 12861440 2680 33554432000 134512640 134731564 4287175840 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 3140 2680 276 54 0 2450 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12560

[startup+25.5007 s]
/proc/loadavg: 6.03 7.63 7.94 4/454 7193
/proc/meminfo: memFree=32145740/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=11532 CPUtime=25.46 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 11952 0 7 0 2545 1 0 0 25 0 1 0 808433697 11808768 2429 33554432000 134512640 134731564 4287175840 18446744073709551615 134659898 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2883 2429 276 54 0 2193 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11532

[startup+51.1011 s]
/proc/loadavg: 4.65 7.17 7.78 4/454 7193
/proc/meminfo: memFree=32144964/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=9092 CPUtime=51.06 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 18184 0 7 0 5104 2 0 0 25 0 1 0 808433697 9310208 1829 33554432000 134512640 134731564 4287175840 18446744073709551615 134629755 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2273 1829 276 54 0 1583 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9092

[startup+102.301 s]
/proc/loadavg: 3.06 6.30 7.45 4/454 7195
/proc/meminfo: memFree=32146552/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=9676 CPUtime=102.27 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 32393 0 7 0 10223 4 0 0 25 0 1 0 808433697 9908224 1956 33554432000 134512640 134731564 4287175840 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2419 1956 276 54 0 1729 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9676

[startup+162.301 s]
/proc/loadavg: 2.49 5.59 7.14 4/454 7196
/proc/meminfo: memFree=32144768/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10432 CPUtime=162.27 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 47829 0 7 0 16220 7 0 0 25 0 1 0 808433697 10682368 2161 33554432000 134512640 134731564 4287175840 18446744073709551615 134624721 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2608 2161 276 54 0 1918 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 10432

[startup+222.317 s]
/proc/loadavg: 2.24 4.90 6.79 4/454 7199
/proc/meminfo: memFree=32144616/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10100 CPUtime=222.28 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 60196 0 7 0 22220 8 0 0 25 0 1 0 808433697 10342400 2075 33554432000 134512640 134731564 4287175840 18446744073709551615 134715909 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2525 2075 276 54 0 1835 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 10100

[startup+282.301 s]
/proc/loadavg: 2.10 4.41 6.51 4/454 7200
/proc/meminfo: memFree=32146692/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=9556 CPUtime=282.26 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 73858 0 7 0 28216 10 0 0 25 0 1 0 808433697 9785344 1946 33554432000 134512640 134731564 4287175840 18446744073709551615 134659217 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2389 1946 276 54 0 1699 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 9556

[startup+342.301 s]
/proc/loadavg: 2.07 3.95 6.21 4/454 7202
/proc/meminfo: memFree=32146792/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=9680 CPUtime=342.27 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 92179 0 7 0 34214 13 0 0 25 0 1 0 808433697 9912320 1981 33554432000 134512640 134731564 4287175840 18446744073709551615 134720342 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2420 1981 276 54 0 1730 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 9680

[startup+402.3 s]
/proc/loadavg: 2.08 3.64 5.97 4/454 7204
/proc/meminfo: memFree=32147244/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10084 CPUtime=402.27 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 105543 0 7 0 40212 15 0 0 25 0 1 0 808433697 10326016 2057 33554432000 134512640 134731564 4287175840 18446744073709551615 134659744 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2521 2057 276 54 0 1831 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 10084

[startup+462.3 s]
/proc/loadavg: 2.14 3.36 5.72 4/454 7205
/proc/meminfo: memFree=32144244/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10548 CPUtime=462.28 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 119790 0 7 0 46211 17 0 0 25 0 1 0 808433697 10801152 2192 33554432000 134512640 134731564 4287175840 18446744073709551615 134719833 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2637 2192 276 54 0 1947 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 10548

[startup+522.301 s]
/proc/loadavg: 2.13 3.15 5.51 4/454 7207
/proc/meminfo: memFree=32145812/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=9900 CPUtime=522.27 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 134791 0 7 0 52208 19 0 0 25 0 1 0 808433697 10137600 2035 33554432000 134512640 134731564 4287175840 18446744073709551615 7630565 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2475 2035 276 54 0 1785 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 9900

[startup+582.301 s]
/proc/loadavg: 2.04 2.93 5.27 4/454 7208
/proc/meminfo: memFree=32146028/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10496 CPUtime=582.28 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 150021 0 7 0 58207 21 0 0 25 0 1 0 808433697 10747904 2169 33554432000 134512640 134731564 4287175840 18446744073709551615 134629566 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2624 2169 276 54 0 1934 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 10496

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.04 2.11 4/454 7321
/proc/meminfo: memFree=32145252/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10384 CPUtime=4002.37 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 902057 0 7 0 400101 136 0 0 25 0 1 0 808433697 10633216 2151 33554432000 134512640 134731564 4287175840 18446744073709551615 134659689 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2596 2151 276 54 0 1906 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 10384

[startup+4062.3 s]
/proc/loadavg: 2.00 2.03 2.10 4/454 7322
/proc/meminfo: memFree=32144840/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=9936 CPUtime=4062.39 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 915690 0 7 0 406100 139 0 0 25 0 1 0 808433697 10174464 2014 33554432000 134512640 134731564 4287175840 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2484 2014 276 54 0 1794 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 9936

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.09 4/454 7325
/proc/meminfo: memFree=32143200/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10700 CPUtime=4122.38 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 930386 0 7 0 412097 141 0 0 25 0 1 0 808433697 10956800 2222 33554432000 134512640 134731564 4287175840 18446744073709551615 134717132 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2675 2222 276 54 0 1985 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 10700

[startup+4182.32 s]
/proc/loadavg: 2.00 2.02 2.08 4/454 7326
/proc/meminfo: memFree=32144892/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10016 CPUtime=4182.4 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 941476 0 7 0 418097 143 0 0 25 0 1 0 808433697 10256384 2056 33554432000 134512640 134731564 4287175840 18446744073709551615 134628872 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2504 2056 276 54 0 1814 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 10016

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.08 4/454 7329
/proc/meminfo: memFree=32143232/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10636 CPUtime=4242.38 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 953695 0 7 0 424093 145 0 0 25 0 1 0 808433697 10891264 2202 33554432000 134512640 134731564 4287175840 18446744073709551615 134719952 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2659 2202 276 54 0 1969 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 10636

[startup+4302.3 s]
/proc/loadavg: 2.11 2.04 2.08 4/454 7331
/proc/meminfo: memFree=32142436/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10624 CPUtime=4302.39 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 967612 0 7 0 430092 147 0 0 25 0 1 0 808433697 10878976 2205 33554432000 134512640 134731564 4287175840 18446744073709551615 134622133 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2656 2205 276 54 0 1966 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 10624

[startup+4362.3 s]
/proc/loadavg: 2.13 2.06 2.08 4/454 7332
/proc/meminfo: memFree=32144740/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=9724 CPUtime=4362.39 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 979896 0 7 0 436090 149 0 0 25 0 1 0 808433697 9957376 1981 33554432000 134512640 134731564 4287175840 18446744073709551615 134629590 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2431 1981 276 54 0 1741 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 9724

[startup+4422.3 s]
/proc/loadavg: 2.09 2.06 2.08 4/454 7335
/proc/meminfo: memFree=32144444/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10620 CPUtime=4422.39 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 992938 0 7 0 442088 151 0 0 25 0 1 0 808433697 10874880 2204 33554432000 134512640 134731564 4287175840 18446744073709551615 134659554 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2655 2204 276 54 0 1965 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 10620

[startup+4482.3 s]
/proc/loadavg: 2.03 2.05 2.08 4/454 7336
/proc/meminfo: memFree=32144636/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10136 CPUtime=4482.39 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 1007186 0 7 0 448086 153 0 0 25 0 1 0 808433697 10379264 2076 33554432000 134512640 134731564 4287175840 18446744073709551615 134717595 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2534 2076 276 54 0 1844 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 10136

[startup+4542.3 s]
/proc/loadavg: 2.01 2.04 2.07 4/454 7349
/proc/meminfo: memFree=32145464/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=9448 CPUtime=4542.4 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 1019727 0 7 0 454084 156 0 0 25 0 1 0 808433697 9674752 1896 33554432000 134512640 134731564 4287175840 18446744073709551615 7630595 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2362 1896 276 54 0 1672 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 9448

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.07 4/454 7351
/proc/meminfo: memFree=32143580/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10612 CPUtime=4602.4 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 1030976 0 7 0 460082 158 0 0 25 0 1 0 808433697 10866688 2208 33554432000 134512640 134731564 4287175840 18446744073709551615 134655619 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2653 2208 276 54 0 1963 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 10612

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.07 4/454 7353
/proc/meminfo: memFree=32142056/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10728 CPUtime=4662.4 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 1043783 0 7 0 466080 160 0 0 25 0 1 0 808433697 10985472 2226 33554432000 134512640 134731564 4287175840 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2682 2226 276 54 0 1992 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 10728

[startup+4722.3 s]
/proc/loadavg: 2.03 2.03 2.06 4/454 7359
/proc/meminfo: memFree=32145336/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10016 CPUtime=4722.41 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 1058353 0 7 0 472078 163 0 0 25 0 1 0 808433697 10256384 2041 33554432000 134512640 134731564 4287175840 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2504 2041 276 54 0 1814 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 10016

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.05 4/454 7360
/proc/meminfo: memFree=32144100/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10148 CPUtime=4782.4 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 1071573 0 7 0 478075 165 0 0 25 0 1 0 808433697 10391552 2081 33554432000 134512640 134731564 4287175840 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2537 2081 276 54 0 1847 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 10148

[startup+4842.32 s]
/proc/loadavg: 2.16 2.05 2.06 4/454 7363
/proc/meminfo: memFree=32143824/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=9944 CPUtime=4842.42 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 1083641 0 7 0 484075 167 0 0 25 0 1 0 808433697 10182656 2026 33554432000 134512640 134731564 4287175840 18446744073709551615 134719850 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2486 2026 276 54 0 1796 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 9944

[startup+4902.3 s]
/proc/loadavg: 2.06 2.04 2.05 4/454 7365
/proc/meminfo: memFree=32143904/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=9260 CPUtime=4902.4 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 1098019 0 7 0 490071 169 0 0 25 0 1 0 808433697 9482240 1875 33554432000 134512640 134731564 4287175840 18446744073709551615 134720177 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2315 1875 276 54 0 1625 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 9260

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.05 4/454 7366
/proc/meminfo: memFree=32142128/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10708 CPUtime=4962.4 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 1110809 0 7 0 496069 171 0 0 25 0 1 0 808433697 10964992 2233 33554432000 134512640 134731564 4287175840 18446744073709551615 134659533 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2677 2233 276 54 0 1987 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 10708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.04 4/454 7367
/proc/meminfo: memFree=32143600/32951124 swapFree=55639044/67111528
[pid=7189] ppid=7187 vsize=10404 CPUtime=5000.01 cores=0,2,4,6
/proc/7189/stat : 7189 (MPhaseSAT) R 7187 7189 7149 0 -1 4202496 1118562 0 7 0 499829 172 0 0 25 0 1 0 808433697 10653696 2152 33554432000 134512640 134731564 4287175840 18446744073709551615 134720137 0 0 4096 1026 0 0 0 17 0 0 0 2
/proc/7189/statm: 2601 2152 276 54 0 1911 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 10404

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.03
CPU user time (s): 4998.31
CPU system time (s): 1.72774
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 16296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.31
system time used= 1.72774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1118562
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 6908

runsolver used 22.8105 second user time and 49.8264 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-02 00:45:58
IDJOB=3445638
IDBENCH=71317
IDSOLVER=1941
FILE ID=node133/3445638-1306968358
RUNJOBID= node133-1306968358-7169
PBS_JOBID= 13497674
Free space on /tmp= 73712 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1375c111739g4.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445638-1306968358/watcher-3445638-1306968358 -o /tmp/evaluation-result-3445638-1306968358/solver-3445638-1306968358 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445638-1306968358.cnf

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

MD5SUM BENCH= b2f1edd9e4045a375bcfedb2d5e5bd0e
RANDOM SEED=295555431

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      32165500 kB
Buffers:        201228 kB
Cached:         296220 kB
SwapCached:      10520 kB
Active:         167332 kB
Inactive:       350912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32165500 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:       18860 kB
Mapped:          11916 kB
Slab:           144524 kB
PageTables:      53808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114887688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73712 MiB
End job on node133 at 2011-06-02 02:09:20