Trace number 1556591

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
LySAT c/2009-03-20UNSAT 629.145 629.373

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 benchmark629.145
Satisfiable
(Un)Satisfiability was proved
Number of variables69487
Number of clauses226581
Sum of the clauses size587221
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292264
Number of clauses of size 3134188
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.19/0.22	c ==============================================================================
0.19/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.22	c ==============================================================================
0.19/0.22	c |         0 |  225938   585551 |   67781       0        0     nan |  0.000 % |
1.09/1.10	c |         0 |  163277   552290 |      --       0       --      -- |     --   | -62661/-33261
1.09/1.11	c ==============================================================================
1.09/1.11	c Result  :   #vars: 28519   #clauses: 163277   #literals: 552290
1.09/1.11	c CPU time:   1.04284 s
1.09/1.11	c ==============================================================================
1.29/1.36	This is MiniSat 2.0 beta
1.29/1.36	WARNING: for repeatability, setting FPU to use double precision
1.29/1.36	============================[ Problem Statistics ]=============================
1.29/1.36	|                                                                             |
1.29/1.37	|  Number of variables:  28519                                                |
1.29/1.37	|  Number of clauses:    163277                                               |
1.35/1.47	|  Parsing time:         0.09         s                                       |
629.05/629.35	restarts              : 15
629.05/629.35	conflicts             : 65629          (105 /sec)
629.05/629.35	decisions             : 82958          (1.56 % random) (132 /sec)
629.05/629.35	propagations          : 528692323      (842288 /sec)
629.05/629.35	conflict literals     : 3977568        (53.96 % deleted)
629.05/629.35	Memory used           : 26.33 MB
629.05/629.35	CPU time              : 627.686 s
629.05/629.35	
629.05/629.35	UNSATISFIABLE
629.05/629.36	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-1556591-1238843822/watcher-1556591-1238843822 -o /tmp/evaluation-result-1556591-1238843822/solver-1556591-1238843822 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1556591-1238843822.cnf c 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 1.05 1.01 2/72 7777
/proc/meminfo: memFree=1761320/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=0
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 1157043420 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 235 195 169 0 50 0
[pid=7778] ppid=7777 vsize=984 CPUtime=0
/proc/7778/stat : 7778 (SatElite) R 7777 7777 7619 0 -1 4194304 149 0 0 0 0 0 0 0 23 0 1 0 1157043421 1007616 134 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/7778/statm: 246 141 50 127 0 116 0

[startup+0.0693971 s]
/proc/loadavg: 0.94 1.05 1.01 2/72 7777
/proc/meminfo: memFree=1761320/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=0
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 1157043420 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 235 195 169 0 50 0
[pid=7778] ppid=7777 vsize=18956 CPUtime=0.05
/proc/7778/stat : 7778 (SatElite) R 7777 7777 7619 0 -1 4194304 3433 0 0 0 4 1 0 0 23 0 1 0 1157043421 19410944 3270 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/7778/statm: 4739 3271 51 127 0 4609 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24312

[startup+0.101402 s]
/proc/loadavg: 0.94 1.05 1.01 2/72 7777
/proc/meminfo: memFree=1761320/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=0
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 1157043420 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 235 195 169 0 50 0
[pid=7778] ppid=7777 vsize=22380 CPUtime=0.09
/proc/7778/stat : 7778 (SatElite) R 7777 7777 7619 0 -1 4194304 4251 0 0 0 7 2 0 0 23 0 1 0 1157043421 22917120 4088 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/7778/statm: 5595 4089 51 127 0 5465 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27736

[startup+0.301439 s]
/proc/loadavg: 0.94 1.05 1.01 2/72 7777
/proc/meminfo: memFree=1761320/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=0
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 1157043420 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 235 195 169 0 50 0
[pid=7778] ppid=7777 vsize=35208 CPUtime=0.28
/proc/7778/stat : 7778 (SatElite) R 7777 7777 7619 0 -1 4194304 7577 0 0 0 25 3 0 0 25 0 1 0 1157043421 36052992 7244 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/7778/statm: 8802 7244 68 127 0 8672 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 40564

[startup+0.701512 s]
/proc/loadavg: 0.94 1.05 1.01 2/72 7777
/proc/meminfo: memFree=1761320/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=0
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 286 0 0 0 0 0 0 0 21 0 1 0 1157043420 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 235 195 169 0 50 0
[pid=7778] ppid=7777 vsize=41520 CPUtime=0.68
/proc/7778/stat : 7778 (SatElite) R 7777 7777 7619 0 -1 4194304 9155 0 0 0 63 5 0 0 25 0 1 0 1157043421 42516480 8822 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/7778/statm: 10380 8823 68 127 0 10250 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 46876

