Trace number 355722

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
Rsat 2007-02-08? (MO) 8072.7 8075.41

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 Parsing...
0.00/0.00	c num clause = 9676386, num vars = 482093
0.00/0.00	c Exiting...too many clauses
0.00/0.00	c Rsat version 2.00

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/node17/watcher-355722-1176901100 -o ROOT/results/node17/solver-355722-1176901100 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/355722-1176901100/rsat.sh /tmp/evaluation/355722-1176901100/instance-355722-1176901100.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.77 0.92 0.93 3/77 22973
/proc/meminfo: memFree=1469424/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) R 22971 22973 22917 0 -1 4194304 288 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482318323 0 0 4100 65536 0 0 0 17 1 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0

[startup+0.0134449 s]
/proc/loadavg: 0.77 0.92 0.93 3/77 22973
/proc/meminfo: memFree=1469424/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101453 s]
/proc/loadavg: 0.77 0.92 0.93 3/77 22973
/proc/meminfo: memFree=1469424/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301474 s]
/proc/loadavg: 0.77 0.92 0.93 3/77 22973
/proc/meminfo: memFree=1469424/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701516 s]
/proc/loadavg: 0.77 0.92 0.93 3/77 22973
/proc/meminfo: memFree=1469424/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50262 s]
/proc/loadavg: 0.77 0.92 0.93 2/79 22976
/proc/meminfo: memFree=1414048/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=145900 CPUtime=1.48
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 20551 0 0 0 138 10 0 0 25 0 1 0 138028789 149401600 20414 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 36475 20415 84 211 0 36261 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 151252

[startup+3.10178 s]
/proc/loadavg: 0.77 0.92 0.93 2/79 22976
/proc/meminfo: memFree=1356640/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=219952 CPUtime=3.08
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 41247 0 0 0 284 24 0 0 25 0 1 0 138028789 225230848 40996 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 135037357 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 54988 40996 84 211 0 54774 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 225304

[startup+6.3011 s]
/proc/loadavg: 0.79 0.92 0.93 2/79 22976
/proc/meminfo: memFree=1187744/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=365944 CPUtime=6.29
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 82043 0 0 0 582 47 0 0 25 0 1 0 138028789 374726656 81593 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 135037357 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 91486 81593 84 211 0 91272 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 371296

[startup+12.7018 s]
/proc/loadavg: 0.81 0.92 0.93 2/79 22976
/proc/meminfo: memFree=943648/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=538136 CPUtime=12.68
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 150995 0 0 0 1195 73 0 0 25 0 1 0 138028789 551051264 131505 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 134534 131505 86 211 0 134320 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 543488

[startup+25.5011 s]
/proc/loadavg: 0.85 0.93 0.93 2/79 22976
/proc/meminfo: memFree=940000/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=539072 CPUtime=25.47
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 218407 0 0 0 2460 87 0 0 25 0 1 0 138028789 552009728 132327 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134530246 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 134768 132327 86 211 0 134554 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 544424

[startup+51.1018 s]
/proc/loadavg: 0.90 0.93 0.93 2/79 22976
/proc/meminfo: memFree=931872/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=541992 CPUtime=51.07
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 943517 0 0 0 4887 220 0 0 25 0 1 0 138028789 554999808 133383 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 135041953 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 135498 133383 86 211 0 135284 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 547344

[startup+102.305 s]
/proc/loadavg: 0.95 0.94 0.93 2/79 22976
/proc/meminfo: memFree=929696/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=548564 CPUtime=102.26
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 3480334 0 0 0 9512 714 0 0 25 0 1 0 138028789 561729536 134946 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 137141 134946 86 211 0 136927 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 553916

[startup+162.301 s]
/proc/loadavg: 0.98 0.95 0.93 2/85 23058
/proc/meminfo: memFree=921904/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=555480 CPUtime=162.2
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 6217826 0 0 0 14959 1261 0 0 25 0 1 0 138028789 568811520 136550 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 138870 136550 86 211 0 138656 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 560832

[startup+222.302 s]
/proc/loadavg: 0.99 0.95 0.93 2/79 23174
/proc/meminfo: memFree=916640/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=561564 CPUtime=222.12
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 8565766 0 0 0 20479 1733 0 0 25 0 1 0 138028789 575041536 138114 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134523950 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 140391 138114 86 211 0 140177 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 566916

[startup+282.302 s]
/proc/loadavg: 0.99 0.96 0.93 2/79 23174
/proc/meminfo: memFree=908576/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=569784 CPUtime=282.1
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 9323131 0 0 0 26333 1877 0 0 25 0 1 0 138028789 583458816 140152 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 142446 140152 86 211 0 142232 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 575136

[startup+342.301 s]
/proc/loadavg: 0.99 0.96 0.93 2/79 23174
/proc/meminfo: memFree=901792/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=575824 CPUtime=342.08
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 10484744 0 0 0 32120 2088 0 0 25 0 1 0 138028789 589643776 141809 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134989301 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 143956 141809 86 211 0 143742 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 581176

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/79 23174
/proc/meminfo: memFree=896416/2055920 swapFree=4140916/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=582908 CPUtime=402.07
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 11138993 0 0 0 37994 2213 0 0 25 0 1 0 138028789 596897792 143167 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 135041953 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 145727 143167 86 211 0 145513 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 588260


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

/proc/22975/statm: 441626 437358 86 211 0 441412 0
Current children cumulated CPU time (s) 7359.98
Current children cumulated vsize (KiB) 1771856

