Trace number 1849547

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/coreUNSAT 105.96 105.953

General information on the benchmark

NameAPPLICATIONS/
bitverif/minand/minand128.cnf
MD5SUM34e3afebec3eaf03cbcceb51b352993a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30
Satisfiable
(Un)Satisfiability was proved
Number of variables53999
Number of clauses159692
Sum of the clauses size372612
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2106460
Number of clauses of size 353230
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.12/0.14	c ==============================================================================
0.12/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.14	c ==============================================================================
0.12/0.14	c |         0 |  159690   372610 |   47906       0        0     nan |  0.000 % |
4.92/5.00	c |         0 |   63910   305867 |      --       0       --      -- |     --   | -95738/-66642
4.92/5.00	c ==============================================================================
4.92/5.00	c Result  :   #vars: 5924   #clauses: 63910   #literals: 305867
4.92/5.00	c CPU time:   4.92 s
4.92/5.00	c ==============================================================================
5.02/5.11	This is MiniSat 2.0 beta
5.02/5.11	WARNING: for repeatability, setting FPU to use double precision
5.02/5.11	============================[ Problem Statistics ]=============================
5.02/5.11	|                                                                             |
5.11/5.11	|  Number of variables:  5924                                                 |
5.11/5.11	|  Number of clauses:    63910                                                |
5.11/5.16	|  Parsing time:         0.04         s                                       |
5.11/5.16	============================[ Search Statistics ]==============================
5.11/5.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.11/5.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.11/5.16	===============================================================================
5.11/5.16	|         0 |    5924    63910   305867 |    21303        0    nan |  0.000 % |
5.11/5.20	|       100 |    5922    63910   305867 |    23433       99     23 |  0.034 % |
5.11/5.21	|       250 |    5922    63910   305867 |    25777      249     18 |  0.034 % |
5.11/5.23	|       475 |    5922    63910   305867 |    28354      474     18 |  0.034 % |
5.11/5.26	|       814 |    5922    63910   305867 |    31190      813     18 |  0.034 % |
5.11/5.29	|      1320 |    5922    63910   305867 |    34309     1319     19 |  0.034 % |
5.11/5.35	|      2079 |    5922    63910   305867 |    37740     2078     19 |  0.034 % |
5.43/5.49	|      3218 |    5921    63893   305779 |    41514     3189     31 |  0.068 % |
5.53/5.61	|      4926 |    5921    63893   305779 |    45665     4897     34 |  0.068 % |
5.93/5.92	|      7488 |    5921    63893   305779 |    50232     7459     34 |  0.068 % |
7.13/7.14	|     11333 |    5920    63876   305691 |    55255    11275     58 |  0.068 % |
9.72/9.80	|     17099 |    5850    63490   304919 |    60780    17024     94 |  1.249 % |
12.72/12.71	|     25748 |    5850    61253   300030 |    66858    25126    118 |  1.249 % |
15.92/15.97	|     38722 |    5850    61253   300030 |    73544    38100    120 |  1.249 % |
23.42/23.46	|     58184 |    5850    61253   300030 |    80899    57562    131 |  1.249 % |
40.52/40.52	|     87379 |    5850    61253   300030 |    88989    22152    158 |  1.249 % |
63.42/63.40	|    131169 |    5850    61253   300030 |    97888    65942    175 |  1.249 % |
105.93/105.93	===============================================================================
105.93/105.93	restarts              : 17
105.93/105.93	conflicts             : 189524         (1883 /sec)
105.93/105.93	decisions             : 517864         (1.79 % random) (5145 /sec)
105.93/105.93	propagations          : 47852116       (475431 /sec)
105.93/105.93	conflict literals     : 32692708       (26.72 % deleted)
105.93/105.93	Memory used           : 90.00 MB
105.93/105.93	CPU time              : 100.65 s
105.93/105.93	
105.93/105.93	UNSATISFIABLE
105.93/105.94	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.00 0.99 2/91 16678
/proc/meminfo: memFree=1820488/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2412 CPUtime=0.01
/proc/16678/stat : 16678 (SatELiteGTI) R 16676 16678 18459 0 -1 4194304 354 646 0 0 1 0 0 0 25 0 1 0 81143024 2469888 277 4294967295 134512640 135169312 3212909408 3212907884 3085563764 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/16678/statm: 603 277 235 161 0 42 0
[pid=16682] ppid=16678 vsize=2412 CPUtime=0
/proc/16682/stat : 16682 (SatELiteGTI) R 16678 16678 18459 0 -1 4194368 56 0 0 0 0 0 0 0 25 0 1 0 81143024 2469888 88 4294967295 134512640 135169312 3212909408 3212907684 3086600017 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16682/statm: 603 95 52 161 0 42 0

