Trace number 1796804

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
ReVivAl 0.23 2009-03-18UNSAT 1010.43 1010.94

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-09.cnf
MD5SUM5c56557463274332c6704b6432dfc42b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark644.047
Satisfiable
(Un)Satisfiability was proved
Number of variables69487
Number of clauses226581
Sum of the clauses size587221
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292264
Number of clauses of size 3134188
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 8
3.99/4.07	#LEARNT CLAUSES 32
4.18/4.26	done !
4.18/4.26	c Calling MINISAT
4.18/4.27	This is MiniSat 2.0 beta
4.18/4.27	WARNING: for repeatability, setting FPU to use double precision
4.18/4.27	============================[ Problem Statistics ]=============================
4.18/4.27	|                                                                             |
4.18/4.27	|  Number of variables:  69487                                                |
4.18/4.27	|  Number of clauses:    225651                                               |
4.39/4.41	|  Parsing time:         0.11         s                                       |
4.39/4.41	============================[ Search Statistics ]==============================
4.39/4.41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.39/4.41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.39/4.41	===============================================================================
4.39/4.41	|         0 |   69066   225230   583036 |    75076        0    nan |  0.000 % |
4.39/4.42	|       100 |   69066   225230   583036 |    82584      100      7 |  0.606 % |
5.28/5.37	|       250 |   69066   225230   583036 |    90842      250     55 |  0.606 % |
6.98/7.03	|       475 |   69066   225230   583036 |    99927      475     89 |  0.606 % |
10.48/10.58	|       813 |   69066   225230   583036 |   109919      813    113 |  0.606 % |
13.58/13.69	|      1319 |   69066   225230   583036 |   120911     1319    103 |  0.606 % |
21.07/21.16	|      2079 |   69066   225230   583036 |   133002     2079    117 |  0.606 % |
35.17/35.21	|      3218 |   69066   225230   583036 |   146303     3218    114 |  0.606 % |
54.06/54.10	|      4927 |   69066   225230   583036 |   160933     4927    124 |  0.606 % |
83.03/83.15	|      7490 |   69065   225227   583030 |   177026     7489    125 |  0.607 % |
134.11/134.29	|     11335 |   69065   225227   583030 |   194729    11334    100 |  0.607 % |
206.28/206.49	|     17101 |   69058   225197   582962 |   214202    17098     91 |  0.617 % |
345.61/345.87	|     25751 |   69058   225197   582962 |   235622    25748     77 |  0.617 % |
549.41/549.72	|     38725 |   69057   225192   582950 |   259185    38721     69 |  0.619 % |
852.85/853.36	|     58188 |   69053   225170   582898 |   285103    34465     68 |  0.625 % |
1010.37/1010.93	===============================================================================
1010.37/1010.93	restarts              : 15
1010.37/1010.93	conflicts             : 68083          (68 /sec)
1010.37/1010.93	decisions             : 86135          (1.61 % random) (86 /sec)
1010.37/1010.93	propagations          : 1353569675     (1345390 /sec)
1010.37/1010.93	conflict literals     : 3901719        (65.05 % deleted)
1010.37/1010.93	Memory used           : 32.51 MB
1010.37/1010.93	CPU time              : 1006.08 s
1010.37/1010.93	
1010.37/1010.93	UNSATISFIABLE
1010.37/1010.94	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-1796804-1242080804/watcher-1796804-1242080804 -o /tmp/evaluation-result-1796804-1242080804/solver-1796804-1242080804 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796804-1242080804.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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/65 22067
/proc/meminfo: memFree=1842672/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=0
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236109763 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 237 196 169 0 51 0
[pid=22068] ppid=22067 vsize=2124 CPUtime=0
/proc/22068/stat : 22068 (revival) R 22067 22067 21775 0 -1 4194304 248 0 0 0 0 0 0 0 19 0 1 0 236109763 2174976 215 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/22068/statm: 531 222 81 6 0 169 0

