Trace number 1773913

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 i/2009-03-20UNSAT 1397.64 1398.14

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 benchmark661.016
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.20	c ==============================================================================
0.19/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.20	c ==============================================================================
0.19/0.20	c |         0 |  225938   585551 |   67781       0        0     nan |  0.000 % |
0.99/1.04	c |         0 |  163277   552290 |      --       0       --      -- |     --   | -62661/-33261
0.99/1.04	c ==============================================================================
0.99/1.04	c Result  :   #vars: 28519   #clauses: 163277   #literals: 552290
0.99/1.04	c CPU time:   0.959854 s
0.99/1.04	c ==============================================================================
1.19/1.28	c lySAT 0.1
1.19/1.28	c minisat core +  additionnal features
1.19/1.28	c ============================[ Problem Statistics ]=============================
1.19/1.28	c |                                                                             |
1.19/1.28	c |  Number of variables:  28519                                                |
1.19/1.28	c |  Number of clauses:    163277                                               |
1.28/1.41	c |  Parsing time:         0.11         s                                       |
1397.59/1398.11	c restarts              : 504
1397.59/1398.11	c conflicts             : 187489         (134 /sec)
1397.59/1398.11	c decisions             : 376562         (27.06 % random) (270 /sec)
1397.59/1398.11	c euip                  : 5290        
1397.59/1398.11	c propagations          : 1108316247     (793792 /sec)
1397.59/1398.11	c conflict literals     : 11141606       (62.92 % deleted)
1397.59/1398.11	c Memory used           : 38.25 MB
1397.59/1398.11	c CPU time              : 1396.23 s
1397.59/1398.11	c 
1397.59/1398.12	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-1773913-1241237727/watcher-1773913-1241237727 -o /tmp/evaluation-result-1773913-1241237727/solver-1773913-1241237727 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773913-1241237727.cnf i 

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.93 0.98 0.99 3/64 32365
/proc/meminfo: memFree=1275792/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=0
/proc/32365/stat : 32365 (lysat.sh) R 32363 32365 32328 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 151801171 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/32365/statm: 1339 234 194 169 0 50 0
[pid=32366] ppid=32365 vsize=1556 CPUtime=0
/proc/32366/stat : 32366 (SatElite) R 32365 32365 32328 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 151801171 1593344 269 1992294400 134512640 135034092 4294956112 18446744073709551615 134545609 0 0 4096 3 0 0 0 17 0 0 0
/proc/32366/statm: 389 271 51 127 0 259 0

