Trace number 1820885

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
minisat_cumr r-2009-03-18UNSAT 19.8 19.8463

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand032.cnf
MD5SUM49dda3faa6676166ee2ccb89f6cd8ca0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.78
Satisfiable
(Un)Satisfiability was proved
Number of variables10794
Number of clauses31997
Sum of the clauses size74657
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 221330
Number of clauses of size 310665
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.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   31995    74655 |    9598       0        0     nan |  0.000 % |
0.31/0.32	c |         0 |   13910    56174 |      --       0       --      -- |     --   | -18063/-18428
0.31/0.32	c ==============================================================================
0.31/0.32	c Result  :   #vars: 1871   #clauses: 13910   #literals: 56174
0.31/0.32	c CPU time:   0.32 s
0.31/0.32	c ==============================================================================
0.31/0.34	c This is MiniSat 2.0 beta
0.31/0.34	c WARNING: for repeatability, setting FPU to use double precision
0.31/0.34	c ============================[ Problem Statistics ]=============================
0.31/0.34	c |                                                                             |
0.31/0.35	c |  Number of variables:  1871                                                 |
0.31/0.35	c |  Number of clauses:    13910                                                |
0.31/0.36	c |  Parsing time:         0.01         s                                       |
0.31/0.36	c ============================[ Search Statistics ]==============================
0.31/0.36	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.31/0.36	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.31/0.36	c ===============================================================================
0.31/0.36	c |         0 |    1871    13910    56174 |     4636        0    nan |  0.000 % |
0.31/0.39	c |       512 |    1871    13910    56174 |     4636      512     31 |  0.000 % |
0.34/0.43	c |      1024 |    1871    13910    56174 |     4636     1024     40 |  0.000 % |
0.34/0.47	c |      1536 |    1870    13878    56110 |     4636     1535     42 |  0.054 % |
0.34/0.56	c |      2562 |    1870    13878    56110 |     4636     2561     47 |  0.053 % |
0.34/0.59	c |      3075 |    1870    13878    56110 |     4636     3074     46 |  0.053 % |
0.34/0.63	c |      3587 |    1870    13878    56110 |     4636     3586     51 |  0.053 % |
0.34/0.73	c |      4611 |    1869    13845    56043 |     4636     4608     50 |  0.107 % |
0.34/0.98	c |      6669 |    1869    13845    56043 |     4636     4665     74 |  0.107 % |
1.01/1.05	c |      7182 |    1869    13845    56043 |     4636     4712     79 |  0.107 % |
1.01/1.11	c |      7695 |    1869    13845    56043 |     4636     4754     82 |  0.107 % |
1.21/1.26	c |      8719 |    1869    13845    56043 |     4636     4819     94 |  0.107 % |
1.31/1.35	c |      9233 |    1869    13845    56043 |     4636     4852     96 |  0.107 % |
1.41/1.43	c |      9745 |    1869    13845    56043 |     4636     4399     85 |  0.107 % |
1.51/1.52	c |     10771 |    1869    13845    56043 | 2147483647     5425     81 |  0.107 % |
1.91/1.95	c |     12825 |    1869    13845    56043 | 2147483647     7479     94 |  0.107 % |
2.90/2.98	c |     16921 |    1869    13845    56043 | 2147483647    11575    116 |  0.107 % |
3.10/3.13	c |     17433 |    1869    13845    56043 | 2147483647    12087    119 |  0.107 % |
3.20/3.26	c |     17947 |    1869    13845    56043 | 2147483647    12601    121 |  0.107 % |
3.50/3.57	c |     18975 |    1869    13845    56043 | 2147483647    13629    123 |  0.107 % |
3.70/3.71	c |     19487 |    1869    13845    56043 | 2147483647    14141    124 |  0.107 % |
3.80/3.82	c |     20000 |    1869    13845    56043 | 2147483647    14654    124 |  0.107 % |
4.00/4.06	c |     21024 |    1869    13845    56043 | 2147483647    15678    125 |  0.107 % |
4.70/4.74	c |     23072 |    1869    13845    56043 | 2147483647    17726    131 |  0.107 % |
4.90/4.93	c |     23586 |    1868    13812    55976 | 2147483647    18238    131 |  0.160 % |
5.10/5.13	c |     24102 |    1868    13812    55976 | 2147483647    18754    132 |  0.160 % |
5.51/5.55	c |     25127 |    1868    13812    55976 | 2147483647    19779    135 |  0.160 % |
5.80/5.83	c |     25639 |    1868    13812    55976 | 2147483647    20291    137 |  0.160 % |
6.00/6.10	c |     26153 |    1868    13812    55976 | 2147483647    20805    139 |  0.160 % |
6.40/6.49	c |     27185 |    1868    13812    55976 | 2147483647    21837    139 |  0.160 % |
7.50/7.52	c |     29233 |    1868    13812    55976 | 2147483647    23885    141 |  0.160 % |
9.70/9.74	c |     33330 |    1868    13812    55976 |    24656    23191    150 |  0.160 % |
12.77/12.82	c |     41522 |    1868    13812    55976 |    23576    19756    120 |  0.160 % |
12.97/13.04	c |     42036 |    1868    13812    55976 |    23576    20270    120 |  0.160 % |
13.07/13.18	c |     42548 |    1868    13812    55976 |    23576    20782    121 |  0.160 % |
13.57/13.62	c |     43572 |    1868    13812    55976 |    23576    21806    120 |  0.160 % |
13.67/13.76	c |     44087 |    1868    13812    55976 |    23576    22321    119 |  0.160 % |
13.77/13.89	c |     44601 |    1868    13812    55976 |    23576    22835    118 |  0.160 % |
14.07/14.17	c |     45628 |    1868    13812    55976 |    23576    18898    102 |  0.160 % |
14.47/14.57	c |     47676 |    1868    13812    55976 |    23576    20946     98 |  0.160 % |
14.67/14.71	c |     48196 |    1868    13812    55976 |    23576    21466     97 |  0.160 % |
14.77/14.84	c |     48712 |    1868    13812    55976 |    23576    21982     97 |  0.160 % |
14.97/15.06	c |     49737 |    1868    13812    55976 |    23576    23007     96 |  0.160 % |
15.07/15.18	c |     50249 |    1868    13812    55976 |    23270    23519     95 |  0.160 % |
15.17/15.30	c |     50765 |    1868    13812    55976 |    23270    19287     83 |  0.160 % |
15.47/15.59	c |     51789 |    1868    13812    55976 |    23270    20311     82 |  0.160 % |
16.07/16.17	c |     53837 |    1868    13812    55976 |    23270    22359     84 |  0.160 % |
17.17/17.24	c |     57933 |    1868    13812    55976 |    23270    22141     78 |  0.160 % |
17.27/17.39	c |     58446 |    1868    13812    55976 |    23270    22654     79 |  0.160 % |
17.47/17.57	c |     58958 |    1868    13812    55976 |    23270    23166     79 |  0.160 % |
17.77/17.85	c |     59983 |    1868    13812    55976 |    23270    19967     74 |  0.160 % |
17.87/17.97	c |     60496 |    1868    13812    55976 |    19996    16868     76 |  0.160 % |
18.07/18.12	c |     61008 |    1868    13812    55976 |    19996    17380     76 |  0.160 % |
18.27/18.39	c |     62036 |    1868    13812    55976 |    19996    18408     77 |  0.160 % |
18.97/19.04	c |     64084 |    1868    13812    55976 |    19996    16795     75 |  0.160 % |
19.17/19.20	c |     64601 |    1868    13812    55976 |    19996    17312     75 |  0.160 % |
19.27/19.35	c |     65113 |    1868    13812    55976 |    19996    17824     74 |  0.160 % |
19.47/19.59	c |     66137 |    1868    13812    55976 |    19996    18848     72 |  0.160 % |
19.57/19.70	c |     66650 |    1868    13812    55976 |    19996    19361     71 |  0.160 % |
19.67/19.80	c |     67164 |    1868    13812    55976 |    19996    19875     70 |  0.161 % |
19.78/19.84	c ===============================================================================
19.78/19.84	c restarts              : 60
19.78/19.84	c conflicts             : 67213          (3463 /sec)
19.78/19.84	c decisions             : 196898         (1.53 % random) (10144 /sec)
19.78/19.84	c propagations          : 9542856        (491646 /sec)
19.78/19.84	c conflict literals     : 7339373        (30.40 % deleted)
19.78/19.84	c Memory used           : 18.89 MB
19.78/19.84	c CPU time              : 19.41 s
19.78/19.84	c 
19.78/19.84	s UNSATISFIABLE
19.78/19.84	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-1820885-1242484854/watcher-1820885-1242484854 -o /tmp/evaluation-result-1820885-1242484854/solver-1820885-1242484854 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820885-1242484854.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.96 0.99 0.99 2/93 32124
/proc/meminfo: memFree=1150232/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2412 CPUtime=0
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1012986427 2469888 277 4294967295 134512640 135169312 3215187344 3215185880 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32124/statm: 603 277 235 161 0 42 0
[pid=32128] ppid=32124 vsize=952 CPUtime=0
/proc/32128/stat : 32128 (SatELite_releas) R 32124 32124 20977 0 -1 4202496 113 0 0 0 0 0 0 0 25 0 1 0 1012986427 974848 49 4294967295 134512640 135223648 3219454352 3219453264 134693872 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32128/statm: 238 49 40 174 0 63 0

