Trace number 1821051

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
APTUSAT 2009-03-22? (TO) 1200.01 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.22	c ==============================================================================
0.22/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.22/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.22/0.22	c ==============================================================================
0.22/0.22	c |         0 |  226528   587013 |   67958       0        0     nan |  0.000 % |
1.02/1.06	c |         0 |  163587   553632 |      --       0       --      -- |     --   | -62941/-33381
1.02/1.06	c ==============================================================================
1.02/1.06	c Result  :   #vars: 28546   #clauses: 163587   #literals: 553632
1.02/1.06	c CPU time:   1.04 s
1.02/1.06	c ==============================================================================
1.22/1.25	This is MiniSat 2.0 beta
1.22/1.25	WARNING: for repeatability, setting FPU to use double precision
1.22/1.26	============================[ Problem Statistics ]=============================
1.22/1.26	|                                                                             |
1.22/1.26	|  Number of variables:  28546                                                |
1.22/1.26	|  Number of clauses:    163587                                               |
1.26/1.37	|  Parsing time:         0.11         s                                       |
1.26/1.38	============================[ Search Statistics ]==============================
1.26/1.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.26/1.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.26/1.38	===============================================================================
1.26/1.38	|         0 |   28546   163587   553632 |    54529        0    nan |  0.000 % |
1.26/1.41	|       100 |   28537   163587   553632 |    59981       93      4 |  0.046 % |
2.32/2.41	|       251 |   28537   163587   553632 |    65980      244     97 |  0.046 % |
3.22/3.29	|       477 |   28533   163478   553306 |    72578      464     62 |  0.046 % |
5.02/5.10	|       815 |   28533   163478   553306 |    79835      802     89 |  0.046 % |
7.72/7.72	|      1321 |   28528   163461   553263 |    87819     1305     73 |  0.074 % |
12.22/12.26	|      2080 |   28522   163397   553070 |    96601     2063     87 |  0.084 % |
18.72/18.72	|      3220 |   28522   163397   553070 |   106261     3203     98 |  0.084 % |
29.22/29.24	|      4928 |   28522   163397   553070 |   116887     4911    102 |  0.084 % |
39.62/39.66	|      7490 |   28522   163397   553070 |   128576     7473     96 |  0.084 % |
53.42/53.42	|     11335 |   28522   163397   553070 |   141434    11318     86 |  0.084 % |
87.32/87.37	|     17101 |   28522   163397   553070 |   155577    17084    107 |  0.084 % |
139.62/139.64	|     25750 |   28522   163397   553070 |   171135    25733    118 |  0.084 % |
223.43/223.45	|     38724 |   28513   163355   552954 |   188248    38702    124 |  0.116 % |
342.73/342.72	|     58185 |   28512   163350   552942 |   207073    58162    128 |  0.119 % |
525.95/525.94	|     87377 |   28512   163350   552942 |   227781    87354    105 |  0.119 % |
868.77/868.71	|    131167 |   28510   163339   552914 |   250559   131143    121 |  0.126 % |
1200.00/1199.92	HOME/SatELiteGTI: line 36: 16562 Terminated              $MS $2 $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-1821051-1242502149/watcher-1821051-1242502149 -o /tmp/evaluation-result-1821051-1242502149/solver-1821051-1242502149 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821051-1242502149.cnf -restarts=1 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 16556
/proc/meminfo: memFree=1420192/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2416 CPUtime=0
/proc/16556/stat : 16556 (SatELiteGTI) R 16554 16556 15108 0 -1 4194304 364 643 0 0 0 0 0 0 25 0 1 0 1014713001 2473984 277 4294967295 134512640 135169312 3216135776 3216134560 134690634 0 0 4 65536 0 0 0 17 1 0 0 0
/proc/16556/statm: 604 277 235 161 0 43 0
[pid=16560] ppid=16556 vsize=784 CPUtime=0
/proc/16560/stat : 16560 (SatELite_releas) R 16556 16556 15108 0 -1 4194304 66 0 0 0 0 0 0 0 18 0 1 0 1014713001 802816 1 4294967295 0 0 3214044258 3216134404 3085887978 0 0 0 0 0 0 0 17 2 0 0 0
/proc/16560/statm: 203 11 8 174 0 28 0