[startup+0.081606 s]
/proc/loadavg: 0.92 1.00 0.99 2/91 16678
/proc/meminfo: memFree=1820488/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2412 CPUtime=0.01
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 81143024 2469888 277 4294967295 134512640 135169312 3212909408 3212907944 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16678/statm: 603 277 235 161 0 42 0
[pid=16682] ppid=16678 vsize=15092 CPUtime=0.08
/proc/16682/stat : 16682 (SatELite_releas) R 16678 16678 18459 0 -1 4202496 2974 0 0 0 6 2 0 0 25 0 1 0 81143024 15454208 2910 4294967295 134512640 135223648 3216459440 3216458392 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16682/statm: 3773 2910 46 174 0 3598 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17504

[startup+0.111621 s]
/proc/loadavg: 0.92 1.00 0.99 2/91 16678
/proc/meminfo: memFree=1820488/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2412 CPUtime=0.01
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 81143024 2469888 277 4294967295 134512640 135169312 3212909408 3212907944 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16678/statm: 603 277 235 161 0 42 0
[pid=16682] ppid=16678 vsize=18376 CPUtime=0.11
/proc/16682/stat : 16682 (SatELite_releas) R 16678 16678 18459 0 -1 4202496 3993 0 0 0 9 2 0 0 25 0 1 0 81143024 18817024 3929 4294967295 134512640 135223648 3216459440 3216458392 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16682/statm: 4594 3929 46 174 0 4419 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 20788

[startup+0.31158 s]
/proc/loadavg: 0.92 1.00 0.99 2/91 16678
/proc/meminfo: memFree=1820488/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2412 CPUtime=0.01
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 81143024 2469888 277 4294967295 134512640 135169312 3212909408 3212907944 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16678/statm: 603 277 235 161 0 42 0
[pid=16682] ppid=16678 vsize=24760 CPUtime=0.31
/proc/16682/stat : 16682 (SatELite_releas) R 16678 16678 18459 0 -1 4202496 6050 0 0 0 27 4 0 0 25 0 1 0 81143024 25354240 5568 4294967295 134512640 135223648 3216459440 3216457440 134548278 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16682/statm: 6190 5568 73 174 0 6015 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 27172

[startup+0.711552 s]
/proc/loadavg: 0.92 1.00 0.99 2/91 16678
/proc/meminfo: memFree=1820488/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2412 CPUtime=0.01
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 81143024 2469888 277 4294967295 134512640 135169312 3212909408 3212907944 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16678/statm: 603 277 235 161 0 42 0
[pid=16682] ppid=16678 vsize=25444 CPUtime=0.71
/proc/16682/stat : 16682 (SatELite_releas) R 16678 16678 18459 0 -1 4202496 6215 0 0 0 67 4 0 0 25 0 1 0 81143024 26054656 5733 4294967295 134512640 135223648 3216459440 3216457208 134737406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16682/statm: 6361 5733 73 174 0 6186 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 27856

[startup+1.51149 s]
/proc/loadavg: 0.92 1.00 0.99 5/93 16683
/proc/meminfo: memFree=1793580/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2412 CPUtime=0.01
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 81143024 2469888 277 4294967295 134512640 135169312 3212909408 3212907944 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16678/statm: 603 277 235 161 0 42 0
[pid=16682] ppid=16678 vsize=26780 CPUtime=1.51
/proc/16682/stat : 16682 (SatELite_releas) R 16678 16678 18459 0 -1 4202496 6514 0 0 0 145 6 0 0 25 0 1 0 81143024 27422720 6032 4294967295 134512640 135223648 3216459440 3216457456 134586706 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16682/statm: 6695 6032 73 174 0 6520 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 29192

[startup+3.11147 s]
/proc/loadavg: 0.92 1.00 0.99 3/93 16683
/proc/meminfo: memFree=1787628/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2412 CPUtime=0.01
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 81143024 2469888 277 4294967295 134512640 135169312 3212909408 3212907944 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16678/statm: 603 277 235 161 0 42 0
[pid=16682] ppid=16678 vsize=28856 CPUtime=3.11
/proc/16682/stat : 16682 (SatELite_releas) R 16678 16678 18459 0 -1 4202496 6976 0 0 0 303 8 0 0 25 0 1 0 81143024 29548544 6494 4294967295 134512640 135223648 3216459440 3216457456 134586742 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16682/statm: 7214 6494 73 174 0 7039 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 31268

