Trace number 1821055

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.14

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-16.cnf
MD5SUM3cb14750de2495357cf28b8ab826b9e3
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 variables70139
Number of clauses228634
Sum of the clauses size592458
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 293186
Number of clauses of size 3135319
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 |  227991   590788 |   68397       0        0     nan |  0.000 % |
1.12/1.13	c |         0 |  164401   556548 |      --       0       --      -- |     --   | -63590/-34240
1.12/1.13	c ==============================================================================
1.12/1.13	c Result  :   #vars: 28657   #clauses: 164401   #literals: 556548
1.12/1.13	c CPU time:   1.04 s
1.12/1.13	c ==============================================================================
1.32/1.32	This is MiniSat 2.0 beta with hacks by AVG
1.32/1.32	WARNING: for repeatability, setting FPU to use double precision
1.32/1.33	============================[ Problem Statistics ]=============================
1.32/1.33	|                                                                             |
1.32/1.33	|  Number of variables:  28657                                                |
1.32/1.33	|  Number of clauses:    164401                                               |
1.33/1.46	|  Parsing time:         0.12         s                                       |
1200.09/1200.13	HOME/SatELiteGTI: line 36: 12383 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-1821055-1242502769/watcher-1821055-1242502769 -o /tmp/evaluation-result-1821055-1242502769/solver-1821055-1242502769 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821055-1242502769.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: 1.00 1.00 1.00 2/93 12377
/proc/meminfo: memFree=1196208/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2420 CPUtime=0
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 367 647 0 0 0 0 0 0 18 0 1 0 1014777739 2478080 277 4294967295 134512640 135169312 3212864336 3212862872 3085303534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/12377/statm: 605 277 235 161 0 44 0
[pid=12381] ppid=12377 vsize=952 CPUtime=0
/proc/12381/stat : 12381 (SatELite_releas) R 12377 12377 10114 0 -1 4202496 149 0 0 0 0 0 0 0 18 0 1 0 1014777740 974848 85 4294967295 134512640 135223648 3220609696 3220608576 134543095 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12381/statm: 238 85 45 174 0 63 0