[startup+0.065774 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 16556
/proc/meminfo: memFree=1420192/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2416 CPUtime=0
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1014713001 2473984 277 4294967295 134512640 135169312 3216135776 3216134312 3085885166 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16556/statm: 604 277 235 161 0 43 0
[pid=16560] ppid=16556 vsize=19108 CPUtime=0.07
/proc/16560/stat : 16560 (SatELite_releas) R 16556 16556 15108 0 -1 4202496 3433 0 0 0 5 2 0 0 18 0 1 0 1014713001 19566592 3222 4294967295 134512640 135223648 3214042208 3214040792 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16560/statm: 4777 3224 47 174 0 4602 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21524

[startup+0.115769 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 16556
/proc/meminfo: memFree=1420192/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2416 CPUtime=0
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1014713001 2473984 277 4294967295 134512640 135169312 3216135776 3216134312 3085885166 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16556/statm: 604 277 235 161 0 43 0
[pid=16560] ppid=16556 vsize=23984 CPUtime=0.12
/proc/16560/stat : 16560 (SatELite_releas) R 16556 16556 15108 0 -1 4202496 4682 0 0 0 10 2 0 0 18 0 1 0 1014713001 24559616 4471 4294967295 134512640 135223648 3214042208 3214041160 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16560/statm: 5996 4471 47 174 0 5821 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 26400

[startup+0.315754 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 16556
/proc/meminfo: memFree=1420192/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2416 CPUtime=0
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1014713001 2473984 277 4294967295 134512640 135169312 3216135776 3216134312 3085885166 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16556/statm: 604 277 235 161 0 43 0
[pid=16560] ppid=16556 vsize=36444 CPUtime=0.32
/proc/16560/stat : 16560 (SatELite_releas) R 16556 16556 15108 0 -1 4202496 7928 0 0 0 30 2 0 0 18 0 1 0 1014713001 37318656 7513 4294967295 134512640 135223648 3214042208 3214039876 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16560/statm: 9111 7513 72 174 0 8936 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 38860

[startup+0.715723 s]
/proc/loadavg: 0.92 0.98 0.99 2/91 16556
/proc/meminfo: memFree=1420192/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2416 CPUtime=0
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1014713001 2473984 277 4294967295 134512640 135169312 3216135776 3216134312 3085885166 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16556/statm: 604 277 235 161 0 43 0
[pid=16560] ppid=16556 vsize=42740 CPUtime=0.72
/proc/16560/stat : 16560 (SatELite_releas) R 16556 16556 15108 0 -1 4202496 9396 0 0 0 70 2 0 0 18 0 1 0 1014713001 43765760 8981 4294967295 134512640 135223648 3214042208 3214040224 134586777 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16560/statm: 10685 8981 73 174 0 10510 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 45156

[startup+1.51567 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 16561
/proc/meminfo: memFree=1379984/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2420

[startup+3.11555 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 16562
/proc/meminfo: memFree=1401808/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=12340 CPUtime=1.86
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 2887 0 0 0 184 2 0 0 25 0 1 0 1014713127 12636160 2822 4294967295 134512640 135213731 3219972720 3219970976 134536125 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16562/statm: 3085 2822 73 172 0 2911 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 14760

[startup+6.31531 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 16562
/proc/meminfo: memFree=1400972/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=13000 CPUtime=5.06
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 3071 0 0 0 504 2 0 0 25 0 1 0 1014713127 13312000 3006 4294967295 134512640 135213731 3219972720 3219971200 134529947 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16562/statm: 3250 3006 73 172 0 3076 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 15420

[startup+12.7148 s]
/proc/loadavg: 0.93 0.98 0.99 3/93 16746
/proc/meminfo: memFree=1400156/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=13528 CPUtime=11.46
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 3205 0 0 0 1144 2 0 0 25 0 1 0 1014713127 13852672 3140 4294967295 134512640 135213731 3219972720 3219971200 134529968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16562/statm: 3382 3140 73 172 0 3208 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 15948

[startup+25.5138 s]
/proc/loadavg: 0.95 0.98 0.99 2/93 16747
/proc/meminfo: memFree=1399160/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=14584 CPUtime=24.26
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 3462 0 0 0 2423 3 0 0 25 0 1 0 1014713127 14934016 3397 4294967295 134512640 135213731 3219972720 3219970976 134536971 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16562/statm: 3646 3397 73 172 0 3472 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 17004

[startup+51.1119 s]
/proc/loadavg: 0.96 0.98 0.99 2/93 16750
/proc/meminfo: memFree=1397240/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=16732 CPUtime=49.86
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 3995 0 0 0 4981 5 0 0 25 0 1 0 1014713127 17133568 3930 4294967295 134512640 135213731 3219972720 3219970912 134527064 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16562/statm: 4183 3930 73 172 0 4009 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 19152

[startup+102.318 s]
/proc/loadavg: 0.98 0.98 0.99 2/93 16936
/proc/meminfo: memFree=1391708/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=22036 CPUtime=101.07
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 5309 0 0 0 10102 5 0 0 25 0 1 0 1014713127 22564864 5244 4294967295 134512640 135213731 3219972720 3219970912 134527026 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16562/statm: 5509 5244 73 172 0 5335 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 24456

[startup+162.313 s]
/proc/loadavg: 0.99 0.98 0.99 3/93 17124
/proc/meminfo: memFree=1386708/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=27480 CPUtime=161.06
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 6665 0 0 0 16101 5 0 0 25 0 1 0 1014713127 28139520 6600 4294967295 134512640 135213731 3219972720 3219971200 134529996 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 6870 6600 73 172 0 6696 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 29900

[startup+222.319 s]
/proc/loadavg: 0.99 0.98 0.99 2/93 17316
/proc/meminfo: memFree=1380772/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=32900 CPUtime=221.07
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 8042 0 0 0 22102 5 0 0 25 0 1 0 1014713127 33689600 7977 4294967295 134512640 135213731 3219972720 3219970912 134527353 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 8225 7977 73 172 0 8051 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 35320

[startup+282.314 s]
/proc/loadavg: 0.99 0.98 0.99 2/93 17504
/proc/meminfo: memFree=1375308/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=38524 CPUtime=281.07
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 9417 0 0 0 28098 9 0 0 25 0 1 0 1014713127 39448576 9352 4294967295 134512640 135213731 3219972720 3219971200 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 9631 9352 73 172 0 9457 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 40944

[startup+342.31 s]
/proc/loadavg: 0.99 0.98 0.99 3/93 17695
/proc/meminfo: memFree=1369720/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=44072 CPUtime=341.07
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 10841 0 0 0 34096 11 0 0 25 0 1 0 1014713127 45129728 10776 4294967295 134512640 135213731 3219972720 3219970912 134527341 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 11018 10776 73 172 0 10844 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 46492

[startup+402.315 s]

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

[pid=16562] ppid=16556 vsize=51888 CPUtime=521.09
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 12761 0 0 0 52096 13 0 0 25 0 1 0 1014713127 53133312 12696 4294967295 134512640 135213731 3219972720 3219971200 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 12972 12696 73 172 0 12798 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 54308

[startup+582.321 s]
/proc/loadavg: 0.99 0.98 0.99 2/93 18449
/proc/meminfo: memFree=1357012/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=57132 CPUtime=581.1
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 14023 0 0 0 58097 13 0 0 25 0 1 0 1014713127 58503168 13958 4294967295 134512640 135213731 3219972720 3219971200 134529947 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 14283 13958 73 172 0 14109 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 59552

[startup+642.317 s]
/proc/loadavg: 0.99 0.98 0.99 2/93 18638
/proc/meminfo: memFree=1352904/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=61224 CPUtime=641.1
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 15056 0 0 0 64095 15 0 0 25 0 1 0 1014713127 62693376 14991 4294967295 134512640 135213731 3219972720 3219971200 134530157 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 15306 14991 73 172 0 15132 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 63644

[startup+702.312 s]
/proc/loadavg: 1.04 1.00 1.00 2/93 18824
/proc/meminfo: memFree=1347704/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=66248 CPUtime=701.1
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 16339 0 0 0 70095 15 0 0 25 0 1 0 1014713127 67837952 16274 4294967295 134512640 135213731 3219972720 3219970912 134527026 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 16562 16274 73 172 0 16388 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 68668

[startup+762.317 s]
/proc/loadavg: 1.01 1.00 1.00 3/93 19012
/proc/meminfo: memFree=1342752/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=71000 CPUtime=761.11
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 17539 0 0 0 76093 18 0 0 25 0 1 0 1014713127 72704000 17474 4294967295 134512640 135213731 3219972720 3219970976 134536971 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 17750 17474 73 172 0 17576 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 73420

[startup+822.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 19200
/proc/meminfo: memFree=1337792/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=76204 CPUtime=821.11
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 18837 0 0 0 82091 20 0 0 25 0 1 0 1014713127 78032896 18772 4294967295 134512640 135213731 3219972720 3219970976 134536785 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 19051 18772 73 172 0 18877 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 78624

[startup+882.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 19388
/proc/meminfo: memFree=1332956/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=81152 CPUtime=881.11
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 20083 0 0 0 88089 22 0 0 25 0 1 0 1014713127 83099648 20018 4294967295 134512640 135213731 3219972720 3219971200 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 20288 20018 73 172 0 20114 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 83572

[startup+942.324 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 19581
/proc/meminfo: memFree=1327980/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=86448 CPUtime=941.13
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 21340 0 0 0 94085 28 0 0 25 0 1 0 1014713127 88522752 21275 4294967295 134512640 135213731 3219972720 3219970912 134527306 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 21612 21275 73 172 0 21438 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 88868

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 19767
/proc/meminfo: memFree=1323276/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=91208 CPUtime=1001.12
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 22544 0 0 0 100082 30 0 0 25 0 1 0 1014713127 93396992 22479 4294967295 134512640 135213731 3219972720 3219971200 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 22802 22479 73 172 0 22628 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 93628

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 19955
/proc/meminfo: memFree=1318820/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=95712 CPUtime=1061.13
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 23658 0 0 0 106080 33 0 0 25 0 1 0 1014713127 98009088 23593 4294967295 134512640 135213731 3219972720 3219971200 134530132 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 23928 23593 73 172 0 23754 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 98132

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 20143
/proc/meminfo: memFree=1314852/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=99936 CPUtime=1121.13
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 24725 0 0 0 112079 34 0 0 25 0 1 0 1014713127 102334464 24660 4294967295 134512640 135213731 3219972720 3219971200 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 24984 24660 73 172 0 24810 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 102356

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 20331
/proc/meminfo: memFree=1310388/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=104224 CPUtime=1181.14
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 25805 0 0 0 118077 37 0 0 25 0 1 0 1014713127 106725376 25740 4294967295 134512640 135213731 3219972720 3219971200 134530135 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 26056 25740 73 172 0 25882 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 106644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 20332
/proc/meminfo: memFree=1309148/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=105412 CPUtime=1198.74
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 26114 0 0 0 119837 37 0 0 25 0 1 0 1014713127 107941888 26049 4294967295 134512640 135213731 3219972720 3219970976 134536125 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 26353 26049 73 172 0 26179 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 107832

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/93 20332
/proc/meminfo: memFree=1309148/2074464 swapFree=1952056/1959888
[pid=16556] ppid=16554 vsize=2420 CPUtime=1.26
/proc/16556/stat : 16556 (SatELiteGTI) S 16554 16556 15108 0 -1 4194304 385 10579 0 0 0 0 124 2 18 0 1 0 1014713001 2478080 278 4294967295 134512640 135169312 3216135776 3216131992 3085885166 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16556/statm: 605 278 235 161 0 44 0
[pid=16562] ppid=16556 vsize=105412 CPUtime=1198.74
/proc/16562/stat : 16562 (minisat_static) R 16556 16556 15108 0 -1 4202496 26114 0 0 0 119837 37 0 0 25 0 1 0 1014713127 107941888 26049 4294967295 134512640 135213731 3219972720 3219970976 134536125 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16562/statm: 26353 26049 73 172 0 26179 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 107832

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.01
CPU user time (s): 1199.61
CPU system time (s): 0.4
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 107832

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-16 21:29:09
IDJOB=1821051
IDBENCH=70819
IDSOLVER=662
FILE ID=tipi24/1821051-1242502149
PBS_JOBID=
Free space on /tmp= 9942 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-15.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821051-1242502149/watcher-1821051-1242502149 -o /tmp/evaluation-result-1821051-1242502149/solver-1821051-1242502149 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821051-1242502149.cnf -restarts=1

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

MD5SUM BENCH= c8a05d1e76535706c430a6b42d191d4b
RANDOM SEED= 1256424726

Linux tipi24 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.461
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

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

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.461
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:       1420200 kB
Buffers:         27688 kB
Cached:         544852 kB
SwapCached:       3828 kB
Active:          85556 kB
Inactive:       496476 kB
HighTotal:     1178688 kB
HighFree:       713996 kB
LowTotal:       895776 kB
LowFree:        706204 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            6072 kB
Writeback:           0 kB
AnonPages:        8944 kB
Mapped:           3148 kB
Slab:            62808 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87804 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9942 MiB
End job on tipi24 at 2009-05-16 21:49:09