Trace number 3493365

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
MiniUnsat2 2011-02-22? (TO) 1800.12 1800.04

General information on the benchmark

Namemus/marques-silva/design-debugging/
rsdecoder-problem.dimacs_31.filtered.cnf
MD5SUM2638187ba7dcdb62adb2383ae1e77f9a
Bench CategoryMUS (MUS)
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 variables1197371
Number of clauses3863287
Sum of the clauses size9933929
Maximum clause length4
Minimum clause length1
Number of clauses of size 114511
Number of clauses of size 21628606
Number of clauses of size 32218474
Number of clauses of size 41696
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493365-1307802858/watcher-3493365-1307802858 -o /tmp/evaluation-result-3493365-1307802858/solver-3493365-1307802858 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=1790361249 -verb=0 HOME/instance-3493365-1307802858.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.01 3.64 5/189 26417
/proc/meminfo: memFree=29968036/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=17748 CPUtime=0 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1216 0 0 0 0 0 0 0 24 0 1 0 891882856 18173952 1144 33554432000 4194304 4258824 140736228308288 18446744073709551615 254500352709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 4437 1146 219 16 0 1079 0

[startup+0.0333081 s]
/proc/loadavg: 4.00 4.01 3.64 5/189 26417
/proc/meminfo: memFree=29968036/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=41612 CPUtime=0.02 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 6939 0 0 0 2 0 0 0 24 0 1 0 891882856 42610688 6867 33554432000 4194304 4258824 140736228308288 18446744073709551615 254500352709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 10436 6872 219 16 0 7078 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 41612

[startup+0.1003 s]
/proc/loadavg: 4.00 4.01 3.64 5/189 26417
/proc/meminfo: memFree=29968036/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=104428 CPUtime=0.09 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 20020 0 0 0 7 2 0 0 24 0 1 0 891882856 106934272 19948 33554432000 4194304 4258824 140736228308288 18446744073709551615 254500352709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 26107 19953 219 16 0 22749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 104428

[startup+0.300251 s]
/proc/loadavg: 4.00 4.01 3.64 5/189 26417
/proc/meminfo: memFree=29968036/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=185736 CPUtime=0.29 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 40247 0 0 0 24 5 0 0 25 0 1 0 891882856 190193664 40175 33554432000 4194304 4258824 140736228308288 18446744073709551615 254500352709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 46467 40179 219 16 0 43109 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 185736

[startup+0.70117 s]
/proc/loadavg: 4.00 4.01 3.64 5/189 26417
/proc/meminfo: memFree=29968036/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=344948 CPUtime=0.69 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 80065 0 0 0 60 9 0 0 25 0 1 0 891882856 353226752 79993 33554432000 4194304 4258824 140736228308288 18446744073709551615 254500352709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 86237 79998 219 16 0 82879 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 344948

[startup+1.50101 s]
/proc/loadavg: 4.00 4.01 3.64 5/190 26418
/proc/meminfo: memFree=29527852/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=599648 CPUtime=1.49 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 142196 0 0 0 132 17 0 0 25 0 1 0 891882856 614039552 142124 33554432000 4194304 4258824 140736228308288 18446744073709551615 4207091 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 149912 142124 220 16 0 146554 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 599648

[startup+3.10069 s]
/proc/loadavg: 4.00 4.01 3.64 5/190 26418
/proc/meminfo: memFree=29394972/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=668108 CPUtime=3.09 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 153284 0 0 0 292 17 0 0 25 0 1 0 891882856 684142592 153017 33554432000 4194304 4258824 140736228308288 18446744073709551615 4247985 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 167027 153027 224 16 0 163669 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 668108

[startup+6.30105 s]
/proc/loadavg: 4.00 4.01 3.64 5/190 26418
/proc/meminfo: memFree=29307676/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=856096 CPUtime=6.29 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 262966 0 0 0 599 30 0 0 25 0 1 0 891882856 876642304 199953 33554432000 4194304 4258824 140736228308288 18446744073709551615 254500352709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 214024 199953 224 16 0 210666 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 856096

[startup+12.7008 s]
/proc/loadavg: 4.00 4.01 3.65 5/190 26418
/proc/meminfo: memFree=29175988/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=599712 CPUtime=12.69 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 400748 0 0 0 1222 47 0 0 25 0 1 0 891882856 614105088 142178 33554432000 4194304 4258824 140736228308288 18446744073709551615 4207603 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 149928 142178 241 16 0 146570 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 599712

[startup+25.5002 s]
/proc/loadavg: 4.00 4.01 3.65 5/190 26418
/proc/meminfo: memFree=29160872/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=855116 CPUtime=25.49 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 608863 0 0 0 2478 71 0 0 25 0 1 0 891882856 875638784 198581 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 213779 198581 243 16 0 210421 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 855116