[startup+0.027911 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 12377
/proc/meminfo: memFree=1196208/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2420 CPUtime=0
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 367 647 0 0 0 0 0 0 18 0 1 0 1014777739 2478080 277 4294967295 134512640 135169312 3212864336 3212862872 3085303534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/12377/statm: 605 277 235 161 0 44 0
[pid=12381] ppid=12377 vsize=13328 CPUtime=0.03
/proc/12381/stat : 12381 (SatELite_releas) R 12377 12377 10114 0 -1 4202496 1940 0 0 0 2 1 0 0 18 0 1 0 1014777740 13647872 1730 4294967295 134512640 135223648 3220609696 3220608576 134543108 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12381/statm: 3332 1732 47 174 0 3157 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15748

[startup+0.117906 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 12377
/proc/meminfo: memFree=1196208/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2420 CPUtime=0
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 367 647 0 0 0 0 0 0 18 0 1 0 1014777739 2478080 277 4294967295 134512640 135169312 3212864336 3212862872 3085303534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/12377/statm: 605 277 235 161 0 44 0
[pid=12381] ppid=12377 vsize=23976 CPUtime=0.12
/proc/12381/stat : 12381 (SatELite_releas) R 12377 12377 10114 0 -1 4202496 4662 0 0 0 11 1 0 0 18 0 1 0 1014777740 24551424 4452 4294967295 134512640 135223648 3220609696 3220608280 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12381/statm: 5994 4453 47 174 0 5819 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 26396

[startup+0.317896 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 12377
/proc/meminfo: memFree=1196208/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2420 CPUtime=0
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 367 647 0 0 0 0 0 0 18 0 1 0 1014777739 2478080 277 4294967295 134512640 135169312 3212864336 3212862872 3085303534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/12377/statm: 605 277 235 161 0 44 0
[pid=12381] ppid=12377 vsize=36164 CPUtime=0.32
/proc/12381/stat : 12381 (SatELite_releas) R 12377 12377 10114 0 -1 4202496 7851 0 0 0 27 5 0 0 18 0 1 0 1014777740 37031936 7437 4294967295 134512640 135223648 3220609696 3220607364 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12381/statm: 9041 7437 72 174 0 8866 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 38584

[startup+0.717877 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 12377
/proc/meminfo: memFree=1196208/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2420 CPUtime=0
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 367 647 0 0 0 0 0 0 18 0 1 0 1014777739 2478080 277 4294967295 134512640 135169312 3212864336 3212862872 3085303534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/12377/statm: 605 277 235 161 0 44 0
[pid=12381] ppid=12377 vsize=42856 CPUtime=0.72
/proc/12381/stat : 12381 (SatELite_releas) R 12377 12377 10114 0 -1 4202496 9442 0 0 0 64 8 0 0 18 0 1 0 1014777740 43884544 9028 4294967295 134512640 135223648 3220609696 3220607712 134586914 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12381/statm: 10714 9028 73 174 0 10539 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 45276

[startup+1.51784 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 12382
/proc/meminfo: memFree=1156860/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2424

[startup+3.11776 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 12383
/proc/meminfo: memFree=1177444/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=12752 CPUtime=1.78
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 3010 0 0 0 178 0 0 0 25 0 1 0 1014777872 13058048 2945 4294967295 134512640 135214715 3215144400 3215142864 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12383/statm: 3188 2945 74 172 0 3015 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 15176

[startup+6.3176 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 12383
/proc/meminfo: memFree=1177196/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=12752 CPUtime=4.96
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 3029 0 0 0 496 0 0 0 25 0 1 0 1014777872 13058048 2964 4294967295 134512640 135214715 3215144400 3215142864 134529222 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12383/statm: 3188 2964 74 172 0 3015 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15176

[startup+12.7173 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 12384
/proc/meminfo: memFree=1176144/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=13708 CPUtime=11.33
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 3228 0 0 0 1133 0 0 0 25 0 1 0 1014777872 14036992 3163 4294967295 134512640 135214715 3215144400 3215142864 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12383/statm: 3427 3163 74 172 0 3254 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16132

[startup+25.5167 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 12385
/proc/meminfo: memFree=1175836/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=14632 CPUtime=24.1
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 3463 0 0 0 2409 1 0 0 25 0 1 0 1014777872 14983168 3398 4294967295 134512640 135214715 3215144400 3215142864 134528626 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12383/statm: 3658 3398 74 172 0 3485 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 17056

[startup+51.1154 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 12571
/proc/meminfo: memFree=1174572/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=15708 CPUtime=49.7
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 3725 0 0 0 4969 1 0 0 25 0 1 0 1014777872 16084992 3660 4294967295 134512640 135214715 3215144400 3215142608 134537801 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12383/statm: 3927 3660 74 172 0 3754 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 18132

[startup+102.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 12757
/proc/meminfo: memFree=1168388/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=21672 CPUtime=100.9
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 5221 0 0 0 10088 2 0 0 25 0 1 0 1014777872 22192128 5156 4294967295 134512640 135214715 3215144400 3215142864 134529079 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12383/statm: 5418 5156 74 172 0 5245 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 24096

[startup+162.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 12948
/proc/meminfo: memFree=1161072/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=28436 CPUtime=160.9
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 6933 0 0 0 16086 4 0 0 25 0 1 0 1014777872 29118464 6868 4294967295 134512640 135214715 3215144400 3215142608 134538712 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12383/statm: 7109 6868 74 172 0 6936 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 30860

[startup+222.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 13137
/proc/meminfo: memFree=1153144/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=36308 CPUtime=220.9
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 8890 0 0 0 22082 8 0 0 25 0 1 0 1014777872 37179392 8825 4294967295 134512640 135214715 3215144400 3215142864 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12383/statm: 9077 8825 74 172 0 8904 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 38732

[startup+282.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 13326
/proc/meminfo: memFree=1144828/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=44768 CPUtime=280.91
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 11007 0 0 0 28082 9 0 0 25 0 1 0 1014777872 45842432 10942 4294967295 134512640 135214715 3215144400 3215142864 134528539 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12383/statm: 11192 10942 74 172 0 11019 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 47192

[startup+342.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 13515
/proc/meminfo: memFree=1136240/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=53340 CPUtime=340.91
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 13124 0 0 0 34078 13 0 0 25 0 1 0 1014777872 54620160 13059 4294967295 134512640 135214715 3215144400 3215142864 134528746 0 0 0 3 0 0 0 17 0 0 0 0
/proc/12383/statm: 13335 13059 74 172 0 13162 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 55764

[startup+402.318 s]

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

[pid=12383] ppid=12377 vsize=76764 CPUtime=520.93
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 18979 0 0 0 52070 23 0 0 25 0 1 0 1014777872 78606336 18914 4294967295 134512640 135214715 3215144400 3215142864 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 19191 18914 74 172 0 19018 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 79188

[startup+582.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14271
/proc/meminfo: memFree=1105272/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=84720 CPUtime=580.92
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 20960 0 0 0 58068 24 0 0 25 0 1 0 1014777872 86753280 20895 4294967295 134512640 135214715 3215144400 3215142864 134529050 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 21180 20895 74 172 0 21007 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 87144

[startup+642.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14459
/proc/meminfo: memFree=1097180/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=92668 CPUtime=640.93
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 22954 0 0 0 64067 26 0 0 25 0 1 0 1014777872 94892032 22889 4294967295 134512640 135214715 3215144400 3215142864 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 23167 22889 74 172 0 22994 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 95092

[startup+702.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 14645
/proc/meminfo: memFree=1088656/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=101384 CPUtime=700.93
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 25081 0 0 0 70064 29 0 0 25 0 1 0 1014777872 103817216 25016 4294967295 134512640 135214715 3215144400 3215142864 134528539 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 25346 25016 74 172 0 25173 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 103808

[startup+762.321 s]
/proc/loadavg: 1.12 1.03 1.01 2/95 14833
/proc/meminfo: memFree=1080472/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=109180 CPUtime=760.94
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 27062 0 0 0 76063 31 0 0 25 0 1 0 1014777872 111800320 26997 4294967295 134512640 135214715 3215144400 3215142864 134528812 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 27295 26997 74 172 0 27122 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 111604

[startup+822.318 s]
/proc/loadavg: 1.10 1.04 1.01 3/95 15021
/proc/meminfo: memFree=1072536/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=117364 CPUtime=820.94
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 29111 0 0 0 82059 35 0 0 25 0 1 0 1014777872 120180736 29046 4294967295 134512640 135214715 3215144400 3215137936 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 29341 29046 74 172 0 29168 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 119788

[startup+882.325 s]
/proc/loadavg: 1.04 1.03 1.00 2/95 15214
/proc/meminfo: memFree=1064336/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=125548 CPUtime=880.95
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 31141 0 0 0 88058 37 0 0 25 0 1 0 1014777872 128561152 31076 4294967295 134512640 135214715 3215144400 3215142864 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 31387 31076 74 172 0 31214 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 127972

[startup+942.312 s]
/proc/loadavg: 1.08 1.04 1.00 2/95 15401
/proc/meminfo: memFree=1056864/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=133124 CPUtime=940.94
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 33040 0 0 0 94055 39 0 0 25 0 1 0 1014777872 136318976 32975 4294967295 134512640 135214715 3215144400 3215142864 134528724 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 33281 32975 74 172 0 33108 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 135548

[startup+1002.31 s]
/proc/loadavg: 1.16 1.08 1.02 2/95 15588
/proc/meminfo: memFree=1049472/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=140268 CPUtime=1000.94
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 34858 0 0 0 100055 39 0 0 25 0 1 0 1014777872 143634432 34793 4294967295 134512640 135214715 3215144400 3215142608 134537101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 35067 34793 74 172 0 34894 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 142692

[startup+1062.31 s]
/proc/loadavg: 1.06 1.07 1.01 3/95 15775
/proc/meminfo: memFree=1046480/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=143588 CPUtime=1060.94
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 35577 0 0 0 106054 40 0 0 25 0 1 0 1014777872 147034112 35512 4294967295 134512640 135214715 3215144400 3215142864 134528763 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 35897 35512 74 172 0 35724 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 146012

[startup+1122.31 s]
/proc/loadavg: 1.02 1.05 1.01 3/95 15964
/proc/meminfo: memFree=1044248/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=145456 CPUtime=1120.95
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 36055 0 0 0 112055 40 0 0 25 0 1 0 1014777872 148946944 35990 4294967295 134512640 135214715 3215144400 3215142864 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 36364 35990 74 172 0 36191 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 147880

[startup+1182.31 s]
/proc/loadavg: 1.00 1.04 1.00 3/95 16153
/proc/meminfo: memFree=1042016/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=147724 CPUtime=1180.95
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 36636 0 0 0 118055 40 0 0 25 0 1 0 1014777872 151269376 36571 4294967295 134512640 135214715 3215144400 3215142864 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 36931 36571 74 172 0 36758 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 150148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.12 s]
/proc/loadavg: 1.00 1.04 1.00 3/95 16153
/proc/meminfo: memFree=1041392/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=148480 CPUtime=1198.76
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 36807 0 0 0 119836 40 0 0 25 0 1 0 1014777872 152043520 36742 4294967295 134512640 135214715 3215144400 3215142608 134537619 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 37120 36742 74 172 0 36947 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 150904

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

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

[startup+1200.12 s]
/proc/loadavg: 1.00 1.04 1.00 3/95 16153
/proc/meminfo: memFree=1041392/2074464 swapFree=1950884/1959888
[pid=12377] ppid=12375 vsize=2424 CPUtime=1.33
/proc/12377/stat : 12377 (SatELiteGTI) S 12375 12377 10114 0 -1 4194304 386 10604 0 0 0 0 122 11 18 0 1 0 1014777739 2482176 278 4294967295 134512640 135169312 3212864336 3212860552 3085303534 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12377/statm: 606 278 235 161 0 45 0
[pid=12383] ppid=12377 vsize=148480 CPUtime=1198.76
/proc/12383/stat : 12383 (minisat_static) R 12377 12377 10114 0 -1 4202496 36807 0 0 0 119836 40 0 0 25 0 1 0 1014777872 152043520 36742 4294967295 134512640 135214715 3215144400 3215142608 134537619 0 0 0 3 0 0 0 17 3 0 0 0
/proc/12383/statm: 37120 36742 74 172 0 36947 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 150904

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.14
CPU time (s): 1200.1
CPU user time (s): 1199.58
CPU system time (s): 0.52
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 150904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.58
system time used= 0.52
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47888
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= 1615

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-16 21:39:29
IDJOB=1821055
IDBENCH=70820
IDSOLVER=660
FILE ID=tipi13/1821055-1242502769
PBS_JOBID=
Free space on /tmp= 7056 MiB

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

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

MD5SUM BENCH= 3cb14750de2495357cf28b8ab826b9e3
RANDOM SEED= 1557637364

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:       1196224 kB
Buffers:         43592 kB
Cached:         742100 kB
SwapCached:       3516 kB
Active:         349544 kB
Inactive:       445728 kB
HighTotal:     1178688 kB
HighFree:       460248 kB
LowTotal:       895776 kB
LowFree:        735976 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            5944 kB
Writeback:           0 kB
AnonPages:        8460 kB
Mapped:           3192 kB
Slab:            74432 kB
PageTables:        348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90596 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 21:59:32