Trace number 356269

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 389.45 389.712

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/total-10-17-s.cnf
MD5SUM211504a6ba82cb2fc3f6333430f9c42f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.5383
Satisfiable
(Un)Satisfiability was proved
Number of variables294246
Number of clauses1384270
Sum of the clauses size3202814
Maximum clause length10
Minimum clause length1
Number of clauses of size 124517
Number of clauses of size 21066262
Number of clauses of size 3238391
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

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

command line: runsolver --timestamp -w ROOT/results/node39/watcher-356269-1176855097 -o ROOT/results/node39/solver-356269-1176855097 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/356269-1176855097/rsat.sh /tmp/evaluation/356269-1176855097/instance-356269-1176855097.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.99 0.97 0.99 2/77 20699
/proc/meminfo: memFree=1759552/2055920 swapFree=4119300/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=0
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 133421803 5480448 233 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20699/statm: 1338 233 195 169 0 49 0
[pid=20700] ppid=20699 vsize=684 CPUtime=0
/proc/20700/stat : 20700 (SatElite) D 20699 20699 19988 0 -1 4194304 62 0 0 0 0 0 0 0 20 0 1 0 133421803 700416 44 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134699069 0 0 4096 3 18446744071563608240 0 0 17 1 0 0
/proc/20700/statm: 171 44 36 128 0 40 0

