Trace number 1821073

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.04 1200.03

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-14.cnf
MD5SUM5822cc7fe01f06c27406011d612b5e7d
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 variables69641
Number of clauses227010
Sum of the clauses size588274
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292498
Number of clauses of size 3134383
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.22/0.23	c ==============================================================================
0.22/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.22/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.22/0.23	c ==============================================================================
0.22/0.23	c |         0 |  226367   586604 |   67910       0        0     nan |  0.000 % |
1.02/1.09	c |         0 |  163489   553284 |      --       0       --      -- |     --   | -62878/-33320
1.02/1.09	c ==============================================================================
1.02/1.09	c Result  :   #vars: 28527   #clauses: 163489   #literals: 553284
1.02/1.09	c CPU time:   1.02 s
1.02/1.09	c ==============================================================================
1.22/1.29	This is MiniSat 2.0 beta with hacks by AVG
1.22/1.29	WARNING: for repeatability, setting FPU to use double precision
1.22/1.29	============================[ Problem Statistics ]=============================
1.22/1.29	|                                                                             |
1.22/1.29	|  Number of variables:  28527                                                |
1.22/1.29	|  Number of clauses:    163489                                               |
1.29/1.41	|  Parsing time:         0.07         s                                       |
1200.03/1200.03	HOME/SatELiteGTI: line 36: 20034 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-1821073-1242505174/watcher-1821073-1242505174 -o /tmp/evaluation-result-1821073-1242505174/solver-1821073-1242505174 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821073-1242505174.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.95 1.01 1.00 2/93 20028
/proc/meminfo: memFree=1192916/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2412 CPUtime=0.01
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 368 647 0 0 0 0 0 1 18 0 1 0 1015018281 2469888 277 4294967295 134512640 135169312 3213536240 3213534776 3085905646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20028/statm: 603 277 235 161 0 42 0
[pid=20032] ppid=20028 vsize=1088 CPUtime=0
/proc/20032/stat : 20032 (SatELite_releas) R 20028 20028 10114 0 -1 4202496 155 0 0 0 0 0 0 0 20 0 1 0 1015018282 1114112 91 4294967295 134512640 135223648 3217733616 3217732336 134734703 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20032/statm: 272 95 45 174 0 97 0

[startup+0.042077 s]
/proc/loadavg: 0.95 1.01 1.00 2/93 20028
/proc/meminfo: memFree=1192916/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2412 CPUtime=0.01
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 368 647 0 0 0 0 0 1 18 0 1 0 1015018281 2469888 277 4294967295 134512640 135169312 3213536240 3213534776 3085905646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20028/statm: 603 277 235 161 0 42 0
[pid=20032] ppid=20028 vsize=14896 CPUtime=0.04
/proc/20032/stat : 20032 (SatELite_releas) R 20028 20028 10114 0 -1 4202496 2373 0 0 0 2 2 0 0 20 0 1 0 1015018282 15253504 2163 4294967295 134512640 135223648 3217733616 3217732568 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20032/statm: 3724 2163 47 174 0 3549 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17308

[startup+0.112047 s]
/proc/loadavg: 0.95 1.01 1.00 2/93 20028
/proc/meminfo: memFree=1192916/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2412 CPUtime=0.01
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 368 647 0 0 0 0 0 1 18 0 1 0 1015018281 2469888 277 4294967295 134512640 135169312 3213536240 3213534776 3085905646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20028/statm: 603 277 235 161 0 42 0
[pid=20032] ppid=20028 vsize=23460 CPUtime=0.11
/proc/20032/stat : 20032 (SatELite_releas) R 20028 20028 10114 0 -1 4202496 4528 0 0 0 7 4 0 0 20 0 1 0 1015018282 24023040 4318 4294967295 134512640 135223648 3217733616 3217732568 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20032/statm: 5865 4319 47 174 0 5690 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25872