[startup+0.0399 s]
/proc/loadavg: 0.96 0.99 0.99 2/93 32124
/proc/meminfo: memFree=1150232/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2412 CPUtime=0
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1012986427 2469888 277 4294967295 134512640 135169312 3215187344 3215185880 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32124/statm: 603 277 235 161 0 42 0
[pid=32128] ppid=32124 vsize=5844 CPUtime=0.04
/proc/32128/stat : 32128 (SatELite_releas) R 32124 32124 20977 0 -1 4202496 1306 0 0 0 4 0 0 0 25 0 1 0 1012986427 5984256 1206 4294967295 134512640 135223648 3219454352 3219452368 134586777 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32128/statm: 1461 1206 73 174 0 1286 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8256

[startup+0.109892 s]
/proc/loadavg: 0.96 0.99 0.99 2/93 32124
/proc/meminfo: memFree=1150232/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2412 CPUtime=0
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1012986427 2469888 277 4294967295 134512640 135169312 3215187344 3215185880 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32124/statm: 603 277 235 161 0 42 0
[pid=32128] ppid=32124 vsize=6120 CPUtime=0.11
/proc/32128/stat : 32128 (SatELite_releas) R 32124 32124 20977 0 -1 4202496 1341 0 0 0 11 0 0 0 25 0 1 0 1012986427 6266880 1241 4294967295 134512640 135223648 3219454352 3219452352 134548489 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32128/statm: 1530 1241 73 174 0 1355 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8532

