Trace number 1820903

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 12.7 12.6857

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor032.cnf
MD5SUM25c7914ccc82f6f574febbd03924feed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.29
Satisfiable
(Un)Satisfiability was proved
Number of variables16239
Number of clauses48332
Sum of the clauses size112772
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 232220
Number of clauses of size 316110
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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   48330   112770 |   14498       0        0     nan |  0.000 % |
0.33/0.38	c |         0 |   26089    88039 |      --       0       --      -- |     --   | -22219/-24678
0.33/0.38	c ==============================================================================
0.33/0.38	c Result  :   #vars: 5259   #clauses: 26089   #literals: 88039
0.33/0.38	c CPU time:   0.34 s
0.33/0.38	c ==============================================================================
0.33/0.41	c This is MiniSat 2.0 beta
0.33/0.41	c WARNING: for repeatability, setting FPU to use double precision
0.33/0.41	c ============================[ Problem Statistics ]=============================
0.33/0.41	c |                                                                             |
0.42/0.41	c |  Number of variables:  5259                                                 |
0.42/0.41	c |  Number of clauses:    26089                                                |
0.42/0.43	c |  Parsing time:         0.01         s                                       |
0.42/0.43	c ============================[ Search Statistics ]==============================
0.42/0.43	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.42/0.43	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.42/0.43	c ===============================================================================
0.42/0.43	c |         0 |    5259    26089    88039 |     8696        0    nan |  0.000 % |
0.42/0.50	c |       512 |    5259    26089    88039 |     8696      512     29 |  0.000 % |
0.42/0.57	c |      1024 |    5259    26089    88039 |     8696     1024     47 |  0.000 % |
0.42/0.62	c |      1537 |    5259    26089    88039 |     8696     1537     44 |  0.000 % |
0.42/0.77	c |      2562 |    5259    26089    88039 |     8696     2562     47 |  0.000 % |
0.42/0.83	c |      3075 |    5259    26089    88039 |     8696     3075     46 |  0.000 % |
0.42/0.91	c |      3588 |    5259    26089    88039 |     8696     3588     46 |  0.000 % |
0.42/1.06	c |      4612 |    5259    26089    88039 |     8696     4612     43 |  0.000 % |
1.33/1.37	c |      6660 |    5259    26089    88039 |     8696     6660     40 |  0.003 % |
1.43/1.49	c |      7172 |    5259    26089    88039 |     8696     7172     40 |  0.000 % |
1.53/1.56	c |      7684 |    5259    26089    88039 |     8696     7684     40 |  0.000 % |
1.73/1.74	c |      8709 |    5259    26089    88039 |     8696     8709     41 |  0.000 % |
1.83/1.83	c |      9221 |    5259    26089    88039 |     8696     8351     39 |  0.000 % |
1.93/1.94	c |      9736 |    5259    26089    88039 |     8696     8866     41 |  0.000 % |
2.13/2.11	c |     10760 |    5259    26089    88039 | 2147483647     9004     41 |  0.000 % |
2.63/2.62	c |     12809 |    5259    26089    88039 | 2147483647    11053     47 |  0.000 % |
3.83/3.83	c |     16908 |    5259    26089    88039 | 2147483647    15152     56 |  0.000 % |
4.03/4.01	c |     17420 |    5259    26089    88039 | 2147483647    15664     57 |  0.000 % |
4.13/4.19	c |     17933 |    5259    26089    88039 | 2147483647    16177     57 |  0.000 % |
4.43/4.48	c |     18957 |    5259    26089    88039 | 2147483647    17201     56 |  0.000 % |
4.54/4.58	c |     19469 |    5259    26089    88039 | 2147483647    17713     56 |  0.000 % |
4.73/4.73	c |     19981 |    5257    26035    87891 | 2147483647    17984     55 |  0.038 % |
5.03/5.06	c |     21007 |    5257    26035    87891 | 2147483647    19010     57 |  0.038 % |
5.64/5.65	c |     23056 |    5257    26035    87891 | 2147483647    21059     57 |  0.038 % |
5.83/5.83	c |     23568 |    5257    26008    87837 | 2147483647    21571     57 |  0.038 % |
6.03/6.02	c |     24080 |    5257    26008    87837 | 2147483647    22083     57 |  0.038 % |
6.33/6.39	c |     25105 |    5257    26008    87837 | 2147483647    23108     57 |  0.038 % |
6.63/6.63	c |     25617 |    5254    26008    87837 | 2147483647    23619     57 |  0.095 % |
6.83/6.86	c |     26130 |    5254    26008    87837 | 2147483647    24132     57 |  0.095 % |
7.33/7.37	c |     27154 |    5254    26008    87837 | 2147483647    25156     58 |  0.095 % |
7.93/7.98	c |     29202 |    5254    25899    87603 | 2147483647    27154     60 |  0.095 % |
9.53/9.57	c |     33298 |    5254    25899    87603 | 2147483647    31250     60 |  0.095 % |
12.63/12.68	c ===============================================================================
12.63/12.68	c restarts              : 32
12.63/12.68	c conflicts             : 40424          (3303 /sec)
12.63/12.68	c decisions             : 184756         (1.39 % random) (15094 /sec)
12.63/12.68	c propagations          : 14677464       (1199139 /sec)
12.63/12.68	c conflict literals     : 2368441        (24.46 % deleted)
12.63/12.68	c Memory used           : 14.89 MB
12.63/12.68	c CPU time              : 12.24 s
12.63/12.68	c 
12.63/12.68	s UNSATISFIABLE
12.63/12.68	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-1820903-1242486157/watcher-1820903-1242486157 -o /tmp/evaluation-result-1820903-1242486157/solver-1820903-1242486157 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820903-1242486157.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.86 0.97 0.99 2/93 29306
/proc/meminfo: memFree=645736/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2416 CPUtime=0.02
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 368 643 0 0 0 0 0 2 18 0 1 0 1013112843 2473984 277 4294967295 134512640 135169312 3218655456 3218653992 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 604 277 235 161 0 43 0
[pid=29310] ppid=29306 vsize=952 CPUtime=0
/proc/29310/stat : 29310 (SatELite_releas) R 29306 29306 14060 0 -1 4202496 119 0 0 0 0 0 0 0 20 0 1 0 1013112843 974848 55 4294967295 134512640 135223648 3220466304 3220465180 134576032 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29310/statm: 238 57 45 174 0 63 0