[startup+0.312037 s]
/proc/loadavg: 0.95 1.01 1.00 2/93 20028
/proc/meminfo: memFree=1192916/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2412 CPUtime=0.01
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 368 647 0 0 0 0 0 1 18 0 1 0 1015018281 2469888 277 4294967295 134512640 135169312 3213536240 3213534776 3085905646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20028/statm: 603 277 235 161 0 42 0
[pid=20032] ppid=20028 vsize=35776 CPUtime=0.31
/proc/20032/stat : 20032 (SatELite_releas) R 20028 20028 10114 0 -1 4202496 7765 0 0 0 26 5 0 0 21 0 1 0 1015018282 36634624 7351 4294967295 134512640 135223648 3217733616 3217731284 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20032/statm: 8944 7351 72 174 0 8769 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 38188

[startup+0.712017 s]
/proc/loadavg: 0.95 1.01 1.00 2/93 20028
/proc/meminfo: memFree=1192916/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2412 CPUtime=0.01
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 368 647 0 0 0 0 0 1 18 0 1 0 1015018281 2469888 277 4294967295 134512640 135169312 3213536240 3213534776 3085905646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20028/statm: 603 277 235 161 0 42 0
[pid=20032] ppid=20028 vsize=42600 CPUtime=0.71
/proc/20032/stat : 20032 (SatELite_releas) R 20028 20028 10114 0 -1 4202496 9370 0 0 0 66 5 0 0 22 0 1 0 1015018282 43622400 8956 4294967295 134512640 135223648 3217733616 3217731708 134567467 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20032/statm: 10650 8956 73 174 0 10475 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 45012

[startup+1.51199 s]
/proc/loadavg: 0.95 1.01 1.00 2/95 20033
/proc/meminfo: memFree=1154468/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 2416

[startup+3.11191 s]
/proc/loadavg: 0.95 1.01 1.00 2/95 20034
/proc/meminfo: memFree=1174804/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=12720 CPUtime=1.82
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 3007 0 0 0 177 5 0 0 25 0 1 0 1015018410 13025280 2942 4294967295 134512640 135214715 3214302464 3214300928 134528763 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20034/statm: 3180 2942 73 172 0 3007 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 15136

[startup+6.31174 s]
/proc/loadavg: 0.95 1.00 1.00 2/95 20034
/proc/meminfo: memFree=1174308/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=13248 CPUtime=4.98
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 3114 0 0 0 493 5 0 0 25 0 1 0 1015018410 13565952 3049 4294967295 134512640 135214715 3214302464 3214300672 134537308 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 3312 3049 73 172 0 3139 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15664

[startup+12.7114 s]
/proc/loadavg: 0.96 1.00 1.00 2/95 20036
/proc/meminfo: memFree=1173256/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=13776 CPUtime=11.38
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 3265 0 0 0 1133 5 0 0 25 0 1 0 1015018410 14106624 3200 4294967295 134512640 135214715 3214302464 3214300672 134538690 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 3444 3200 73 172 0 3271 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16192

[startup+25.5108 s]
/proc/loadavg: 0.97 1.00 1.00 2/95 20036
/proc/meminfo: memFree=1172732/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=14436 CPUtime=24.18
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 3420 0 0 0 2413 5 0 0 25 0 1 0 1015018410 14782464 3355 4294967295 134512640 135214715 3214302464 3214300672 134538681 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 3609 3355 73 172 0 3436 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16852

[startup+51.1196 s]
/proc/loadavg: 0.98 1.00 1.00 2/95 20222
/proc/meminfo: memFree=1170964/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=15756 CPUtime=49.79
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 3760 0 0 0 4974 5 0 0 25 0 1 0 1015018410 16134144 3695 4294967295 134512640 135214715 3214302464 3214300928 134528634 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 3939 3695 73 172 0 3766 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18172

[startup+102.317 s]
/proc/loadavg: 0.99 1.00 1.00 3/95 20408
/proc/meminfo: memFree=1166584/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=20116 CPUtime=100.99
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 4837 0 0 0 10092 7 0 0 25 0 1 0 1015018410 20598784 4772 4294967295 134512640 135214715 3214302464 3214300928 134528997 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 5029 4772 73 172 0 4856 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 22532

