Trace number 1773979

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 193.688 193.789

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-07.cnf
MD5SUMd5384c4b81fff59c87944d03e9ed7d02
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.5491
Satisfiable
(Un)Satisfiability was proved
Number of variables69097
Number of clauses225325
Sum of the clauses size583973
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291744
Number of clauses of size 3133452
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 |  224682   582303 |   67404       0        0     nan |  0.000 % |
0.99/1.06	c |         0 |  162397   549480 |      --       0       --      -- |     --   | -62285/-32823
0.99/1.06	c ==============================================================================
0.99/1.06	c Result  :   #vars: 28340   #clauses: 162397   #literals: 549480
0.99/1.06	c CPU time:   0.967852 s
0.99/1.06	c ==============================================================================
1.18/1.27	c Rsat version 3.02
1.26/1.40	c Base unit clause learned: 0
193.58/193.74	c CNF stats: (28340 vars, 162397 clauses)
193.58/193.74	c Decisions: 224369
193.58/193.74	c Conflicts: 33124
193.58/193.74	c Restarts: 6
193.58/193.74	c Avg lpc: 50.77
193.58/193.74	c Max decision level: 735
193.58/193.74	c KB reduction: 0 (0 clauses removed)
193.58/193.74	c Final decision lit size:28340 (100.00 %)
193.58/193.74	c Final stack/save sizes: 566(2.00 %)/36224(127.82 %)
193.58/193.74	c Final cdc size: 2264 (7.99 %)
193.58/193.74	c ***********************************************
193.58/193.74	c Conflicts with bac: 2065/33124 (6.23 %)
193.58/193.74	c Avg bac size: 6.90
193.58/193.74	c Avg bac bt depth: 31.66 vs 5.07 (normal)
193.58/193.77	c Running time: 192.31376 seconds
193.58/193.77	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-1773979-1241335513/watcher-1773979-1241335513 -o /tmp/evaluation-result-1773979-1241335513/solver-1773979-1241335513 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773979-1241335513.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 3129
/proc/meminfo: memFree=1346320/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=0
/proc/3129/stat : 3129 (rsat.sh) R 3127 3129 3002 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161585222 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/3129/statm: 1339 238 198 169 0 50 0
[pid=3130] ppid=3129 vsize=2168 CPUtime=0
/proc/3130/stat : 3130 (SatElite) R 3129 3129 3002 0 -1 4194304 327 0 0 0 0 0 0 0 18 0 1 0 161585223 2220032 310 1992294400 4194304 4959918 548682068688 18446744073709551615 4237185 0 0 4096 3 0 0 0 17 0 0 0
/proc/3130/statm: 542 314 64 186 0 352 0