[startup+51.1011 s]
/proc/loadavg: 4.00 4.01 3.66 5/190 26419
/proc/meminfo: memFree=29130668/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=876648 CPUtime=51.09 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 768821 0 0 0 5020 89 0 0 25 0 1 0 891882856 897687552 206380 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 219162 206380 244 16 0 215804 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 876648

[startup+102.307 s]
/proc/loadavg: 4.07 4.02 3.68 5/190 26420
/proc/meminfo: memFree=29084652/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=102.3 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1011851 0 0 0 10111 119 0 0 25 0 1 0 891882856 902139904 204752 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225392 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204752 244 16 0 216891 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 880996

[startup+162.301 s]
/proc/loadavg: 4.02 4.01 3.70 5/190 26460
/proc/meminfo: memFree=29065736/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=162.3 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1012180 0 0 0 16111 119 0 0 25 0 1 0 891882856 902139904 205074 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 205074 244 16 0 216891 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 880996

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.71 5/190 26461
/proc/meminfo: memFree=29036160/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=222.3 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1086665 0 0 0 22103 127 0 0 25 0 1 0 891882856 902139904 205207 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225857 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 205207 244 16 0 216891 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 880996

[startup+282.301 s]
/proc/loadavg: 4.05 4.02 3.73 5/190 26463
/proc/meminfo: memFree=29176536/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=282.3 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1086847 0 0 0 28103 127 0 0 25 0 1 0 891882856 902139904 205387 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225516 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 205387 244 16 0 216891 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 880996

[startup+342.301 s]
/proc/loadavg: 4.08 4.03 3.75 5/190 26465
/proc/meminfo: memFree=29125296/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=342.3 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1086969 0 0 0 34103 127 0 0 25 0 1 0 891882856 902139904 205508 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 205508 244 16 0 216891 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 880996

[startup+402.301 s]
/proc/loadavg: 4.03 4.02 3.76 5/190 26466
/proc/meminfo: memFree=29108840/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=402.31 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1087006 0 0 0 40104 127 0 0 25 0 1 0 891882856 902139904 205545 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225333 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 205545 244 16 0 216891 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 880996

[startup+462.301 s]
/proc/loadavg: 4.01 4.01 3.77 5/190 26468
/proc/meminfo: memFree=29071596/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=462.31 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1161513 0 0 0 46095 136 0 0 25 0 1 0 891882856 902139904 205259 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 205259 244 16 0 216891 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 880996

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.79 5/190 26469
/proc/meminfo: memFree=29039436/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=522.31 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1161572 0 0 0 52095 136 0 0 25 0 1 0 891882856 902139904 205316 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 205316 244 16 0 216891 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 880996

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 26471
/proc/meminfo: memFree=29018192/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=582.31 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1161580 0 0 0 58095 136 0 0 25 0 1 0 891882856 902139904 205324 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 205324 244 16 0 216891 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 880996

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 4.03 4.01 3.84 5/190 26477
/proc/meminfo: memFree=28954896/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=822.33 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1383917 0 0 0 82070 163 0 0 25 0 1 0 891882856 902139904 204923 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204923 244 16 0 216891 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 880996

[startup+882.3 s]
/proc/loadavg: 4.04 4.02 3.85 5/190 26479
/proc/meminfo: memFree=29107992/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=882.34 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1460716 0 0 0 88061 173 0 0 25 0 1 0 891882856 902139904 204782 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225225 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204782 244 16 0 216891 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 880996

[startup+942.3 s]
/proc/loadavg: 4.01 4.02 3.86 5/190 26481
/proc/meminfo: memFree=29089976/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=942.33 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1535039 0 0 0 94052 181 0 0 25 0 1 0 891882856 902139904 204983 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204983 244 16 0 216891 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 880996

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.86 5/190 26482
/proc/meminfo: memFree=29063768/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1002.34 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1611888 0 0 0 100043 191 0 0 25 0 1 0 891882856 902139904 204946 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204946 244 16 0 216891 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 880996

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.87 5/190 26484
/proc/meminfo: memFree=29049844/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1062.34 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1688885 0 0 0 106034 200 0 0 25 0 1 0 891882856 902139904 205099 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 205099 244 16 0 216891 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 880996

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 26485
/proc/meminfo: memFree=29104120/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1122.34 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1765665 0 0 0 112025 209 0 0 25 0 1 0 891882856 902139904 204832 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204832 244 16 0 216891 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 880996

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 26487
/proc/meminfo: memFree=29082128/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1182.35 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1844924 0 0 0 118015 220 0 0 25 0 1 0 891882856 902139904 204736 33554432000 4194304 4258824 140736228308288 18446744073709551615 4232454 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204736 244 16 0 216891 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 880996

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 26489
/proc/meminfo: memFree=29060624/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1242.35 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1845189 0 0 0 124015 220 0 0 25 0 1 0 891882856 902139904 204992 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204992 244 16 0 216891 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 880996