[startup+0.113092 s]
/proc/loadavg: 0.86 0.97 0.99 2/93 29306
/proc/meminfo: memFree=645736/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2416 CPUtime=0.02
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 368 643 0 0 0 0 0 2 18 0 1 0 1013112843 2473984 277 4294967295 134512640 135169312 3218655456 3218653992 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 604 277 235 161 0 43 0
[pid=29310] ppid=29306 vsize=7872 CPUtime=0.11
/proc/29310/stat : 29310 (SatELite_releas) R 29306 29306 14060 0 -1 4202496 1921 0 0 0 8 3 0 0 20 0 1 0 1013112843 8060928 1761 4294967295 134512640 135223648 3220466304 3220464080 134585390 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29310/statm: 1968 1761 73 174 0 1793 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10288

[startup+0.213083 s]
/proc/loadavg: 0.86 0.97 0.99 2/93 29306
/proc/meminfo: memFree=645736/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2416 CPUtime=0.02
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 368 643 0 0 0 0 0 2 18 0 1 0 1013112843 2473984 277 4294967295 134512640 135169312 3218655456 3218653992 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 604 277 235 161 0 43 0
[pid=29310] ppid=29306 vsize=8348 CPUtime=0.21
/proc/29310/stat : 29310 (SatELite_releas) R 29306 29306 14060 0 -1 4202496 2016 0 0 0 18 3 0 0 21 0 1 0 1013112843 8548352 1856 4294967295 134512640 135223648 3220466304 3220464180 134724259 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29310/statm: 2087 1856 73 174 0 1912 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10764

[startup+0.313073 s]
/proc/loadavg: 0.86 0.97 0.99 2/93 29306
/proc/meminfo: memFree=645736/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2416 CPUtime=0.02
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 368 643 0 0 0 0 0 2 18 0 1 0 1013112843 2473984 277 4294967295 134512640 135169312 3218655456 3218653992 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 604 277 235 161 0 43 0
[pid=29310] ppid=29306 vsize=8496 CPUtime=0.31
/proc/29310/stat : 29310 (SatELite_releas) R 29306 29306 14060 0 -1 4202496 2054 0 0 0 28 3 0 0 21 0 1 0 1013112843 8699904 1894 4294967295 134512640 135223648 3220466304 3220464400 134595815 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29310/statm: 2124 1894 73 174 0 1949 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10912