[startup+0.309872 s]
/proc/loadavg: 0.96 0.99 0.99 2/93 32124
/proc/meminfo: memFree=1150232/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2412 CPUtime=0
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1012986427 2469888 277 4294967295 134512640 135169312 3215187344 3215185880 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32124/statm: 603 277 235 161 0 42 0
[pid=32128] ppid=32124 vsize=6592 CPUtime=0.31
/proc/32128/stat : 32128 (SatELite_releas) R 32124 32124 20977 0 -1 4202496 1479 0 0 0 31 0 0 0 25 0 1 0 1012986427 6750208 1379 4294967295 134512640 135223648 3219454352 3219452368 134587057 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32128/statm: 1648 1379 73 174 0 1473 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9004

[startup+0.709833 s]
/proc/loadavg: 0.96 0.99 0.99 2/93 32124
/proc/meminfo: memFree=1150232/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2416 CPUtime=0.34
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 387 2221 0 0 0 0 34 0 22 0 1 0 1012986427 2473984 278 4294967295 134512640 135169312 3215187344 3215183560 3085479662 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32124/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 2416

[startup+1.50975 s]
/proc/loadavg: 0.96 0.99 0.99 2/95 32130
/proc/meminfo: memFree=1144868/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2416 CPUtime=0.34
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 387 2221 0 0 0 0 34 0 22 0 1 0 1012986427 2473984 278 4294967295 134512640 135169312 3215187344 3215183560 3085479662 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32124/statm: 604 278 235 161 0 43 0
[pid=32130] ppid=32124 vsize=4968 CPUtime=1.17
/proc/32130/stat : 32130 (minisat_static) R 32124 32124 20977 0 -1 4202496 997 0 0 0 116 1 0 0 25 0 1 0 1012986462 5087232 931 4294967295 134512640 135216591 3218002064 3218000240 134525825 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32130/statm: 1242 931 75 172 0 1069 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 7384

[startup+3.1096 s]
/proc/loadavg: 0.96 0.99 0.99 3/95 32130
/proc/meminfo: memFree=1142884/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2416 CPUtime=0.34
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 387 2221 0 0 0 0 34 0 22 0 1 0 1012986427 2473984 278 4294967295 134512640 135169312 3215187344 3215183560 3085479662 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32124/statm: 604 278 235 161 0 43 0
[pid=32130] ppid=32124 vsize=8928 CPUtime=2.76
/proc/32130/stat : 32130 (minisat_static) R 32124 32124 20977 0 -1 4202496 2000 0 0 0 274 2 0 0 25 0 1 0 1012986462 9142272 1934 4294967295 134512640 135216591 3218002064 3218000256 134528948 0 0 0 3 0 0 0 17 3 0 0 0
/proc/32130/statm: 2232 1934 75 172 0 2059 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 11344

