Trace number 1773939

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 2009-03-22UNSAT 64.5652 64.6001

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.9125
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.19/0.21	c ==============================================================================
0.19/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |  224225   581126 |   67267       0        0     nan |  0.000 % |
0.99/1.04	c |         0 |  162065   548412 |      --       0       --      -- |     --   | -62160/-32714
0.99/1.04	c ==============================================================================
0.99/1.04	c Result  :   #vars: 28271   #clauses: 162065   #literals: 548412
0.99/1.04	c CPU time:   0.968852 s
0.99/1.04	c ==============================================================================
1.18/1.26	c Rsat version 3.02
1.25/1.38	c Base unit clause learned: 0
64.44/64.55	c CNF stats: (28271 vars, 162065 clauses)
64.44/64.55	c Decisions: 152987
64.44/64.55	c Conflicts: 15733
64.44/64.55	c Restarts: 12
64.44/64.55	c Avg lpc: 40.88
64.44/64.55	c Max decision level: 970
64.44/64.55	c KB reduction: 0 (0 clauses removed)
64.44/64.55	c Final decision lit size:28271 (100.00 %)
64.44/64.55	c Final stack/save sizes: 564(1.99 %)/36096(127.68 %)
64.44/64.55	c Final cdc size: 1128 (3.99 %)
64.44/64.55	c ***********************************************
64.44/64.55	c Conflicts with bac: 1302/15733 (8.28 %)
64.44/64.55	c Avg bac size: 6.89
64.44/64.55	c Avg bac bt depth: 37.74 vs 7.09 (normal)
64.44/64.58	c Running time: 63.25138 seconds
64.44/64.59	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773939-1241335448/watcher-1773939-1241335448 -o /tmp/evaluation-result-1773939-1241335448/solver-1773939-1241335448 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773939-1241335448.cnf HOME 

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): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3099
/proc/meminfo: memFree=1347544/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=0
/proc/3099/stat : 3099 (rsat.sh) R 3097 3099 3002 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161578716 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/3099/statm: 1339 238 198 169 0 50 0
[pid=3100] ppid=3099 vsize=2168 CPUtime=0
/proc/3100/stat : 3100 (SatElite) R 3099 3099 3002 0 -1 4194304 324 0 0 0 0 0 0 0 18 0 1 0 161578716 2220032 307 1992294400 4194304 4959918 548682068688 18446744073709551615 4237185 0 0 4096 3 0 0 0 17 0 0 0
/proc/3100/statm: 542 311 64 186 0 352 0

