Trace number 1773909

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-22? (TO) 10000 10004.3

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1761.72
Satisfiable
(Un)Satisfiability was proved
Number of variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
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 |  225975   585632 |   67792       0        0     nan |  0.000 % |
0.99/1.07	c |         0 |  163265   552330 |      --       0       --      -- |     --   | -62710/-33302
0.99/1.07	c ==============================================================================
0.99/1.07	c Result  :   #vars: 28506   #clauses: 163265   #literals: 552330
0.99/1.07	c CPU time:   0.98185 s
0.99/1.07	c ==============================================================================
1.28/1.30	c Rsat version 3.02
1.29/1.42	c Base unit clause learned: 0

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773909-1241335206/watcher-1773909-1241335206 -o /tmp/evaluation-result-1773909-1241335206/solver-1773909-1241335206 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773909-1241335206.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 30086
/proc/meminfo: memFree=1779264/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=0
/proc/30086/stat : 30086 (rsat.sh) R 30084 30086 30019 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161554608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226913479327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30086/statm: 1339 238 198 169 0 50 0
[pid=30087] ppid=30086 vsize=2168 CPUtime=0
/proc/30087/stat : 30087 (SatElite) R 30086 30086 30019 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 161554609 2220032 316 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/30087/statm: 542 320 64 186 0 352 0