[startup+1.50167 s]
/proc/loadavg: 0.94 1.05 1.01 2/74 7779
/proc/meminfo: memFree=1721432/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 5356

[startup+3.10296 s]
/proc/loadavg: 0.94 1.05 1.01 2/74 7780
/proc/meminfo: memFree=1742232/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=12732 CPUtime=1.72
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 2947 0 0 0 170 2 0 0 25 0 1 0 1157043557 13037568 2932 1992294400 134512640 135214827 4294956224 18446744073709551615 134527318 0 0 4096 3 0 0 0 17 0 0 0
/proc/7780/statm: 3183 2932 78 171 0 3010 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18088

[startup+6.30153 s]
/proc/loadavg: 0.94 1.05 1.01 2/74 7780
/proc/meminfo: memFree=1741656/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=13128 CPUtime=4.91
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 3042 0 0 0 489 2 0 0 25 0 1 0 1157043557 13443072 3027 1992294400 134512640 135214827 4294956224 18446744073709551615 134536857 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 3282 3027 78 171 0 3109 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 18484

[startup+12.7017 s]
/proc/loadavg: 0.95 1.05 1.01 2/74 7780
/proc/meminfo: memFree=1741144/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=13528 CPUtime=11.3
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 3155 0 0 0 1128 2 0 0 25 0 1 0 1157043557 13852672 3140 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 3382 3140 78 171 0 3209 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 18884

[startup+25.502 s]
/proc/loadavg: 0.96 1.05 1.01 2/74 7780
/proc/meminfo: memFree=1740056/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=14596 CPUtime=24.1
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 3422 0 0 0 2408 2 0 0 25 0 1 0 1157043557 14946304 3407 1992294400 134512640 135214827 4294956224 18446744073709551615 134537073 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 3649 3407 78 171 0 3476 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 19952

[startup+51.1017 s]
/proc/loadavg: 0.97 1.04 1.01 2/74 7780
/proc/meminfo: memFree=1737944/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=16852 CPUtime=49.69
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 3965 0 0 0 4966 3 0 0 25 0 1 0 1157043557 17256448 3950 1992294400 134512640 135214827 4294956224 18446744073709551615 134527593 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 4213 3950 78 171 0 4040 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 22208

[startup+102.307 s]
/proc/loadavg: 0.99 1.03 1.00 2/74 7780
/proc/meminfo: memFree=1735064/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=19668 CPUtime=100.89
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 4662 0 0 0 10084 5 0 0 25 0 1 0 1157043557 20140032 4647 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 4917 4647 78 171 0 4744 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25024

[startup+162.302 s]
/proc/loadavg: 0.99 1.03 1.00 2/74 7780
/proc/meminfo: memFree=1733080/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=21664 CPUtime=160.85
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 5165 0 0 0 16080 5 0 0 25 0 1 0 1157043557 22183936 5150 1992294400 134512640 135214827 4294956224 18446744073709551615 134537398 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 5416 5150 78 171 0 5243 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 27020

[startup+222.302 s]
/proc/loadavg: 0.99 1.02 1.00 2/74 7780
/proc/meminfo: memFree=1731480/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=23132 CPUtime=220.84
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 5555 0 0 0 22078 6 0 0 25 0 1 0 1157043557 23687168 5540 1992294400 134512640 135214827 4294956224 18446744073709551615 134541480 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 5783 5540 78 171 0 5610 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 28488

[startup+282.302 s]
/proc/loadavg: 0.99 1.01 1.00 2/74 7780
/proc/meminfo: memFree=1729944/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=24748 CPUtime=280.82
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 5949 0 0 0 28076 6 0 0 25 0 1 0 1157043557 25341952 5934 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6187 5934 78 171 0 6014 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 30104

[startup+342.302 s]
/proc/loadavg: 0.99 1.01 1.00 2/74 7780
/proc/meminfo: memFree=1728664/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=25952 CPUtime=340.8
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6234 0 0 0 34073 7 0 0 25 0 1 0 1157043557 26574848 6219 1992294400 134512640 135214827 4294956224 18446744073709551615 134529344 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6488 6219 78 171 0 6315 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 31308

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727704/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=400.77
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6472 0 0 0 40070 7 0 0 25 0 1 0 1157043557 27602944 6457 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6457 78 171 0 6566 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 32312

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727704/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=460.75
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6472 0 0 0 46068 7 0 0 25 0 1 0 1157043557 27602944 6457 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6457 78 171 0 6566 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 32312

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727640/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=520.74
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6472 0 0 0 52066 8 0 0 25 0 1 0 1157043557 27602944 6457 1992294400 134512640 135214827 4294956224 18446744073709551615 134537073 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6457 78 171 0 6566 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 32312

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727640/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=580.72
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6473 0 0 0 58064 8 0 0 25 0 1 0 1157043557 27602944 6458 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6458 78 171 0 6566 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 32312

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