[startup+0.713038 s]
/proc/loadavg: 0.86 0.97 0.99 2/93 29306
/proc/meminfo: memFree=645736/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2420 CPUtime=0.42
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 387 2869 0 0 0 0 37 5 15 0 1 0 1013112843 2478080 278 4294967295 134512640 135169312 3218655456 3218651672 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2420

[startup+1.51297 s]
/proc/loadavg: 0.86 0.97 0.99 3/95 29315
/proc/meminfo: memFree=640900/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2420 CPUtime=0.42
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 387 2869 0 0 0 0 37 5 15 0 1 0 1013112843 2478080 278 4294967295 134512640 135169312 3218655456 3218651672 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 605 278 235 161 0 44 0
[pid=29314] ppid=29306 vsize=4940 CPUtime=1.11
/proc/29314/stat : 29314 (minisat_static) R 29306 29306 14060 0 -1 4202496 1060 0 0 0 109 2 0 0 20 0 1 0 1013112884 5058560 995 4294967295 134512640 135216591 3214644576 3214642768 134529240 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29314/statm: 1235 995 75 172 0 1062 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 7360

[startup+3.11283 s]
/proc/loadavg: 0.86 0.97 0.99 2/95 29315
/proc/meminfo: memFree=639784/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2420 CPUtime=0.42
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 387 2869 0 0 0 0 37 5 15 0 1 0 1013112843 2478080 278 4294967295 134512640 135169312 3218655456 3218651672 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 605 278 235 161 0 44 0
[pid=29314] ppid=29306 vsize=6788 CPUtime=2.71
/proc/29314/stat : 29314 (minisat_static) R 29306 29306 14060 0 -1 4202496 1507 0 0 0 269 2 0 0 25 0 1 0 1013112884 6950912 1442 4294967295 134512640 135216591 3214644576 3214642768 134529243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29314/statm: 1697 1442 75 172 0 1524 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 9208

[startup+6.31255 s]
/proc/loadavg: 0.87 0.97 0.99 2/95 29315
/proc/meminfo: memFree=636072/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2420 CPUtime=0.42
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 387 2869 0 0 0 0 37 5 15 0 1 0 1013112843 2478080 278 4294967295 134512640 135169312 3218655456 3218651672 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 605 278 235 161 0 44 0
[pid=29314] ppid=29306 vsize=10028 CPUtime=5.91
/proc/29314/stat : 29314 (minisat_static) R 29306 29306 14060 0 -1 4202496 2326 0 0 0 589 2 0 0 25 0 1 0 1013112884 10268672 2261 4294967295 134512640 135216591 3214644576 3214642768 134528962 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29314/statm: 2507 2261 75 172 0 2334 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 12448

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

[startup+6.41254 s]
/proc/loadavg: 0.87 0.97 0.99 2/95 29315
/proc/meminfo: memFree=636072/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2420 CPUtime=0.42
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 387 2869 0 0 0 0 37 5 15 0 1 0 1013112843 2478080 278 4294967295 134512640 135169312 3218655456 3218651672 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 605 278 235 161 0 44 0
[pid=29314] ppid=29306 vsize=10160 CPUtime=6.01
/proc/29314/stat : 29314 (minisat_static) R 29306 29306 14060 0 -1 4202496 2350 0 0 0 599 2 0 0 25 0 1 0 1013112884 10403840 2285 4294967295 134512640 135216591 3214644576 3214642768 134528944 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29314/statm: 2540 2285 75 172 0 2367 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 12580

[startup+9.61227 s]
/proc/loadavg: 0.87 0.97 0.99 2/95 29315
/proc/meminfo: memFree=633152/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2420 CPUtime=0.42
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 387 2869 0 0 0 0 37 5 15 0 1 0 1013112843 2478080 278 4294967295 134512640 135169312 3218655456 3218651672 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 605 278 235 161 0 44 0
[pid=29314] ppid=29306 vsize=12984 CPUtime=9.21
/proc/29314/stat : 29314 (minisat_static) R 29306 29306 14060 0 -1 4202496 3046 0 0 0 918 3 0 0 25 0 1 0 1013112884 13295616 2981 4294967295 134512640 135216591 3214644576 3214642576 134527399 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29314/statm: 3246 2981 75 172 0 3073 0
Current children cumulated CPU time (s) 9.63
Current children cumulated vsize (KiB) 15404

