Trace number 3445648

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/
forced/rbsat-v1820c171155gyes3.cnf
MD5SUMcd19d9eb9be97e183fa1a1d47d679d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

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-3445648-1306970429/watcher-3445648-1306970429 -o /tmp/evaluation-result-3445648-1306970429/solver-3445648-1306970429 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445648-1306970429.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: 7.66 8.06 8.07 3/421 9280
/proc/meminfo: memFree=26281368/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=1644 CPUtime=0 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) D 9278 9280 9248 0 -1 4194304 87 0 2 0 0 0 0 0 22 0 1 0 808641100 1683456 43 33554432000 134512640 134731564 4290963040 18446744073709551615 3333287 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/9280/statm: 411 43 33 54 0 30 0

[startup+0.104568 s]
/proc/loadavg: 7.66 8.06 8.07 3/421 9280
/proc/meminfo: memFree=26281368/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=5720 CPUtime=0.06 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 674 0 8 0 6 0 0 0 22 0 1 0 808641100 5857280 623 33554432000 134512640 134731564 4290963040 18446744073709551615 3779520 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 1430 623 225 54 0 740 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5720

[startup+0.200578 s]
/proc/loadavg: 7.66 8.06 8.07 3/421 9280
/proc/meminfo: memFree=26281368/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=6308 CPUtime=0.15 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 3624 0 8 0 15 0 0 0 22 0 1 0 808641100 6459392 1099 33554432000 134512640 134731564 4290963040 18446744073709551615 134566524 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 1577 1099 237 54 0 887 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 6308

[startup+0.300501 s]
/proc/loadavg: 7.66 8.06 8.07 3/421 9280
/proc/meminfo: memFree=26281368/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=9684 CPUtime=0.25 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 6882 0 8 0 25 0 0 0 22 0 1 0 808641100 9916416 1924 33554432000 134512640 134731564 4290963040 18446744073709551615 134559163 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 2421 1924 239 54 0 1731 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9684

[startup+0.700501 s]
/proc/loadavg: 7.66 8.06 8.07 3/421 9280
/proc/meminfo: memFree=26281368/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=21092 CPUtime=0.65 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 11966 0 8 0 64 1 0 0 25 0 1 0 808641100 21598208 4796 33554432000 134512640 134731564 4290963040 18446744073709551615 134716156 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 5273 4796 265 54 0 4583 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 21092

[startup+1.50033 s]
/proc/loadavg: 7.66 8.06 8.07 3/425 9287
/proc/meminfo: memFree=26239700/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=15836 CPUtime=1.45 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 13893 0 8 0 144 1 0 0 25 0 1 0 808641100 16216064 3491 33554432000 134512640 134731564 4290963040 18446744073709551615 134620755 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3959 3491 276 54 0 3269 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 15836

[startup+3.10102 s]
/proc/loadavg: 7.66 8.06 8.07 3/425 9287
/proc/meminfo: memFree=26237096/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=15836 CPUtime=3.05 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 13925 0 8 0 304 1 0 0 25 0 1 0 808641100 16216064 3523 33554432000 134512640 134731564 4290963040 18446744073709551615 134659744 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3959 3523 276 54 0 3269 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 15836

[startup+6.30047 s]
/proc/loadavg: 7.21 7.96 8.04 3/425 9287
/proc/meminfo: memFree=26236724/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=16628 CPUtime=6.26 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 14121 0 8 0 624 2 0 0 25 0 1 0 808641100 17027072 3719 33554432000 134512640 134731564 4290963040 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 4157 3719 276 54 0 3467 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 16628

[startup+12.7003 s]
/proc/loadavg: 6.79 7.86 8.00 3/425 9287
/proc/meminfo: memFree=26237144/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=15744 CPUtime=12.65 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 15659 0 8 0 1263 2 0 0 25 0 1 0 808641100 16121856 3481 33554432000 134512640 134731564 4290963040 18446744073709551615 134655813 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3936 3481 276 54 0 3246 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 15744