[startup+6.32115 s]
/proc/loadavg: 0.93 1.00 0.99 3/93 16684
/proc/meminfo: memFree=1795992/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2416 CPUtime=5.11
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 386 8745 0 0 1 0 502 8 18 0 1 0 81143024 2473984 278 4294967295 134512640 135169312 3212909408 3212905624 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16678/statm: 604 278 235 161 0 43 0
[pid=16684] ppid=16678 vsize=7864 CPUtime=1.22
/proc/16684/stat : 16684 (minisat_static) R 16678 16678 18459 0 -1 4202496 1895 0 0 0 120 2 0 0 25 0 1 0 81143535 8052736 1830 4294967295 134512640 135212939 3220826944 3220825120 134529678 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16684/statm: 1966 1830 76 171 0 1794 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 10280

[startup+12.7107 s]
/proc/loadavg: 0.93 1.00 0.99 3/93 16684
/proc/meminfo: memFree=1784704/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2416 CPUtime=5.11
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 386 8745 0 0 1 0 502 8 18 0 1 0 81143024 2473984 278 4294967295 134512640 135169312 3212909408 3212905624 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16678/statm: 604 278 235 161 0 43 0
[pid=16684] ppid=16678 vsize=18696 CPUtime=7.61
/proc/16684/stat : 16684 (minisat_static) R 16678 16678 18459 0 -1 4202496 4598 0 0 0 758 3 0 0 25 0 1 0 81143535 19144704 4533 4294967295 134512640 135212939 3220826944 3220825408 134526800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16684/statm: 4674 4533 76 171 0 4502 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 21112

[startup+25.5098 s]
/proc/loadavg: 0.95 1.00 0.99 3/93 16687
/proc/meminfo: memFree=1762572/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2416 CPUtime=5.11
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 386 8745 0 0 1 0 502 8 18 0 1 0 81143024 2473984 278 4294967295 134512640 135169312 3212909408 3212905624 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16678/statm: 604 278 235 161 0 43 0
[pid=16684] ppid=16678 vsize=39932 CPUtime=20.41
/proc/16684/stat : 16684 (minisat_static) R 16678 16678 18459 0 -1 4202496 9913 0 0 0 2034 7 0 0 25 0 1 0 81143535 40890368 9848 4294967295 134512640 135212939 3220826944 3220825408 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16684/statm: 9983 9848 76 171 0 9811 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 42348

[startup+51.108 s]
/proc/loadavg: 0.96 1.00 0.99 3/93 16687
/proc/meminfo: memFree=1747452/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2416 CPUtime=5.11
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 386 8745 0 0 1 0 502 8 18 0 1 0 81143024 2473984 278 4294967295 134512640 135169312 3212909408 3212905624 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16678/statm: 604 278 235 161 0 43 0
[pid=16684] ppid=16678 vsize=54972 CPUtime=46.01
/proc/16684/stat : 16684 (minisat_static) R 16678 16678 18459 0 -1 4202496 13631 0 0 0 4590 11 0 0 25 0 1 0 81143535 56291328 13566 4294967295 134512640 135212939 3220826944 3220825120 134529669 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16684/statm: 13743 13566 76 171 0 13571 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 57388

[startup+102.324 s]
/proc/loadavg: 1.06 1.02 1.00 3/93 16878
/proc/meminfo: memFree=1709896/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2416 CPUtime=5.11
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 386 8745 0 0 1 0 502 8 18 0 1 0 81143024 2473984 278 4294967295 134512640 135169312 3212909408 3212905624 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16678/statm: 604 278 235 161 0 43 0
[pid=16684] ppid=16678 vsize=92152 CPUtime=97.23
/proc/16684/stat : 16684 (minisat_static) R 16678 16678 18459 0 -1 4202496 22904 0 0 0 9704 19 0 0 25 0 1 0 81143535 94363648 22839 4294967295 134512640 135212939 3220826944 3220825504 134538795 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16684/statm: 23038 22839 76 171 0 22866 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 94568

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

[startup+103.914 s]
/proc/loadavg: 1.06 1.02 1.00 3/93 16878
/proc/meminfo: memFree=1709864/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2416 CPUtime=5.11
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 386 8745 0 0 1 0 502 8 18 0 1 0 81143024 2473984 278 4294967295 134512640 135169312 3212909408 3212905624 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16678/statm: 604 278 235 161 0 43 0
[pid=16684] ppid=16678 vsize=92152 CPUtime=98.82
/proc/16684/stat : 16684 (minisat_static) R 16678 16678 18459 0 -1 4202496 22904 0 0 0 9863 19 0 0 25 0 1 0 81143535 94363648 22839 4294967295 134512640 135212939 3220826944 3220825184 134535802 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16684/statm: 23038 22839 76 171 0 22866 0
Current children cumulated CPU time (s) 103.93
Current children cumulated vsize (KiB) 94568