[startup+0.0175449 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30086
/proc/meminfo: memFree=1779264/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=0
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161554608 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 239 199 169 0 50 0
[pid=30087] ppid=30086 vsize=8472 CPUtime=0
/proc/30087/stat : 30087 (SatElite) R 30086 30086 30019 0 -1 4194304 1438 0 0 0 0 0 0 0 18 0 1 0 161554609 8675328 1421 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/30087/statm: 2118 1425 64 186 0 1928 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13828

[startup+0.10155 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30086
/proc/meminfo: memFree=1779264/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=0
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161554608 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 239 199 169 0 50 0
[pid=30087] ppid=30086 vsize=36128 CPUtime=0.09
/proc/30087/stat : 30087 (SatElite) R 30086 30086 30019 0 -1 4194304 7229 0 0 0 7 2 0 0 19 0 1 0 161554609 36995072 7173 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/30087/statm: 9032 7174 64 186 0 8842 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41484

[startup+0.301572 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30086
/proc/meminfo: memFree=1779264/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=0
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161554608 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 239 199 169 0 50 0
[pid=30087] ppid=30086 vsize=58516 CPUtime=0.28
/proc/30087/stat : 30087 (SatElite) R 30086 30086 30019 0 -1 4194304 12938 0 0 0 23 5 0 0 21 0 1 0 161554609 59920384 12712 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/30087/statm: 14629 12713 90 186 0 14439 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 63872

[startup+0.701616 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30086
/proc/meminfo: memFree=1779264/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=0
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161554608 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 239 199 169 0 50 0
[pid=30087] ppid=30086 vsize=69948 CPUtime=0.69
/proc/30087/stat : 30087 (SatElite) R 30086 30086 30019 0 -1 4194304 15554 0 0 0 61 8 0 0 25 0 1 0 161554609 71626752 15328 1992294400 4194304 4959918 548682068688 18446744073709551615 4270005 0 0 4096 3 0 0 0 17 0 0 0
/proc/30087/statm: 17487 15328 90 186 0 17297 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75304

[startup+1.50271 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30088
/proc/meminfo: memFree=1712816/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 5356

[startup+3.10189 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30089
/proc/meminfo: memFree=1754416/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=20260 CPUtime=1.78
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 4793 0 0 0 176 2 0 0 25 0 1 0 161554739 20746240 4469 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 5065 4469 116 309 0 4752 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25616

[startup+6.30124 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30089
/proc/meminfo: memFree=1753072/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=21036 CPUtime=4.98
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 5610 0 0 0 495 3 0 0 25 0 1 0 161554739 21540864 4673 1992294400 4194304 5460562 548682068800 18446744073709551615 4227580 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 5259 4673 116 309 0 4946 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26392

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30089
/proc/meminfo: memFree=1752752/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=21444 CPUtime=11.38
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 6196 0 0 0 1135 3 0 0 25 0 1 0 161554739 21958656 4777 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 5361 4777 116 309 0 5048 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26800

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30089
/proc/meminfo: memFree=1751792/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=22464 CPUtime=24.18
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 7164 0 0 0 2413 5 0 0 25 0 1 0 161554739 23003136 5036 1992294400 4194304 5460562 548682068800 18446744073709551615 4202743 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 5616 5036 118 309 0 5303 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 27820

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30089
/proc/meminfo: memFree=1749936/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=24400 CPUtime=49.75
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 9476 0 0 0 4968 7 0 0 25 0 1 0 161554739 24985600 5477 1992294400 4194304 5460562 548682068800 18446744073709551615 4201890 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 6100 5477 118 309 0 5787 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 29756

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30089
/proc/meminfo: memFree=1747312/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=26904 CPUtime=100.94
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 12187 0 0 0 10084 10 0 0 25 0 1 0 161554739 27549696 6142 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 6726 6142 118 309 0 6413 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 32260

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30089
/proc/meminfo: memFree=1744624/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=30124 CPUtime=160.91
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 13167 0 0 0 16080 11 0 0 25 0 1 0 161554739 30846976 6833 1992294400 4194304 5460562 548682068800 18446744073709551615 4227686 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 7531 6833 118 309 0 7218 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 35480

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30089
/proc/meminfo: memFree=1741744/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=32904 CPUtime=220.89
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 13877 0 0 0 22077 12 0 0 25 0 1 0 161554739 33693696 7543 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 8226 7543 118 309 0 7913 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 38260

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30089
/proc/meminfo: memFree=1740016/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=34604 CPUtime=280.86
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 14821 0 0 0 28074 12 0 0 25 0 1 0 161554739 35434496 7971 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 8651 7971 118 309 0 8338 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 39960

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30089
/proc/meminfo: memFree=1739952/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=34604 CPUtime=340.84
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 14821 0 0 0 34072 12 0 0 25 0 1 0 161554739 35434496 7971 1992294400 4194304 5460562 548682068800 18446744073709551615 4198044 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 8651 7971 118 309 0 8338 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 39960

[startup+402.302 s]

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

/proc/30089/statm: 17113 16532 118 309 0 16800 0
Current children cumulated CPU time (s) 9398.28
Current children cumulated vsize (KiB) 73808

[startup+9462.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30107
/proc/meminfo: memFree=1700912/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9456.96
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46510 0 0 0 945659 37 0 0 25 0 1 0 161554739 74248192 17024 1992294400 4194304 5460562 548682068800 18446744073709551615 4225705 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17024 118 309 0 17814 0
Current children cumulated CPU time (s) 9458.25
Current children cumulated vsize (KiB) 77864

[startup+9522.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30107
/proc/meminfo: memFree=1700912/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9516.94
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46510 0 0 0 951657 37 0 0 25 0 1 0 161554739 74248192 17024 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17024 118 309 0 17814 0
Current children cumulated CPU time (s) 9518.23
Current children cumulated vsize (KiB) 77864

[startup+9582.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30107
/proc/meminfo: memFree=1700912/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9576.92
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46510 0 0 0 957655 37 0 0 25 0 1 0 161554739 74248192 17024 1992294400 4194304 5460562 548682068800 18446744073709551615 4225785 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17024 118 309 0 17814 0
Current children cumulated CPU time (s) 9578.21
Current children cumulated vsize (KiB) 77864

[startup+9642.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30107
/proc/meminfo: memFree=1700976/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9636.88
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46510 0 0 0 963651 37 0 0 25 0 1 0 161554739 74248192 17024 1992294400 4194304 5460562 548682068800 18446744073709551615 4227536 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17024 118 309 0 17814 0
Current children cumulated CPU time (s) 9638.17
Current children cumulated vsize (KiB) 77864

[startup+9702.3 s]
/proc/loadavg: 0.99 0.98 0.99 3/66 30113
/proc/meminfo: memFree=1700784/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9696.86
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46510 0 0 0 969649 37 0 0 25 0 1 0 161554739 74248192 17024 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17024 118 309 0 17814 0
Current children cumulated CPU time (s) 9698.15
Current children cumulated vsize (KiB) 77864

[startup+9762.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30113
/proc/meminfo: memFree=1700848/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9756.83
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46510 0 0 0 975646 37 0 0 25 0 1 0 161554739 74248192 17024 1992294400 4194304 5460562 548682068800 18446744073709551615 4202754 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17024 118 309 0 17814 0
Current children cumulated CPU time (s) 9758.12
Current children cumulated vsize (KiB) 77864

[startup+9822.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30113
/proc/meminfo: memFree=1700848/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9816.8
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46511 0 0 0 981643 37 0 0 25 0 1 0 161554739 74248192 17025 1992294400 4194304 5460562 548682068800 18446744073709551615 4201926 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17025 118 309 0 17814 0
Current children cumulated CPU time (s) 9818.09
Current children cumulated vsize (KiB) 77864

[startup+9882.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30113
/proc/meminfo: memFree=1700912/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9876.78
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46511 0 0 0 987641 37 0 0 25 0 1 0 161554739 74248192 17025 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17025 118 309 0 17814 0
Current children cumulated CPU time (s) 9878.07
Current children cumulated vsize (KiB) 77864

[startup+9942.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30113
/proc/meminfo: memFree=1700848/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9936.76
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46511 0 0 0 993639 37 0 0 25 0 1 0 161554739 74248192 17025 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17025 118 309 0 17814 0
Current children cumulated CPU time (s) 9938.05
Current children cumulated vsize (KiB) 77864

[startup+10002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30113
/proc/meminfo: memFree=1700912/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9996.73
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46511 0 0 0 999636 37 0 0 25 0 1 0 161554739 74248192 17025 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17025 118 309 0 17814 0
Current children cumulated CPU time (s) 9998.02
Current children cumulated vsize (KiB) 77864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30113
/proc/meminfo: memFree=1700848/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9998.73
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46511 0 0 0 999836 37 0 0 25 0 1 0 161554739 74248192 17025 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17025 118 309 0 17814 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 77864

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+10004.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30113
/proc/meminfo: memFree=1700848/2055920 swapFree=4180376/4192956
[pid=30086] ppid=30084 vsize=5356 CPUtime=1.29
/proc/30086/stat : 30086 (rsat.sh) S 30084 30086 30019 0 -1 4194304 312 16002 0 0 0 0 118 11 16 0 1 0 161554608 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30086/statm: 1339 241 199 169 0 50 0
[pid=30089] ppid=30086 vsize=72508 CPUtime=9998.73
/proc/30089/stat : 30089 (rsat) R 30086 30086 30019 0 -1 4194304 46511 0 0 0 999836 37 0 0 25 0 1 0 161554739 74248192 17025 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/30089/statm: 18127 17025 118 309 0 17814 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 77864

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30086 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=183820
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=114982
# CPU time returned by wait4() is 1.2988
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10004.3
CPU time (s): 10000
CPU user time (s): 9999.54
CPU system time (s): 0.48
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 86072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.18382
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16314
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= 5
involuntary context switches= 16

runsolver used 9.04063 second user time and 27.3498 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-03 09:20:07
IDJOB=1773909
IDBENCH=70821
IDSOLVER=615
FILE ID=node5/1773909-1241335206
PBS_JOBID= 9225439
Free space on /tmp= 66532 MiB

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

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED=1380307121

node5.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.212
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.212
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:       1779808 kB
Buffers:         44740 kB
Cached:         148220 kB
SwapCached:       6416 kB
Active:          79612 kB
Inactive:       121148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779808 kB
SwapTotal:     4192956 kB
SwapFree:      4180376 kB
Dirty:            9856 kB
Writeback:           0 kB
Mapped:          13480 kB
Slab:            61460 kB
Committed_AS:   709796 kB
PageTables:       1388 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= 66516 MiB
End job on node5 at 2009-05-03 12:06:53