Trace number 356310

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 410.742 411.033

General information on the benchmark

Nameindustrial/palacios/hard/
safe-50-h50-sat.cnf
MD5SUM03c6b6156c444674b996a4279225be1a
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark410.742
Satisfiable
(Un)Satisfiability was proved
Number of variables628291
Number of clauses2141556
Sum of the clauses size5172986
Maximum clause length101
Minimum clause length1
Number of clauses of size 150
Number of clauses of size 21518215
Number of clauses of size 3615030
Number of clauses of size 4241
Number of clauses of size 5151
Number of clauses of size over 57869

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.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node41/watcher-356310-1177542173 -o ROOT/results/node41/solver-356310-1177542173 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/356310-1177542173/rsat.sh /tmp/evaluation/356310-1177542173/instance-356310-1177542173.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.08 0.02 0.01 3/77 15194
/proc/meminfo: memFree=1854992/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=684 CPUtime=0
/proc/15195/stat : 15195 (SatElite) D 15194 15194 15138 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 202129495 700416 44 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134699069 0 0 4096 3 18446744071563608240 0 0 17 1 0 0
/proc/15195/statm: 171 44 36 128 0 40 0

[startup+0.070846 s]
/proc/loadavg: 0.08 0.02 0.01 3/77 15194
/proc/meminfo: memFree=1854992/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=5756 CPUtime=0.04
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 1330 0 0 0 4 0 0 0 18 0 1 0 202129495 5894144 1312 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134530725 0 0 4096 3 0 0 0 17 0 0 0
/proc/15195/statm: 1439 1312 50 128 0 1308 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11108

[startup+0.101851 s]
/proc/loadavg: 0.08 0.02 0.01 3/77 15194
/proc/meminfo: memFree=1854992/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=9676 CPUtime=0.07
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 2079 0 0 0 6 1 0 0 18 0 1 0 202129495 9908224 2061 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/15195/statm: 2419 2061 50 128 0 2288 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15028

[startup+0.301869 s]
/proc/loadavg: 0.08 0.02 0.01 3/77 15194
/proc/meminfo: memFree=1854992/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=37084 CPUtime=0.26
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 8109 0 0 0 22 4 0 0 19 0 1 0 202129495 37974016 8091 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134523916 0 0 4096 3 0 0 0 17 0 0 0
/proc/15195/statm: 9271 8091 50 128 0 9140 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 42436

[startup+0.701902 s]
/proc/loadavg: 0.08 0.02 0.01 3/77 15194
/proc/meminfo: memFree=1854992/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=83764 CPUtime=0.66
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 19751 0 0 0 55 11 0 0 23 0 1 0 202129495 85774336 19733 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 0 0 0
/proc/15195/statm: 20941 19733 50 128 0 20810 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 89116

[startup+1.50196 s]
/proc/loadavg: 0.08 0.02 0.01 2/79 15196
/proc/meminfo: memFree=1740672/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=174484 CPUtime=1.46
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 42174 0 0 0 123 23 0 0 25 0 1 0 202129495 178671616 42156 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134548283 0 0 4096 3 0 0 0 17 1 0 0
/proc/15195/statm: 43621 42158 50 128 0 43490 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 179836

[startup+3.1011 s]
/proc/loadavg: 0.08 0.02 0.01 2/79 15196
/proc/meminfo: memFree=1607488/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=322980 CPUtime=3.06
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 68189 0 0 0 270 36 0 0 25 0 1 0 202129495 330731520 66623 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/15195/statm: 80745 66623 69 128 0 80614 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 328332

[startup+6.30137 s]
/proc/loadavg: 0.15 0.03 0.01 2/79 15196
/proc/meminfo: memFree=1572352/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=329688 CPUtime=6.24
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 69829 0 0 0 581 43 0 0 25 0 1 0 202129495 337600512 68263 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134543844 0 0 4096 3 0 0 0 17 1 0 0
/proc/15195/statm: 82422 68263 69 128 0 82291 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 335040

[startup+12.7029 s]
/proc/loadavg: 0.22 0.05 0.02 2/79 15196
/proc/meminfo: memFree=1541952/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=340372 CPUtime=12.63
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 72530 0 0 0 1208 55 0 0 25 0 1 0 202129495 348540928 70964 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/15195/statm: 85093 70964 69 128 0 84962 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 345724

[startup+25.501 s]
/proc/loadavg: 0.39 0.09 0.03 2/79 15196
/proc/meminfo: memFree=1495552/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=356860 CPUtime=25.44
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 76626 0 0 0 2457 87 0 0 25 0 1 0 202129495 365424640 75060 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134544362 0 0 4096 3 0 0 0 17 1 0 0
/proc/15195/statm: 89215 75060 69 128 0 89084 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 362212

[startup+51.1012 s]
/proc/loadavg: 0.60 0.17 0.05 2/79 15196
/proc/meminfo: memFree=1425920/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=385888 CPUtime=51.02
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 83226 0 0 0 4964 138 0 0 25 0 1 0 202129495 395149312 81660 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134565248 0 0 4096 3 0 0 0 17 1 0 0
/proc/15195/statm: 96472 81660 69 128 0 96341 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 391240