[startup+104.714 s]
/proc/loadavg: 1.05 1.02 1.00 3/93 16878
/proc/meminfo: memFree=1709864/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2416 CPUtime=5.11
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 386 8745 0 0 1 0 502 8 18 0 1 0 81143024 2473984 278 4294967295 134512640 135169312 3212909408 3212905624 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16678/statm: 604 278 235 161 0 43 0
[pid=16684] ppid=16678 vsize=92152 CPUtime=99.62
/proc/16684/stat : 16684 (minisat_static) R 16678 16678 18459 0 -1 4202496 22904 0 0 0 9943 19 0 0 25 0 1 0 81143535 94363648 22839 4294967295 134512640 135212939 3220826944 3220825408 134527051 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16684/statm: 23038 22839 76 171 0 22866 0
Current children cumulated CPU time (s) 104.73
Current children cumulated vsize (KiB) 94568

[startup+105.514 s]
/proc/loadavg: 1.05 1.02 1.00 3/93 16878
/proc/meminfo: memFree=1709864/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2416 CPUtime=5.11
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 386 8745 0 0 1 0 502 8 18 0 1 0 81143024 2473984 278 4294967295 134512640 135169312 3212909408 3212905624 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16678/statm: 604 278 235 161 0 43 0
[pid=16684] ppid=16678 vsize=92152 CPUtime=100.42
/proc/16684/stat : 16684 (minisat_static) R 16678 16678 18459 0 -1 4202496 22904 0 0 0 10023 19 0 0 25 0 1 0 81143535 94363648 22839 4294967295 134512640 135212939 3220826944 3220825184 134536120 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16684/statm: 23038 22839 76 171 0 22866 0
Current children cumulated CPU time (s) 105.53
Current children cumulated vsize (KiB) 94568

[startup+105.914 s]
/proc/loadavg: 1.05 1.02 1.00 3/93 16878
/proc/meminfo: memFree=1709864/2074464 swapFree=1959864/1959888
[pid=16678] ppid=16676 vsize=2416 CPUtime=5.11
/proc/16678/stat : 16678 (SatELiteGTI) S 16676 16678 18459 0 -1 4194304 386 8745 0 0 1 0 502 8 18 0 1 0 81143024 2473984 278 4294967295 134512640 135169312 3212909408 3212905624 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16678/statm: 604 278 235 161 0 43 0
[pid=16684] ppid=16678 vsize=92152 CPUtime=100.82
/proc/16684/stat : 16684 (minisat_static) R 16678 16678 18459 0 -1 4202496 22904 0 0 0 10063 19 0 0 25 0 1 0 81143535 94363648 22839 4294967295 134512640 135212939 3220826944 3220825208 134530451 0 0 0 3 0 0 0 17 3 0 0 0
/proc/16684/statm: 23038 22839 76 171 0 22866 0
Current children cumulated CPU time (s) 105.93
Current children cumulated vsize (KiB) 94568

Child status: 20
Real time (s): 105.953
CPU time (s): 105.96
CPU user time (s): 105.68
CPU system time (s): 0.28
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 94568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.68
system time used= 0.28
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32321
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= 21
involuntary context switches= 699

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi06 at 2009-06-12 22:06:17
IDJOB=1849547
IDBENCH=70776
IDSOLVER=690
FILE ID=tipi06/1849547-1244837177
PBS_JOBID=
Free space on /tmp= 15529 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/bitverif/minand/minand128.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849547-1244837177/watcher-1849547-1244837177 -o /tmp/evaluation-result-1849547-1244837177/solver-1849547-1244837177 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849547-1244837177.cnf

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

MD5SUM BENCH= 34e3afebec3eaf03cbcceb51b352993a
RANDOM SEED= 2013292924

Linux tipi06 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.76

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1820488 kB
Buffers:         16176 kB
Cached:         172808 kB
SwapCached:         24 kB
Active:          36064 kB
Inactive:       164092 kB
HighTotal:     1178688 kB
HighFree:      1046356 kB
LowTotal:       895776 kB
LowFree:        774132 kB
SwapTotal:     1959888 kB
SwapFree:      1959864 kB
Dirty:            4128 kB
Writeback:           0 kB
AnonPages:       11040 kB
Mapped:           5356 kB
Slab:            45432 kB
PageTables:        552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85604 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15529 MiB
End job on tipi06 at 2009-06-12 22:08:04