Trace number 1773969

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.1 10005.1

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4518.06
Satisfiable
(Un)Satisfiability was proved
Number of variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
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 |  226144   586057 |   67843       0        0     nan |  0.000 % |
1.00/1.05	c |         0 |  163375   552718 |      --       0       --      -- |     --   | -62769/-33339
1.00/1.05	c ==============================================================================
1.00/1.05	c Result  :   #vars: 28527   #clauses: 163375   #literals: 552718
1.00/1.05	c CPU time:   0.967852 s
1.00/1.05	c ==============================================================================
1.19/1.27	c Rsat version 3.02
1.26/1.39	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-1773969-1241335488/watcher-1773969-1241335488 -o /tmp/evaluation-result-1773969-1241335488/solver-1773969-1241335488 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773969-1241335488.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.95 0.98 0.99 3/64 25307
/proc/meminfo: memFree=1289736/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=0
/proc/25307/stat : 25307 (rsat.sh) R 25305 25307 25210 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161581725 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25307/statm: 1339 238 198 169 0 50 0
[pid=25308] ppid=25307 vsize=2168 CPUtime=0
/proc/25308/stat : 25308 (SatElite) R 25307 25307 25210 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 161581725 2220032 318 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/25308/statm: 542 321 64 186 0 352 0