[startup+102.306 s]
/proc/loadavg: 0.82 0.29 0.10 2/79 15196
/proc/meminfo: memFree=1342720/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=428788 CPUtime=102.21
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 92432 0 0 0 10024 197 0 0 25 0 1 0 202129495 439078912 89637 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134544766 0 0 4096 3 0 0 0 17 1 0 0
/proc/15195/statm: 107197 89637 69 128 0 107066 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 434140

[startup+162.302 s]
/proc/loadavg: 0.93 0.42 0.15 2/79 15196
/proc/meminfo: memFree=1339712/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=432688 CPUtime=162.19
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 93289 0 0 0 16021 198 0 0 25 0 1 0 202129495 443072512 90494 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134543878 0 0 4096 3 0 0 0 17 1 0 0
/proc/15195/statm: 108172 90494 69 128 0 108041 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 438040

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/79 15196
/proc/meminfo: memFree=1335616/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=436888 CPUtime=222.17
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 94294 0 0 0 22019 198 0 0 25 0 1 0 202129495 447373312 91499 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134543887 0 0 4096 3 0 0 0 17 1 0 0
/proc/15195/statm: 109222 91499 69 128 0 109091 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 442240

[startup+282.301 s]
/proc/loadavg: 1.06 0.62 0.26 2/79 15196
/proc/meminfo: memFree=1331200/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=442092 CPUtime=282.16
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 95415 0 0 0 28016 200 0 0 25 0 1 0 202129495 452702208 92620 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134684859 0 0 4096 3 0 0 0 17 1 0 0
/proc/15195/statm: 110523 92620 69 128 0 110392 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 447444

[startup+342.301 s]
/proc/loadavg: 1.02 0.69 0.30 2/79 15196
/proc/meminfo: memFree=1325568/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=0
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 202129495 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 232 195 169 0 49 0
[pid=15195] ppid=15194 vsize=448180 CPUtime=342.14
/proc/15195/stat : 15195 (SatElite) R 15194 15194 15138 0 -1 4194304 96819 0 0 0 34012 202 0 0 25 0 1 0 202129495 458936320 94024 18446744073709551615 134512640 135038345 4294956720 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 1 0 0
/proc/15195/statm: 112045 94024 69 128 0 111914 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 453532

[startup+402.302 s]
/proc/loadavg: 1.00 0.74 0.34 2/79 15197
/proc/meminfo: memFree=1569152/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=391.11
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 304 109627 0 0 0 0 38880 231 16 0 1 0 202129495 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15194/statm: 1338 234 195 169 0 49 0
[pid=15197] ppid=15194 vsize=89272 CPUtime=10.91
/proc/15197/stat : 15197 (rsat) R 15194 15194 15138 0 -1 4194304 22211 0 0 0 1079 12 0 0 25 0 1 0 202168632 91414528 22099 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15197/statm: 22318 22099 86 211 0 22104 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 94624

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

[startup+403.102 s]
/proc/loadavg: 1.00 0.74 0.34 2/79 15197
/proc/meminfo: memFree=1568768/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=391.11
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 304 109627 0 0 0 0 38880 231 16 0 1 0 202129495 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15194/statm: 1338 234 195 169 0 49 0
[pid=15197] ppid=15194 vsize=89492 CPUtime=11.72
/proc/15197/stat : 15197 (rsat) R 15194 15194 15138 0 -1 4194304 22273 0 0 0 1159 13 0 0 25 0 1 0 202168632 91639808 22161 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134526412 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15197/statm: 22373 22161 86 211 0 22159 0
Current children cumulated CPU time (s) 402.83
Current children cumulated vsize (KiB) 94844

[startup+406.303 s]
/proc/loadavg: 1.00 0.75 0.34 2/79 15197
/proc/meminfo: memFree=1567552/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=391.11
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 304 109627 0 0 0 0 38880 231 16 0 1 0 202129495 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15194/statm: 1338 234 195 169 0 49 0
[pid=15197] ppid=15194 vsize=90796 CPUtime=14.92
/proc/15197/stat : 15197 (rsat) R 15194 15194 15138 0 -1 4194304 22592 0 0 0 1479 13 0 0 25 0 1 0 202168632 92975104 22480 18446744073709551615 134512640 135377749 4294956816 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15197/statm: 22699 22480 86 211 0 22485 0
Current children cumulated CPU time (s) 406.03
Current children cumulated vsize (KiB) 96148

