Trace number 331504

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-08SAT 94.0547 94.0926

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug3.cnf
MD5SUMdc050785d671b86f856b07b158553686
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.1199
Satisfiable
(Un)Satisfiability was proved
Number of variables521046
Number of clauses13376161
Sum of the clauses size39197797
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28713411
Number of clauses of size 34208212
Number of clauses of size 425250
Number of clauses of size 515675
Number of clauses of size over 5413612

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-331504-1173184720 -o ROOT/results/node17/solver-331504-1173184720 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331504-1173184720/rsat.sh /tmp/evaluation/331504-1173184720/instance-331504-1173184720.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.01 0.99 0.99 3/77 28615
/proc/meminfo: memFree=1246088/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 338428054 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 232 195 169 0 49 0
[pid=28616] ppid=28615 vsize=0 CPUtime=0
/proc/28616/stat : 28616 (SatElite) D 28615 28615 27573 0 -1 4194308 75 0 0 0 0 0 0 0 19 0 1 0 338428055 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 18446744072100051646 0 0 17 1 0 0
/proc/28616/statm: 0 0 0 0 0 0 0

[startup+0.053366 s]
/proc/loadavg: 1.01 0.99 0.99 3/77 28615
/proc/meminfo: memFree=1246088/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.118451 s]
/proc/loadavg: 1.01 0.99 0.99 3/77 28615
/proc/meminfo: memFree=1246088/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.302389 s]
/proc/loadavg: 1.01 0.99 0.99 3/77 28615
/proc/meminfo: memFree=1246088/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.702429 s]
/proc/loadavg: 1.01 0.99 0.99 3/77 28615
/proc/meminfo: memFree=1246088/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50151 s]
/proc/loadavg: 1.01 0.99 0.99 2/79 28618
/proc/meminfo: memFree=1189176/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=167456 CPUtime=1.49
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 21784 0 0 0 135 14 0 0 25 0 1 0 338428055 171474944 21626 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28618/statm: 41864 21626 84 211 0 41650 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 172808

[startup+3.10168 s]
/proc/loadavg: 1.01 0.99 0.99 2/79 28618
/proc/meminfo: memFree=1129656/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=241516 CPUtime=3.09
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 42484 0 0 0 283 26 0 0 25 0 1 0 338428055 247312384 42221 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134517143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28618/statm: 60379 42221 84 211 0 60165 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 246868

[startup+6.30201 s]
/proc/loadavg: 1.01 0.99 0.99 2/79 28618
/proc/meminfo: memFree=995192/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=355836 CPUtime=6.28
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 74448 0 0 0 584 44 0 0 25 0 1 0 338428055 364376064 74013 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 135037357 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28618/statm: 88959 74014 84 211 0 88745 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 361188

[startup+12.7017 s]
/proc/loadavg: 1.01 0.99 0.99 2/79 28618
/proc/meminfo: memFree=571192/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=705400 CPUtime=12.68
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 173656 0 0 0 1179 89 0 0 25 0 1 0 338428055 722329600 169649 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134521386 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28618/statm: 176350 169649 85 211 0 176136 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 710752

[startup+25.503 s]
/proc/loadavg: 1.01 0.99 0.99 2/79 28618
/proc/meminfo: memFree=540216/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=722612 CPUtime=25.48
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 216901 0 0 0 2448 100 0 0 25 0 1 0 338428055 739954688 177390 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28618/statm: 180653 177390 86 211 0 180439 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 727964

