Trace number 1556539

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-20? (TO) 1200.06 1200.61

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.19/0.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 |  225975   585632 |   67792       0        0     nan |  0.000 % |
0.99/1.04	c |         0 |  163265   552330 |      --       0       --      -- |     --   | -62710/-33302
0.99/1.04	c ==============================================================================
0.99/1.04	c Result  :   #vars: 28506   #clauses: 163265   #literals: 552330
0.99/1.04	c CPU time:   0.979851 s
0.99/1.04	c ==============================================================================
1.19/1.29	This is MiniSat 2.0 beta
1.19/1.29	WARNING: for repeatability, setting FPU to use double precision
1.19/1.29	============================[ Problem Statistics ]=============================
1.19/1.29	|                                                                             |
1.19/1.29	|  Number of variables:  28506                                                |
1.19/1.29	|  Number of clauses:    163265                                               |
1.28/1.40	|  Parsing time:         0.10         s                                       |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1556539-1238843051/watcher-1556539-1238843051 -o /tmp/evaluation-result-1556539-1238843051/solver-1556539-1238843051 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1556539-1238843051.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: 1.00 1.00 1.00 3/64 32340
/proc/meminfo: memFree=1855136/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=0
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1156966992 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 235 195 169 0 50 0
[pid=32341] ppid=32340 vsize=1556 CPUtime=0
/proc/32341/stat : 32341 (SatElite) R 32340 32340 32087 0 -1 4194304 291 0 0 0 0 0 0 0 19 0 1 0 1156966993 1593344 275 1992294400 134512640 135034092 4294956112 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/32341/statm: 389 278 51 127 0 259 0