[startup+0.0984749 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 32365
/proc/meminfo: memFree=1275792/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=0
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151801171 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32365/statm: 1339 235 195 169 0 50 0
[pid=32366] ppid=32365 vsize=22644 CPUtime=0.09
/proc/32366/stat : 32366 (SatElite) R 32365 32365 32328 0 -1 4194304 4346 0 0 0 7 2 0 0 19 0 1 0 151801171 23187456 4183 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/32366/statm: 5661 4184 51 127 0 5531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28000

[startup+0.101474 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 32365
/proc/meminfo: memFree=1275792/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=0
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151801171 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32365/statm: 1339 235 195 169 0 50 0
[pid=32366] ppid=32365 vsize=22908 CPUtime=0.09
/proc/32366/stat : 32366 (SatElite) R 32365 32365 32328 0 -1 4194304 4410 0 0 0 7 2 0 0 19 0 1 0 151801171 23457792 4247 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/32366/statm: 5727 4249 51 127 0 5597 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28264

[startup+0.301512 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 32365
/proc/meminfo: memFree=1275792/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=0
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151801171 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32365/statm: 1339 235 195 169 0 50 0
[pid=32366] ppid=32365 vsize=36000 CPUtime=0.29
/proc/32366/stat : 32366 (SatElite) R 32365 32365 32328 0 -1 4194304 7767 0 0 0 24 5 0 0 21 0 1 0 151801171 36864000 7434 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/32366/statm: 9000 7434 68 127 0 8870 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41356

[startup+0.701588 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 32365
/proc/meminfo: memFree=1275792/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=0
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151801171 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32365/statm: 1339 235 195 169 0 50 0
[pid=32366] ppid=32365 vsize=42428 CPUtime=0.69
/proc/32366/stat : 32366 (SatElite) R 32365 32365 32328 0 -1 4194304 9275 0 0 0 61 8 0 0 25 0 1 0 151801171 43446272 8942 1992294400 134512640 135034092 4294956112 18446744073709551615 134566359 0 0 4096 3 0 0 0 17 0 0 0
/proc/32366/statm: 10607 8942 68 127 0 10477 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47784

[startup+1.50175 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32367
/proc/meminfo: memFree=1235008/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 5356

[startup+3.10205 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1253760/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=15684 CPUtime=1.8
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 3664 0 0 0 179 1 0 0 25 0 1 0 151801300 16060416 3649 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 3921 3649 82 174 0 3744 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21040

[startup+6.30166 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1252800/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=16464 CPUtime=5
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 3859 0 0 0 497 3 0 0 25 0 1 0 151801300 16859136 3844 1992294400 134512640 135226915 4294956224 18446744073709551615 134527823 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 4116 3844 82 174 0 3939 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21820

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1251920/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=17416 CPUtime=11.39
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 4090 0 0 0 1136 3 0 0 25 0 1 0 151801300 17833984 4075 1992294400 134512640 135226915 4294956224 18446744073709551615 134545563 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 4354 4075 82 174 0 4177 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22772

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1251344/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=18096 CPUtime=24.19
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 4245 0 0 0 2416 3 0 0 25 0 1 0 151801300 18530304 4230 1992294400 134512640 135226915 4294956224 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 4524 4230 82 174 0 4347 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23452

[startup+51.1012 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1250640/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=18700 CPUtime=49.78
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 4391 0 0 0 4974 4 0 0 25 0 1 0 151801300 19148800 4376 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 4675 4376 82 174 0 4498 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 24056

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1249104/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=20448 CPUtime=100.96
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 4834 0 0 0 10092 4 0 0 25 0 1 0 151801300 20938752 4819 1992294400 134512640 135226915 4294956224 18446744073709551615 134538620 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 5112 4819 82 174 0 4935 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25804

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1246992/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=22724 CPUtime=160.94
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 5367 0 0 0 16089 5 0 0 25 0 1 0 151801300 23269376 5352 1992294400 134512640 135226915 4294956224 18446744073709551615 134539400 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 5681 5352 82 174 0 5504 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 28080

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1245648/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=23904 CPUtime=220.92
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 5696 0 0 0 22087 5 0 0 25 0 1 0 151801300 24477696 5681 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 5976 5681 82 174 0 5799 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 29260

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1244304/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=25280 CPUtime=280.9
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 6013 0 0 0 28084 6 0 0 25 0 1 0 151801300 25886720 5998 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 6320 5998 82 174 0 6143 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 30636

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1240592/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=29172 CPUtime=340.87
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 6957 0 0 0 34080 7 0 0 25 0 1 0 151801300 29872128 6942 1992294400 134512640 135226915 4294956224 18446744073709551615 134539489 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 7293 6942 82 174 0 7116 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 34528

[startup+402.301 s]

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


[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1233424/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=36896 CPUtime=1000.64
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 8714 0 0 0 100055 9 0 0 25 0 1 0 151801300 37781504 8699 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9224 8699 82 174 0 9047 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 42252

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1233104/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=37084 CPUtime=1060.62
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 8796 0 0 0 106053 9 0 0 25 0 1 0 151801300 37974016 8781 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9271 8781 82 174 0 9094 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 42440

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1232848/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=37276 CPUtime=1120.6
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 8850 0 0 0 112051 9 0 0 25 0 1 0 151801300 38170624 8835 1992294400 134512640 135226915 4294956224 18446744073709551615 134525873 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9319 8835 82 174 0 9142 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 42632

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1230864/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=38832 CPUtime=1180.59
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 9341 0 0 0 118049 10 0 0 25 0 1 0 151801300 39763968 9326 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9708 9326 82 174 0 9531 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 44188

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1230480/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=39168 CPUtime=1240.57
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 9420 0 0 0 124047 10 0 0 25 0 1 0 151801300 40108032 9405 1992294400 134512640 135226915 4294956224 18446744073709551615 134539213 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9792 9405 82 174 0 9615 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 44524

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1230480/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=39168 CPUtime=1300.55
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 9420 0 0 0 130045 10 0 0 25 0 1 0 151801300 40108032 9405 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9792 9405 82 174 0 9615 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 44524

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1230416/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=39168 CPUtime=1360.52
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 9420 0 0 0 136042 10 0 0 25 0 1 0 151801300 40108032 9405 1992294400 134512640 135226915 4294956224 18446744073709551615 134539800 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9792 9405 82 174 0 9615 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 44524

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

[startup+1382.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1230416/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=39168 CPUtime=1380.52
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 9420 0 0 0 138042 10 0 0 25 0 1 0 151801300 40108032 9405 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9792 9405 82 174 0 9615 0
Current children cumulated CPU time (s) 1381.8
Current children cumulated vsize (KiB) 44524

[startup+1388.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1230416/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=39168 CPUtime=1386.91
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 9420 0 0 0 138681 10 0 0 25 0 1 0 151801300 40108032 9405 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9792 9405 82 174 0 9615 0
Current children cumulated CPU time (s) 1388.19
Current children cumulated vsize (KiB) 44524

[startup+1395.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1230416/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=39168 CPUtime=1393.31
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 9420 0 0 0 139321 10 0 0 25 0 1 0 151801300 40108032 9405 1992294400 134512640 135226915 4294956224 18446744073709551615 134544395 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9792 9405 82 174 0 9615 0
Current children cumulated CPU time (s) 1394.59
Current children cumulated vsize (KiB) 44524

[startup+1396.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1230416/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=39168 CPUtime=1394.91
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 9420 0 0 0 139481 10 0 0 25 0 1 0 151801300 40108032 9405 1992294400 134512640 135226915 4294956224 18446744073709551615 134539418 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9792 9405 82 174 0 9615 0
Current children cumulated CPU time (s) 1396.19
Current children cumulated vsize (KiB) 44524

[startup+1397.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1230416/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=39168 CPUtime=1395.71
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 9420 0 0 0 139561 10 0 0 25 0 1 0 151801300 40108032 9405 1992294400 134512640 135226915 4294956224 18446744073709551615 134539336 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9792 9405 82 174 0 9615 0
Current children cumulated CPU time (s) 1396.99
Current children cumulated vsize (KiB) 44524

[startup+1397.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1230416/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=39168 CPUtime=1396.11
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 9420 0 0 0 139601 10 0 0 25 0 1 0 151801300 40108032 9405 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9792 9405 82 174 0 9615 0
Current children cumulated CPU time (s) 1397.39
Current children cumulated vsize (KiB) 44524

[startup+1398.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32368
/proc/meminfo: memFree=1230416/2055920 swapFree=4191900/4192956
[pid=32365] ppid=32363 vsize=5356 CPUtime=1.28
/proc/32365/stat : 32365 (lysat.sh) S 32363 32365 32328 0 -1 4194304 310 9816 0 0 0 0 118 10 16 0 1 0 151801171 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32365/statm: 1339 237 195 169 0 50 0
[pid=32368] ppid=32365 vsize=39168 CPUtime=1396.31
/proc/32368/stat : 32368 (LySATi) R 32365 32365 32328 0 -1 4194304 9420 0 0 0 139621 10 0 0 25 0 1 0 151801300 40108032 9405 1992294400 134512640 135226915 4294956224 18446744073709551615 134526543 0 0 4096 3 0 0 0 17 0 0 0
/proc/32368/statm: 9792 9405 82 174 0 9615 0
Current children cumulated CPU time (s) 1397.59
Current children cumulated vsize (KiB) 44524

Child status: 20
Real time (s): 1398.14
CPU time (s): 1397.64
CPU user time (s): 1397.41
CPU system time (s): 0.222966
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 49268

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

runsolver used 1.21582 second user time and 3.87941 second system time

The end

Launcher Data

Begin job on node38 at 2009-05-02 06:15:27
IDJOB=1773913
IDBENCH=70822
IDSOLVER=609
FILE ID=node38/1773913-1241237727
PBS_JOBID= 9224844
Free space on /tmp= 66508 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-09.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773913-1241237727/watcher-1773913-1241237727 -o /tmp/evaluation-result-1773913-1241237727/solver-1773913-1241237727 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773913-1241237727.cnf i

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

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED=433615842

node38.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:       1276280 kB
Buffers:         72772 kB
Cached:         595828 kB
SwapCached:        384 kB
Active:          69936 kB
Inactive:       611952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1276280 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            6544 kB
Writeback:           0 kB
Mapped:          21688 kB
Slab:            83756 kB
Committed_AS:   765276 kB
PageTables:       1456 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= 66508 MiB
End job on node38 at 2009-05-02 06:38:45