[startup+0.044167 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3129
/proc/meminfo: memFree=1346320/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=0
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161585222 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3129/statm: 1339 239 199 169 0 50 0
[pid=3130] ppid=3129 vsize=21088 CPUtime=0.03
/proc/3130/stat : 3130 (SatElite) R 3129 3129 3002 0 -1 4194304 3503 0 0 0 2 1 0 0 19 0 1 0 161585223 21594112 3448 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/3130/statm: 5272 3449 64 186 0 5082 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26444

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

[startup+0.301174 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3129
/proc/meminfo: memFree=1346320/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=0
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161585222 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3129/statm: 1339 239 199 169 0 50 0
[pid=3130] ppid=3129 vsize=58172 CPUtime=0.29
/proc/3130/stat : 3130 (SatElite) R 3129 3129 3002 0 -1 4194304 12873 0 0 0 24 5 0 0 21 0 1 0 161585223 59568128 12616 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/3130/statm: 14543 12617 90 186 0 14353 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63528

[startup+0.701248 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3129
/proc/meminfo: memFree=1346320/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=0
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161585222 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3129/statm: 1339 239 199 169 0 50 0
[pid=3130] ppid=3129 vsize=69648 CPUtime=0.69
/proc/3130/stat : 3130 (SatElite) R 3129 3129 3002 0 -1 4194304 15507 0 0 0 61 8 0 0 25 0 1 0 161585223 71319552 15250 1992294400 4194304 4959918 548682068688 18446744073709551615 4270658 0 0 4096 3 0 0 0 17 0 0 0
/proc/3130/statm: 17412 15250 90 186 0 17222 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75004

[startup+1.50141 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3131
/proc/meminfo: memFree=1280128/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 5356

[startup+3.10169 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1321536/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=20164 CPUtime=1.81
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 4882 0 0 0 179 2 0 0 25 0 1 0 161585350 20647936 4456 1992294400 4194304 5460562 548682068800 18446744073709551615 4210596 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 5041 4456 116 309 0 4728 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25520

[startup+6.30128 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1320256/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=20732 CPUtime=5
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 5273 0 0 0 497 3 0 0 25 0 1 0 161585350 21229568 4603 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 5183 4603 116 309 0 4870 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 26088

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1319744/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=21384 CPUtime=11.41
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 6013 0 0 0 1137 4 0 0 25 0 1 0 161585350 21897216 4766 1992294400 4194304 5460562 548682068800 18446744073709551615 4199922 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 5346 4766 116 309 0 5033 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26740

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1319104/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=22388 CPUtime=24.2
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 7276 0 0 0 2415 5 0 0 25 0 1 0 161585350 22925312 4972 1992294400 4194304 5460562 548682068800 18446744073709551615 4201890 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 5597 4972 116 309 0 5284 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 27744

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1317248/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=24060 CPUtime=49.78
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 7853 0 0 0 4973 5 0 0 25 0 1 0 161585350 24637440 5399 1992294400 4194304 5460562 548682068800 18446744073709551615 4226169 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 6015 5399 116 309 0 5702 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 29416

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1314688/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=26708 CPUtime=100.97
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 8780 0 0 0 10091 6 0 0 25 0 1 0 161585350 27348992 6069 1992294400 4194304 5460562 548682068800 18446744073709551615 4200103 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 6677 6069 116 309 0 6364 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 32064

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1312256/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=29160 CPUtime=160.93
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 10495 0 0 0 16086 7 0 0 25 0 1 0 161585350 29859840 6686 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 7290 6686 116 309 0 6977 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 34516

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

[startup+179.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1311744/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=29660 CPUtime=177.73
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 11094 0 0 0 17765 8 0 0 25 0 1 0 161585350 30371840 6800 1992294400 4194304 5460562 548682068800 18446744073709551615 4225725 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 7415 6800 116 309 0 7102 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 35016

[startup+185.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1311552/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=29848 CPUtime=184.12
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 11229 0 0 0 18404 8 0 0 25 0 1 0 161585350 30564352 6860 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 7462 6860 116 309 0 7149 0
Current children cumulated CPU time (s) 185.38
Current children cumulated vsize (KiB) 35204

[startup+188.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1311488/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=29848 CPUtime=187.32
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 11247 0 0 0 18724 8 0 0 25 0 1 0 161585350 30564352 6878 1992294400 4194304 5460562 548682068800 18446744073709551615 4201890 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 7462 6878 116 309 0 7149 0
Current children cumulated CPU time (s) 188.58
Current children cumulated vsize (KiB) 35204

[startup+191.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1311488/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=29980 CPUtime=190.52
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 11250 0 0 0 19044 8 0 0 25 0 1 0 161585350 30699520 6881 1992294400 4194304 5460562 548682068800 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 7495 6881 116 309 0 7182 0
Current children cumulated CPU time (s) 191.78
Current children cumulated vsize (KiB) 35336

[startup+192.703 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1311424/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=29888 CPUtime=191.32
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 11406 0 0 0 19124 8 0 0 25 0 1 0 161585350 30605312 6855 1992294400 4194304 5460562 548682068800 18446744073709551615 4227003 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 7472 6855 116 309 0 7159 0
Current children cumulated CPU time (s) 192.58
Current children cumulated vsize (KiB) 35244

[startup+193.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1311424/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=29888 CPUtime=192.12
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 11406 0 0 0 19204 8 0 0 25 0 1 0 161585350 30605312 6855 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 7472 6855 116 309 0 7159 0
Current children cumulated CPU time (s) 193.38
Current children cumulated vsize (KiB) 35244

[startup+193.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3132
/proc/meminfo: memFree=1311424/2055920 swapFree=4180196/4192956
[pid=3129] ppid=3127 vsize=5356 CPUtime=1.26
/proc/3129/stat : 3129 (rsat.sh) S 3127 3129 3002 0 -1 4194304 312 15952 0 0 0 0 115 11 16 0 1 0 161585222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3129/statm: 1339 241 199 169 0 50 0
[pid=3132] ppid=3129 vsize=29888 CPUtime=192.32
/proc/3132/stat : 3132 (rsat) R 3129 3129 3002 0 -1 4194304 11406 0 0 0 19224 8 0 0 25 0 1 0 161585350 30605312 6855 1992294400 4194304 5460562 548682068800 18446744073709551615 4211604 0 0 4096 1026 0 0 0 17 0 0 0
/proc/3132/statm: 7472 6855 116 309 0 7159 0
Current children cumulated CPU time (s) 193.58
Current children cumulated vsize (KiB) 35244

Child status: 20
Real time (s): 193.789
CPU time (s): 193.688
CPU user time (s): 193.477
CPU system time (s): 0.210967
CPU usage (%): 99.9477
Max. virtual memory (cumulated for all children) (KiB): 76700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 193.477
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27830
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= 461

runsolver used 0.169974 second user time and 0.542917 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-03 09:25:14
IDJOB=1773979
IDBENCH=70831
IDSOLVER=615
FILE ID=node7/1773979-1241335513
PBS_JOBID= 9225427
Free space on /tmp= 66556 MiB

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

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

MD5SUM BENCH= d5384c4b81fff59c87944d03e9ed7d02
RANDOM SEED=589912643

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:       1346872 kB
Buffers:         87484 kB
Cached:         519772 kB
SwapCached:       7192 kB
Active:         165468 kB
Inactive:       450280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1346872 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:            9840 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            79356 kB
Committed_AS:  1033668 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:28:28