Trace number 367364

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? (MO) 1600.76 1601.16

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6946.14
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  306095                                               |
4.19/4.25	c |  Number of clauses:    6069108                                              |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-367364-1176967906 -o ROOT/results/node4/solver-367364-1176967906 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/367364-1176967906/cmusat /tmp/evaluation/367364-1176967906/instance-367364-1176967906.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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: 0.73 0.92 0.97 3/77 7061
/proc/meminfo: memFree=1586512/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=2320 CPUtime=0
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 437 0 0 0 0 0 0 0 18 0 1 0 172829168 2375680 420 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 580 423 97 243 0 334 0

[startup+0.105669 s]
/proc/loadavg: 0.73 0.92 0.97 3/77 7061
/proc/meminfo: memFree=1586512/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=9660 CPUtime=0.1
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 2184 0 0 0 9 1 0 0 18 0 1 0 172829168 9891840 2167 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 2415 2168 97 243 0 2169 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9660

[startup+0.201688 s]
/proc/loadavg: 0.73 0.92 0.97 3/77 7061
/proc/meminfo: memFree=1586512/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=15628 CPUtime=0.19
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 3710 0 0 0 17 2 0 0 19 0 1 0 172829168 16003072 3693 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134551289 0 0 4096 35 0 0 0 17 0 0 0
/proc/7061/statm: 3907 3693 97 243 0 3661 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15628

[startup+0.301696 s]
/proc/loadavg: 0.73 0.92 0.97 3/77 7061
/proc/meminfo: memFree=1586512/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=22616 CPUtime=0.29
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 5385 0 0 0 26 3 0 0 19 0 1 0 172829168 23158784 5368 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134514281 0 0 4096 35 0 0 0 17 0 0 0
/proc/7061/statm: 5654 5368 97 243 0 5408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22616

[startup+0.701735 s]
/proc/loadavg: 0.73 0.92 0.97 3/77 7061
/proc/meminfo: memFree=1586512/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=50160 CPUtime=0.69
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 12027 0 0 0 61 8 0 0 23 0 1 0 172829168 51363840 12010 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135090804 0 0 4096 35 0 0 0 17 0 0 0
/proc/7061/statm: 12540 12010 97 243 0 12294 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50160

[startup+1.5018 s]
/proc/loadavg: 0.73 0.92 0.97 2/78 7062
/proc/meminfo: memFree=1514248/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=101068 CPUtime=1.49
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 24646 0 0 0 135 14 0 0 25 0 1 0 172829168 103493632 24629 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 25267 24630 97 243 0 25021 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101068

[startup+3.10196 s]
/proc/loadavg: 0.76 0.92 0.97 2/78 7062
/proc/meminfo: memFree=1447688/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=203832 CPUtime=3.09
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 48766 0 0 0 277 32 0 0 25 0 1 0 172829168 208723968 48749 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135095640 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 50958 48749 97 243 0 50712 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 203832

[startup+6.30126 s]
/proc/loadavg: 0.76 0.92 0.97 2/78 7062
/proc/meminfo: memFree=1236296/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=292264 CPUtime=6.28
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 91507 0 0 0 574 54 0 0 25 0 1 0 172829168 299278336 72853 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 73066 72853 110 243 0 72820 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 292264

[startup+12.7019 s]
/proc/loadavg: 0.79 0.92 0.97 2/78 7062
/proc/meminfo: memFree=1137032/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=501876 CPUtime=12.68
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 142210 0 0 0 1195 73 0 0 25 0 1 0 172829168 513921024 123490 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134583939 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 125469 123490 111 243 0 125223 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 501876

[startup+25.5011 s]
/proc/loadavg: 0.90 0.94 0.98 2/78 7062
/proc/meminfo: memFree=905160/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=784628 CPUtime=25.48
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 189540 0 0 0 2458 90 0 0 25 0 1 0 172829168 803459072 170820 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590126 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 196157 170820 118 243 0 195911 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 784628

[startup+51.1015 s]
/proc/loadavg: 0.93 0.94 0.98 2/78 7062
/proc/meminfo: memFree=905096/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=784628 CPUtime=51.08
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 189573 0 0 0 5017 91 0 0 25 0 1 0 172829168 803459072 170853 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 196157 170853 118 243 0 195911 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 784628