[startup+0.022426 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 20699
/proc/meminfo: memFree=1759552/2055920 swapFree=4119300/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=0
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 133421803 5480448 233 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20699/statm: 1338 233 195 169 0 49 0
[pid=20700] ppid=20699 vsize=684 CPUtime=0
/proc/20700/stat : 20700 (SatElite) D 20699 20699 19988 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 133421803 700416 44 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134699069 0 0 4096 3 18446744071563608240 0 0 17 0 0 0
/proc/20700/statm: 171 44 36 128 0 40 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6036

[startup+0.10245 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 20699
/proc/meminfo: memFree=1759552/2055920 swapFree=4119300/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=0
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 133421803 5480448 233 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20699/statm: 1338 233 195 169 0 49 0
[pid=20700] ppid=20699 vsize=12396 CPUtime=0.06
/proc/20700/stat : 20700 (SatElite) R 20699 20699 19988 0 -1 4194304 2390 0 0 0 5 1 0 0 18 0 1 0 133421803 12693504 2372 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/20700/statm: 3099 2372 49 128 0 2968 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17748

[startup+0.302485 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 20699
/proc/meminfo: memFree=1759552/2055920 swapFree=4119300/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=0
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 133421803 5480448 233 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20699/statm: 1338 233 195 169 0 49 0
[pid=20700] ppid=20699 vsize=73532 CPUtime=0.26
/proc/20700/stat : 20700 (SatElite) R 20699 20699 19988 0 -1 4194304 12076 0 0 0 20 6 0 0 19 0 1 0 133421803 75296768 12058 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134546368 0 0 4096 3 0 0 0 17 0 0 0
/proc/20700/statm: 18383 12058 49 128 0 18252 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 78884

[startup+0.701551 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 20699
/proc/meminfo: memFree=1759552/2055920 swapFree=4119300/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=0
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 133421803 5480448 233 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20699/statm: 1338 233 195 169 0 49 0
[pid=20700] ppid=20699 vsize=106072 CPUtime=0.65
/proc/20700/stat : 20700 (SatElite) R 20699 20699 19988 0 -1 4194304 20245 0 0 0 52 13 0 0 24 0 1 0 133421803 108617728 20227 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134680206 0 0 4096 3 0 0 0 17 0 0 0
/proc/20700/statm: 26518 20227 49 128 0 26387 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 111424

[startup+1.50168 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 20701
/proc/meminfo: memFree=1657776/2055920 swapFree=4119300/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=0
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 133421803 5480448 233 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20699/statm: 1338 233 195 169 0 49 0
[pid=20700] ppid=20699 vsize=157392 CPUtime=1.45
/proc/20700/stat : 20700 (SatElite) R 20699 20699 19988 0 -1 4194304 32110 0 0 0 123 22 0 0 25 0 1 0 133421803 161169408 31996 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134544101 0 0 4096 3 0 0 0 17 1 0 0
/proc/20700/statm: 39348 31996 64 128 0 39217 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 162744

[startup+3.10195 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 20701
/proc/meminfo: memFree=1622128/2055920 swapFree=4119300/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=0
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 133421803 5480448 233 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20699/statm: 1338 233 195 169 0 49 0
[pid=20700] ppid=20699 vsize=173128 CPUtime=3.05
/proc/20700/stat : 20700 (SatElite) R 20699 20699 19988 0 -1 4194304 38721 0 0 0 278 27 0 0 25 0 1 0 133421803 177283072 35320 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/20700/statm: 43282 35320 69 128 0 43151 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 178480

[startup+6.30149 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 20701
/proc/meminfo: memFree=1601648/2055920 swapFree=4119300/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=0
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 133421803 5480448 233 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20699/statm: 1338 233 195 169 0 49 0
[pid=20700] ppid=20699 vsize=191584 CPUtime=6.24
/proc/20700/stat : 20700 (SatElite) R 20699 20699 19988 0 -1 4194304 42942 0 0 0 596 28 0 0 25 0 1 0 133421803 196182016 38850 18446744073709551615 134512640 135038345 4294956688 18446744073709551615 134538968 0 0 4096 3 0 0 0 17 1 0 0
/proc/20700/statm: 47896 38850 69 128 0 47765 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 196936

[startup+12.7016 s]
/proc/loadavg: 1.06 0.99 0.99 2/79 20702
/proc/meminfo: memFree=1706928/2055920 swapFree=4119300/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=36208 CPUtime=1.62
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 9213 0 0 0 158 4 0 0 25 0 1 0 133422910 37076992 8625 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134529141 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 9052 8625 85 211 0 8838 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 41560

[startup+25.5027 s]
/proc/loadavg: 1.05 0.99 0.99 2/79 20702
/proc/meminfo: memFree=1707312/2055920 swapFree=4119300/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=35448 CPUtime=14.42
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 9316 0 0 0 1437 5 0 0 25 0 1 0 133422910 36298752 8451 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134530118 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 8862 8451 86 211 0 8648 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 40800

[startup+51.1021 s]
/proc/loadavg: 1.03 0.99 0.99 2/79 20702
/proc/meminfo: memFree=1705904/2055920 swapFree=4119364/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=37184 CPUtime=39.98
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 9761 0 0 0 3993 5 0 0 25 0 1 0 133422910 38076416 8863 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/20702/statm: 9296 8863 86 211 0 9082 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 42536

[startup+102.306 s]
/proc/loadavg: 1.05 1.00 1.00 2/79 20702
/proc/meminfo: memFree=1699120/2055920 swapFree=4119364/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=44148 CPUtime=91.15
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 11626 0 0 0 9109 6 0 0 25 0 1 0 133422910 45207552 10597 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 11037 10597 86 211 0 10823 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 49500

[startup+162.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 20702
/proc/meminfo: memFree=1691568/2055920 swapFree=4119364/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=52072 CPUtime=151.14
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 13736 0 0 0 15105 9 0 0 25 0 1 0 133422910 53321728 12460 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 13018 12460 86 211 0 12804 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 57424

[startup+222.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/79 20702
/proc/meminfo: memFree=1687344/2055920 swapFree=4119432/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=55980 CPUtime=211.11
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 14858 0 0 0 21101 10 0 0 25 0 1 0 133422910 57323520 13504 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 13995 13504 86 211 0 13781 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 61332

[startup+282.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 20702
/proc/meminfo: memFree=1683568/2055920 swapFree=4119432/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=59500 CPUtime=271.09
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 15879 0 0 0 27098 11 0 0 25 0 1 0 133422910 60928000 14451 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 14875 14451 86 211 0 14661 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 64852

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 20702
/proc/meminfo: memFree=1679920/2055920 swapFree=4119496/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=64476 CPUtime=331.07
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 17234 0 0 0 33095 12 0 0 25 0 1 0 133422910 66023424 15338 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134526412 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 16119 15338 86 211 0 15905 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 69828

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

[startup+358.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 20702
/proc/meminfo: memFree=1678576/2055920 swapFree=4119496/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=65880 CPUtime=347.06
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 17693 0 0 0 34694 12 0 0 25 0 1 0 133422910 67461120 15686 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 16470 15686 86 211 0 16256 0
Current children cumulated CPU time (s) 358.03
Current children cumulated vsize (KiB) 71232

[startup+371.102 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 20702
/proc/meminfo: memFree=1677744/2055920 swapFree=4119496/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=66712 CPUtime=359.86
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 17933 0 0 0 35973 13 0 0 25 0 1 0 133422910 68313088 15900 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134526412 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 16678 15900 86 211 0 16464 0
Current children cumulated CPU time (s) 370.83
Current children cumulated vsize (KiB) 72064

[startup+377.501 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 20702
/proc/meminfo: memFree=1677296/2055920 swapFree=4119496/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=67144 CPUtime=366.26
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 18036 0 0 0 36613 13 0 0 25 0 1 0 133422910 68755456 15999 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134529157 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 16786 15999 86 211 0 16572 0
Current children cumulated CPU time (s) 377.23
Current children cumulated vsize (KiB) 72496

[startup+383.905 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 20702
/proc/meminfo: memFree=1676336/2055920 swapFree=4119496/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=68060 CPUtime=372.66
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 18312 0 0 0 37253 13 0 0 25 0 1 0 133422910 69693440 16241 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522765 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 17015 16241 86 211 0 16801 0
Current children cumulated CPU time (s) 383.63
Current children cumulated vsize (KiB) 73412

[startup+387.102 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 20702
/proc/meminfo: memFree=1675824/2055920 swapFree=4119496/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=68540 CPUtime=375.86
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 18435 0 0 0 37572 14 0 0 25 0 1 0 133422910 70184960 16364 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134526475 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 17135 16364 86 211 0 16921 0
Current children cumulated CPU time (s) 386.83
Current children cumulated vsize (KiB) 73892

[startup+388.702 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 20702
/proc/meminfo: memFree=1675632/2055920 swapFree=4119496/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=10.97
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 306 59994 0 0 0 0 1052 45 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20702] ppid=20699 vsize=68880 CPUtime=377.46
/proc/20702/stat : 20702 (rsat) R 20699 20699 19988 0 -1 4194304 18527 0 0 0 37732 14 0 0 25 0 1 0 133422910 70533120 16456 18446744073709551615 134512640 135377749 4294956784 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20702/statm: 17220 16456 86 211 0 17006 0
Current children cumulated CPU time (s) 388.43
Current children cumulated vsize (KiB) 74232

[startup+389.501 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 20703
/proc/meminfo: memFree=1706096/2055920 swapFree=4119496/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=388.73
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 327 78533 0 0 0 0 38813 60 16 0 1 0 133421803 5480448 234 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20699/statm: 1338 234 195 169 0 49 0
[pid=20703] ppid=20699 vsize=59600 CPUtime=0.49
/proc/20703/stat : 20703 (SatElite) R 20699 20699 19988 0 -1 4194304 9421 0 0 0 44 5 0 0 21 0 1 0 133460703 61030400 9061 18446744073709551615 134512640 135038345 4294956672 18446744073709551615 134558108 0 0 4096 3 0 0 0 17 1 0 0
/proc/20703/statm: 14900 9061 47 128 0 14769 0
Current children cumulated CPU time (s) 389.22
Current children cumulated vsize (KiB) 64952

[startup+389.701 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 20703
/proc/meminfo: memFree=1706096/2055920 swapFree=4119496/4192956
[pid=20699] ppid=20697 vsize=5352 CPUtime=389.42
/proc/20699/stat : 20699 (rsat.sh) S 20697 20699 19988 0 -1 4194304 353 88248 0 0 0 0 38875 67 17 0 1 0 133421803 5480448 235 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20699/statm: 1338 235 196 169 0 49 0
Current children cumulated CPU time (s) 389.42
Current children cumulated vsize (KiB) 5352

Child status: 10
Real time (s): 389.712
CPU time (s): 389.45
CPU user time (s): 388.76
CPU system time (s): 0.689895
CPU usage (%): 99.9326
Max. virtual memory (cumulated for all children) (KiB): 204964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 388.76
system time used= 0.689895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88731
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= 74
involuntary context switches= 8503

runsolver used 0.397939 second user time and 1.05384 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Wed Apr 18 00:11:38 UTC 2007

IDJOB= 356269
IDBENCH= 20359
IDSOLVER= 169
FILE ID= node39/356269-1176855097

PBS_JOBID= 4590220

Free space on /tmp= 66457 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-sat/total-10-17-s.cnf
COMMAND LINE= /tmp/evaluation/356269-1176855097/rsat.sh /tmp/evaluation/356269-1176855097/instance-356269-1176855097.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-356269-1176855097 -o ROOT/results/node39/solver-356269-1176855097 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/356269-1176855097/rsat.sh /tmp/evaluation/356269-1176855097/instance-356269-1176855097.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  211504a6ba82cb2fc3f6333430f9c42f

RANDOM SEED= 684726209

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1760024 kB
Buffers:         33304 kB
Cached:         170596 kB
SwapCached:      23492 kB
Active:         166088 kB
Inactive:        95660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760024 kB
SwapTotal:     4192956 kB
SwapFree:      4119300 kB
Dirty:           27024 kB
Writeback:           0 kB
Mapped:          54808 kB
Slab:            19392 kB
Committed_AS:  1774764 kB
PageTables:       2072 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= 66487 MiB

End job on node39 on Wed Apr 18 00:18:08 UTC 2007