[startup+1302.3 s]
/proc/loadavg: 4.04 4.01 3.90 5/190 26490
/proc/meminfo: memFree=29048800/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1302.36 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 1925060 0 0 0 130004 232 0 0 25 0 1 0 891882856 902139904 204879 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204879 244 16 0 216891 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 880996

[startup+1362.3 s]
/proc/loadavg: 4.07 4.02 3.91 5/190 26492
/proc/meminfo: memFree=29044416/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=857972 CPUtime=1362.35 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 2006011 0 0 0 135992 243 0 0 25 0 1 0 891882856 878563328 202034 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 214493 202034 244 16 0 211135 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 857972

[startup+1422.31 s]
/proc/loadavg: 4.02 4.02 3.91 5/190 26493
/proc/meminfo: memFree=29068684/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1422.37 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 2162662 0 0 0 141973 264 0 0 25 0 1 0 891882856 902139904 204854 33554432000 4194304 4258824 140736228308288 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204854 244 16 0 216891 0
Current children cumulated CPU time (s) 1422.37
Current children cumulated vsize (KiB) 880996

[startup+1482.3 s]
/proc/loadavg: 4.01 4.01 3.91 5/190 26495
/proc/meminfo: memFree=29057600/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1482.36 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 2239417 0 0 0 147962 274 0 0 25 0 1 0 891882856 902139904 204758 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204758 244 16 0 216891 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 880996

[startup+1542.3 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 26497
/proc/meminfo: memFree=29041188/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1542.36 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 2322074 0 0 0 153951 285 0 0 25 0 1 0 891882856 902139904 204878 33554432000 4194304 4258824 140736228308288 18446744073709551615 4231705 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204878 244 16 0 216891 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 880996

[startup+1602.3 s]
/proc/loadavg: 3.51 3.88 3.87 4/184 26532
/proc/meminfo: memFree=30137616/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1602.36 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 2396324 0 0 0 159942 294 0 0 25 0 1 0 891882856 902139904 204761 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225505 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204761 244 16 0 216891 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 880996

[startup+1662.3 s]
/proc/loadavg: 3.19 3.71 3.81 4/184 26534
/proc/meminfo: memFree=30126876/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1662.37 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 2473321 0 0 0 165934 303 0 0 25 0 1 0 891882856 902139904 204756 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225225 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204756 244 16 0 216891 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 880996

[startup+1722.3 s]
/proc/loadavg: 3.07 3.58 3.76 4/184 26535
/proc/meminfo: memFree=30194920/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1722.37 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 2550349 0 0 0 171925 312 0 0 25 0 1 0 891882856 902139904 204878 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204878 244 16 0 216891 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 880996

[startup+1782.3 s]
/proc/loadavg: 2.39 3.29 3.65 3/178 26562
/proc/meminfo: memFree=30442496/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1782.38 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 2627238 0 0 0 177916 322 0 0 25 0 1 0 891882856 902139904 204948 33554432000 4194304 4258824 140736228308288 18446744073709551615 4218550 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 204948 244 16 0 216891 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (KiB) 880996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.30 3.23 3.62 3/178 26563
/proc/meminfo: memFree=30439264/32950928 swapFree=67053888/67111528
[pid=26417] ppid=26415 vsize=880996 CPUtime=1800.08 cores=1,3
/proc/26417/stat : 26417 (munsat2_release) R 26415 26417 26001 0 -1 4202496 2627403 0 0 0 179686 322 0 0 25 0 1 0 891882856 902139904 205108 33554432000 4194304 4258824 140736228308288 18446744073709551615 4225874 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26417/statm: 220249 205108 244 16 0 216891 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 880996

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): 1800.04
CPU time (s): 1800.12
CPU user time (s): 1796.87
CPU system time (s): 3.2515
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 926264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.87
system time used= 3.2515
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2627403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 3075

runsolver used 2.67159 second user time and 7.14991 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-11 16:34:22
IDJOB=3493365
IDBENCH=89443
IDSOLVER=1973
FILE ID=node149/3493365-1307802858
RUNJOBID= node149-1307800694-26021
PBS_JOBID= 13551043
Free space on /tmp= 73780 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT11/mus/marques-silva/design-debugging/rsdecoder-problem.dimacs_31.filtered.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493365-1307802858/watcher-3493365-1307802858 -o /tmp/evaluation-result-3493365-1307802858/solver-3493365-1307802858 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=1790361249 -verb=0 HOME/instance-3493365-1307802858.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 2638187ba7dcdb62adb2383ae1e77f9a
RANDOM SEED=1790361249

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29968456 kB
Buffers:        156868 kB
Cached:        1338572 kB
SwapCached:      23736 kB
Active:        1802976 kB
Inactive:      1013580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29968456 kB
SwapTotal:    67111528 kB
SwapFree:     67053888 kB
Dirty:           81320 kB
Writeback:           0 kB
AnonPages:     1316808 kB
Mapped:           9980 kB
Slab:            97680 kB
PageTables:       7936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1617140 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= 73888 MiB
End job on node149 at 2011-06-11 17:04:24