[startup+0.0986279 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32340
/proc/meminfo: memFree=1855136/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=0
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1156966992 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 235 195 169 0 50 0
[pid=32341] ppid=32340 vsize=22652 CPUtime=0.09
/proc/32341/stat : 32341 (SatElite) R 32340 32340 32087 0 -1 4194304 4349 0 0 0 7 2 0 0 19 0 1 0 1156966993 23195648 4186 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/32341/statm: 5663 4187 51 127 0 5533 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28008

[startup+0.101627 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32340
/proc/meminfo: memFree=1855136/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=0
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1156966992 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 235 195 169 0 50 0
[pid=32341] ppid=32340 vsize=22916 CPUtime=0.09
/proc/32341/stat : 32341 (SatElite) R 32340 32340 32087 0 -1 4194304 4415 0 0 0 7 2 0 0 19 0 1 0 1156966993 23465984 4252 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/32341/statm: 5729 4252 51 127 0 5599 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28272

[startup+0.301644 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32340
/proc/meminfo: memFree=1855136/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=0
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1156966992 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 235 195 169 0 50 0
[pid=32341] ppid=32340 vsize=36008 CPUtime=0.29
/proc/32341/stat : 32341 (SatElite) R 32340 32340 32087 0 -1 4194304 7769 0 0 0 25 4 0 0 21 0 1 0 1156966993 36872192 7436 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/32341/statm: 9002 7436 68 127 0 8872 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41364

[startup+0.701679 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32340
/proc/meminfo: memFree=1855136/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=0
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1156966992 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 235 195 169 0 50 0
[pid=32341] ppid=32340 vsize=42436 CPUtime=0.69
/proc/32341/stat : 32341 (SatElite) R 32340 32340 32087 0 -1 4194304 9278 0 0 0 63 6 0 0 25 0 1 0 1156966993 43454464 8945 1992294400 134512640 135034092 4294956112 18446744073709551615 134566190 0 0 4096 3 0 0 0 17 0 0 0
/proc/32341/statm: 10609 8945 68 127 0 10479 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47792

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32342
/proc/meminfo: memFree=1814352/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 5356

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1835984/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=12732 CPUtime=1.8
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 2964 0 0 0 179 1 0 0 25 0 1 0 1156967121 13037568 2936 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/32343/statm: 3183 2936 77 171 0 3010 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18088

[startup+6.30117 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1835536/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=13128 CPUtime=4.99
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 3072 0 0 0 498 1 0 0 25 0 1 0 1156967121 13443072 3044 1992294400 134512640 135214827 4294956224 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 3282 3044 78 171 0 3109 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18484

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1834832/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=13656 CPUtime=11.39
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 3219 0 0 0 1138 1 0 0 25 0 1 0 1156967121 13983744 3191 1992294400 134512640 135214827 4294956224 18446744073709551615 134536857 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 3414 3191 78 171 0 3241 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19012

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1833808/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=14856 CPUtime=24.18
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 3500 0 0 0 2417 1 0 0 25 0 1 0 1156967121 15212544 3472 1992294400 134512640 135214827 4294956224 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 3714 3472 78 171 0 3541 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 20212

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1831632/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=16988 CPUtime=49.77
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 4043 0 0 0 4975 2 0 0 25 0 1 0 1156967121 17395712 4015 1992294400 134512640 135214827 4294956224 18446744073709551615 134529331 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 4247 4015 78 171 0 4074 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22344

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1827344/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=21216 CPUtime=100.96
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 5100 0 0 0 10093 3 0 0 25 0 1 0 1156967121 21725184 5072 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 5304 5072 78 171 0 5131 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 26572

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1823824/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=24780 CPUtime=160.94
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 5969 0 0 0 16089 5 0 0 25 0 1 0 1156967121 25374720 5941 1992294400 134512640 135214827 4294956224 18446744073709551615 134527359 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 6195 5941 78 171 0 6022 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 30136

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1821008/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=27604 CPUtime=220.91
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 6665 0 0 0 22085 6 0 0 25 0 1 0 1156967121 28266496 6637 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 6901 6637 78 171 0 6728 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 32960

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1818576/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=29992 CPUtime=280.89
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 7277 0 0 0 28082 7 0 0 25 0 1 0 1156967121 30711808 7249 1992294400 134512640 135214827 4294956224 18446744073709551615 134527328 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 7498 7249 78 171 0 7325 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 35348

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1815248/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=33372 CPUtime=340.86
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 8101 0 0 0 34078 8 0 0 25 0 1 0 1156967121 34172928 8073 1992294400 134512640 135214827 4294956224 18446744073709551615 134538183 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 8343 8073 78 171 0 8170 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 38728


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

/proc/32343/statm: 10128 9837 78 171 0 9955 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 45868

[startup+582.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 32343
/proc/meminfo: memFree=1806928/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=41584 CPUtime=580.74
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 10148 0 0 0 58063 11 0 0 25 0 1 0 1156967121 42582016 10120 1992294400 134512640 135214827 4294956224 18446744073709551615 134537058 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 10396 10120 78 171 0 10223 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 46940

[startup+642.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 32343
/proc/meminfo: memFree=1805968/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=42508 CPUtime=640.72
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 10376 0 0 0 64061 11 0 0 25 0 1 0 1156967121 43528192 10348 1992294400 134512640 135214827 4294956224 18446744073709551615 134537099 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 10627 10348 78 171 0 10454 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 47864

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 32343
/proc/meminfo: memFree=1805264/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=43036 CPUtime=700.69
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 10519 0 0 0 70058 11 0 0 25 0 1 0 1156967121 44068864 10491 1992294400 134512640 135214827 4294956224 18446744073709551615 134536853 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 10759 10491 78 171 0 10586 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 48392

[startup+762.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 32343
/proc/meminfo: memFree=1804496/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=43732 CPUtime=760.67
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 10701 0 0 0 76055 12 0 0 25 0 1 0 1156967121 44781568 10673 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 10933 10673 78 171 0 10760 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 49088

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1803536/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=44664 CPUtime=820.64
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 10936 0 0 0 82052 12 0 0 25 0 1 0 1156967121 45735936 10908 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 11166 10908 78 171 0 10993 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 50020

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1802384/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=45864 CPUtime=880.62
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 11222 0 0 0 88049 13 0 0 25 0 1 0 1156967121 46964736 11194 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 11466 11194 78 171 0 11293 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 51220

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1801232/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=47252 CPUtime=940.59
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 11534 0 0 0 94046 13 0 0 25 0 1 0 1156967121 48386048 11506 1992294400 134512640 135214827 4294956224 18446744073709551615 134536932 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 11813 11506 78 171 0 11640 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 52608

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1799632/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=48748 CPUtime=1000.57
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 11917 0 0 0 100043 14 0 0 25 0 1 0 1156967121 49917952 11889 1992294400 134512640 135214827 4294956224 18446744073709551615 134538970 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 12187 11889 78 171 0 12014 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 54104

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1798160/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=50296 CPUtime=1060.54
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 12291 0 0 0 106040 14 0 0 25 0 1 0 1156967121 51503104 12263 1992294400 134512640 135214827 4294956224 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 12574 12263 78 171 0 12401 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 55652

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1797008/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=51264 CPUtime=1120.51
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 12543 0 0 0 112037 14 0 0 25 0 1 0 1156967121 52494336 12515 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 12816 12515 78 171 0 12643 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 56620

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1796048/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=52320 CPUtime=1180.49
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 12801 0 0 0 118035 14 0 0 25 0 1 0 1156967121 53575680 12773 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 13080 12773 78 171 0 12907 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 57676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32343
/proc/meminfo: memFree=1795664/2055920 swapFree=4178784/4192956
[pid=32340] ppid=32338 vsize=5356 CPUtime=1.28
/proc/32340/stat : 32340 (lysat.sh) S 32338 32340 32087 0 -1 4194304 310 9819 0 0 0 0 120 8 19 0 1 0 1156966992 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32340/statm: 1339 237 195 169 0 50 0
[pid=32343] ppid=32340 vsize=52584 CPUtime=1198.78
/proc/32343/stat : 32343 (LySATc) R 32340 32340 32087 0 -1 4194304 12879 0 0 0 119864 14 0 0 25 0 1 0 1156967121 53846016 12851 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32343/statm: 13146 12851 78 171 0 12973 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 57940

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1199.84
CPU system time (s): 0.22
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 57940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.20282
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10129
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 7

runsolver used 0.995848 second user time and 3.38049 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-04 13:04:12
IDJOB=1556539
IDBENCH=70821
IDSOLVER=512
FILE ID=node57/1556539-1238843051
PBS_JOBID= 9085816
Free space on /tmp= 66516 MiB

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

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED=1775246323

node57.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.213
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.213
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:       1855688 kB
Buffers:          7036 kB
Cached:         122288 kB
SwapCached:       8172 kB
Active:          20016 kB
Inactive:       118932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855688 kB
SwapTotal:     4192956 kB
SwapFree:      4178784 kB
Dirty:            6260 kB
Writeback:           0 kB
Mapped:          15092 kB
Slab:            47376 kB
Committed_AS:  3023360 kB
PageTables:       1392 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 node57 at 2009-04-04 13:24:14