Trace number 1849518

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
minisat2 070721/core? (TO) 1200.03 1199.93

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-15.cnf
MD5SUMc8a05d1e76535706c430a6b42d191d4b
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 variables69695
Number of clauses227171
Sum of the clauses size588683
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292572
Number of clauses of size 3134470
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 |  226528   587013 |   67958       0        0     nan |  0.000 % |
1.13/1.13	c |         0 |  163587   553632 |      --       0       --      -- |     --   | -62941/-33381
1.13/1.13	c ==============================================================================
1.13/1.13	c Result  :   #vars: 28546   #clauses: 163587   #literals: 553632
1.13/1.13	c CPU time:   1.08 s
1.13/1.13	c ==============================================================================
1.32/1.33	This is MiniSat 2.0 beta
1.32/1.33	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:  28546                                                |
1.32/1.33	|  Number of clauses:    163587                                               |
1.34/1.45	|  Parsing time:         0.11         s                                       |
1.34/1.46	============================[ Search Statistics ]==============================
1.34/1.46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.34/1.46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.34/1.46	===============================================================================
1.34/1.46	|         0 |   28546   163587   553632 |    54529        0    nan |  0.000 % |
1.34/1.53	|       100 |   28540   163587   553632 |    59981       94      9 |  0.032 % |
2.12/2.13	|       251 |   28539   163587   553632 |    65980      245     75 |  0.032 % |
2.23/2.23	|       476 |   28536   163509   553402 |    72578      458     45 |  0.035 % |
2.23/2.25	|       813 |   28536   163509   553402 |    79835      795     28 |  0.035 % |
2.23/2.28	|      1319 |   28536   163509   553402 |    87819     1301     20 |  0.035 % |
2.32/2.36	|      2078 |   28536   163509   553402 |    96601     2060     16 |  0.035 % |
5.53/5.52	|      3217 |   28536   163509   553402 |   106261     3199     17 |  0.035 % |
12.32/12.33	|      4926 |   28536   163509   553402 |   116887     4908     43 |  0.035 % |
16.82/16.87	|      7488 |   28526   163429   553167 |   128576     7465     52 |  0.070 % |
38.73/38.75	|     11332 |   28519   163392   553058 |   141434    11304     48 |  0.095 % |
71.23/71.22	|     17098 |   28519   163382   553033 |   155577    17070     78 |  0.095 % |
116.93/117.00	|     25747 |   28519   163382   553033 |   171135    25719    102 |  0.095 % |
166.44/166.49	|     38721 |   28519   163382   553033 |   188248    38693     77 |  0.095 % |
293.25/293.22	|     58182 |   28512   163344   552929 |   207073    58141     97 |  0.119 % |
487.46/487.48	|     87374 |   28507   163327   552885 |   227781    87331    101 |  0.137 % |
734.08/734.05	|    131165 |   28507   163322   552873 |   250559   131122    100 |  0.137 % |
1200.02/1199.92	HOME/SatELiteGTI: line 36:  1934 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-1849518-1244832228/watcher-1849518-1244832228 -o /tmp/evaluation-result-1849518-1244832228/solver-1849518-1244832228 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849518-1244832228.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.07 1.03 1.00 2/94 1928
/proc/meminfo: memFree=1009448/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2412 CPUtime=0.01
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 368 647 0 0 1 0 0 0 18 0 1 0 80643801 2469888 277 4294967295 134512640 135169312 3213683744 3213682280 3085659886 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1928/statm: 603 277 235 161 0 42 0
[pid=1932] ppid=1928 vsize=952 CPUtime=0
/proc/1932/stat : 1932 (SatELite_releas) R 1928 1928 19205 0 -1 4202496 123 0 0 0 0 0 0 0 20 0 1 0 80643802 974848 59 4294967295 134512640 135223648 3221115680 3221114276 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1932/statm: 238 62 45 174 0 63 0

[startup+0.070796 s]
/proc/loadavg: 1.07 1.03 1.00 2/94 1928
/proc/meminfo: memFree=1009448/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2412 CPUtime=0.01
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 368 647 0 0 1 0 0 0 18 0 1 0 80643801 2469888 277 4294967295 134512640 135169312 3213683744 3213682280 3085659886 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1928/statm: 603 277 235 161 0 42 0
[pid=1932] ppid=1928 vsize=19240 CPUtime=0.07
/proc/1932/stat : 1932 (SatELite_releas) R 1928 1928 19205 0 -1 4202496 3465 0 0 0 6 1 0 0 21 0 1 0 80643802 19701760 3255 4294967295 134512640 135223648 3221115680 3221114264 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1932/statm: 4810 3256 47 174 0 4635 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21652

