Trace number 330891

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, and are wall clock time (not CPU 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
CMUSAT 2007-02-08? (TO) 1200.22 1200.89

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryINDUST (industrial 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 variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  482093                                               |
6.39/6.44	c |  Number of clauses:    9676386                                              |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node41/watcher-330891-1173175964 -o ROOT/results/node41/solver-330891-1173175964 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330891-1173175964/cmusat /tmp/evaluation/330891-1173175964/instance-330891-1173175964.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.26 1.07 1.02 3/64 14949
/proc/meminfo: memFree=1504040/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=2460 CPUtime=0
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 447 0 0 0 0 0 0 0 18 0 1 0 337553592 2519040 430 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134546570 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 615 431 97 243 0 369 0

[startup+0.106627 s]
/proc/loadavg: 1.26 1.07 1.02 3/64 14949
/proc/meminfo: memFree=1504040/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=10120 CPUtime=0.09
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 2319 0 0 0 8 1 0 0 18 0 1 0 337553592 10362880 2302 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 2530 2303 97 243 0 2284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10120

[startup+0.201727 s]
/proc/loadavg: 1.26 1.07 1.02 3/64 14949
/proc/meminfo: memFree=1504040/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=17100 CPUtime=0.19
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 3958 0 0 0 17 2 0 0 18 0 1 0 337553592 17510400 3941 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 4275 3941 97 243 0 4029 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17100

[startup+0.301644 s]
/proc/loadavg: 1.26 1.07 1.02 3/64 14949
/proc/meminfo: memFree=1504040/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=24408 CPUtime=0.29
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 5653 0 0 0 26 3 0 0 19 0 1 0 337553592 24993792 5636 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 6135 5637 97 243 0 5889 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24408

[startup+0.701678 s]
/proc/loadavg: 1.26 1.07 1.02 3/64 14949
/proc/meminfo: memFree=1504040/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=53524 CPUtime=0.69
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 12385 0 0 0 62 7 0 0 23 0 1 0 337553592 54808576 12368 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 13381 12373 97 243 0 13135 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53524

[startup+1.50175 s]
/proc/loadavg: 1.26 1.07 1.02 2/65 14950
/proc/meminfo: memFree=1428960/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=103816 CPUtime=1.5
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 25522 0 0 0 134 16 0 0 25 0 1 0 337553592 106307584 25505 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 25954 25506 97 243 0 25708 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 103816

[startup+3.10188 s]
/proc/loadavg: 1.24 1.07 1.02 2/65 14950
/proc/meminfo: memFree=1359776/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=212864 CPUtime=3.09
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 51475 0 0 0 278 31 0 0 25 0 1 0 337553592 217972736 51458 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135095640 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 53216 51458 97 243 0 52970 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 212864

[startup+6.30116 s]
/proc/loadavg: 1.24 1.07 1.02 2/65 14950
/proc/meminfo: memFree=1147808/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=430528 CPUtime=6.29
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 102811 0 0 0 568 61 0 0 25 0 1 0 337553592 440860672 102794 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135095640 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 107632 102794 97 243 0 107386 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 430528

[startup+12.7027 s]
/proc/loadavg: 1.22 1.07 1.02 2/65 14950
/proc/meminfo: memFree=982176/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=540208 CPUtime=12.69
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 164219 0 0 0 1184 85 0 0 25 0 1 0 337553592 553172992 134877 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 135052 134877 110 243 0 134806 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 540208

[startup+25.5018 s]
/proc/loadavg: 1.17 1.07 1.02 2/65 14950
/proc/meminfo: memFree=420256/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=25.49
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301576 0 0 0 2409 140 0 0 25 0 1 0 337553592 1278742528 271508 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271508 119 243 0 311947 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1248772

[startup+51.1011 s]
/proc/loadavg: 1.11 1.06 1.02 2/65 14950
/proc/meminfo: memFree=420128/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=51.06
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301655 0 0 0 4966 140 0 0 25 0 1 0 337553592 1278742528 271587 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271587 119 243 0 311947 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1248772

[startup+102.301 s]
/proc/loadavg: 1.04 1.05 1.01 2/65 14950
/proc/meminfo: memFree=420128/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=102.24
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301670 0 0 0 10084 140 0 0 25 0 1 0 337553592 1278742528 271602 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271602 119 243 0 311947 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1248772

[startup+162.302 s]
/proc/loadavg: 1.02 1.04 1.01 2/65 14950
/proc/meminfo: memFree=420000/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=162.21
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301715 0 0 0 16081 140 0 0 25 0 1 0 337553592 1278742528 271647 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271647 119 243 0 311947 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1248772

[startup+222.306 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 14950
/proc/meminfo: memFree=419936/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=222.18
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301740 0 0 0 22078 140 0 0 25 0 1 0 337553592 1278742528 271672 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271672 119 243 0 311947 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 1248772

[startup+282.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 14950
/proc/meminfo: memFree=419744/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=282.13
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301777 0 0 0 28073 140 0 0 25 0 1 0 337553592 1278742528 271709 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271709 119 243 0 311947 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 1248772

[startup+342.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 14950
/proc/meminfo: memFree=419616/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=342.11
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301806 0 0 0 34071 140 0 0 25 0 1 0 337553592 1278742528 271738 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271738 119 243 0 311947 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 1248772

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 14950
/proc/meminfo: memFree=419488/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=402.08
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301830 0 0 0 40068 140 0 0 25 0 1 0 337553592 1278742528 271762 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271762 119 243 0 311947 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 1248772

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14950
/proc/meminfo: memFree=419360/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=462.03
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301871 0 0 0 46063 140 0 0 25 0 1 0 337553592 1278742528 271803 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134592078 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271803 119 243 0 311947 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 1248772

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14950
/proc/meminfo: memFree=419296/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=522.01
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301902 0 0 0 52060 141 0 0 25 0 1 0 337553592 1278742528 271834 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271834 119 243 0 311947 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 1248772

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=419168/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=581.98
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301929 0 0 0 58057 141 0 0 25 0 1 0 337553592 1278742528 271861 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271861 119 243 0 311947 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 1248772

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=418976/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=641.94
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 301969 0 0 0 64053 141 0 0 25 0 1 0 337553592 1278742528 271901 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271901 119 243 0 311947 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 1248772

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=418720/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=701.9
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 302011 0 0 0 70049 141 0 0 25 0 1 0 337553592 1278742528 271943 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589667 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271943 119 243 0 311947 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 1248772

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=418528/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=761.88
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 302051 0 0 0 76047 141 0 0 25 0 1 0 337553592 1278742528 271983 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271983 119 243 0 311947 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 1248772

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=418528/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=821.84
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 302061 0 0 0 82042 142 0 0 25 0 1 0 337553592 1278742528 271993 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589596 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 271993 119 243 0 311947 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 1248772

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=418464/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=881.81
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 302087 0 0 0 88039 142 0 0 25 0 1 0 337553592 1278742528 272019 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 272019 119 243 0 311947 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 1248772

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=418336/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1248772 CPUtime=941.78
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 302101 0 0 0 94036 142 0 0 25 0 1 0 337553592 1278742528 272033 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134592013 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 312193 272033 119 243 0 311947 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 1248772

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=413984/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1252864 CPUtime=1001.74
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 303184 0 0 0 100031 143 0 0 25 0 1 0 337553592 1282932736 273116 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 313216 273116 119 243 0 312970 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 1252864

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=404448/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1262780 CPUtime=1061.7
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 305672 0 0 0 106025 145 0 0 25 0 1 0 337553592 1293086720 275604 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 315695 275604 119 243 0 315449 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 1262780

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=362272/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1305476 CPUtime=1121.67
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 316124 0 0 0 112016 151 0 0 25 0 1 0 337553592 1336807424 286056 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134581853 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 326369 286056 119 243 0 326123 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 1305476

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=294304/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1383856 CPUtime=1181.64
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 333316 0 0 0 118005 159 0 0 25 0 1 0 337553592 1417068544 303248 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 345964 303248 119 243 0 345718 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 1383856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=256864/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=1425680 CPUtime=1200.03
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4194304 342375 0 0 0 119839 164 0 0 25 0 1 0 337553592 1459896320 312307 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 356420 312307 119 243 0 356174 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1425680

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

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

[startup+1200.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14950
/proc/meminfo: memFree=256864/2055920 swapFree=4183892/4192956
[pid=14949] ppid=14947 vsize=0 CPUtime=1200.13
/proc/14949/stat : 14949 (cmusat) R 14947 14949 14408 0 -1 4195332 342375 0 0 0 119839 174 0 0 25 0 1 0 337553592 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 0 0 0
/proc/14949/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.89
CPU time (s): 1200.22
CPU user time (s): 1198.39
CPU system time (s): 1.82772
CPU usage (%): 99.9442
Max. virtual memory (cumulated for all children) (KiB): 1425680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.39
system time used= 1.82772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342375
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= 6
involuntary context switches= 4171

runsolver used 1.16682 second user time and 3.20851 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue Mar  6 10:12:57 UTC 2007

IDJOB= 330891
IDBENCH= 20574
IDSOLVER= 121
FILE ID= node41/330891-1173175964

PBS_JOBID= 4015254

Free space on /tmp= 66297 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.cnf
COMMAND LINE= /tmp/evaluation/330891-1173175964/cmusat /tmp/evaluation/330891-1173175964/instance-330891-1173175964.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-330891-1173175964 -o ROOT/results/node41/solver-330891-1173175964 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330891-1173175964/cmusat /tmp/evaluation/330891-1173175964/instance-330891-1173175964.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  9a43349587a435e7109b46b3aceb156e

RANDOM SEED= 775394666

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1504448 kB
Buffers:         15720 kB
Cached:         436908 kB
SwapCached:       2972 kB
Active:         320356 kB
Inactive:       154544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1504448 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:          211924 kB
Writeback:           0 kB
Mapped:          28364 kB
Slab:            62468 kB
Committed_AS:   686452 kB
PageTables:       1508 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66297 MiB

End job on node41 on Tue Mar  6 10:32:59 UTC 2007