[startup+0.0958351 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22067
/proc/meminfo: memFree=1842672/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=0
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236109763 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 237 196 169 0 51 0
[pid=22068] ppid=22067 vsize=21728 CPUtime=0.09
/proc/22068/stat : 22068 (revival) R 22067 22067 21775 0 -1 4194304 4265 0 0 0 7 2 0 0 19 0 1 0 236109763 22249472 4229 1992294400 134512640 134537284 4294956368 18446744073709551615 6985339 0 0 4096 0 0 0 0 17 0 0 0
/proc/22068/statm: 5432 4230 82 6 0 5070 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27088

[startup+0.101834 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22067
/proc/meminfo: memFree=1842672/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=0
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236109763 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 237 196 169 0 51 0
[pid=22068] ppid=22067 vsize=21992 CPUtime=0.09
/proc/22068/stat : 22068 (revival) R 22067 22067 21775 0 -1 4194304 4323 0 0 0 7 2 0 0 19 0 1 0 236109763 22519808 4287 1992294400 134512640 134537284 4294956368 18446744073709551615 134524758 0 0 4096 0 0 0 0 17 0 0 0
/proc/22068/statm: 5498 4287 82 6 0 5136 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27352

[startup+0.301871 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22067
/proc/meminfo: memFree=1842672/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=0
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236109763 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 237 196 169 0 51 0
[pid=22068] ppid=22067 vsize=18556 CPUtime=0.29
/proc/22068/stat : 22068 (revival) R 22067 22067 21775 0 -1 4194304 4495 0 0 0 27 2 0 0 21 0 1 50000 236109763 19001344 3436 1992294400 134512640 134537284 4294956368 18446744073709551615 134523761 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22068/statm: 4639 3436 85 6 0 4277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23916

[startup+0.701946 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22067
/proc/meminfo: memFree=1842672/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=0
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236109763 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 237 196 169 0 51 0
[pid=22068] ppid=22067 vsize=18556 CPUtime=0.69
/proc/22068/stat : 22068 (revival) R 22067 22067 21775 0 -1 4194304 4500 0 0 0 67 2 0 0 25 0 1 50000 236109763 19001344 3441 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22068/statm: 4639 3441 85 6 0 4277 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23916

[startup+1.50109 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22069
/proc/meminfo: memFree=1828960/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=0
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236109763 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 237 196 169 0 51 0
[pid=22068] ppid=22067 vsize=18556 CPUtime=1.49
/proc/22068/stat : 22068 (revival) R 22067 22067 21775 0 -1 4194304 4500 0 0 0 147 2 0 0 25 0 1 50000 236109763 19001344 3441 1992294400 134512640 134537284 4294956368 18446744073709551615 134531162 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22068/statm: 4639 3441 85 6 0 4277 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23916

[startup+3.10241 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22069
/proc/meminfo: memFree=1828832/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=0
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236109763 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 237 196 169 0 51 0
[pid=22068] ppid=22067 vsize=18556 CPUtime=3.09
/proc/22068/stat : 22068 (revival) R 22067 22067 21775 0 -1 4194304 4500 0 0 0 306 3 0 0 25 0 1 50000 236109763 19001344 3441 1992294400 134512640 134537284 4294956368 18446744073709551615 134516510 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22068/statm: 4639 3441 85 6 0 4277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23916

[startup+6.30199 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22070
/proc/meminfo: memFree=1823392/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=17636 CPUtime=2.02
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 3862 0 0 0 200 2 0 0 25 0 1 0 236110190 18059264 3834 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 4409 3834 77 170 0 4237 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22996

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22070
/proc/meminfo: memFree=1822624/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=18032 CPUtime=8.42
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 3977 0 0 0 840 2 0 0 25 0 1 0 236110190 18464768 3949 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 4508 3949 77 170 0 4336 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23392

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22070
/proc/meminfo: memFree=1821984/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=18824 CPUtime=21.21
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 4163 0 0 0 2119 2 0 0 25 0 1 0 236110190 19275776 4135 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 4706 4135 77 170 0 4534 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 24184

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22070
/proc/meminfo: memFree=1820576/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=20176 CPUtime=46.79
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 4513 0 0 0 4677 2 0 0 25 0 1 0 236110190 20660224 4485 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 5044 4485 77 170 0 4872 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 25536

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22070
/proc/meminfo: memFree=1818336/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=22452 CPUtime=97.97
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 5068 0 0 0 9794 3 0 0 25 0 1 0 236110190 22990848 5040 1992294400 134512640 135212939 4294956240 18446744073709551615 134526800 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 5613 5040 77 170 0 5441 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 27812

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22070
/proc/meminfo: memFree=1817056/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=23772 CPUtime=157.94
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 5393 0 0 0 15790 4 0 0 25 0 1 0 236110190 24342528 5365 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 5943 5365 77 170 0 5771 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 29132

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22070
/proc/meminfo: memFree=1815776/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=24828 CPUtime=217.91
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 5682 0 0 0 21787 4 0 0 25 0 1 0 236110190 25423872 5654 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 6207 5654 77 170 0 6035 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 30188

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22070
/proc/meminfo: memFree=1815008/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=25728 CPUtime=277.88
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 5893 0 0 0 27784 4 0 0 25 0 1 0 236110190 26345472 5865 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 6432 5865 77 170 0 6260 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 31088

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 22070
/proc/meminfo: memFree=1813984/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=26652 CPUtime=337.86
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 6132 0 0 0 33781 5 0 0 25 0 1 0 236110190 27291648 6104 1992294400 134512640 135212939 4294956240 18446744073709551615 134536389 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 6663 6104 77 170 0 6491 0
Current children cumulated CPU time (s) 342.12

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


[startup+582.303 s]
/proc/loadavg: 1.10 1.03 1.00 2/67 22070
/proc/meminfo: memFree=1810016/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=30556 CPUtime=577.73
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7106 0 0 0 57767 6 0 0 25 0 1 0 236110190 31289344 7078 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 7639 7078 77 170 0 7467 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 35916

[startup+642.301 s]
/proc/loadavg: 1.10 1.04 1.00 2/67 22070
/proc/meminfo: memFree=1809440/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=31296 CPUtime=637.7
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7251 0 0 0 63764 6 0 0 25 0 1 0 236110190 32047104 7223 1992294400 134512640 135212939 4294956240 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 7824 7223 77 170 0 7652 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 36656

[startup+702.301 s]
/proc/loadavg: 1.10 1.04 1.00 2/67 22070
/proc/meminfo: memFree=1808672/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=31960 CPUtime=697.67
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7423 0 0 0 69760 7 0 0 25 0 1 0 236110190 32727040 7395 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 7990 7395 77 170 0 7818 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 37320

[startup+762.305 s]
/proc/loadavg: 1.31 1.10 1.02 2/67 22070
/proc/meminfo: memFree=1807904/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=32628 CPUtime=757.64
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7597 0 0 0 75757 7 0 0 25 0 1 0 236110190 33411072 7569 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 8157 7569 77 170 0 7985 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 37988

[startup+822.302 s]
/proc/loadavg: 1.20 1.11 1.02 2/67 22070
/proc/meminfo: memFree=1807200/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=33288 CPUtime=817.61
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7788 0 0 0 81754 7 0 0 25 0 1 0 236110190 34086912 7760 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 8322 7760 77 170 0 8150 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 38648

[startup+882.303 s]
/proc/loadavg: 1.07 1.08 1.02 2/67 22070
/proc/meminfo: memFree=1807200/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=33288 CPUtime=877.58
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7789 0 0 0 87751 7 0 0 25 0 1 0 236110190 34086912 7761 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 8322 7761 77 170 0 8150 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 38648

[startup+942.302 s]
/proc/loadavg: 1.02 1.07 1.01 2/67 22072
/proc/meminfo: memFree=1807008/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=33288 CPUtime=937.54
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7789 0 0 0 93747 7 0 0 25 0 1 0 236110190 34086912 7761 1992294400 134512640 135212939 4294956240 18446744073709551615 134526655 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 8322 7761 77 170 0 8150 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 38648

[startup+1002.3 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 22072
/proc/meminfo: memFree=1807008/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=33288 CPUtime=997.51
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7789 0 0 0 99744 7 0 0 25 0 1 0 236110190 34086912 7761 1992294400 134512640 135212939 4294956240 18446744073709551615 134536470 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 8322 7761 77 170 0 8150 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 38648

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

[startup+1004.7 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 22072
/proc/meminfo: memFree=1807008/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=33288 CPUtime=999.91
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7789 0 0 0 99984 7 0 0 25 0 1 0 236110190 34086912 7761 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 8322 7761 77 170 0 8150 0
Current children cumulated CPU time (s) 1004.17
Current children cumulated vsize (KiB) 38648

[startup+1007.9 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 22072
/proc/meminfo: memFree=1807008/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=33288 CPUtime=1003.11
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7789 0 0 0 100304 7 0 0 25 0 1 0 236110190 34086912 7761 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 8322 7761 77 170 0 8150 0
Current children cumulated CPU time (s) 1007.37
Current children cumulated vsize (KiB) 38648

[startup+1009.5 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 22072
/proc/meminfo: memFree=1807008/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=33288 CPUtime=1004.71
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7789 0 0 0 100464 7 0 0 25 0 1 0 236110190 34086912 7761 1992294400 134512640 135212939 4294956240 18446744073709551615 134523890 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 8322 7761 77 170 0 8150 0
Current children cumulated CPU time (s) 1008.97
Current children cumulated vsize (KiB) 38648

[startup+1010.3 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 22072
/proc/meminfo: memFree=1807008/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=33288 CPUtime=1005.51
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7789 0 0 0 100544 7 0 0 25 0 1 0 236110190 34086912 7761 1992294400 134512640 135212939 4294956240 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 8322 7761 77 170 0 8150 0
Current children cumulated CPU time (s) 1009.77
Current children cumulated vsize (KiB) 38648

[startup+1010.7 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 22072
/proc/meminfo: memFree=1807008/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=33288 CPUtime=1005.91
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7789 0 0 0 100584 7 0 0 25 0 1 0 236110190 34086912 7761 1992294400 134512640 135212939 4294956240 18446744073709551615 134527098 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 8322 7761 77 170 0 8150 0
Current children cumulated CPU time (s) 1010.17
Current children cumulated vsize (KiB) 38648

[startup+1010.91 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 22072
/proc/meminfo: memFree=1807008/2055920 swapFree=4180356/4192956
[pid=22067] ppid=22065 vsize=5360 CPUtime=4.26
/proc/22067/stat : 22067 (run.sh) S 22065 22067 21775 0 -1 4194304 312 4515 0 0 0 0 421 5 19 0 1 0 236109763 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22067/statm: 1340 238 197 169 0 51 0
[pid=22070] ppid=22067 vsize=33288 CPUtime=1006.11
/proc/22070/stat : 22070 (minisat) R 22067 22067 21775 0 -1 4194304 7789 0 0 0 100604 7 0 0 25 0 1 0 236110190 34086912 7761 1992294400 134512640 135212939 4294956240 18446744073709551615 134536103 0 0 4096 3 0 0 0 17 0 0 0
/proc/22070/statm: 8322 7761 77 170 0 8150 0
Current children cumulated CPU time (s) 1010.37
Current children cumulated vsize (KiB) 38648

Child status: 20
Real time (s): 1010.94
CPU time (s): 1010.43
CPU user time (s): 1010.29
CPU system time (s): 0.138978
CPU usage (%): 99.9492
Max. virtual memory (cumulated for all children) (KiB): 38648

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

runsolver used 0.91886 second user time and 2.76758 second system time

The end

Launcher Data

Begin job on node82 at 2009-05-12 00:26:44
IDJOB=1796804
IDBENCH=70822
IDSOLVER=649
FILE ID=node82/1796804-1242080804
PBS_JOBID= 9277624
Free space on /tmp= 66156 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-09.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796804-1242080804/watcher-1796804-1242080804 -o /tmp/evaluation-result-1796804-1242080804/solver-1796804-1242080804 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796804-1242080804.cnf HOME

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

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED=1507879890

node82.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1843216 kB
Buffers:         31764 kB
Cached:         123152 kB
SwapCached:       6108 kB
Active:          26984 kB
Inactive:       136200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843216 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            5496 kB
Writeback:           0 kB
Mapped:          13872 kB
Slab:            35524 kB
Committed_AS:   656608 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66148 MiB
End job on node82 at 2009-05-12 00:43:35