[startup+0.110794 s]
/proc/loadavg: 1.07 1.03 1.00 2/94 1928
/proc/meminfo: memFree=1009448/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2412 CPUtime=0.01
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 368 647 0 0 1 0 0 0 18 0 1 0 80643801 2469888 277 4294967295 134512640 135169312 3213683744 3213682280 3085659886 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1928/statm: 603 277 235 161 0 42 0
[pid=1932] ppid=1928 vsize=23060 CPUtime=0.11
/proc/1932/stat : 1932 (SatELite_releas) R 1928 1928 19205 0 -1 4202496 4427 0 0 0 10 1 0 0 21 0 1 0 80643802 23613440 4217 4294967295 134512640 135223648 3221115680 3221114632 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1932/statm: 5765 4217 47 174 0 5590 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25472

[startup+0.310776 s]
/proc/loadavg: 1.07 1.03 1.00 2/94 1928
/proc/meminfo: memFree=1009448/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2412 CPUtime=0.01
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 368 647 0 0 1 0 0 0 18 0 1 0 80643801 2469888 277 4294967295 134512640 135169312 3213683744 3213682280 3085659886 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1928/statm: 603 277 235 161 0 42 0
[pid=1932] ppid=1928 vsize=35652 CPUtime=0.31
/proc/1932/stat : 1932 (SatELite_releas) R 1928 1928 19205 0 -1 4202496 7707 0 0 0 29 2 0 0 21 0 1 0 80643802 36507648 7293 4294967295 134512640 135223648 3221115680 3221113348 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1932/statm: 8913 7293 72 174 0 8738 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 38064

[startup+0.710743 s]
/proc/loadavg: 1.07 1.03 1.00 2/94 1928
/proc/meminfo: memFree=1009448/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2412 CPUtime=0.01
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 368 647 0 0 1 0 0 0 18 0 1 0 80643801 2469888 277 4294967295 134512640 135169312 3213683744 3213682280 3085659886 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1928/statm: 603 277 235 161 0 42 0
[pid=1932] ppid=1928 vsize=42476 CPUtime=0.71
/proc/1932/stat : 1932 (SatELite_releas) R 1928 1928 19205 0 -1 4202496 9336 0 0 0 67 4 0 0 22 0 1 0 80643802 43495424 8922 4294967295 134512640 135223648 3221115680 3221113632 134669928 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1932/statm: 10619 8922 73 174 0 10444 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 44888

[startup+1.51068 s]
/proc/loadavg: 1.07 1.03 1.00 3/96 1933
/proc/meminfo: memFree=969736/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 2416

[startup+3.11054 s]
/proc/loadavg: 1.07 1.03 1.00 3/96 1934
/proc/meminfo: memFree=990692/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=12852 CPUtime=1.78
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 3024 0 0 0 177 1 0 0 25 0 1 0 80643935 13160448 2959 4294967295 134512640 135212939 3218534672 3218533136 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 3213 2959 76 171 0 3041 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 15268

[startup+6.31027 s]
/proc/loadavg: 1.06 1.03 1.00 3/96 1934
/proc/meminfo: memFree=990196/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=13116 CPUtime=4.98
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 3090 0 0 0 497 1 0 0 25 0 1 0 80643935 13430784 3025 4294967295 134512640 135212939 3218534672 3218533136 134527119 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 3279 3025 76 171 0 3107 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 15532

[startup+12.7097 s]
/proc/loadavg: 1.06 1.03 1.00 3/96 1934
/proc/meminfo: memFree=989524/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=13784 CPUtime=11.38
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 3278 0 0 0 1136 2 0 0 25 0 1 0 80643935 14114816 3213 4294967295 134512640 135212939 3218534672 3218533136 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 3446 3213 76 171 0 3274 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 16200

[startup+25.5187 s]
/proc/loadavg: 1.04 1.03 1.00 3/96 1941
/proc/meminfo: memFree=988192/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=14708 CPUtime=24.19
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 3503 0 0 0 2416 3 0 0 25 0 1 0 80643935 15060992 3438 4294967295 134512640 135212939 3218534672 3218532912 134536028 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 3677 3438 76 171 0 3505 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 17124