[startup+102.302 s]
/proc/loadavg: 1.01 0.97 0.98 2/78 7062
/proc/meminfo: memFree=905096/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=784628 CPUtime=102.27
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 189603 0 0 0 10136 91 0 0 25 0 1 0 172829168 803459072 170883 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134592408 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 196157 170883 118 243 0 195911 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 784628

[startup+162.301 s]
/proc/loadavg: 1.04 0.98 0.99 2/78 7062
/proc/meminfo: memFree=904904/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=784628 CPUtime=162.24
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 189645 0 0 0 16133 91 0 0 25 0 1 0 172829168 803459072 170925 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 196157 170925 118 243 0 195911 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 784628

[startup+222.306 s]
/proc/loadavg: 1.05 1.00 0.99 2/78 7062
/proc/meminfo: memFree=904776/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=784628 CPUtime=222.24
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 189678 0 0 0 22132 92 0 0 25 0 1 0 172829168 803459072 170958 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135107896 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 196157 170958 118 243 0 195911 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 784628

[startup+282.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 7062
/proc/meminfo: memFree=904456/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=784628 CPUtime=282.22
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 189747 0 0 0 28129 93 0 0 25 0 1 0 172829168 803459072 171027 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134592078 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 196157 171027 118 243 0 195911 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 784628

[startup+342.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 7062
/proc/meminfo: memFree=904328/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=784628 CPUtime=342.2
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 189767 0 0 0 34127 93 0 0 25 0 1 0 172829168 803459072 171047 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 196157 171047 118 243 0 195911 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 784628

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=904200/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=784628 CPUtime=402.18
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 189794 0 0 0 40125 93 0 0 25 0 1 0 172829168 803459072 171074 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 196157 171074 118 243 0 195911 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 784628

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=904200/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=784628 CPUtime=462.17
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 189824 0 0 0 46123 94 0 0 25 0 1 0 172829168 803459072 171104 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 196157 171104 118 243 0 195911 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 784628

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=904072/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=784628 CPUtime=522.15
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 189849 0 0 0 52121 94 0 0 25 0 1 0 172829168 803459072 171129 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134591326 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 196157 171129 118 243 0 195911 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 784628

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=821128/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=873256 CPUtime=582.14
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 210554 0 0 0 58107 107 0 0 25 0 1 0 172829168 894214144 191834 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 218314 191834 118 243 0 218068 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 873256

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=815624/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=878816 CPUtime=642.12
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 211943 0 0 0 64103 109 0 0 25 0 1 0 172829168 899907584 193223 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 219704 193223 118 243 0 219458 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 878816

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=729032/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=973220 CPUtime=702.11
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 233735 0 0 0 70090 121 0 0 25 0 1 0 172829168 996577280 215015 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134592013 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 243305 215015 118 243 0 243059 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 973220

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=644424/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1064712 CPUtime=762.1
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 254615 0 0 0 76077 133 0 0 25 0 1 0 172829168 1090265088 235895 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135107886 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 266178 235895 118 243 0 265932 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 1064712

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=600264/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1114864 CPUtime=822.09
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 265925 0 0 0 82070 139 0 0 25 0 1 0 172829168 1141620736 247205 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 278716 247205 118 243 0 278470 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 1114864

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=540936/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1180020 CPUtime=882.07
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 280411 0 0 0 88060 147 0 0 25 0 1 0 172829168 1208340480 261691 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 295005 261691 118 243 0 294759 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 1180020

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=527688/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1193556 CPUtime=942.05
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 283784 0 0 0 94055 150 0 0 25 0 1 0 172829168 1222201344 265064 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590110 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 298389 265064 118 243 0 298143 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 1193556

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=512264/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1208904 CPUtime=1002.04
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 287585 0 0 0 100050 154 0 0 25 0 1 0 172829168 1237917696 268865 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 302226 268865 118 243 0 301980 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 1208904

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=461960/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1264304 CPUtime=1062.02
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 300687 0 0 0 106039 163 0 0 25 0 1 0 172829168 1294647296 281967 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134578742 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 316076 281967 118 243 0 315830 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 1264304

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=393032/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1337256 CPUtime=1122.01
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 317323 0 0 0 112029 172 0 0 25 0 1 0 172829168 1369350144 298603 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589498 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 334314 298603 118 243 0 334068 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 1337256

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=354632/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1378548 CPUtime=1181.99
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 326970 0 0 0 118021 178 0 0 25 0 1 0 172829168 1411633152 308184 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 344637 308184 118 243 0 344391 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 1378548

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=294664/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1442596 CPUtime=1241.97
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 342044 0 0 0 124011 186 0 0 25 0 1 0 172829168 1477218304 323258 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590053 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 360649 323258 118 243 0 360403 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 1442596

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=241224/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1499104 CPUtime=1301.96
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 355349 0 0 0 130001 195 0 0 25 0 1 0 172829168 1535082496 336563 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 374776 336563 118 243 0 374530 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1499104

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=166536/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1579204 CPUtime=1361.95
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 374022 0 0 0 135989 206 0 0 25 0 1 0 172829168 1617104896 355236 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134578585 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 394801 355236 118 243 0 394555 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 1579204

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=99400/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1650552 CPUtime=1421.94
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 390642 0 0 0 141978 216 0 0 25 0 1 0 172829168 1690165248 371856 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581701 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 412638 371856 118 243 0 412392 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1650552

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=30664/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1726252 CPUtime=1481.92
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 407870 0 0 0 147965 227 0 0 25 0 1 0 172829168 1767682048 389051 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 431563 389051 118 243 0 431317 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 1726252

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=15688/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1792892 CPUtime=1541.9
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 423242 0 0 0 153953 237 0 0 25 0 1 0 172829168 1835921408 404357 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589663 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 448223 404357 118 243 0 447977 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1792892



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1600.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=15688/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=1843232 CPUtime=1600.5
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4194304 434770 0 0 0 159805 245 0 0 25 0 1 0 172829168 1887469568 415885 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 460808 415885 118 243 0 460562 0
Current children cumulated CPU time (s) 1600.5
Current children cumulated vsize (KiB) 1843232

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

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

[startup+1601.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7062
/proc/meminfo: memFree=15688/2055920 swapFree=4153812/4192956
[pid=7061] ppid=7059 vsize=0 CPUtime=1600.69
/proc/7061/stat : 7061 (cmusat) R 7059 7061 7005 0 -1 4195332 434770 0 0 0 159805 264 0 0 25 0 1 0 172829168 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/7061/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1600.69
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1601.16
CPU time (s): 1600.76
CPU user time (s): 1598.05
CPU system time (s): 2.70959
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 1843232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1598.05
system time used= 2.70959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434770
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= 32451

runsolver used 1.85372 second user time and 3.9764 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Thu Apr 19 07:31:54 UTC 2007

IDJOB= 367364
IDBENCH= 20580
IDSOLVER= 173
FILE ID= node4/367364-1176967906

PBS_JOBID= 4630295

Free space on /tmp= 66343 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= /tmp/evaluation/367364-1176967906/cmusat /tmp/evaluation/367364-1176967906/instance-367364-1176967906.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-367364-1176967906 -o ROOT/results/node4/solver-367364-1176967906 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/367364-1176967906/cmusat /tmp/evaluation/367364-1176967906/instance-367364-1176967906.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  0fbc00fde383cec371bb97d621c5e7e5

RANDOM SEED= 47423941

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.218
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	: 5931.00
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.218
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:       1586920 kB
Buffers:         37676 kB
Cached:         343272 kB
SwapCached:       2300 kB
Active:         239564 kB
Inactive:       163920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586920 kB
SwapTotal:     4192956 kB
SwapFree:      4153812 kB
Dirty:          134308 kB
Writeback:           0 kB
Mapped:          30056 kB
Slab:            51060 kB
Committed_AS:  5277072 kB
PageTables:       1816 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= 66343 MiB

End job on node4 on Thu Apr 19 07:58:37 UTC 2007