[startup+6.30928 s]
/proc/loadavg: 0.96 0.99 0.99 3/95 32132
/proc/meminfo: memFree=1135940/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2416 CPUtime=0.34
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 387 2221 0 0 0 0 34 0 22 0 1 0 1012986427 2473984 278 4294967295 134512640 135169312 3215187344 3215183560 3085479662 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32124/statm: 604 278 235 161 0 43 0
[pid=32130] ppid=32124 vsize=15488 CPUtime=5.96
/proc/32130/stat : 32130 (minisat_static) R 32124 32124 20977 0 -1 4202496 3634 0 0 0 592 4 0 0 25 0 1 0 1012986462 15859712 3568 4294967295 134512640 135216591 3218002064 3218000256 134528905 0 0 0 3 0 0 0 17 3 0 0 0
/proc/32130/statm: 3872 3568 75 172 0 3699 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 17904

[startup+12.7087 s]
/proc/loadavg: 0.97 0.99 0.99 3/95 32132
/proc/meminfo: memFree=1130672/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2416 CPUtime=0.34
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 387 2221 0 0 0 0 34 0 22 0 1 0 1012986427 2473984 278 4294967295 134512640 135169312 3215187344 3215183560 3085479662 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32124/statm: 604 278 235 161 0 43 0
[pid=32130] ppid=32124 vsize=19336 CPUtime=12.33
/proc/32130/stat : 32130 (minisat_static) R 32124 32124 20977 0 -1 4202496 4592 0 0 0 1228 5 0 0 25 0 1 0 1012986462 19800064 4526 4294967295 134512640 135216591 3218002064 3218000256 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/32130/statm: 4834 4526 75 172 0 4661 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 21752

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

[startup+15.9083 s]
/proc/loadavg: 0.97 0.99 0.99 3/95 32132
/proc/meminfo: memFree=1130672/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2416 CPUtime=0.34
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 387 2221 0 0 0 0 34 0 22 0 1 0 1012986427 2473984 278 4294967295 134512640 135169312 3215187344 3215183560 3085479662 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32124/statm: 604 278 235 161 0 43 0
[pid=32130] ppid=32124 vsize=19336 CPUtime=15.53
/proc/32130/stat : 32130 (minisat_static) R 32124 32124 20977 0 -1 4202496 4594 0 0 0 1548 5 0 0 25 0 1 0 1012986462 19800064 4528 4294967295 134512640 135216591 3218002064 3218000256 134528784 0 0 0 3 0 0 0 17 3 0 0 0
/proc/32130/statm: 4834 4528 75 172 0 4661 0
Current children cumulated CPU time (s) 15.87
Current children cumulated vsize (KiB) 21752

[startup+17.5082 s]
/proc/loadavg: 0.97 0.99 0.99 3/95 32132
/proc/meminfo: memFree=1130704/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2416 CPUtime=0.34
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 387 2221 0 0 0 0 34 0 22 0 1 0 1012986427 2473984 278 4294967295 134512640 135169312 3215187344 3215183560 3085479662 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32124/statm: 604 278 235 161 0 43 0
[pid=32130] ppid=32124 vsize=19336 CPUtime=17.13
/proc/32130/stat : 32130 (minisat_static) R 32124 32124 20977 0 -1 4202496 4594 0 0 0 1708 5 0 0 25 0 1 0 1012986462 19800064 4528 4294967295 134512640 135216591 3218002064 3218000256 134528962 0 0 0 3 0 0 0 17 3 0 0 0
/proc/32130/statm: 4834 4528 75 172 0 4661 0
Current children cumulated CPU time (s) 17.47
Current children cumulated vsize (KiB) 21752

[startup+19.108 s]
/proc/loadavg: 0.97 0.99 0.99 3/95 32132
/proc/meminfo: memFree=1130704/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2416 CPUtime=0.34
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 387 2221 0 0 0 0 34 0 22 0 1 0 1012986427 2473984 278 4294967295 134512640 135169312 3215187344 3215183560 3085479662 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32124/statm: 604 278 235 161 0 43 0
[pid=32130] ppid=32124 vsize=19336 CPUtime=18.73
/proc/32130/stat : 32130 (minisat_static) R 32124 32124 20977 0 -1 4202496 4594 0 0 0 1868 5 0 0 25 0 1 0 1012986462 19800064 4528 4294967295 134512640 135216591 3218002064 3217999968 134533116 0 0 0 3 0 0 0 17 3 0 0 0
/proc/32130/statm: 4834 4528 75 172 0 4661 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 21752

