Trace number 1773919

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 4325.56 4327.46

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-09.cnf
MD5SUM5c56557463274332c6704b6432dfc42b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark661.016
Satisfiable
(Un)Satisfiability was proved
Number of variables69487
Number of clauses226581
Sum of the clauses size587221
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292264
Number of clauses of size 3134188
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 |  225938   585551 |   67781       0        0     nan |  0.000 % |
0.99/1.04	c |         0 |  163277   552290 |      --       0       --      -- |     --   | -62661/-33261
0.99/1.04	c ==============================================================================
0.99/1.04	c Result  :   #vars: 28519   #clauses: 163277   #literals: 552290
0.99/1.04	c CPU time:   0.953854 s
0.99/1.04	c ==============================================================================
1.19/1.26	c Rsat version 3.02
1.25/1.39	c Base unit clause learned: 0
4325.38/4327.40	c CNF stats: (28519 vars, 163277 clauses)
4325.38/4327.40	c Decisions: 1245387
4325.38/4327.40	c Conflicts: 466654
4325.38/4327.40	c Restarts: 14
4325.38/4327.40	c Avg lpc: 91.46
4325.38/4327.40	c Max decision level: 781
4325.38/4327.40	c KB reduction: 18 (368360 clauses removed)
4325.38/4327.40	c Final decision lit size:28519 (100.00 %)
4325.38/4327.40	c Final stack/save sizes: 570(2.00 %)/36480(127.91 %)
4325.38/4327.40	c Final cdc size: 2280 (7.99 %)
4325.38/4327.40	c ***********************************************
4325.38/4327.40	c Conflicts with bac: 12871/466654 (2.76 %)
4325.38/4327.40	c Avg bac size: 12.52
4325.38/4327.40	c Avg bac bt depth: 21.74 vs 2.02 (normal)
4325.48/4327.44	c Running time: 4323.97865 seconds
4325.48/4327.44	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-1773919-1241335301/watcher-1773919-1241335301 -o /tmp/evaluation-result-1773919-1241335301/solver-1773919-1241335301 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773919-1241335301.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.85 0.97 0.99 3/65 31955
/proc/meminfo: memFree=666552/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=0
/proc/31955/stat : 31955 (rsat.sh) R 31953 31955 31918 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161562798 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774701727 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31955/statm: 1339 238 198 169 0 50 0
[pid=31956] ppid=31955 vsize=2168 CPUtime=0
/proc/31956/stat : 31956 (SatElite) R 31955 31955 31918 0 -1 4194304 341 0 0 0 0 0 0 0 18 0 1 0 161562799 2220032 324 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/31956/statm: 542 328 64 186 0 352 0