[startup+409.501 s]
/proc/loadavg: 1.00 0.75 0.34 2/79 15198
/proc/meminfo: memFree=1538240/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=406.99
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 326 132381 0 0 0 0 40453 246 16 0 1 0 202129495 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15194/statm: 1338 234 195 169 0 49 0
[pid=15198] ppid=15194 vsize=173944 CPUtime=2.2
/proc/15198/stat : 15198 (SatElite) R 15194 15194 15138 0 -1 4194304 33519 0 0 0 197 23 0 0 25 0 1 0 202170221 178118656 33160 18446744073709551615 134512640 135038345 4294956704 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/15198/statm: 43486 33161 45 128 0 43355 0
Current children cumulated CPU time (s) 409.19
Current children cumulated vsize (KiB) 179296

[startup+410.305 s]
/proc/loadavg: 1.00 0.75 0.35 2/79 15198
/proc/meminfo: memFree=1503296/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=406.99
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 326 132381 0 0 0 0 40453 246 16 0 1 0 202129495 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15194/statm: 1338 234 195 169 0 49 0
[pid=15198] ppid=15194 vsize=197428 CPUtime=3.01
/proc/15198/stat : 15198 (SatElite) R 15194 15194 15138 0 -1 4194304 39000 0 0 0 273 28 0 0 25 0 1 0 202170221 202166272 38640 18446744073709551615 134512640 135038345 4294956704 18446744073709551615 134542774 0 0 4096 3 0 0 0 17 1 0 0
/proc/15198/statm: 49357 38640 47 128 0 49226 0
Current children cumulated CPU time (s) 410
Current children cumulated vsize (KiB) 202780

[startup+410.701 s]
/proc/loadavg: 1.00 0.75 0.35 2/79 15198
/proc/meminfo: memFree=1503296/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=406.99
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 326 132381 0 0 0 0 40453 246 16 0 1 0 202129495 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15194/statm: 1338 234 195 169 0 49 0
[pid=15198] ppid=15194 vsize=199908 CPUtime=3.4
/proc/15198/stat : 15198 (SatElite) R 15194 15194 15138 0 -1 4194304 39713 0 0 0 312 28 0 0 25 0 1 0 202170221 204705792 39353 18446744073709551615 134512640 135038345 4294956704 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/15198/statm: 49977 39353 52 128 0 49846 0
Current children cumulated CPU time (s) 410.39
Current children cumulated vsize (KiB) 205260

[startup+410.901 s]
/proc/loadavg: 1.00 0.75 0.35 2/79 15198
/proc/meminfo: memFree=1503296/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=406.99
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 326 132381 0 0 0 0 40453 246 16 0 1 0 202129495 5480448 234 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15194/statm: 1338 234 195 169 0 49 0
[pid=15198] ppid=15194 vsize=0 CPUtime=3.6
/proc/15198/stat : 15198 (SatElite) R 15194 15194 15138 0 -1 4194308 39714 0 0 0 331 29 0 0 25 0 1 0 202170221 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15198/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 410.59
Current children cumulated vsize (KiB) 5352

[startup+411.001 s]
/proc/loadavg: 1.00 0.75 0.35 2/79 15198
/proc/meminfo: memFree=1503296/2055920 swapFree=4169724/4192956
[pid=15194] ppid=15192 vsize=5352 CPUtime=410.62
/proc/15194/stat : 15194 (rsat.sh) S 15192 15194 15138 0 -1 4194304 353 172095 0 0 0 0 40784 278 17 0 1 0 202129495 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238390141764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15194/statm: 1338 235 196 169 0 49 0
Current children cumulated CPU time (s) 410.62
Current children cumulated vsize (KiB) 5352

Child status: 10
Real time (s): 411.033
CPU time (s): 410.742
CPU user time (s): 407.847
CPU system time (s): 2.89456
CPU usage (%): 99.9291
Max. virtual memory (cumulated for all children) (KiB): 483708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 407.847
system time used= 2.89456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172577
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= 79
involuntary context switches= 4950

runsolver used 0.417936 second user time and 1.06284 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Wed Apr 25 23:02:56 UTC 2007

IDJOB= 356310
IDBENCH= 20407
IDSOLVER= 169
FILE ID= node41/356310-1177542173

PBS_JOBID= 4695898

Free space on /tmp= 66308 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/hard/safe-50-h50-sat.cnf
COMMAND LINE= /tmp/evaluation/356310-1177542173/rsat.sh /tmp/evaluation/356310-1177542173/instance-356310-1177542173.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-356310-1177542173 -o ROOT/results/node41/solver-356310-1177542173 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/356310-1177542173/rsat.sh /tmp/evaluation/356310-1177542173/instance-356310-1177542173.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  03c6b6156c444674b996a4279225be1a

RANDOM SEED= 420307727

TIME LIMIT= 10000 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.232
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.232
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:       1855400 kB
Buffers:         17384 kB
Cached:         111628 kB
SwapCached:       2432 kB
Active:         120124 kB
Inactive:        31972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855400 kB
SwapTotal:     4192956 kB
SwapFree:      4169724 kB
Dirty:           41652 kB
Writeback:           0 kB
Mapped:          31168 kB
Slab:            33748 kB
Committed_AS:  3470188 kB
PageTables:       2008 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= 66320 MiB

End job on node41 on Wed Apr 25 23:09:47 UTC 2007