[startup+51.1015 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 28618
/proc/meminfo: memFree=534328/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=728192 CPUtime=51.07
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 320138 0 0 0 4983 124 0 0 25 0 1 0 338428055 745668608 178917 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28618/statm: 182048 178917 86 211 0 181834 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 733544

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

[startup+76.7011 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 28618
/proc/meminfo: memFree=531256/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=728964 CPUtime=76.66
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 380687 0 0 0 7530 136 0 0 25 0 1 0 338428055 746459136 179712 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134523176 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28618/statm: 182241 179712 86 211 0 182027 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 734316

[startup+83.1018 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 28618
/proc/meminfo: memFree=531192/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=729188 CPUtime=83.06
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 402410 0 0 0 8165 141 0 0 25 0 1 0 338428055 746688512 179725 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28618/statm: 182297 179725 86 211 0 182083 0
Current children cumulated CPU time (s) 83.06
Current children cumulated vsize (KiB) 734540

[startup+89.5015 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 28618
/proc/meminfo: memFree=530936/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=729500 CPUtime=89.46
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 425355 0 0 0 8801 145 0 0 25 0 1 0 338428055 747008000 179803 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134530258 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28618/statm: 182375 179803 86 211 0 182161 0
Current children cumulated CPU time (s) 89.46
Current children cumulated vsize (KiB) 734852

[startup+91.1016 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 28618
/proc/meminfo: memFree=530808/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=729532 CPUtime=91.05
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 429826 0 0 0 8959 146 0 0 25 0 1 0 338428055 747040768 179824 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28618/statm: 182383 179824 86 211 0 182169 0
Current children cumulated CPU time (s) 91.05
Current children cumulated vsize (KiB) 734884

[startup+92.7018 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 28618
/proc/meminfo: memFree=526776/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=729828 CPUtime=92.66
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 430412 0 0 0 9119 147 0 0 21 0 1 0 338428055 747343872 179857 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134980945 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28618/statm: 182457 179857 86 211 0 182243 0
Current children cumulated CPU time (s) 92.66
Current children cumulated vsize (KiB) 735180

[startup+93.5059 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 28618
/proc/meminfo: memFree=578872/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=677576 CPUtime=93.46
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 430412 0 0 0 9198 148 0 0 25 0 1 0 338428055 693837824 166794 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134979953 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28618/statm: 169394 166794 86 211 0 169180 0
Current children cumulated CPU time (s) 93.46
Current children cumulated vsize (KiB) 682928

[startup+93.9019 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 28618
/proc/meminfo: memFree=578872/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=663512 CPUtime=93.86
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 430412 0 0 0 9238 148 0 0 25 0 1 0 338428055 679436288 164507 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134979980 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28618/statm: 165878 164507 86 211 0 165664 0
Current children cumulated CPU time (s) 93.86
Current children cumulated vsize (KiB) 668864

[startup+94.0019 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 28618
/proc/meminfo: memFree=578872/2055920 swapFree=4168576/4192956
[pid=28615] ppid=28613 vsize=5352 CPUtime=0
/proc/28615/stat : 28615 (rsat.sh) S 28613 28615 27573 0 -1 4194304 305 75 0 0 0 0 0 0 18 0 1 0 338428054 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28615/statm: 1338 234 195 169 0 49 0
[pid=28618] ppid=28615 vsize=647224 CPUtime=93.96
/proc/28618/stat : 28618 (rsat) R 28615 28615 27573 0 -1 4194304 430412 0 0 0 9245 151 0 0 25 0 1 0 338428055 662757376 160944 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 135156186 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28618/statm: 161806 160944 45626 211 0 161592 0
Current children cumulated CPU time (s) 93.96
Current children cumulated vsize (KiB) 652576

Child status: 10
Real time (s): 94.0926
CPU time (s): 94.0547
CPU user time (s): 92.4519
CPU system time (s): 1.60276
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 735180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.4519
system time used= 1.60276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 430953
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= 64
involuntary context switches= 767

runsolver used 0.124981 second user time and 0.277957 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Mar  6 12:38:58 UTC 2007

IDJOB= 331504
IDBENCH= 20589
IDSOLVER= 104
FILE ID= node17/331504-1173184720

PBS_JOBID= 4015031

Free space on /tmp= 66203 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug3.cnf
COMMAND LINE= /tmp/evaluation/331504-1173184720/rsat.sh /tmp/evaluation/331504-1173184720/instance-331504-1173184720.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-331504-1173184720 -o ROOT/results/node17/solver-331504-1173184720 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/331504-1173184720/rsat.sh /tmp/evaluation/331504-1173184720/instance-331504-1173184720.cnf            

META MD5SUM SOLVER= 42fb71d21991acbdd759c16645f65450
MD5SUM BENCH=  dc050785d671b86f856b07b158553686

RANDOM SEED= 823487352

TIME LIMIT= 1200 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.229
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.229
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:       1246496 kB
Buffers:         37292 kB
Cached:         649632 kB
SwapCached:       2120 kB
Active:         520124 kB
Inactive:       226864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1246496 kB
SwapTotal:     4192956 kB
SwapFree:      4168576 kB
Dirty:          226448 kB
Writeback:           0 kB
Mapped:          67916 kB
Slab:            47868 kB
Committed_AS:  1437576 kB
PageTables:       1836 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= 66209 MiB

End job on node17 on Tue Mar  6 12:40:33 UTC 2007