Trace number 1849552

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 22.3 22.3009

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.31/0.38	c |         0 |   26089    88039 |      --       0       --      -- |     --   | -22219/-24678
0.31/0.38	c ==============================================================================
0.31/0.38	c Result  :   #vars: 5259   #clauses: 26089   #literals: 88039
0.31/0.38	c CPU time:   0.34 s
0.31/0.38	c ==============================================================================
0.41/0.41	This is MiniSat 2.0 beta
0.41/0.41	WARNING: for repeatability, setting FPU to use double precision
0.41/0.41	============================[ Problem Statistics ]=============================
0.41/0.41	|                                                                             |
0.41/0.41	|  Number of variables:  5259                                                 |
0.41/0.41	|  Number of clauses:    26089                                                |
0.41/0.43	|  Parsing time:         0.02         s                                       |
0.41/0.43	============================[ Search Statistics ]==============================
0.41/0.43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.41/0.43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.41/0.43	===============================================================================
0.41/0.43	|         0 |    5259    26089    88039 |     8696        0    nan |  0.000 % |
0.41/0.44	|       100 |    5259    26089    88039 |     9565      100     13 |  0.000 % |
0.41/0.46	|       251 |    5259    26089    88039 |    10522      251     20 |  0.000 % |
0.41/0.50	|       481 |    5259    26089    88039 |    11574      481     35 |  0.000 % |
0.41/0.54	|       820 |    5259    26089    88039 |    12732      820     35 |  0.000 % |
0.41/0.60	|      1326 |    5259    26089    88039 |    14005     1326     41 |  0.000 % |
0.41/0.72	|      2085 |    5259    26089    88039 |    15406     2085     46 |  0.000 % |
0.41/0.89	|      3224 |    5259    26089    88039 |    16946     3224     49 |  0.000 % |
1.01/1.09	|      4934 |    5259    26089    88039 |    18641     4934     46 |  0.000 % |
1.51/1.60	|      7496 |    5259    26089    88039 |    20505     7496     53 |  0.000 % |
2.31/2.38	|     11341 |    5259    26089    88039 |    22556    11341     57 |  0.000 % |
4.21/4.25	|     17108 |    5259    26089    88039 |    24811    17108     69 |  0.000 % |
8.61/8.63	|     25758 |    5259    26089    88039 |    27292    12967     77 |  0.000 % |
13.71/13.75	|     38732 |    5259    26089    88039 |    30022    25941     70 |  0.000 % |
22.21/22.29	===============================================================================
22.21/22.29	restarts              : 14
22.21/22.29	conflicts             : 57205          (2619 /sec)
22.21/22.29	decisions             : 231150         (1.40 % random) (10584 /sec)
22.21/22.29	propagations          : 21013175       (962142 /sec)
22.21/22.29	conflict literals     : 3745290        (29.04 % deleted)
22.21/22.29	Memory used           : 14.33 MB
22.21/22.29	CPU time              : 21.84 s
22.21/22.29	
22.21/22.29	UNSATISFIABLE
22.21/22.29	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-1849552-1244838282/watcher-1849552-1244838282 -o /tmp/evaluation-result-1849552-1244838282/solver-1849552-1244838282 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849552-1244838282.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 0.98 0.99 2/94 21409
/proc/meminfo: memFree=971764/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2412 CPUtime=0
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 81249113 2469888 276 4294967295 134512640 135169312 3212911456 3212909992 3085881070 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21409/statm: 603 276 235 161 0 42 0
[pid=21413] ppid=21409 vsize=956 CPUtime=0
/proc/21413/stat : 21413 (SatELite_releas) R 21409 21409 19205 0 -1 4202496 133 0 0 0 0 0 0 0 25 0 1 0 81249113 978944 69 4294967295 134512640 135223648 3214865712 3214864280 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21413/statm: 239 72 46 174 0 64 0

