Trace number 1821097

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
MiniSat2hack 2009-03-23? (TO) 1200.1 1200.03

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.23/0.22	c ==============================================================================
0.23/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.23/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.23/0.23	c ==============================================================================
0.23/0.23	c |         0 |  226144   586057 |   67843       0        0     nan |  0.000 % |
1.13/1.12	c |         0 |  163375   552718 |      --       0       --      -- |     --   | -62769/-33339
1.13/1.12	c ==============================================================================
1.13/1.12	c Result  :   #vars: 28527   #clauses: 163375   #literals: 552718
1.13/1.12	c CPU time:   1.08 s
1.13/1.12	c ==============================================================================
1.23/1.32	This is MiniSat 2.0 beta with hacks by AVG
1.23/1.32	WARNING: for repeatability, setting FPU to use double precision
1.23/1.32	============================[ Problem Statistics ]=============================
1.23/1.32	|                                                                             |
1.32/1.32	|  Number of variables:  28527                                                |
1.32/1.32	|  Number of clauses:    163375                                               |
1.32/1.44	|  Parsing time:         0.11         s                                       |
1200.09/1200.02	HOME/SatELiteGTI: line 36: 29048 Terminated              $MS $TMP.cnf $TMP.result

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1821097-1242506351/watcher-1821097-1242506351 -o /tmp/evaluation-result-1821097-1242506351/solver-1821097-1242506351 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821097-1242506351.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 29042
/proc/meminfo: memFree=445100/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2412 CPUtime=0.01
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1015132246 2469888 275 4294967295 134512640 135169312 3220468368 3220466904 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29042/statm: 603 275 235 161 0 42 0
[pid=29046] ppid=29042 vsize=952 CPUtime=0
/proc/29046/stat : 29046 (SatELite_releas) R 29042 29042 14060 0 -1 4202496 118 0 0 0 0 0 0 0 21 0 1 0 1015132246 974848 54 4294967295 134512640 135223648 3217256304 3217255236 134737406 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29046/statm: 238 56 45 174 0 63 0