[startup+25.5009 s]
/proc/loadavg: 5.73 7.58 7.91 3/425 9288
/proc/meminfo: memFree=26238376/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=14124 CPUtime=25.45 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 18093 0 8 0 2543 2 0 0 25 0 1 0 808641100 14462976 3108 33554432000 134512640 134731564 4290963040 18446744073709551615 134715541 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3531 3108 276 54 0 2841 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 14124

[startup+51.1003 s]
/proc/loadavg: 4.62 7.16 7.76 3/425 9288
/proc/meminfo: memFree=26237784/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12732 CPUtime=51.05 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 25785 0 8 0 5103 2 0 0 25 0 1 0 808641100 13037568 2748 33554432000 134512640 134731564 4290963040 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3183 2748 276 54 0 2493 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12732

[startup+102.301 s]
/proc/loadavg: 3.12 6.31 7.43 3/425 9290
/proc/meminfo: memFree=26234028/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12788 CPUtime=102.26 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 37646 0 8 0 10222 4 0 0 25 0 1 0 808641100 13094912 2759 33554432000 134512640 134731564 4290963040 18446744073709551615 3802620 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3197 2759 276 54 0 2507 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 12788

[startup+162.301 s]
/proc/loadavg: 2.45 5.58 7.12 3/425 9291
/proc/meminfo: memFree=26228168/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=13280 CPUtime=162.25 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 52956 0 8 0 16219 6 0 0 25 0 1 0 808641100 13598720 2891 33554432000 134512640 134731564 4290963040 18446744073709551615 134659066 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3320 2891 276 54 0 2630 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 13280

[startup+222.316 s]
/proc/loadavg: 2.16 4.93 6.79 3/425 9293
/proc/meminfo: memFree=26225648/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12504 CPUtime=222.28 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 67259 0 8 0 22220 8 0 0 25 0 1 0 808641100 12804096 2688 33554432000 134512640 134731564 4290963040 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3126 2688 276 54 0 2436 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 12504

[startup+282.301 s]
/proc/loadavg: 2.22 4.42 6.50 3/425 9295
/proc/meminfo: memFree=26222520/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12428 CPUtime=282.26 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 80875 0 8 0 28216 10 0 0 25 0 1 0 808641100 12726272 2645 33554432000 134512640 134731564 4290963040 18446744073709551615 134722419 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3107 2645 276 54 0 2417 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 12428

[startup+342.301 s]
/proc/loadavg: 2.15 4.00 6.22 3/425 9296
/proc/meminfo: memFree=26221360/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=11740 CPUtime=342.26 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 97839 0 8 0 34214 12 0 0 25 0 1 0 808641100 12021760 2467 33554432000 134512640 134731564 4290963040 18446744073709551615 134628965 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 2935 2467 276 54 0 2245 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 11740

[startup+402.3 s]
/proc/loadavg: 2.05 3.63 5.95 3/425 9298
/proc/meminfo: memFree=26218604/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=13148 CPUtime=402.26 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 113324 0 8 0 40212 14 0 0 25 0 1 0 808641100 13463552 2842 33554432000 134512640 134731564 4290963040 18446744073709551615 134665463 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3287 2842 276 54 0 2597 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 13148

[startup+462.3 s]
/proc/loadavg: 2.02 3.33 5.70 3/425 9299
/proc/meminfo: memFree=26218324/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12620 CPUtime=462.26 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 130460 0 8 0 46210 16 0 0 25 0 1 0 808641100 12922880 2700 33554432000 134512640 134731564 4290963040 18446744073709551615 134655524 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3155 2700 276 54 0 2465 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 12620

[startup+522.3 s]
/proc/loadavg: 2.07 3.11 5.48 3/425 9301
/proc/meminfo: memFree=26216656/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12236 CPUtime=522.26 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 144830 0 8 0 52208 18 0 0 25 0 1 0 808641100 12529664 2613 33554432000 134512640 134731564 4290963040 18446744073709551615 134659012 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3059 2613 276 54 0 2369 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 12236