[startup+0.077927 s]
/proc/loadavg: 0.92 0.98 0.99 2/94 21409
/proc/meminfo: memFree=971764/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2412 CPUtime=0
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 81249113 2469888 276 4294967295 134512640 135169312 3212911456 3212909992 3085881070 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21409/statm: 603 276 235 161 0 42 0
[pid=21413] ppid=21409 vsize=7876 CPUtime=0.08
/proc/21413/stat : 21413 (SatELite_releas) R 21409 21409 19205 0 -1 4202496 1911 0 0 0 5 3 0 0 25 0 1 0 81249113 8065024 1751 4294967295 134512640 135223648 3214865712 3214863480 134737406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21413/statm: 1969 1751 73 174 0 1794 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10288

[startup+0.107924 s]
/proc/loadavg: 0.92 0.98 0.99 2/94 21409
/proc/meminfo: memFree=971764/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2412 CPUtime=0
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 81249113 2469888 276 4294967295 134512640 135169312 3212911456 3212909992 3085881070 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21409/statm: 603 276 235 161 0 42 0
[pid=21413] ppid=21409 vsize=7876 CPUtime=0.11
/proc/21413/stat : 21413 (SatELite_releas) R 21409 21409 19205 0 -1 4202496 1922 0 0 0 8 3 0 0 25 0 1 0 81249113 8065024 1762 4294967295 134512640 135223648 3214865712 3214863728 134586759 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21413/statm: 1969 1762 73 174 0 1794 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10288

[startup+0.307909 s]
/proc/loadavg: 0.92 0.98 0.99 2/94 21409
/proc/meminfo: memFree=971764/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2412 CPUtime=0
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 81249113 2469888 276 4294967295 134512640 135169312 3212911456 3212909992 3085881070 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21409/statm: 603 276 235 161 0 42 0
[pid=21413] ppid=21409 vsize=8500 CPUtime=0.31
/proc/21413/stat : 21413 (SatELite_releas) R 21409 21409 19205 0 -1 4202496 2055 0 0 0 27 4 0 0 25 0 1 0 81249113 8704000 1895 4294967295 134512640 135223648 3214865712 3214863808 134598465 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21413/statm: 2125 1895 73 174 0 1950 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10912

[startup+0.707874 s]
/proc/loadavg: 0.92 0.98 0.99 2/94 21409
/proc/meminfo: memFree=971764/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2416 CPUtime=0.41
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 386 2872 0 0 0 0 36 5 21 0 1 0 81249113 2473984 277 4294967295 134512640 135169312 3212911456 3212907672 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21409/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 2416