[startup+0.052417 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 29042
/proc/meminfo: memFree=445100/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2412 CPUtime=0.01
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1015132246 2469888 275 4294967295 134512640 135169312 3220468368 3220466904 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29042/statm: 603 275 235 161 0 42 0
[pid=29046] ppid=29042 vsize=16328 CPUtime=0.05
/proc/29046/stat : 29046 (SatELite_releas) R 29042 29042 14060 0 -1 4202496 2767 0 0 0 5 0 0 0 21 0 1 0 1015132246 16719872 2557 4294967295 134512640 135223648 3217256304 3217254888 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29046/statm: 4082 2559 47 174 0 3907 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18740

[startup+0.12241 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 29042
/proc/meminfo: memFree=445100/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2412 CPUtime=0.01
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1015132246 2469888 275 4294967295 134512640 135169312 3220468368 3220466904 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29042/statm: 603 275 235 161 0 42 0
[pid=29046] ppid=29042 vsize=24232 CPUtime=0.12
/proc/29046/stat : 29046 (SatELite_releas) R 29042 29042 14060 0 -1 4202496 4734 0 0 0 11 1 0 0 21 0 1 0 1015132246 24813568 4524 4294967295 134512640 135223648 3217256304 3217254872 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29046/statm: 6058 4525 47 174 0 5883 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 26644

[startup+0.322392 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 29042
/proc/meminfo: memFree=445100/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2412 CPUtime=0.01
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1015132246 2469888 275 4294967295 134512640 135169312 3220468368 3220466904 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29042/statm: 603 275 235 161 0 42 0
[pid=29046] ppid=29042 vsize=36144 CPUtime=0.32
/proc/29046/stat : 29046 (SatELite_releas) R 29042 29042 14060 0 -1 4202496 7846 0 0 0 29 3 0 0 21 0 1 0 1015132246 37011456 7435 4294967295 134512640 135223648 3217256304 3217253972 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29046/statm: 9036 7435 72 174 0 8861 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 38556

[startup+0.722357 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 29042
/proc/meminfo: memFree=445100/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2412 CPUtime=0.01
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 365 646 0 0 0 0 0 1 18 0 1 0 1015132246 2469888 275 4294967295 134512640 135169312 3220468368 3220466904 3085913838 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29042/statm: 603 275 235 161 0 42 0
[pid=29046] ppid=29042 vsize=42704 CPUtime=0.72
/proc/29046/stat : 29046 (SatELite_releas) R 29042 29042 14060 0 -1 4202496 9364 0 0 0 68 4 0 0 22 0 1 0 1015132246 43728896 8953 4294967295 134512640 135223648 3217256304 3217254320 134586911 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29046/statm: 10676 8953 73 174 0 10501 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 45116

[startup+1.52229 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 29047
/proc/meminfo: memFree=406148/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 2416

[startup+3.12215 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 29048
/proc/meminfo: memFree=426608/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=12708 CPUtime=1.81
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 2991 0 0 0 180 1 0 0 20 0 1 0 1015132378 13012992 2926 4294967295 134512640 135214715 3220675344 3220673808 134528812 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 3177 2926 73 172 0 3004 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 15124

[startup+6.32187 s]
/proc/loadavg: 0.93 0.98 0.99 3/95 29231
/proc/meminfo: memFree=425744/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=12972 CPUtime=5
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 3051 0 0 0 498 2 0 0 25 0 1 0 1015132378 13283328 2986 4294967295 134512640 135214715 3220675344 3220673552 134537695 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 3243 2986 73 172 0 3070 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 15388

[startup+12.7213 s]
/proc/loadavg: 0.93 0.98 0.99 3/95 29231
/proc/meminfo: memFree=424896/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=13768 CPUtime=11.4
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 3257 0 0 0 1137 3 0 0 25 0 1 0 1015132378 14098432 3192 4294967295 134512640 135214715 3220675344 3220673552 134537101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 3442 3192 74 172 0 3269 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 16184

[startup+25.5202 s]
/proc/loadavg: 0.95 0.98 0.99 3/95 29231
/proc/meminfo: memFree=423504/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=15220 CPUtime=24.18
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 3611 0 0 0 2411 7 0 0 25 0 1 0 1015132378 15585280 3546 4294967295 134512640 135214715 3220675344 3220673808 134528515 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 3805 3546 74 172 0 3632 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 17636

[startup+51.118 s]
/proc/loadavg: 0.96 0.98 0.99 3/95 29233
/proc/meminfo: memFree=421652/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=17072 CPUtime=49.78
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 4069 0 0 0 4971 7 0 0 25 0 1 0 1015132378 17481728 4004 4294967295 134512640 135214715 3220675344 3220673808 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 4268 4004 74 172 0 4095 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 19488

[startup+102.324 s]
/proc/loadavg: 1.03 1.00 1.00 4/95 29420
/proc/meminfo: memFree=415460/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=22932 CPUtime=100.99
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 5527 0 0 0 10092 7 0 0 25 0 1 0 1015132378 23482368 5462 4294967295 134512640 135214715 3220675344 3220673808 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 5733 5462 74 172 0 5560 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 25348

[startup+162.308 s]
/proc/loadavg: 1.01 1.00 1.00 3/95 29613
/proc/meminfo: memFree=409012/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=29436 CPUtime=160.98
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 7142 0 0 0 16091 7 0 0 25 0 1 0 1015132378 30142464 7077 4294967295 134512640 135214715 3220675344 3220673808 134528791 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 7359 7077 74 172 0 7186 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 31852

[startup+222.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 29802
/proc/meminfo: memFree=405308/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=33088 CPUtime=220.99
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 8067 0 0 0 22092 7 0 0 25 0 1 0 1015132378 33882112 8002 4294967295 134512640 135214715 3220675344 3220673808 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 8272 8002 74 172 0 8099 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 35504

[startup+282.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 29988
/proc/meminfo: memFree=402820/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=35652 CPUtime=281
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 8699 0 0 0 28093 7 0 0 25 0 1 0 1015132378 36507648 8634 4294967295 134512640 135214715 3220675344 3220673808 134528785 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 8913 8634 74 172 0 8740 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 38068

[startup+342.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30175
/proc/meminfo: memFree=401704/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=36844 CPUtime=341
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 9001 0 0 0 34093 7 0 0 25 0 1 0 1015132378 37728256 8936 4294967295 134512640 135214715 3220675344 3220673808 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 9211 8936 74 172 0 9038 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 39260

[startup+402.318 s]

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

[pid=29048] ppid=29042 vsize=45352 CPUtime=461.01
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 11093 0 0 0 46090 11 0 0 25 0 1 0 1015132378 46440448 11028 4294967295 134512640 135214715 3220675344 3220673608 134527343 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 11338 11028 74 172 0 11165 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 47768

[startup+522.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30747
/proc/meminfo: memFree=386692/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=51840 CPUtime=521.01
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 12739 0 0 0 52087 14 0 0 25 0 1 0 1015132378 53084160 12674 4294967295 134512640 135214715 3220675344 3220673808 134528509 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 12960 12674 74 172 0 12787 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 54256

[startup+582.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30933
/proc/meminfo: memFree=384352/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=54536 CPUtime=581.02
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 13378 0 0 0 58087 15 0 0 25 0 1 0 1015132378 55844864 13313 4294967295 134512640 135214715 3220675344 3220673808 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 13634 13313 74 172 0 13461 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 56952

[startup+642.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31121
/proc/meminfo: memFree=382996/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=55896 CPUtime=641.02
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 13692 0 0 0 64087 15 0 0 25 0 1 0 1015132378 57237504 13627 4294967295 134512640 135214715 3220675344 3220673808 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 13974 13627 74 172 0 13801 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 58312

[startup+702.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 31309
/proc/meminfo: memFree=381756/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=56964 CPUtime=701.04
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 13984 0 0 0 70088 16 0 0 25 0 1 0 1015132378 58331136 13919 4294967295 134512640 135214715 3220675344 3220673808 134529015 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 14241 13919 74 172 0 14068 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 59380

[startup+762.326 s]
/proc/loadavg: 1.08 1.02 1.01 3/95 31498
/proc/meminfo: memFree=380880/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=57896 CPUtime=761.05
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 14222 0 0 0 76089 16 0 0 25 0 1 0 1015132378 59285504 14157 4294967295 134512640 135214715 3220675344 3220673808 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 14474 14157 74 172 0 14301 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 60312

[startup+822.321 s]
/proc/loadavg: 1.17 1.04 1.01 3/95 31687
/proc/meminfo: memFree=379888/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=58840 CPUtime=821.05
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 14459 0 0 0 82089 16 0 0 25 0 1 0 1015132378 60252160 14394 4294967295 134512640 135214715 3220675344 3220673808 134528560 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 14710 14394 74 172 0 14537 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 61256

[startup+882.316 s]
/proc/loadavg: 1.13 1.05 1.01 2/95 31877
/proc/meminfo: memFree=378632/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=60040 CPUtime=881.05
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 14740 0 0 0 88089 16 0 0 25 0 1 0 1015132378 61480960 14675 4294967295 134512640 135214715 3220675344 3220673808 134528809 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 15010 14675 74 172 0 14837 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 62456

[startup+942.311 s]
/proc/loadavg: 1.17 1.07 1.01 3/95 32064
/proc/meminfo: memFree=378028/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=60832 CPUtime=941.05
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 14952 0 0 0 94089 16 0 0 25 0 1 0 1015132378 62291968 14887 4294967295 134512640 135214715 3220675344 3220673808 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 15208 14887 74 172 0 15035 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 63248

[startup+1002.32 s]
/proc/loadavg: 1.09 1.07 1.01 2/95 32252
/proc/meminfo: memFree=376532/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=62080 CPUtime=1001.06
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 15271 0 0 0 100090 16 0 0 25 0 1 0 1015132378 63569920 15206 4294967295 134512640 135214715 3220675344 3220673552 134537316 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 15520 15206 74 172 0 15347 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 64496

[startup+1062.32 s]
/proc/loadavg: 1.03 1.05 1.01 2/95 32441
/proc/meminfo: memFree=373564/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=65540 CPUtime=1061.07
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 16045 0 0 0 106089 18 0 0 25 0 1 0 1015132378 67112960 15980 4294967295 134512640 135214715 3220675344 3220673552 134537101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 16385 15980 74 172 0 16212 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 67956

[startup+1122.32 s]
/proc/loadavg: 1.01 1.04 1.00 3/95 32630
/proc/meminfo: memFree=372680/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=66328 CPUtime=1121.07
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 16249 0 0 0 112089 18 0 0 25 0 1 0 1015132378 67919872 16184 4294967295 134512640 135214715 3220675344 3220673808 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 16582 16184 74 172 0 16409 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 68744

[startup+1182.32 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 348
/proc/meminfo: memFree=371812/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=67124 CPUtime=1181.08
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 16465 0 0 0 118090 18 0 0 25 0 1 0 1015132378 68734976 16400 4294967295 134512640 135214715 3220675344 3220673552 134537101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 16781 16400 74 172 0 16608 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 69540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 351
/proc/meminfo: memFree=371448/2074464 swapFree=1949056/1959888
[pid=29042] ppid=29040 vsize=2416 CPUtime=1.32
/proc/29042/stat : 29042 (SatELiteGTI) S 29040 29042 14060 0 -1 4194304 384 10524 0 0 0 0 125 7 20 0 1 0 1015132246 2473984 276 4294967295 134512640 135169312 3220468368 3220464584 3085913838 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29042/statm: 604 276 235 161 0 43 0
[pid=29048] ppid=29042 vsize=67388 CPUtime=1198.77
/proc/29048/stat : 29048 (minisat_static) R 29042 29042 14060 0 -1 4202496 16548 0 0 0 119859 18 0 0 25 0 1 0 1015132378 69005312 16483 4294967295 134512640 135214715 3220675344 3220673552 134537101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29048/statm: 16847 16483 74 172 0 16674 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 69804

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)
Real time (s): 1200.03
CPU time (s): 1200.1
CPU user time (s): 1199.84
CPU system time (s): 0.26
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 69804

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-16 22:39:11
IDJOB=1821097
IDBENCH=70830
IDSOLVER=660
FILE ID=tipi27/1821097-1242506351
PBS_JOBID=
Free space on /tmp= 9070 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821097-1242506351/watcher-1821097-1242506351 -o /tmp/evaluation-result-1821097-1242506351/solver-1821097-1242506351 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821097-1242506351.cnf

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED= 1829594159

Linux tipi27 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        445108 kB
Buffers:         64928 kB
Cached:        1431436 kB
SwapCached:       5508 kB
Active:         683636 kB
Inactive:       822616 kB
HighTotal:     1178688 kB
HighFree:       174632 kB
LowTotal:       895776 kB
LowFree:        270476 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:            5804 kB
Writeback:           0 kB
AnonPages:        9120 kB
Mapped:           3380 kB
Slab:           113928 kB
PageTables:        336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90632 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9070 MiB
End job on tipi27 at 2009-05-16 22:59:13