[startup+11.2121 s]
/proc/loadavg: 0.88 0.97 0.99 2/95 29315
/proc/meminfo: memFree=631044/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2420 CPUtime=0.42
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 387 2869 0 0 0 0 37 5 15 0 1 0 1013112843 2478080 278 4294967295 134512640 135169312 3218655456 3218651672 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 605 278 235 161 0 44 0
[pid=29314] ppid=29306 vsize=14308 CPUtime=10.81
/proc/29314/stat : 29314 (minisat_static) R 29306 29306 14060 0 -1 4202496 3357 0 0 0 1078 3 0 0 25 0 1 0 1013112884 14651392 3292 4294967295 134512640 135216591 3214644576 3214642768 134528842 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29314/statm: 3577 3292 75 172 0 3404 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 16728

[startup+12.0121 s]
/proc/loadavg: 0.88 0.97 0.99 2/95 29315
/proc/meminfo: memFree=631044/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2420 CPUtime=0.42
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 387 2869 0 0 0 0 37 5 15 0 1 0 1013112843 2478080 278 4294967295 134512640 135169312 3218655456 3218651672 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 605 278 235 161 0 44 0
[pid=29314] ppid=29306 vsize=14840 CPUtime=11.61
/proc/29314/stat : 29314 (minisat_static) R 29306 29306 14060 0 -1 4202496 3511 0 0 0 1158 3 0 0 25 0 1 0 1013112884 15196160 3446 4294967295 134512640 135216591 3214644576 3214642768 134528962 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29314/statm: 3710 3446 75 172 0 3537 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 17260

[startup+12.412 s]
/proc/loadavg: 0.88 0.97 0.99 2/95 29315
/proc/meminfo: memFree=630332/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2420 CPUtime=0.42
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 387 2869 0 0 0 0 37 5 15 0 1 0 1013112843 2478080 278 4294967295 134512640 135169312 3218655456 3218651672 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 605 278 235 161 0 44 0
[pid=29314] ppid=29306 vsize=15108 CPUtime=12.01
/proc/29314/stat : 29314 (minisat_static) R 29306 29306 14060 0 -1 4202496 3560 0 0 0 1198 3 0 0 25 0 1 0 1013112884 15470592 3495 4294967295 134512640 135216591 3214644576 3214642768 134528894 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29314/statm: 3777 3495 75 172 0 3604 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 17528

[startup+12.612 s]
/proc/loadavg: 0.88 0.97 0.99 2/95 29315
/proc/meminfo: memFree=630332/2074464 swapFree=1949056/1959888
[pid=29306] ppid=29304 vsize=2420 CPUtime=0.42
/proc/29306/stat : 29306 (SatELiteGTI) S 29304 29306 14060 0 -1 4194304 387 2869 0 0 0 0 37 5 15 0 1 0 1013112843 2478080 278 4294967295 134512640 135169312 3218655456 3218651672 3085303534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29306/statm: 605 278 235 161 0 44 0
[pid=29314] ppid=29306 vsize=15244 CPUtime=12.21
/proc/29314/stat : 29314 (minisat_static) R 29306 29306 14060 0 -1 4202496 3598 0 0 0 1218 3 0 0 25 0 1 0 1013112884 15609856 3533 4294967295 134512640 135216591 3214644576 3214642768 134528962 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29314/statm: 3811 3533 75 172 0 3638 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 17664

Child status: 20
Real time (s): 12.6857
CPU time (s): 12.7
CPU user time (s): 12.61
CPU system time (s): 0.09
CPU usage (%): 100.112
Max. virtual memory (cumulated for all children) (KiB): 17664

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-16 17:02:37
IDJOB=1820903
IDBENCH=70768
IDSOLVER=658
FILE ID=tipi27/1820903-1242486157
PBS_JOBID=
Free space on /tmp= 9232 MiB

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

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

MD5SUM BENCH= 25c7914ccc82f6f574febbd03924feed
RANDOM SEED= 957661291

Linux tipi27 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.389
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.389
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.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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.389
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        645860 kB
Buffers:         60412 kB
Cached:        1241960 kB
SwapCached:       5508 kB
Active:         660224 kB
Inactive:       652056 kB
HighTotal:     1178688 kB
HighFree:       361700 kB
LowTotal:       895776 kB
LowFree:        284160 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:            2436 kB
Writeback:           0 kB
AnonPages:        9092 kB
Mapped:           3484 kB
Slab:           107036 kB
PageTables:        520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90624 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9232 MiB
End job on tipi27 at 2009-05-16 17:02:50