[startup+19.508 s]
/proc/loadavg: 0.97 0.99 0.99 3/95 32132
/proc/meminfo: memFree=1130704/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2416 CPUtime=0.34
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 387 2221 0 0 0 0 34 0 22 0 1 0 1012986427 2473984 278 4294967295 134512640 135169312 3215187344 3215183560 3085479662 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32124/statm: 604 278 235 161 0 43 0
[pid=32130] ppid=32124 vsize=19336 CPUtime=19.13
/proc/32130/stat : 32130 (minisat_static) R 32124 32124 20977 0 -1 4202496 4594 0 0 0 1908 5 0 0 25 0 1 0 1012986462 19800064 4528 4294967295 134512640 135216591 3218002064 3218000256 134528962 0 0 0 3 0 0 0 17 3 0 0 0
/proc/32130/statm: 4834 4528 75 172 0 4661 0
Current children cumulated CPU time (s) 19.47
Current children cumulated vsize (KiB) 21752

[startup+19.708 s]
/proc/loadavg: 0.97 0.99 0.99 3/95 32132
/proc/meminfo: memFree=1130704/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2416 CPUtime=0.34
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 387 2221 0 0 0 0 34 0 22 0 1 0 1012986427 2473984 278 4294967295 134512640 135169312 3215187344 3215183560 3085479662 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32124/statm: 604 278 235 161 0 43 0
[pid=32130] ppid=32124 vsize=19336 CPUtime=19.33
/proc/32130/stat : 32130 (minisat_static) R 32124 32124 20977 0 -1 4202496 4594 0 0 0 1928 5 0 0 25 0 1 0 1012986462 19800064 4528 4294967295 134512640 135216591 3218002064 3218000256 134528944 0 0 0 3 0 0 0 17 3 0 0 0
/proc/32130/statm: 4834 4528 75 172 0 4661 0
Current children cumulated CPU time (s) 19.67
Current children cumulated vsize (KiB) 21752

[startup+19.818 s]
/proc/loadavg: 0.97 0.99 0.99 3/95 32132
/proc/meminfo: memFree=1130704/2074464 swapFree=1951864/1959888
[pid=32124] ppid=32122 vsize=2416 CPUtime=0.34
/proc/32124/stat : 32124 (SatELiteGTI) S 32122 32124 20977 0 -1 4194304 387 2221 0 0 0 0 34 0 22 0 1 0 1012986427 2473984 278 4294967295 134512640 135169312 3215187344 3215183560 3085479662 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32124/statm: 604 278 235 161 0 43 0
[pid=32130] ppid=32124 vsize=19336 CPUtime=19.44
/proc/32130/stat : 32130 (minisat_static) R 32124 32124 20977 0 -1 4202496 4594 0 0 0 1939 5 0 0 25 0 1 0 1012986462 19800064 4528 4294967295 134512640 135216591 3218002064 3218000256 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/32130/statm: 4834 4528 75 172 0 4661 0
Current children cumulated CPU time (s) 19.78
Current children cumulated vsize (KiB) 21752

Child status: 20
Real time (s): 19.8463
CPU time (s): 19.8
CPU user time (s): 19.75
CPU system time (s): 0.05
CPU usage (%): 99.7668
Max. virtual memory (cumulated for all children) (KiB): 21752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.75
system time used= 0.05
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7486
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= 22
involuntary context switches= 1191

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-16 16:40:54
IDJOB=1820885
IDBENCH=70759
IDSOLVER=658
FILE ID=tipi10/1820885-1242484854
PBS_JOBID=
Free space on /tmp= 4320 MiB

SOLVER NAME= minisat_cumr r-2009-03-18
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand032.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820885-1242484854/watcher-1820885-1242484854 -o /tmp/evaluation-result-1820885-1242484854/solver-1820885-1242484854 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820885-1242484854.cnf

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

MD5SUM BENCH= 49dda3faa6676166ee2ccb89f6cd8ca0
RANDOM SEED= 2114939968

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

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
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.367
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.367
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:       1150232 kB
Buffers:         19772 kB
Cached:         798572 kB
SwapCached:       2724 kB
Active:         431788 kB
Inactive:       396580 kB
HighTotal:     1178688 kB
HighFree:       525060 kB
LowTotal:       895776 kB
LowFree:        625172 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            2184 kB
Writeback:           0 kB
AnonPages:        9188 kB
Mapped:           3184 kB
Slab:            86996 kB
PageTables:        572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90588 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4320 MiB
End job on tipi10 at 2009-05-16 16:41:14