[startup+7422.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=15584/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1773692 CPUtime=7419.89
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 158417959 0 0 0 709771 32218 0 0 25 0 1 0 138028789 1816260608 439126 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522843 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 443423 439126 86 211 0 443209 0
Current children cumulated CPU time (s) 7419.89
Current children cumulated vsize (KiB) 1779044

[startup+7482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=14944/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1785320 CPUtime=7479.85
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 159400517 0 0 0 715565 32420 0 0 25 0 1 0 138028789 1828167680 441919 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 446330 441919 86 211 0 446116 0
Current children cumulated CPU time (s) 7479.85
Current children cumulated vsize (KiB) 1790672

[startup+7542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=15840/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1789048 CPUtime=7539.82
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 160554638 0 0 0 721314 32668 0 0 25 0 1 0 138028789 1831985152 442891 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134529141 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 447262 442891 86 211 0 447048 0
Current children cumulated CPU time (s) 7539.82
Current children cumulated vsize (KiB) 1794400

[startup+7602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=15968/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1796176 CPUtime=7599.79
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 162158150 0 0 0 726974 33005 0 0 25 0 1 0 138028789 1839284224 444695 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 449044 444695 86 211 0 448830 0
Current children cumulated CPU time (s) 7599.79
Current children cumulated vsize (KiB) 1801528

[startup+7662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=14880/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1801588 CPUtime=7659.75
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 163760316 0 0 0 732624 33351 0 0 25 0 1 0 138028789 1844826112 446115 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22975/statm: 450397 446115 86 211 0 450183 0
Current children cumulated CPU time (s) 7659.75
Current children cumulated vsize (KiB) 1806940

[startup+7722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=15392/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1806604 CPUtime=7719.71
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 165139452 0 0 0 738326 33645 0 0 25 0 1 0 138028789 1849962496 447393 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 451651 447393 86 211 0 451437 0
Current children cumulated CPU time (s) 7719.71
Current children cumulated vsize (KiB) 1811956

[startup+7782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=15328/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1811212 CPUtime=7779.68
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 165989227 0 0 0 744151 33817 0 0 25 0 1 0 138028789 1854681088 448489 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134526511 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 452803 448494 86 211 0 452589 0
Current children cumulated CPU time (s) 7779.68
Current children cumulated vsize (KiB) 1816564

[startup+7842.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=15072/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1819668 CPUtime=7839.66
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 166895414 0 0 0 749960 34006 0 0 25 0 1 0 138028789 1863340032 450798 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 454917 450798 86 211 0 454703 0
Current children cumulated CPU time (s) 7839.66
Current children cumulated vsize (KiB) 1825020

[startup+7902.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=15392/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1825844 CPUtime=7899.64
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 168001024 0 0 0 755709 34255 0 0 25 0 1 0 138028789 1869664256 452226 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 456461 452226 86 211 0 456247 0
Current children cumulated CPU time (s) 7899.64
Current children cumulated vsize (KiB) 1831196

[startup+7962.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=15840/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1829800 CPUtime=7959.62
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 168847580 0 0 0 761527 34435 0 0 25 0 1 0 138028789 1873715200 453278 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 457450 453278 86 211 0 457236 0
Current children cumulated CPU time (s) 7959.62
Current children cumulated vsize (KiB) 1835152

[startup+8022.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=14944/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1833496 CPUtime=8019.61
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 169923928 0 0 0 767303 34658 0 0 25 0 1 0 138028789 1877499904 454248 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 458374 454248 86 211 0 458160 0
Current children cumulated CPU time (s) 8019.61
Current children cumulated vsize (KiB) 1838848



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+8075.4 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 23574
/proc/meminfo: memFree=15392/2055920 swapFree=4140620/4192956
[pid=22973] ppid=22971 vsize=5352 CPUtime=0
/proc/22973/stat : 22973 (rsat.sh) S 22971 22973 22917 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 138028789 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22973/statm: 1338 234 195 169 0 49 0
[pid=22975] ppid=22973 vsize=1837452 CPUtime=8072.7
/proc/22975/stat : 22975 (rsat) R 22973 22973 22917 0 -1 4194304 170864245 0 0 0 772414 34856 0 0 25 0 1 0 138028789 1881550848 455244 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 135041953 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22975/statm: 459363 455244 86 211 0 459149 0
Current children cumulated CPU time (s) 8072.7
Current children cumulated vsize (KiB) 1842804

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22973 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.002998
# while last known CPU time is 8072.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 8075.41
CPU time (s): 8072.7
CPU user time (s): 7724.14
CPU system time (s): 348.56
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 1843276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380
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= 16
involuntary context switches= 2

runsolver used 7.99179 second user time and 21.3837 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Wed Apr 18 12:58:33 UTC 2007

IDJOB= 355722
IDBENCH= 20574
IDSOLVER= 169
FILE ID= node17/355722-1176901100

PBS_JOBID= 4595189

Free space on /tmp= 66178 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.cnf
COMMAND LINE= /tmp/evaluation/355722-1176901100/rsat.sh /tmp/evaluation/355722-1176901100/instance-355722-1176901100.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-355722-1176901100 -o ROOT/results/node17/solver-355722-1176901100 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/355722-1176901100/rsat.sh /tmp/evaluation/355722-1176901100/instance-355722-1176901100.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  9a43349587a435e7109b46b3aceb156e

RANDOM SEED= 137387089

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1469896 kB
Buffers:         14708 kB
Cached:         491556 kB
SwapCached:      14412 kB
Active:         273068 kB
Inactive:       257040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469896 kB
SwapTotal:     4192956 kB
SwapFree:      4140916 kB
Dirty:          207056 kB
Writeback:           0 kB
Mapped:          30976 kB
Slab:            41456 kB
Committed_AS:  7046172 kB
PageTables:       1796 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= 66183 MiB

End job on node17 on Wed Apr 18 15:13:10 UTC 2007