[startup+588.701 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727640/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=587.12
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6473 0 0 0 58704 8 0 0 25 0 1 0 1157043557 27602944 6458 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6458 78 171 0 6566 0
Current children cumulated CPU time (s) 588.47
Current children cumulated vsize (KiB) 32312

[startup+614.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727640/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=612.71
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6473 0 0 0 61263 8 0 0 25 0 1 0 1157043557 27602944 6458 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6458 78 171 0 6566 0
Current children cumulated CPU time (s) 614.06
Current children cumulated vsize (KiB) 32312

[startup+620.702 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727640/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=619.11
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6473 0 0 0 61903 8 0 0 25 0 1 0 1157043557 27602944 6458 1992294400 134512640 135214827 4294956224 18446744073709551615 134537546 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6458 78 171 0 6566 0
Current children cumulated CPU time (s) 620.46
Current children cumulated vsize (KiB) 32312

[startup+623.902 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727576/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=622.31
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6473 0 0 0 62223 8 0 0 25 0 1 0 1157043557 27602944 6458 1992294400 134512640 135214827 4294956224 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6458 78 171 0 6566 0
Current children cumulated CPU time (s) 623.66
Current children cumulated vsize (KiB) 32312

[startup+627.101 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727576/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=625.5
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6473 0 0 0 62542 8 0 0 25 0 1 0 1157043557 27602944 6458 1992294400 134512640 135214827 4294956224 18446744073709551615 134529320 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6458 78 171 0 6566 0
Current children cumulated CPU time (s) 626.85
Current children cumulated vsize (KiB) 32312

[startup+628.701 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727576/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=627.1
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6473 0 0 0 62702 8 0 0 25 0 1 0 1157043557 27602944 6458 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6458 78 171 0 6566 0
Current children cumulated CPU time (s) 628.45
Current children cumulated vsize (KiB) 32312

[startup+629.102 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727576/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=627.51
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6473 0 0 0 62743 8 0 0 25 0 1 0 1157043557 27602944 6458 1992294400 134512640 135214827 4294956224 18446744073709551615 134537084 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6458 78 171 0 6566 0
Current children cumulated CPU time (s) 628.86
Current children cumulated vsize (KiB) 32312

[startup+629.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/74 7780
/proc/meminfo: memFree=1727576/2055920 swapFree=4174712/4192956
[pid=7777] ppid=7775 vsize=5356 CPUtime=1.35
/proc/7777/stat : 7777 (lysat.sh) S 7775 7777 7619 0 -1 4194304 310 9815 0 0 0 0 127 8 16 0 1 0 1157043420 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7777/statm: 1339 237 195 169 0 50 0
[pid=7780] ppid=7777 vsize=26956 CPUtime=627.7
/proc/7780/stat : 7780 (LySATc) R 7777 7777 7619 0 -1 4194304 6473 0 0 0 62762 8 0 0 25 0 1 0 1157043557 27602944 6458 1992294400 134512640 135214827 4294956224 18446744073709551615 134536890 0 0 4096 3 0 0 0 17 1 0 0
/proc/7780/statm: 6739 6458 78 171 0 6566 0
Current children cumulated CPU time (s) 629.05
Current children cumulated vsize (KiB) 32312

Child status: 20
Real time (s): 629.373
CPU time (s): 629.145
CPU user time (s): 628.966
CPU system time (s): 0.178972
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 49268

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

runsolver used 0.59191 second user time and 1.70674 second system time

The end

Launcher Data

Begin job on node67 at 2009-04-04 13:17:03
IDJOB=1556591
IDBENCH=70822
IDSOLVER=512
FILE ID=node67/1556591-1238843822
PBS_JOBID= 9085841
Free space on /tmp= 66552 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-09.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556591-1238843822/watcher-1556591-1238843822 -o /tmp/evaluation-result-1556591-1238843822/solver-1556591-1238843822 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1556591-1238843822.cnf c

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

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED=750468518

node67.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.265
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.265
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:       1761736 kB
Buffers:         19892 kB
Cached:         203780 kB
SwapCached:       9772 kB
Active:          38908 kB
Inactive:       196044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761736 kB
SwapTotal:     4192956 kB
SwapFree:      4174712 kB
Dirty:            6256 kB
Writeback:           0 kB
Mapped:          16956 kB
Slab:            44272 kB
Committed_AS:  3602696 kB
PageTables:       2060 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= 66548 MiB
End job on node67 at 2009-04-04 13:27:32