[startup+582.3 s]
/proc/loadavg: 2.07 2.92 5.26 3/425 9303
/proc/meminfo: memFree=26212524/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=13724 CPUtime=582.27 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 159895 0 8 0 58206 21 0 0 25 0 1 0 808641100 14053376 2975 33554432000 134512640 134731564 4290963040 18446744073709551615 134659341 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3431 2975 276 54 0 2741 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 13724

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.03 2.03 2.08 3/425 9406
/proc/meminfo: memFree=26164540/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12380 CPUtime=4002.37 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1036483 0 8 0 400099 138 0 0 25 0 1 0 808641100 12677120 2632 33554432000 134512640 134731564 4290963040 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3095 2632 276 54 0 2405 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 12380

[startup+4062.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/425 9407
/proc/meminfo: memFree=26165256/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=13056 CPUtime=4062.39 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1054386 0 8 0 406099 140 0 0 25 0 1 0 808641100 13369344 2819 33554432000 134512640 134731564 4290963040 18446744073709551615 134659945 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3264 2819 276 54 0 2574 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 13056

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/425 9409
/proc/meminfo: memFree=26163364/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=14588 CPUtime=4122.38 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1069488 0 8 0 412096 142 0 0 25 0 1 0 808641100 14938112 3175 33554432000 134512640 134731564 4290963040 18446744073709551615 134668860 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3647 3175 276 54 0 2957 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 14588

[startup+4182.32 s]
/proc/loadavg: 2.04 2.03 2.07 3/425 9411
/proc/meminfo: memFree=26163080/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=13588 CPUtime=4182.39 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1084190 0 8 0 418095 144 0 0 25 0 1 0 808641100 13914112 2957 33554432000 134512640 134731564 4290963040 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3397 2957 276 54 0 2707 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 13588

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 2.07 3/425 9412
/proc/meminfo: memFree=26163660/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12496 CPUtime=4242.38 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1098078 0 8 0 424092 146 0 0 25 0 1 0 808641100 12795904 2690 33554432000 134512640 134731564 4290963040 18446744073709551615 134669560 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3124 2690 276 54 0 2434 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 12496

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/425 9414
/proc/meminfo: memFree=26163504/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12076 CPUtime=4302.38 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1114688 0 8 0 430090 148 0 0 25 0 1 0 808641100 12365824 2575 33554432000 134512640 134731564 4290963040 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3019 2575 276 54 0 2329 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 12076

[startup+4362.3 s]
/proc/loadavg: 2.04 2.02 2.06 3/425 9415
/proc/meminfo: memFree=26163960/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12064 CPUtime=4362.38 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1131585 0 8 0 436088 150 0 0 25 0 1 0 808641100 12353536 2573 33554432000 134512640 134731564 4290963040 18446744073709551615 134659240 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3016 2573 276 54 0 2326 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 12064

[startup+4422.3 s]
/proc/loadavg: 2.34 2.10 2.08 3/425 9417
/proc/meminfo: memFree=26162184/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=13456 CPUtime=4422.39 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1146342 0 8 0 442087 152 0 0 25 0 1 0 808641100 13778944 2920 33554432000 134512640 134731564 4290963040 18446744073709551615 134659256 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3364 2920 276 54 0 2674 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 13456

[startup+4482.3 s]
/proc/loadavg: 2.37 2.13 2.09 3/425 9419
/proc/meminfo: memFree=26162404/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=13504 CPUtime=4482.38 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1161805 0 8 0 448085 153 0 0 25 0 1 0 808641100 13828096 2937 33554432000 134512640 134731564 4290963040 18446744073709551615 134659511 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3376 2937 276 54 0 2686 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 13504

[startup+4542.3 s]
/proc/loadavg: 2.12 2.10 2.08 3/425 9420
/proc/meminfo: memFree=26160760/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12664 CPUtime=4542.39 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1177335 0 8 0 454084 155 0 0 25 0 1 0 808641100 12967936 2716 33554432000 134512640 134731564 4290963040 18446744073709551615 134717369 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3166 2716 276 54 0 2476 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 12664

[startup+4602.3 s]
/proc/loadavg: 2.05 2.08 2.08 3/425 9422
/proc/meminfo: memFree=26158372/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=13536 CPUtime=4602.39 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1190352 0 8 0 460082 157 0 0 25 0 1 0 808641100 13860864 2956 33554432000 134512640 134731564 4290963040 18446744073709551615 134678246 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3384 2956 276 54 0 2694 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 13536

[startup+4662.3 s]
/proc/loadavg: 2.01 2.06 2.07 3/425 9423
/proc/meminfo: memFree=26158216/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=13016 CPUtime=4662.39 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1205773 0 8 0 466080 159 0 0 25 0 1 0 808641100 13328384 2801 33554432000 134512640 134731564 4290963040 18446744073709551615 134719759 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3254 2801 276 54 0 2564 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 13016

[startup+4722.3 s]
/proc/loadavg: 2.06 2.06 2.07 3/425 9425
/proc/meminfo: memFree=26159796/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=13196 CPUtime=4722.41 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1219998 0 8 0 472080 161 0 0 25 0 1 0 808641100 13512704 2851 33554432000 134512640 134731564 4290963040 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3299 2851 276 54 0 2609 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 13196

[startup+4782.3 s]
/proc/loadavg: 2.02 2.05 2.07 3/425 9427
/proc/meminfo: memFree=26159144/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=14184 CPUtime=4782.4 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1237655 0 8 0 478077 163 0 0 25 0 1 0 808641100 14524416 3101 33554432000 134512640 134731564 4290963040 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3546 3101 276 54 0 2856 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 14184

[startup+4842.32 s]
/proc/loadavg: 2.01 2.04 2.06 3/425 9428
/proc/meminfo: memFree=26156504/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=14848 CPUtime=4842.41 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1254793 0 8 0 484076 165 0 0 25 0 1 0 808641100 15204352 3256 33554432000 134512640 134731564 4290963040 18446744073709551615 134655856 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3712 3256 276 54 0 3022 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 14848

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/425 9430
/proc/meminfo: memFree=26155480/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=13824 CPUtime=4902.4 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1269800 0 8 0 490072 168 0 0 25 0 1 0 808641100 14155776 3013 33554432000 134512640 134731564 4290963040 18446744073709551615 134659672 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3456 3013 276 54 0 2766 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 13824

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/425 9431
/proc/meminfo: memFree=26157300/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12232 CPUtime=4962.4 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1284358 0 8 0 496070 170 0 0 25 0 1 0 808641100 12525568 2611 33554432000 134512640 134731564 4290963040 18446744073709551615 134721203 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3058 2611 276 54 0 2368 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 12232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.11 2.05 2.06 3/425 9432
/proc/meminfo: memFree=26156532/32951124 swapFree=44043512/67111528
[pid=9280] ppid=9278 vsize=12348 CPUtime=5000.01 cores=0,2,4,6
/proc/9280/stat : 9280 (MPhaseSAT) R 9278 9280 9248 0 -1 4202496 1294000 0 8 0 499830 171 0 0 25 0 1 0 808641100 12644352 2649 33554432000 134512640 134731564 4290963040 18446744073709551615 134655920 0 0 4096 1026 0 0 0 17 2 0 0 3
/proc/9280/statm: 3087 2649 276 54 0 2397 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 12348

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.71374
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 22940

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

runsolver used 22.5046 second user time and 45.0042 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-02 01:20:29
IDJOB=3445648
IDBENCH=71409
IDSOLVER=1941
FILE ID=node134/3445648-1306970429
RUNJOBID= node134-1306970429-9266
PBS_JOBID= 13497680
Free space on /tmp= 73708 MiB

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

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

MD5SUM BENCH= cd19d9eb9be97e183fa1a1d47d679d01
RANDOM SEED=735458261

node134.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.831
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26281648 kB
Buffers:        186380 kB
Cached:         365016 kB
SwapCached:       9540 kB
Active:        5963016 kB
Inactive:       413944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26281648 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:            4964 kB
Writeback:           0 kB
AnonPages:     5824000 kB
Mapped:          20760 kB
Slab:           132224 kB
PageTables:      89132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110750964 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= 73708 MiB
End job on node134 at 2011-06-02 02:43:51