[startup+162.324 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 20599
/proc/meminfo: memFree=1160220/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=26516 CPUtime=161
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 6432 0 0 0 16093 7 0 0 25 0 1 0 1015018410 27152384 6367 4294967295 134512640 135214715 3214302464 3214300928 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 6629 6367 73 172 0 6456 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 28932

[startup+222.321 s]
/proc/loadavg: 0.99 1.00 1.00 3/95 20786
/proc/meminfo: memFree=1154580/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=31672 CPUtime=221
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 7726 0 0 0 22092 8 0 0 25 0 1 0 1015018410 32432128 7661 4294967295 134512640 135214715 3214302464 3214300928 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 7918 7661 73 172 0 7745 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 34088

[startup+282.328 s]
/proc/loadavg: 0.99 1.00 1.00 3/95 20975
/proc/meminfo: memFree=1148928/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=37692 CPUtime=281.01
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 9209 0 0 0 28092 9 0 0 25 0 1 0 1015018410 38596608 9144 4294967295 134512640 135214715 3214302464 3214300928 134528749 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 9423 9144 73 172 0 9250 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 40108

[startup+342.305 s]
/proc/loadavg: 1.06 1.02 1.00 3/95 21169
/proc/meminfo: memFree=1142108/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=44324 CPUtime=340.99
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 10880 0 0 0 34089 10 0 0 25 0 1 0 1015018410 45387776 10815 4294967295 134512640 135214715 3214302464 3214300928 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 11081 10815 73 172 0 10908 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 46740

[startup+402.312 s]

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

[pid=20034] ppid=20028 vsize=57272 CPUtime=461
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 14120 0 0 0 46087 13 0 0 25 0 1 0 1015018410 58646528 14055 4294967295 134512640 135214715 3214302464 3214300672 134537545 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 14318 14055 73 172 0 14145 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 59688

[startup+522.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21731
/proc/meminfo: memFree=1122252/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=63876 CPUtime=521.01
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 15789 0 0 0 52085 16 0 0 25 0 1 0 1015018410 65409024 15724 4294967295 134512640 135214715 3214302464 3214300928 134528579 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 15969 15724 73 172 0 15796 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 66292

[startup+582.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21920
/proc/meminfo: memFree=1119896/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=66828 CPUtime=581.01
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 16460 0 0 0 58085 16 0 0 25 0 1 0 1015018410 68431872 16395 4294967295 134512640 135214715 3214302464 3214300672 134537681 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 16707 16395 73 172 0 16534 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 69244

[startup+642.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22108
/proc/meminfo: memFree=1112844/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=73576 CPUtime=641.02
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 18169 0 0 0 64083 19 0 0 25 0 1 0 1015018410 75341824 18104 4294967295 134512640 135214715 3214302464 3214300856 134720710 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 18394 18104 73 172 0 18221 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 75992

[startup+702.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22294
/proc/meminfo: memFree=1105776/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=80704 CPUtime=701.01
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 19948 0 0 0 70081 20 0 0 25 0 1 0 1015018410 82640896 19883 4294967295 134512640 135214715 3214302464 3214300928 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 20176 19883 73 172 0 20003 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 83120

[startup+762.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22487
/proc/meminfo: memFree=1101832/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=84556 CPUtime=761.02
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 20917 0 0 0 76078 24 0 0 25 0 1 0 1015018410 86585344 20852 4294967295 134512640 135214715 3214302464 3214300928 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 21139 20852 73 172 0 20966 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 86972

[startup+822.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22674
/proc/meminfo: memFree=1097004/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=89444 CPUtime=821.02
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 22109 0 0 0 82078 24 0 0 25 0 1 0 1015018410 91590656 22044 4294967295 134512640 135214715 3214302464 3214300928 134528634 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 22361 22044 73 172 0 22188 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 91860

[startup+882.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22863
/proc/meminfo: memFree=1091540/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=94856 CPUtime=881.03
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 23447 0 0 0 88078 25 0 0 25 0 1 0 1015018410 97132544 23382 4294967295 134512640 135214715 3214302464 3214300928 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 23714 23382 73 172 0 23541 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 97272

[startup+942.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23051
/proc/meminfo: memFree=1086068/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=100308 CPUtime=941.03
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 24812 0 0 0 94078 25 0 0 25 0 1 0 1015018410 102715392 24747 4294967295 134512640 135214715 3214302464 3214300928 134528785 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 25077 24747 73 172 0 24904 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 102724

[startup+1002.32 s]
/proc/loadavg: 1.13 1.03 1.01 2/95 23237
/proc/meminfo: memFree=1080396/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=105984 CPUtime=1001.04
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 26233 0 0 0 100076 28 0 0 25 0 1 0 1015018410 108527616 26168 4294967295 134512640 135214715 3214302464 3214300928 134528579 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 26496 26168 73 172 0 26323 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 108400

[startup+1062.31 s]
/proc/loadavg: 1.05 1.02 1.00 2/95 23426
/proc/meminfo: memFree=1077140/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=109108 CPUtime=1061.03
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 27023 0 0 0 106073 30 0 0 25 0 1 0 1015018410 111726592 26958 4294967295 134512640 135214715 3214302464 3214300928 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 27277 26958 73 172 0 27104 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 111524

[startup+1122.32 s]
/proc/loadavg: 1.02 1.02 1.00 3/95 23617
/proc/meminfo: memFree=1076272/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=110004 CPUtime=1121.04
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 27240 0 0 0 112069 35 0 0 25 0 1 0 1015018410 112644096 27175 4294967295 134512640 135214715 3214302464 3214300928 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 27501 27175 73 172 0 27328 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 112420

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 23806
/proc/meminfo: memFree=1075628/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=110868 CPUtime=1181.03
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 27451 0 0 0 118061 42 0 0 25 0 1 0 1015018410 113528832 27386 4294967295 134512640 135214715 3214302464 3214300672 134537619 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 27717 27386 73 172 0 27544 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 113284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 23806
/proc/meminfo: memFree=1075680/2074464 swapFree=1950884/1959888
[pid=20028] ppid=20026 vsize=2416 CPUtime=1.29
/proc/20028/stat : 20028 (SatELiteGTI) S 20026 20028 10114 0 -1 4194304 387 10579 0 0 0 0 119 10 18 0 1 0 1015018281 2473984 278 4294967295 134512640 135169312 3213536240 3213532456 3085905646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20028/statm: 604 278 235 161 0 43 0
[pid=20034] ppid=20028 vsize=111000 CPUtime=1198.74
/proc/20034/stat : 20034 (minisat_static) R 20028 20028 10114 0 -1 4202496 27505 0 0 0 119832 42 0 0 25 0 1 0 1015018410 113664000 27440 4294967295 134512640 135214715 3214302464 3214300672 134537101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20034/statm: 27750 27440 73 172 0 27577 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 113416

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.04
CPU user time (s): 1199.51
CPU system time (s): 0.53
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 113416

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-16 22:19:34
IDJOB=1821073
IDBENCH=70824
IDSOLVER=660
FILE ID=tipi13/1821073-1242505174
PBS_JOBID=
Free space on /tmp= 7056 MiB

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

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED= 1722430211

Linux tipi13 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.475
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.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
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.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
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.475
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:       1192948 kB
Buffers:         43720 kB
Cached:         744620 kB
SwapCached:       3516 kB
Active:         349664 kB
Inactive:       448104 kB
HighTotal:     1178688 kB
HighFree:       457352 kB
LowTotal:       895776 kB
LowFree:        735596 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            5736 kB
Writeback:           0 kB
AnonPages:        8804 kB
Mapped:           3032 kB
Slab:            74636 kB
PageTables:        424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90600 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 7056 MiB
End job on tipi13 at 2009-05-16 22:39:37