[startup+0.0456769 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 31955
/proc/meminfo: memFree=666552/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=0
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161562798 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31955/statm: 1339 239 199 169 0 50 0
[pid=31956] ppid=31955 vsize=21368 CPUtime=0.03
/proc/31956/stat : 31956 (SatElite) R 31955 31955 31918 0 -1 4194304 3585 0 0 0 2 1 0 0 19 0 1 0 161562799 21880832 3529 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/31956/statm: 5342 3532 64 186 0 5152 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26724

[startup+0.101682 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 31955
/proc/meminfo: memFree=666552/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=0
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161562798 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31955/statm: 1339 239 199 169 0 50 0
[pid=31956] ppid=31955 vsize=35996 CPUtime=0.08
/proc/31956/stat : 31956 (SatElite) R 31955 31955 31918 0 -1 4194304 7214 0 0 0 5 3 0 0 19 0 1 0 161562799 36859904 7159 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/31956/statm: 8999 7160 64 186 0 8809 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41352

[startup+0.301704 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 31955
/proc/meminfo: memFree=666552/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=0
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161562798 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31955/statm: 1339 239 199 169 0 50 0
[pid=31956] ppid=31955 vsize=58504 CPUtime=0.29
/proc/31956/stat : 31956 (SatElite) R 31955 31955 31918 0 -1 4194304 12933 0 0 0 23 6 0 0 21 0 1 0 161562799 59908096 12707 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/31956/statm: 14626 12708 90 186 0 14436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63860

[startup+0.70175 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 31955
/proc/meminfo: memFree=666552/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=0
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161562798 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31955/statm: 1339 239 199 169 0 50 0
[pid=31956] ppid=31955 vsize=69952 CPUtime=0.69
/proc/31956/stat : 31956 (SatElite) R 31955 31955 31918 0 -1 4194304 15551 0 0 0 60 9 0 0 25 0 1 0 161562799 71630848 15325 1992294400 4194304 4959918 548682068688 18446744073709551615 4270452 0 0 4096 3 0 0 0 17 0 0 0
/proc/31956/statm: 17488 15325 90 186 0 17298 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75308

[startup+1.50185 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 31957
/proc/meminfo: memFree=600040/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 5356

[startup+3.10103 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 31958
/proc/meminfo: memFree=641832/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=20540 CPUtime=1.82
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 4842 0 0 0 180 2 0 0 25 0 1 0 161562925 21032960 4556 1992294400 4194304 5460562 548682068800 18446744073709551615 4226298 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 5135 4556 118 309 0 4822 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25896

[startup+6.3024 s]
/proc/loadavg: 0.86 0.97 0.99 2/67 31958
/proc/meminfo: memFree=639720/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=21448 CPUtime=5.01
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 5380 0 0 0 498 3 0 0 25 0 1 0 161562925 21962752 4761 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 5362 4761 118 309 0 5049 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 26804

[startup+12.7011 s]
/proc/loadavg: 0.87 0.97 0.99 2/67 31958
/proc/meminfo: memFree=639600/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=21992 CPUtime=11.42
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 6052 0 0 0 1138 4 0 0 25 0 1 0 161562925 22519808 4905 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 5498 4905 118 309 0 5185 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27348

[startup+25.5016 s]
/proc/loadavg: 0.90 0.97 0.99 2/67 31958
/proc/meminfo: memFree=638768/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=23084 CPUtime=24.21
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 7050 0 0 0 2416 5 0 0 25 0 1 0 161562925 23638016 5130 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 5771 5130 118 309 0 5458 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 28440

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 31958
/proc/meminfo: memFree=636976/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=24724 CPUtime=49.79
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 9123 0 0 0 4971 8 0 0 25 0 1 0 161562925 25317376 5574 1992294400 4194304 5460562 548682068800 18446744073709551615 4198111 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 6181 5574 118 309 0 5868 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 30080

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/67 31958
/proc/meminfo: memFree=634480/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=27820 CPUtime=100.97
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 11175 0 0 0 10087 10 0 0 25 0 1 0 161562925 28487680 6227 1992294400 4194304 5460562 548682068800 18446744073709551615 4227014 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 6955 6227 118 309 0 6642 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 33176

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31958
/proc/meminfo: memFree=631728/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=30380 CPUtime=160.95
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 11923 0 0 0 16084 11 0 0 25 0 1 0 161562925 31109120 6896 1992294400 4194304 5460562 548682068800 18446744073709551615 4210633 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 7595 6896 118 309 0 7282 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 35736

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31958
/proc/meminfo: memFree=628208/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=33644 CPUtime=220.92
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 12959 0 0 0 22080 12 0 0 25 0 1 0 161562925 34451456 7772 1992294400 4194304 5460562 548682068800 18446744073709551615 4200103 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 8411 7772 118 309 0 8098 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 39000

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31958
/proc/meminfo: memFree=627760/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=33976 CPUtime=280.9
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 13553 0 0 0 28077 13 0 0 25 0 1 0 161562925 34791424 7850 1992294400 4194304 5460562 548682068800 18446744073709551615 4225752 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 8494 7850 118 309 0 8181 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 39332

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31958
/proc/meminfo: memFree=627760/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=34260 CPUtime=340.88
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 13586 0 0 0 34075 13 0 0 25 0 1 0 161562925 35082240 7883 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 8565 7883 118 309 0 8252 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 39616

[startup+402.301 s]

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


[startup+4002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605360/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56440 CPUtime=3999.27
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 33238 0 0 0 399898 29 0 0 25 0 1 0 161562925 57794560 13417 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14110 13417 118 309 0 13797 0
Current children cumulated CPU time (s) 4000.52
Current children cumulated vsize (KiB) 61796

[startup+4062.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605232/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56632 CPUtime=4059.25
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 33239 0 0 0 405896 29 0 0 25 0 1 0 161562925 57991168 13418 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14158 13418 118 309 0 13845 0
Current children cumulated CPU time (s) 4060.5
Current children cumulated vsize (KiB) 61988

[startup+4122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605232/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56632 CPUtime=4119.22
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 33246 0 0 0 411893 29 0 0 25 0 1 0 161562925 57991168 13425 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14158 13425 118 309 0 13845 0
Current children cumulated CPU time (s) 4120.47
Current children cumulated vsize (KiB) 61988

[startup+4182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605232/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56632 CPUtime=4179.19
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 33256 0 0 0 417890 29 0 0 25 0 1 0 161562925 57991168 13435 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14158 13435 118 309 0 13845 0
Current children cumulated CPU time (s) 4180.44
Current children cumulated vsize (KiB) 61988

[startup+4242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605104/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56568 CPUtime=4239.16
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 34278 0 0 0 423887 29 0 0 25 0 1 0 161562925 57925632 13465 1992294400 4194304 5460562 548682068800 18446744073709551615 4200403 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14142 13465 118 309 0 13829 0
Current children cumulated CPU time (s) 4240.41
Current children cumulated vsize (KiB) 61924

[startup+4302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605104/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56760 CPUtime=4299.14
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 34287 0 0 0 429885 29 0 0 25 0 1 0 161562925 58122240 13474 1992294400 4194304 5460562 548682068800 18446744073709551615 4200103 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14190 13474 118 309 0 13877 0
Current children cumulated CPU time (s) 4300.39
Current children cumulated vsize (KiB) 62116

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

[startup+4313.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605104/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56760 CPUtime=4310.33
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 34287 0 0 0 431004 29 0 0 25 0 1 0 161562925 58122240 13474 1992294400 4194304 5460562 548682068800 18446744073709551615 4198177 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14190 13474 118 309 0 13877 0
Current children cumulated CPU time (s) 4311.58
Current children cumulated vsize (KiB) 62116

[startup+4319.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605104/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56760 CPUtime=4316.73
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 34287 0 0 0 431644 29 0 0 25 0 1 0 161562925 58122240 13474 1992294400 4194304 5460562 548682068800 18446744073709551615 4225720 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14190 13474 118 309 0 13877 0
Current children cumulated CPU time (s) 4317.98
Current children cumulated vsize (KiB) 62116

[startup+4323.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605104/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56760 CPUtime=4319.93
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 34287 0 0 0 431964 29 0 0 25 0 1 0 161562925 58122240 13474 1992294400 4194304 5460562 548682068800 18446744073709551615 4225229 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14190 13474 118 309 0 13877 0
Current children cumulated CPU time (s) 4321.18
Current children cumulated vsize (KiB) 62116

[startup+4324.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605104/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56760 CPUtime=4321.53
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 34287 0 0 0 432124 29 0 0 25 0 1 0 161562925 58122240 13474 1992294400 4194304 5460562 548682068800 18446744073709551615 4793427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14190 13474 118 309 0 13877 0
Current children cumulated CPU time (s) 4322.78
Current children cumulated vsize (KiB) 62116

[startup+4326.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605104/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56760 CPUtime=4323.13
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 34287 0 0 0 432284 29 0 0 25 0 1 0 161562925 58122240 13474 1992294400 4194304 5460562 548682068800 18446744073709551615 4200103 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14190 13474 118 309 0 13877 0
Current children cumulated CPU time (s) 4324.38
Current children cumulated vsize (KiB) 62116

[startup+4327.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605104/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56760 CPUtime=4323.93
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 34287 0 0 0 432364 29 0 0 25 0 1 0 161562925 58122240 13474 1992294400 4194304 5460562 548682068800 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14190 13474 118 309 0 13877 0
Current children cumulated CPU time (s) 4325.18
Current children cumulated vsize (KiB) 62116

[startup+4327.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605104/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56760 CPUtime=4324.13
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 34287 0 0 0 432384 29 0 0 25 0 1 0 161562925 58122240 13474 1992294400 4194304 5460562 548682068800 18446744073709551615 4214209 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14190 13474 118 309 0 13877 0
Current children cumulated CPU time (s) 4325.38
Current children cumulated vsize (KiB) 62116

[startup+4327.41 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31966
/proc/meminfo: memFree=605104/2055920 swapFree=4186136/4192956
[pid=31955] ppid=31953 vsize=5356 CPUtime=1.25
/proc/31955/stat : 31955 (rsat.sh) S 31953 31955 31918 0 -1 4194304 312 15999 0 0 0 0 114 11 16 0 1 0 161562798 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31955/statm: 1339 241 199 169 0 50 0
[pid=31958] ppid=31955 vsize=56760 CPUtime=4324.23
/proc/31958/stat : 31958 (rsat) R 31955 31955 31918 0 -1 4194304 34288 0 0 0 432394 29 0 0 25 0 1 0 161562925 58122240 13474 1992294400 4194304 5460562 548682068800 18446744073709551615 4791114 0 0 4096 1026 0 0 0 17 0 0 0
/proc/31958/statm: 14190 13474 118 309 0 13877 0
Current children cumulated CPU time (s) 4325.48
Current children cumulated vsize (KiB) 62116

Child status: 20
Real time (s): 4327.46
CPU time (s): 4325.56
CPU user time (s): 4325.13
CPU system time (s): 0.431934
CPU usage (%): 99.9561
Max. virtual memory (cumulated for all children) (KiB): 77012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4325.13
system time used= 0.431934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50757
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= 40
involuntary context switches= 10345

runsolver used 4.06238 second user time and 11.6822 second system time

The end

Launcher Data

Begin job on node74 at 2009-05-03 09:21:41
IDJOB=1773919
IDBENCH=70822
IDSOLVER=615
FILE ID=node74/1773919-1241335301
PBS_JOBID= 9225446
Free space on /tmp= 103240 MiB

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

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

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED=531837682

node74.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.233
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.233
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:        667040 kB
Buffers:         91452 kB
Cached:        1171328 kB
SwapCached:       3040 kB
Active:         363416 kB
Inactive:       910884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        667040 kB
SwapTotal:     4192956 kB
SwapFree:      4186136 kB
Dirty:           10076 kB
Writeback:           0 kB
Mapped:          19764 kB
Slab:           100356 kB
Committed_AS:   738396 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103232 MiB
End job on node74 at 2009-05-03 10:33:49