[startup+51.1165 s]
/proc/loadavg: 1.08 1.04 1.00 2/96 2127
/proc/meminfo: memFree=986180/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=16472 CPUtime=49.79
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 3943 0 0 0 4973 6 0 0 25 0 1 0 80643935 16867328 3878 4294967295 134512640 135212939 3218534672 3218532912 134535725 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 4118 3878 76 171 0 3946 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 18888

[startup+102.322 s]
/proc/loadavg: 1.04 1.03 1.00 3/96 2132
/proc/meminfo: memFree=980956/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=21912 CPUtime=101
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 5303 0 0 0 10092 8 0 0 25 0 1 0 80643935 22437888 5238 4294967295 134512640 135212939 3218534672 3218532848 134529366 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 5478 5238 76 171 0 5306 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 24328

[startup+162.317 s]
/proc/loadavg: 1.01 1.02 1.00 2/96 2320
/proc/meminfo: memFree=977028/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=25772 CPUtime=161
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 6240 0 0 0 16091 9 0 0 25 0 1 0 80643935 26390528 6175 4294967295 134512640 135212939 3218534672 3218533136 134526647 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 6443 6175 76 171 0 6271 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 28188

[startup+222.322 s]
/proc/loadavg: 1.00 1.02 1.00 3/96 2511
/proc/meminfo: memFree=971896/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=30604 CPUtime=221.01
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 7461 0 0 0 22091 10 0 0 25 0 1 0 80643935 31338496 7396 4294967295 134512640 135212939 3218534672 3218532912 134536630 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 7651 7396 76 171 0 7479 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 33020

[startup+282.317 s]
/proc/loadavg: 1.00 1.01 1.00 2/96 2702
/proc/meminfo: memFree=966300/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=36280 CPUtime=281.01
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 8864 0 0 0 28091 10 0 0 25 0 1 0 80643935 37150720 8799 4294967295 134512640 135212939 3218534672 3218533136 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 9070 8799 76 171 0 8898 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 38696

[startup+342.312 s]
/proc/loadavg: 1.00 1.01 1.00 2/96 2897
/proc/meminfo: memFree=963836/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=38796 CPUtime=341.01
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 9483 0 0 0 34090 11 0 0 25 0 1 0 80643935 39727104 9418 4294967295 134512640 135212939 3218534672 3218533136 134526627 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 9699 9418 76 171 0 9527 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 41212

[startup+402.317 s]

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

[pid=1934] ppid=1928 vsize=51524 CPUtime=521.03
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 12691 0 0 0 52085 18 0 0 25 0 1 0 80643935 52760576 12626 4294967295 134512640 135212939 3218534672 3218532912 134536594 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 12881 12626 76 171 0 12709 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 53940