[startup+1.50781 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 21416
/proc/meminfo: memFree=966392/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2416 CPUtime=0.41
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 386 2872 0 0 0 0 36 5 21 0 1 0 81249113 2473984 277 4294967295 134512640 135169312 3212911456 3212907672 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21409/statm: 604 277 235 161 0 43 0
[pid=21416] ppid=21409 vsize=5308 CPUtime=1.1
/proc/21416/stat : 21416 (minisat_static) R 21409 21409 19205 0 -1 4202496 1133 0 0 0 110 0 0 0 25 0 1 0 81249154 5435392 1068 4294967295 134512640 135212939 3216734048 3216732512 134526608 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21416/statm: 1327 1068 76 171 0 1155 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 7724

[startup+3.10767 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 21416
/proc/meminfo: memFree=964532/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2416 CPUtime=0.41
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 386 2872 0 0 0 0 36 5 21 0 1 0 81249113 2473984 277 4294967295 134512640 135169312 3212911456 3212907672 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21409/statm: 604 277 235 161 0 43 0
[pid=21416] ppid=21409 vsize=7700 CPUtime=2.7
/proc/21416/stat : 21416 (minisat_static) R 21409 21409 19205 0 -1 4202496 1736 0 0 0 268 2 0 0 25 0 1 0 81249154 7884800 1671 4294967295 134512640 135212939 3216734048 3216732512 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21416/statm: 1925 1671 76 171 0 1753 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 10116

[startup+6.30741 s]
/proc/loadavg: 0.93 0.98 0.99 3/96 21416
/proc/meminfo: memFree=960564/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2416 CPUtime=0.41
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 386 2872 0 0 0 0 36 5 21 0 1 0 81249113 2473984 277 4294967295 134512640 135169312 3212911456 3212907672 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21409/statm: 604 277 235 161 0 43 0
[pid=21416] ppid=21409 vsize=11000 CPUtime=5.9
/proc/21416/stat : 21416 (minisat_static) R 21409 21409 19205 0 -1 4202496 2571 0 0 0 587 3 0 0 25 0 1 0 81249154 11264000 2506 4294967295 134512640 135212939 3216734048 3216732512 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21416/statm: 2750 2506 76 171 0 2578 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 13416

[startup+12.7069 s]
/proc/loadavg: 0.93 0.98 0.99 2/96 21601
/proc/meminfo: memFree=957084/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2416 CPUtime=0.41
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 386 2872 0 0 0 0 36 5 21 0 1 0 81249113 2473984 277 4294967295 134512640 135169312 3212911456 3212907672 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21409/statm: 604 277 235 161 0 43 0
[pid=21416] ppid=21409 vsize=13572 CPUtime=12.3
/proc/21416/stat : 21416 (minisat_static) R 21409 21409 19205 0 -1 4202496 3190 0 0 0 1226 4 0 0 25 0 1 0 81249154 13897728 3125 4294967295 134512640 135212939 3216734048 3216732512 134526587 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21416/statm: 3393 3125 76 171 0 3221 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 15988

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

[startup+19.1063 s]
/proc/loadavg: 0.94 0.98 0.99 2/96 21601
/proc/meminfo: memFree=956204/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2416 CPUtime=0.41
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 386 2872 0 0 0 0 36 5 21 0 1 0 81249113 2473984 277 4294967295 134512640 135169312 3212911456 3212907672 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21409/statm: 604 277 235 161 0 43 0
[pid=21416] ppid=21409 vsize=14532 CPUtime=18.7
/proc/21416/stat : 21416 (minisat_static) R 21409 21409 19205 0 -1 4202496 3413 0 0 0 1865 5 0 0 25 0 1 0 81249154 14880768 3348 4294967295 134512640 135212939 3216734048 3216732512 134526720 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21416/statm: 3633 3348 76 171 0 3461 0
Current children cumulated CPU time (s) 19.11
Current children cumulated vsize (KiB) 16948

[startup+20.7062 s]
/proc/loadavg: 0.94 0.98 0.99 2/96 21601
/proc/meminfo: memFree=956204/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2416 CPUtime=0.41
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 386 2872 0 0 0 0 36 5 21 0 1 0 81249113 2473984 277 4294967295 134512640 135169312 3212911456 3212907672 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21409/statm: 604 277 235 161 0 43 0
[pid=21416] ppid=21409 vsize=14532 CPUtime=20.3
/proc/21416/stat : 21416 (minisat_static) R 21409 21409 19205 0 -1 4202496 3413 0 0 0 2025 5 0 0 25 0 1 0 81249154 14880768 3348 4294967295 134512640 135212939 3216734048 3216732512 134526736 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21416/statm: 3633 3348 76 171 0 3461 0
Current children cumulated CPU time (s) 20.71
Current children cumulated vsize (KiB) 16948

[startup+21.5061 s]
/proc/loadavg: 0.94 0.98 0.99 2/96 21601
/proc/meminfo: memFree=956204/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2416 CPUtime=0.41
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 386 2872 0 0 0 0 36 5 21 0 1 0 81249113 2473984 277 4294967295 134512640 135169312 3212911456 3212907672 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21409/statm: 604 277 235 161 0 43 0
[pid=21416] ppid=21409 vsize=14672 CPUtime=21.1
/proc/21416/stat : 21416 (minisat_static) R 21409 21409 19205 0 -1 4202496 3443 0 0 0 2105 5 0 0 25 0 1 0 81249154 15024128 3378 4294967295 134512640 135212939 3216734048 3216732512 134526587 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21416/statm: 3668 3378 76 171 0 3496 0
Current children cumulated CPU time (s) 21.51
Current children cumulated vsize (KiB) 17088

[startup+21.9061 s]
/proc/loadavg: 0.94 0.98 0.99 2/96 21601
/proc/meminfo: memFree=956080/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2416 CPUtime=0.41
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 386 2872 0 0 0 0 36 5 21 0 1 0 81249113 2473984 277 4294967295 134512640 135169312 3212911456 3212907672 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21409/statm: 604 277 235 161 0 43 0
[pid=21416] ppid=21409 vsize=14672 CPUtime=21.5
/proc/21416/stat : 21416 (minisat_static) R 21409 21409 19205 0 -1 4202496 3452 0 0 0 2145 5 0 0 25 0 1 0 81249154 15024128 3387 4294967295 134512640 135212939 3216734048 3216732512 134526808 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21416/statm: 3668 3387 76 171 0 3496 0
Current children cumulated CPU time (s) 21.91
Current children cumulated vsize (KiB) 17088

[startup+22.1061 s]
/proc/loadavg: 0.94 0.98 0.99 2/96 21601
/proc/meminfo: memFree=956080/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2416 CPUtime=0.41
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 386 2872 0 0 0 0 36 5 21 0 1 0 81249113 2473984 277 4294967295 134512640 135169312 3212911456 3212907672 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21409/statm: 604 277 235 161 0 43 0
[pid=21416] ppid=21409 vsize=14672 CPUtime=21.7
/proc/21416/stat : 21416 (minisat_static) R 21409 21409 19205 0 -1 4202496 3459 0 0 0 2165 5 0 0 25 0 1 0 81249154 15024128 3394 4294967295 134512640 135212939 3216734048 3216732512 134526732 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21416/statm: 3668 3394 76 171 0 3496 0
Current children cumulated CPU time (s) 22.11
Current children cumulated vsize (KiB) 17088

[startup+22.2061 s]
/proc/loadavg: 0.94 0.98 0.99 2/96 21601
/proc/meminfo: memFree=956080/2074464 swapFree=1959888/1959888
[pid=21409] ppid=21407 vsize=2416 CPUtime=0.41
/proc/21409/stat : 21409 (SatELiteGTI) S 21407 21409 19205 0 -1 4194304 386 2872 0 0 0 0 36 5 21 0 1 0 81249113 2473984 277 4294967295 134512640 135169312 3212911456 3212907672 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21409/statm: 604 277 235 161 0 43 0
[pid=21416] ppid=21409 vsize=14672 CPUtime=21.8
/proc/21416/stat : 21416 (minisat_static) R 21409 21409 19205 0 -1 4202496 3465 0 0 0 2175 5 0 0 25 0 1 0 81249154 15024128 3400 4294967295 134512640 135212939 3216734048 3216732432 134524011 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21416/statm: 3668 3400 76 171 0 3496 0
Current children cumulated CPU time (s) 22.21
Current children cumulated vsize (KiB) 17088

Child status: 20
Real time (s): 22.3009
CPU time (s): 22.3
CPU user time (s): 22.2
CPU system time (s): 0.1
CPU usage (%): 99.996
Max. virtual memory (cumulated for all children) (KiB): 17088

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi09 at 2009-06-12 22:24:42
IDJOB=1849552
IDBENCH=70768
IDSOLVER=690
FILE ID=tipi09/1849552-1244838282
PBS_JOBID=
Free space on /tmp= 15215 MiB

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

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

MD5SUM BENCH= 25c7914ccc82f6f574febbd03924feed
RANDOM SEED= 769032705

Linux tipi09 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        971780 kB
Buffers:         72176 kB
Cached:         901972 kB
SwapCached:          0 kB
Active:         321464 kB
Inactive:       665220 kB
HighTotal:     1178688 kB
HighFree:       381848 kB
LowTotal:       895776 kB
LowFree:        589932 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:            2324 kB
Writeback:           0 kB
AnonPages:       12312 kB
Mapped:           6460 kB
Slab:           107568 kB
PageTables:        556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90996 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15215 MiB
End job on tipi09 at 2009-06-12 22:25:04