[startup+0.075104 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3099
/proc/meminfo: memFree=1347544/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=0
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161578716 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3099/statm: 1339 239 199 169 0 50 0
[pid=3100] ppid=3099 vsize=31112 CPUtime=0.07
/proc/3100/stat : 3100 (SatElite) R 3099 3099 3002 0 -1 4194304 6002 0 0 0 5 2 0 0 19 0 1 0 161578716 31858688 5946 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/3100/statm: 7778 5949 64 186 0 7588 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36468

[startup+0.101107 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3099
/proc/meminfo: memFree=1347544/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=0
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161578716 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3099/statm: 1339 239 199 169 0 50 0
[pid=3100] ppid=3099 vsize=35848 CPUtime=0.09
/proc/3100/stat : 3100 (SatElite) R 3099 3099 3002 0 -1 4194304 7161 0 0 0 6 3 0 0 19 0 1 0 161578716 36708352 7105 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/3100/statm: 8962 7107 64 186 0 8772 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41204

[startup+0.301145 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3099
/proc/meminfo: memFree=1347544/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=0
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161578716 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3099/statm: 1339 239 199 169 0 50 0
[pid=3100] ppid=3099 vsize=58240 CPUtime=0.29
/proc/3100/stat : 3100 (SatElite) R 3099 3099 3002 0 -1 4194304 12844 0 0 0 24 5 0 0 21 0 1 0 161578716 59637760 12619 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/3100/statm: 14560 12620 90 186 0 14370 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63596

[startup+0.701218 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3099
/proc/meminfo: memFree=1347544/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=0
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161578716 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3099/statm: 1339 239 199 169 0 50 0
[pid=3100] ppid=3099 vsize=69584 CPUtime=0.69
/proc/3100/stat : 3100 (SatElite) R 3099 3099 3002 0 -1 4194304 15452 0 0 0 62 7 0 0 25 0 1 0 161578716 71254016 15227 1992294400 4194304 4959918 548682068688 18446744073709551615 4270114 0 0 4096 3 0 0 0 17 0 0 0
/proc/3100/statm: 17396 15227 90 186 0 17206 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74940

[startup+1.50138 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3101
/proc/meminfo: memFree=1281480/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 5356

[startup+3.10166 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3102
/proc/meminfo: memFree=1322696/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
[pid=3102] ppid=3099 vsize=20056 CPUtime=1.82
/proc/3102/stat : 3102 (rsat) R 3099 3099 3002 0 -1 4194304 5242 0 0 0 180 2 0 0 25 0 1 0 161578842 20537344 4433 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3102/statm: 5014 4433 116 309 0 4701 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25412

[startup+6.30125 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3102
/proc/meminfo: memFree=1321672/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
[pid=3102] ppid=3099 vsize=20600 CPUtime=5.02
/proc/3102/stat : 3102 (rsat) R 3099 3099 3002 0 -1 4194304 6369 0 0 0 499 3 0 0 25 0 1 0 161578842 21094400 4569 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3102/statm: 5150 4569 116 309 0 4837 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25956

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3102
/proc/meminfo: memFree=1321288/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
[pid=3102] ppid=3099 vsize=21356 CPUtime=11.42
/proc/3102/stat : 3102 (rsat) R 3099 3099 3002 0 -1 4194304 7008 0 0 0 1139 3 0 0 25 0 1 0 161578842 21868544 4726 1992294400 4194304 5460562 548682068800 18446744073709551615 4227714 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3102/statm: 5339 4726 116 309 0 5026 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26712

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3102
/proc/meminfo: memFree=1320264/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
[pid=3102] ppid=3099 vsize=22512 CPUtime=24.21
/proc/3102/stat : 3102 (rsat) R 3099 3099 3002 0 -1 4194304 7658 0 0 0 2418 3 0 0 25 0 1 0 161578842 23052288 5006 1992294400 4194304 5460562 548682068800 18446744073709551615 4202754 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3102/statm: 5628 5006 118 309 0 5315 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 27868

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3102
/proc/meminfo: memFree=1318600/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
[pid=3102] ppid=3099 vsize=23912 CPUtime=49.8
/proc/3102/stat : 3102 (rsat) R 3099 3099 3002 0 -1 4194304 8279 0 0 0 4977 3 0 0 25 0 1 0 161578842 24485888 5396 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3102/statm: 5978 5396 118 309 0 5665 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 29268

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

[startup+57.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3102
/proc/meminfo: memFree=1318472/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
[pid=3102] ppid=3099 vsize=24112 CPUtime=56.2
/proc/3102/stat : 3102 (rsat) R 3099 3099 3002 0 -1 4194304 8465 0 0 0 5617 3 0 0 25 0 1 0 161578842 24690688 5436 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3102/statm: 6028 5436 118 309 0 5715 0
Current children cumulated CPU time (s) 57.45
Current children cumulated vsize (KiB) 29468

[startup+60.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3102
/proc/meminfo: memFree=1318344/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
[pid=3102] ppid=3099 vsize=24252 CPUtime=59.39
/proc/3102/stat : 3102 (rsat) R 3099 3099 3002 0 -1 4194304 8639 0 0 0 5936 3 0 0 25 0 1 0 161578842 24834048 5458 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3102/statm: 6063 5458 118 309 0 5750 0
Current children cumulated CPU time (s) 60.64
Current children cumulated vsize (KiB) 29608

[startup+62.3016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3102
/proc/meminfo: memFree=1318344/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
[pid=3102] ppid=3099 vsize=24252 CPUtime=60.99
/proc/3102/stat : 3102 (rsat) R 3099 3099 3002 0 -1 4194304 8652 0 0 0 6096 3 0 0 25 0 1 0 161578842 24834048 5471 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3102/statm: 6063 5471 118 309 0 5750 0
Current children cumulated CPU time (s) 62.24
Current children cumulated vsize (KiB) 29608

[startup+63.9019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3102
/proc/meminfo: memFree=1318280/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
[pid=3102] ppid=3099 vsize=24176 CPUtime=62.59
/proc/3102/stat : 3102 (rsat) R 3099 3099 3002 0 -1 4194304 8714 0 0 0 6256 3 0 0 25 0 1 0 161578842 24756224 5461 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3102/statm: 6044 5461 118 309 0 5731 0
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (KiB) 29532

[startup+64.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3102
/proc/meminfo: memFree=1318280/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
[pid=3102] ppid=3099 vsize=24176 CPUtime=62.99
/proc/3102/stat : 3102 (rsat) R 3099 3099 3002 0 -1 4194304 8715 0 0 0 6296 3 0 0 25 0 1 0 161578842 24756224 5462 1992294400 4194304 5460562 548682068800 18446744073709551615 4227559 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3102/statm: 6044 5462 118 309 0 5731 0
Current children cumulated CPU time (s) 64.24
Current children cumulated vsize (KiB) 29532

[startup+64.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3102
/proc/meminfo: memFree=1318280/2055920 swapFree=4180196/4192956
[pid=3099] ppid=3097 vsize=5356 CPUtime=1.25
/proc/3099/stat : 3099 (rsat.sh) S 3097 3099 3002 0 -1 4194304 312 15897 0 0 0 0 115 10 16 0 1 0 161578716 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3099/statm: 1339 241 199 169 0 50 0
[pid=3102] ppid=3099 vsize=24176 CPUtime=63.19
/proc/3102/stat : 3102 (rsat) R 3099 3099 3002 0 -1 4194304 8715 0 0 0 6316 3 0 0 25 0 1 0 161578842 24756224 5462 1992294400 4194304 5460562 548682068800 18446744073709551615 4201929 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3102/statm: 6044 5462 118 309 0 5731 0
Current children cumulated CPU time (s) 64.44
Current children cumulated vsize (KiB) 29532

Child status: 20
Real time (s): 64.6001
CPU time (s): 64.5652
CPU user time (s): 64.4122
CPU system time (s): 0.152976
CPU usage (%): 99.946
Max. virtual memory (cumulated for all children) (KiB): 76628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.4122
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25083
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= 37
involuntary context switches= 167

runsolver used 0.06199 second user time and 0.179972 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-03 09:24:09
IDJOB=1773939
IDBENCH=70825
IDSOLVER=615
FILE ID=node7/1773939-1241335448
PBS_JOBID= 9225427
Free space on /tmp= 66556 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-06.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773939-1241335448/watcher-1773939-1241335448 -o /tmp/evaluation-result-1773939-1241335448/solver-1773939-1241335448 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773939-1241335448.cnf HOME

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED=938544672

node7.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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:       1348088 kB
Buffers:         87440 kB
Cached:         518592 kB
SwapCached:       7192 kB
Active:         165340 kB
Inactive:       449176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348088 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:            9820 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            79364 kB
Committed_AS:  1033660 kB
PageTables:       1444 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= 66552 MiB
End job on node7 at 2009-05-03 09:25:13