[startup+582.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 3677
/proc/meminfo: memFree=946964/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=56192 CPUtime=581.03
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 13821 0 0 0 58081 22 0 0 25 0 1 0 80643935 57540608 13756 4294967295 134512640 135212939 3218534672 3218533136 134526757 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 14048 13756 76 171 0 13876 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 58608

[startup+642.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 3884
/proc/meminfo: memFree=940804/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=62144 CPUtime=641.04
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 15307 0 0 0 64079 25 0 0 25 0 1 0 80643935 63635456 15242 4294967295 134512640 135212939 3218534672 3218532848 134529392 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 15536 15242 76 171 0 15364 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 64560

[startup+702.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 4082
/proc/meminfo: memFree=935928/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=67176 CPUtime=701.04
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 16577 0 0 0 70079 25 0 0 25 0 1 0 80643935 68788224 16512 4294967295 134512640 135212939 3218534672 3218533136 134526762 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 16794 16512 76 171 0 16622 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 69592

[startup+762.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 4270
/proc/meminfo: memFree=931272/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=71692 CPUtime=761.05
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 17726 0 0 0 76078 27 0 0 25 0 1 0 80643935 73412608 17661 4294967295 134512640 135212939 3218534672 3218533136 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 17923 17661 76 171 0 17751 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 74108

[startup+822.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 4465
/proc/meminfo: memFree=927148/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=76336 CPUtime=821.05
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 18829 0 0 0 82076 29 0 0 25 0 1 0 80643935 78168064 18764 4294967295 134512640 135212939 3218534672 3218532912 134536022 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 19084 18764 76 171 0 18912 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 78752

[startup+882.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 4656
/proc/meminfo: memFree=922404/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=80732 CPUtime=881.06
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 19926 0 0 0 88077 29 0 0 25 0 1 0 80643935 82669568 19861 4294967295 134512640 135212939 3218534672 3218532912 134535725 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 20183 19861 76 171 0 20011 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 83148

[startup+942.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 4844
/proc/meminfo: memFree=918004/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=85056 CPUtime=941.06
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 21005 0 0 0 94072 34 0 0 25 0 1 0 80643935 87097344 20940 4294967295 134512640 135212939 3218534672 3218533136 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 21264 20940 76 171 0 21092 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 87472

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 5035
/proc/meminfo: memFree=913956/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=89160 CPUtime=1001.07
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 22058 0 0 0 100069 38 0 0 25 0 1 0 80643935 91299840 21993 4294967295 134512640 135212939 3218534672 3218533136 134526878 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 22290 21993 76 171 0 22118 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 91576

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 5223
/proc/meminfo: memFree=910020/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=93120 CPUtime=1061.07
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 23050 0 0 0 106066 41 0 0 25 0 1 0 80643935 95354880 22985 4294967295 134512640 135212939 3218534672 3218532848 134529673 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 23280 22985 76 171 0 23108 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 95536

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 5414
/proc/meminfo: memFree=905976/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=97256 CPUtime=1121.07
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 24086 0 0 0 112063 44 0 0 25 0 1 0 80643935 99590144 24021 4294967295 134512640 135212939 3218534672 3218533136 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 24314 24021 76 171 0 24142 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 99672

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 5609
/proc/meminfo: memFree=901448/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=101512 CPUtime=1181.08
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 25129 0 0 0 118064 44 0 0 25 0 1 0 80643935 103948288 25064 4294967295 134512640 135212939 3218534672 3218533136 134526661 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 25378 25064 76 171 0 25206 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 103928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 5794
/proc/meminfo: memFree=899988/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=102700 CPUtime=1198.68
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 25448 0 0 0 119823 45 0 0 25 0 1 0 80643935 105164800 25383 4294967295 134512640 135212939 3218534672 3218532848 134529615 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 25675 25383 76 171 0 25503 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 105116

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

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

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 5794
/proc/meminfo: memFree=899988/2074464 swapFree=1959888/1959888
[pid=1928] ppid=1926 vsize=2416 CPUtime=1.34
/proc/1928/stat : 1928 (SatELiteGTI) S 1926 1928 19205 0 -1 4194304 387 10582 0 0 1 0 127 6 18 0 1 0 80643801 2473984 278 4294967295 134512640 135169312 3213683744 3213679960 3085659886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1928/statm: 604 278 235 161 0 43 0
[pid=1934] ppid=1928 vsize=102700 CPUtime=1198.68
/proc/1934/stat : 1934 (minisat_static) R 1928 1928 19205 0 -1 4202496 25448 0 0 0 119823 45 0 0 25 0 1 0 80643935 105164800 25383 4294967295 134512640 135212939 3218534672 3218532848 134529615 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1934/statm: 25675 25383 76 171 0 25503 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 105116

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.03
CPU user time (s): 1199.51
CPU system time (s): 0.52
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 105116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.51
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= 36693
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= 1707

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi09 at 2009-06-12 20:43:48
IDJOB=1849518
IDBENCH=70819
IDSOLVER=690
FILE ID=tipi09/1849518-1244832228
PBS_JOBID=
Free space on /tmp= 15244 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-15.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849518-1244832228/watcher-1849518-1244832228 -o /tmp/evaluation-result-1849518-1244832228/solver-1849518-1244832228 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849518-1244832228.cnf

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

MD5SUM BENCH= c8a05d1e76535706c430a6b42d191d4b
RANDOM SEED= 166357963

Linux tipi09 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.365
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.38

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1009820 kB
Buffers:         70928 kB
Cached:         865588 kB
SwapCached:          0 kB
Active:         316220 kB
Inactive:       632608 kB
HighTotal:     1178688 kB
HighFree:       418928 kB
LowTotal:       895776 kB
LowFree:        590892 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:            5964 kB
Writeback:           0 kB
AnonPages:       12404 kB
Mapped:           6604 kB
Slab:           107684 kB
PageTables:        528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90996 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15244 MiB
End job on tipi09 at 2009-06-12 21:03:49