[startup+0.0235981 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 25307
/proc/meminfo: memFree=1289736/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=0
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161581725 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25307/statm: 1339 239 199 169 0 50 0
[pid=25308] ppid=25307 vsize=8472 CPUtime=0.01
/proc/25308/stat : 25308 (SatElite) R 25307 25307 25210 0 -1 4194304 1990 0 0 0 1 0 0 0 18 0 1 0 161581725 8675328 1973 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/25308/statm: 2118 1975 64 186 0 1928 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13828

[startup+0.10161 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 25307
/proc/meminfo: memFree=1289736/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=0
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161581725 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25307/statm: 1339 239 199 169 0 50 0
[pid=25308] ppid=25307 vsize=36128 CPUtime=0.08
/proc/25308/stat : 25308 (SatElite) R 25307 25307 25210 0 -1 4194304 7239 0 0 0 6 2 0 0 19 0 1 0 161581725 36995072 7183 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/25308/statm: 9032 7185 64 186 0 8842 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41484

[startup+0.301638 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 25307
/proc/meminfo: memFree=1289736/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=0
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161581725 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25307/statm: 1339 239 199 169 0 50 0
[pid=25308] ppid=25307 vsize=58536 CPUtime=0.29
/proc/25308/stat : 25308 (SatElite) R 25307 25307 25210 0 -1 4194304 12950 0 0 0 24 5 0 0 21 0 1 0 161581725 59940864 12724 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/25308/statm: 14634 12725 90 186 0 14444 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63892

[startup+0.701695 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 25307
/proc/meminfo: memFree=1289736/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=0
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161581725 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25307/statm: 1339 239 199 169 0 50 0
[pid=25308] ppid=25307 vsize=69964 CPUtime=0.69
/proc/25308/stat : 25308 (SatElite) R 25307 25307 25210 0 -1 4194304 15561 0 0 0 61 8 0 0 25 0 1 0 161581725 71643136 15335 1992294400 4194304 4959918 548682068688 18446744073709551615 4283302 0 0 4096 3 0 0 0 17 0 0 0
/proc/25308/statm: 17491 15335 90 186 0 17301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75320

[startup+1.50282 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 25309
/proc/meminfo: memFree=1223160/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 5356

[startup+3.10105 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 25310
/proc/meminfo: memFree=1265080/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=20192 CPUtime=1.81
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 4818 0 0 0 180 1 0 0 25 0 1 0 161581852 20676608 4462 1992294400 4194304 5460562 548682068800 18446744073709551615 4226259 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25310/statm: 5048 4462 116 309 0 4735 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25548

[startup+6.30249 s]
/proc/loadavg: 1.12 1.02 1.01 2/66 25310
/proc/meminfo: memFree=1263544/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=21076 CPUtime=5.01
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 5530 0 0 0 499 2 0 0 25 0 1 0 161581852 21581824 4689 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 5269 4689 116 309 0 4956 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26432

[startup+12.7014 s]
/proc/loadavg: 1.11 1.02 1.00 2/66 25310
/proc/meminfo: memFree=1262712/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=22064 CPUtime=11.4
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 6228 0 0 0 1138 2 0 0 25 0 1 0 161581852 22593536 4933 1992294400 4194304 5460562 548682068800 18446744073709551615 4198121 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 5516 4933 118 309 0 5203 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 27420

[startup+25.5012 s]
/proc/loadavg: 1.08 1.01 1.00 2/66 25310
/proc/meminfo: memFree=1261624/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=23444 CPUtime=24.19
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 7316 0 0 0 2415 4 0 0 25 0 1 0 161581852 24006656 5228 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 5861 5228 118 309 0 5548 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 28800

[startup+51.1019 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 25310
/proc/meminfo: memFree=1260152/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=24736 CPUtime=49.76
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 8693 0 0 0 4971 5 0 0 25 0 1 0 161581852 25329664 5573 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 6184 5573 118 309 0 5871 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 30092

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25310
/proc/meminfo: memFree=1257144/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=28368 CPUtime=100.95
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 10940 0 0 0 10086 9 0 0 25 0 1 0 161581852 29048832 6352 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 7092 6352 118 309 0 6779 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 33724

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 25310
/proc/meminfo: memFree=1253688/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=31628 CPUtime=160.92
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 11802 0 0 0 16082 10 0 0 25 0 1 0 161581852 32387072 7214 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 7907 7214 118 309 0 7594 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 36984

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25310
/proc/meminfo: memFree=1251704/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=33392 CPUtime=220.88
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 12785 0 0 0 22078 10 0 0 25 0 1 0 161581852 34193408 7681 1992294400 4194304 5460562 548682068800 18446744073709551615 4226025 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 8348 7681 118 309 0 8035 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 38748

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25310
/proc/meminfo: memFree=1251640/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=33692 CPUtime=280.86
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 12846 0 0 0 28076 10 0 0 25 0 1 0 161581852 34500608 7742 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 8423 7742 118 309 0 8110 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 39048

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25310
/proc/meminfo: memFree=1251640/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=33692 CPUtime=340.83
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 12846 0 0 0 34072 11 0 0 25 0 1 0 161581852 34500608 7742 1992294400 4194304 5460562 548682068800 18446744073709551615 4227792 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 8423 7742 118 309 0 8110 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 39048

[startup+402.303 s]

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

/proc/25310/statm: 18067 16940 118 309 0 17754 0
Current children cumulated CPU time (s) 9397.56
Current children cumulated vsize (KiB) 77624

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213552/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9456.27
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44813 0 0 0 945589 38 0 0 25 0 1 0 161581852 74534912 17073 1992294400 4194304 5460562 548682068800 18446744073709551615 4226336 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17073 118 309 0 17884 0
Current children cumulated CPU time (s) 9457.53
Current children cumulated vsize (KiB) 78144

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213552/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9516.23
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44813 0 0 0 951585 38 0 0 25 0 1 0 161581852 74534912 17073 1992294400 4194304 5460562 548682068800 18446744073709551615 4198217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17073 118 309 0 17884 0
Current children cumulated CPU time (s) 9517.49
Current children cumulated vsize (KiB) 78144

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213552/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9576.21
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44813 0 0 0 957583 38 0 0 25 0 1 0 161581852 74534912 17073 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17073 118 309 0 17884 0
Current children cumulated CPU time (s) 9577.47
Current children cumulated vsize (KiB) 78144

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213616/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9636.18
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44813 0 0 0 963580 38 0 0 25 0 1 0 161581852 74534912 17073 1992294400 4194304 5460562 548682068800 18446744073709551615 4202197 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17073 118 309 0 17884 0
Current children cumulated CPU time (s) 9637.44
Current children cumulated vsize (KiB) 78144

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213624/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9696.15
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44813 0 0 0 969577 38 0 0 25 0 1 0 161581852 74534912 17073 1992294400 4194304 5460562 548682068800 18446744073709551615 4198231 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17073 118 309 0 17884 0
Current children cumulated CPU time (s) 9697.41
Current children cumulated vsize (KiB) 78144

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213624/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9756.12
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44813 0 0 0 975574 38 0 0 25 0 1 0 161581852 74534912 17073 1992294400 4194304 5460562 548682068800 18446744073709551615 4202237 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17073 118 309 0 17884 0
Current children cumulated CPU time (s) 9757.38
Current children cumulated vsize (KiB) 78144

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213688/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9816.09
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44813 0 0 0 981571 38 0 0 25 0 1 0 161581852 74534912 17073 1992294400 4194304 5460562 548682068800 18446744073709551615 4200403 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17073 118 309 0 17884 0
Current children cumulated CPU time (s) 9817.35
Current children cumulated vsize (KiB) 78144

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213688/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9876.06
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44813 0 0 0 987568 38 0 0 25 0 1 0 161581852 74534912 17073 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17073 118 309 0 17884 0
Current children cumulated CPU time (s) 9877.32
Current children cumulated vsize (KiB) 78144

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213688/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9936.03
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44813 0 0 0 993565 38 0 0 25 0 1 0 161581852 74534912 17073 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17073 118 309 0 17884 0
Current children cumulated CPU time (s) 9937.29
Current children cumulated vsize (KiB) 78144

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213688/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9996
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44823 0 0 0 999562 38 0 0 25 0 1 0 161581852 74534912 17083 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17083 118 309 0 17884 0
Current children cumulated CPU time (s) 9997.26
Current children cumulated vsize (KiB) 78144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213688/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9998.79
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44823 0 0 0 999841 38 0 0 25 0 1 0 161581852 74534912 17083 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17083 118 309 0 17884 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 78144

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

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

[startup+10005.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25334
/proc/meminfo: memFree=1213688/2055920 swapFree=4181364/4192956
[pid=25307] ppid=25305 vsize=5356 CPUtime=1.26
/proc/25307/stat : 25307 (rsat.sh) S 25305 25307 25210 0 -1 4194304 312 16011 0 0 0 0 116 10 16 0 1 0 161581725 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25307/statm: 1339 241 199 169 0 50 0
[pid=25310] ppid=25307 vsize=72788 CPUtime=9998.79
/proc/25310/stat : 25310 (rsat) R 25307 25307 25210 0 -1 4194304 44823 0 0 0 999841 38 0 0 25 0 1 0 161581852 74534912 17083 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 0 0 0
/proc/25310/statm: 18197 17083 118 309 0 17884 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 78144

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10005.1
CPU time (s): 10000.1
CPU user time (s): 9999.57
CPU system time (s): 0.48
CPU usage (%): 99.9494
Max. virtual memory (cumulated for all children) (KiB): 86352

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

runsolver used 9.02363 second user time and 27.3658 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-03 09:24:49
IDJOB=1773969
IDBENCH=70830
IDSOLVER=615
FILE ID=node29/1773969-1241335488
PBS_JOBID= 9225448
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=1075245382

node29.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.281
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.281
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:       1290280 kB
Buffers:         77980 kB
Cached:         590480 kB
SwapCached:       5420 kB
Active:          82076 kB
Inactive:       594228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1290280 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           10092 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            75328 kB
Committed_AS:   764856 kB
PageTables:       1468 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= 66448 MiB
End job on node29 at 2009-05-03 12:11:36