Trace number 1832335

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 p-2009-03-18UNSAT 4.82927 4.83893

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
grid-pebbling-unsat-grid-pbl-0300.sat05-1350.sat05-1350.reshuffled-07.cnf
MD5SUM4c3b2816cb16b0fd4134bf2c85ce45d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.61375
Satisfiable
(Un)Satisfiability was proved
Number of variables90300
Number of clauses179702
Sum of the clauses size718202
Maximum clause length4
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2300
Number of clauses of size 30
Number of clauses of size 4179400
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Parsing...
0.00/0.42	c ==============================================================================
0.00/0.42	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.42	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.42	c ==============================================================================
0.00/0.42	c |         0 |  179700   718192 |   53909       0        0     nan |  0.000 % |
4.58/4.62	c |         0 |    2098     8390 |      --       0       --      -- |     --   | -177602/-709802
4.58/4.62	c ==============================================================================
4.58/4.62	c Result  :   #vars: 1077   #clauses: 2098   #literals: 8390
4.58/4.62	c CPU time:   4.09438 s
4.58/4.62	c ==============================================================================
4.58/4.63	c This is MiniSat 2.0 beta
4.58/4.63	c WARNING: for repeatability, setting FPU to use double precision
4.58/4.63	c ============================[ Problem Statistics ]=============================
4.58/4.63	c |                                                                             |
4.58/4.63	c |  Number of variables:  1077                                                 |
4.58/4.63	c |  Number of clauses:    2098                                                 |
4.58/4.63	c |  Parsing time:         0.00         s                                       |
4.58/4.63	c ============================[ Search Statistics ]==============================
4.58/4.63	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.58/4.63	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.58/4.63	c ===============================================================================
4.58/4.63	c |         0 |    1077     2098     8390 |      699        0    nan |  0.000 % |
4.58/4.64	c |       100 |    1077     2098     8390 |      699      100      5 |  0.000 % |
4.58/4.64	c |       201 |    1077     2098     8390 |      699      201      6 |  0.000 % |
4.58/4.64	c |       301 |    1077     2098     8390 |      699      301      6 |  0.000 % |
4.58/4.64	c |       411 |    1077     2098     8390 |      699      411      6 |  0.000 % |
4.58/4.64	c |       511 |    1077     2098     8390 |      699      511      7 |  0.000 % |
4.58/4.64	c |       623 |    1077     2098     8390 |      699      623      6 |  0.000 % |
4.58/4.65	c |       745 |    1077     2098     8390 |      699      745      6 |  0.000 % |
4.58/4.65	c |       845 |    1077     2098     8390 |      699      771      7 |  0.000 % |
4.58/4.65	c |       957 |    1077     2098     8390 |      699      806      7 |  0.000 % |
4.58/4.65	c |      1078 |    1077     2098     8390 |      699      775      7 |  0.000 % |
4.58/4.65	c |      1211 |    1077     2098     8390 |      699      831      6 |  0.000 % |
4.58/4.66	c |      1311 |    1077     2098     8390 |      699      774      7 |  0.000 % |
4.58/4.66	c |      1421 |    1077     2098     8390 |      699      807      6 |  0.000 % |
4.58/4.66	c |      1542 |    1077     2098     8390 |      699      776      6 |  0.000 % |
4.58/4.66	c |      1677 |    1077     2098     8390 |      699      687      6 |  0.000 % |
4.58/4.66	c |      1823 |    1077     2098     8390 |      699      833      6 |  0.000 % |
4.58/4.66	c |      1924 |    1077     2098     8390 |      699      708      5 |  0.000 % |
4.58/4.66	c |      2034 |    1077     2098     8390 |      699      748      6 |  0.000 % |
4.58/4.67	c |      2156 |    1077     2098     8390 |      699      796      6 |  0.000 % |
4.58/4.67	c |      2289 |    1077     2098     8390 |      699      779      6 |  0.000 % |
4.58/4.67	c |      2435 |    1077     2098     8390 |      699      778      6 |  0.000 % |
4.58/4.67	c |      2596 |    1077     2098     8390 |      699      792      6 |  0.000 % |
4.58/4.67	c |      2696 |    1077     2098     8390 |      699      742      6 |  0.000 % |
4.58/4.68	c |      2806 |    1077     2098     8390 |      699      778      6 |  0.000 % |
4.58/4.68	c |      2929 |    1077     2098     8390 |      699      754      5 |  0.000 % |
4.58/4.68	c |      3064 |    1077     2098     8390 |      699      814      6 |  0.000 % |
4.58/4.68	c |      3210 |    1077     2098     8390 |      699      806      6 |  0.000 % |
4.58/4.68	c |      3371 |    1077     2098     8390 |      699      815      6 |  0.000 % |
4.58/4.69	c |      3547 |    1077     2098     8390 |      699      837      6 |  0.000 % |
4.58/4.69	c |      3647 |    1077     2098     8390 |      699      779      6 |  0.000 % |
4.58/4.69	c |      3758 |    1077     2098     8390 |      699      743      5 |  0.000 % |
4.58/4.69	c |      3879 |    1077     2098     8390 |      699      790      6 |  0.000 % |
4.58/4.69	c |      4013 |    1077     2098     8390 |      699      774      6 |  0.000 % |
4.58/4.70	c |      4159 |    1077     2098     8390 |      699      843      6 |  0.000 % |
4.62/4.70	c |      4319 |    1077     2098     8390 |      699      844      6 |  0.000 % |
4.62/4.70	c |      4495 |    1077     2098     8390 |      699      860      7 |  0.000 % |
4.62/4.70	c |      4688 |    1077     2098     8390 |      699      890      7 |  0.000 % |
4.62/4.71	c |      4788 |    1077     2098     8390 |      699      749      6 |  0.000 % |
4.62/4.71	c |      4899 |    1077     2098     8390 |      699      786      6 |  0.000 % |
4.62/4.71	c |      5021 |    1077     2098     8390 |      699      760      6 |  0.000 % |
4.62/4.71	c |      5154 |    1077     2098     8390 |      699      817      6 |  0.000 % |
4.62/4.71	c |      5300 |    1077     2098     8390 |      699      737      5 |  0.000 % |
4.62/4.71	c |      5460 |    1077     2098     8390 |      699      750      5 |  0.000 % |
4.62/4.72	c |      5636 |    1077     2098     8390 |      699      851      5 |  0.000 % |
4.62/4.72	c |      5829 |    1077     2098     8390 |      699      883      6 |  0.000 % |
4.62/4.72	c |      6041 |    1077     2098     8390 |      699      709      5 |  0.000 % |
4.62/4.72	c |      6141 |    1077     2098     8390 |      699      739      5 |  0.000 % |
4.62/4.72	c |      6252 |    1077     2098     8390 |      699      777      5 |  0.000 % |
4.62/4.73	c |      6374 |    1077     2098     8390 |      699      752      5 |  0.000 % |
4.62/4.73	c |      6507 |    1077     2098     8390 |      699      732      5 |  0.000 % |
4.62/4.73	c |      6653 |    1077     2098     8390 |      699      729      5 |  0.000 % |
4.62/4.73	c |      6813 |    1077     2098     8390 |      699      680      5 |  0.000 % |
4.62/4.74	c |      6989 |    1077     2098     8390 |      699      856      6 |  0.000 % |
4.62/4.74	c |      7184 |    1077     2098     8390 |      699      820      6 |  0.000 % |
4.62/4.74	c |      7396 |    1077     2098     8390 |      699      877      6 |  0.000 % |
4.62/4.74	c |      7630 |    1077     2098     8390 |      699      665      5 |  0.000 % |
4.62/4.74	c |      7731 |    1077     2098     8390 |      699      696      5 |  0.000 % |
4.62/4.75	c |      7843 |    1077     2098     8390 |      699      808      5 |  0.000 % |
4.62/4.75	c |      7965 |    1077     2098     8390 |      699      711      5 |  0.000 % |
4.62/4.75	c |      8099 |    1077     2098     8390 |      699      774      5 |  0.000 % |
4.62/4.75	c |      8245 |    1077     2098     8390 |      699      843      5 |  0.000 % |
4.62/4.75	c |      8406 |    1077     2098     8390 |      699      776      5 |  0.000 % |
4.62/4.76	c |      8582 |    1077     2098     8390 |      699      669      4 |  0.000 % |
4.62/4.76	c |      8775 |    1077     2098     8390 |      699      862      5 |  0.000 % |
4.62/4.76	c |      8988 |    1077     2098     8390 |      699      912      5 |  0.000 % |
4.62/4.76	c |      9221 |    1077     2098     8390 |      699      741      5 |  0.000 % |
4.62/4.77	c |      9478 |    1077     2098     8390 |      699      851      5 |  0.000 % |
4.62/4.77	c |      9579 |    1077     2098     8390 |      699      717      4 |  0.000 % |
4.62/4.77	c |      9689 |    1077     2098     8390 |      699      756      4 |  0.000 % |
4.62/4.77	c |      9811 |    1077     2098     8390 |      699      729      4 |  0.000 % |
4.62/4.77	c |      9945 |    1077     2098     8390 |      699      791      4 |  0.000 % |
4.62/4.77	c |     10092 |    1077     2098     8390 | 2147483647      788      5 |  0.000 % |
4.62/4.78	c |     10253 |    1077     2098     8390 | 2147483647      949      5 |  0.000 % |
4.62/4.78	c |     10432 |    1077     2098     8390 | 2147483647     1128      5 |  0.000 % |
4.62/4.78	c |     10627 |    1077     2098     8390 | 2147483647     1323      5 |  0.000 % |
4.62/4.78	c |     10840 |    1077     2098     8390 | 2147483647     1536      6 |  0.000 % |
4.62/4.79	c |     11073 |    1077     2098     8390 | 2147483647     1769      6 |  0.000 % |
4.62/4.79	c |     11329 |    1077     2098     8390 | 2147483647     2025      6 |  0.000 % |
4.62/4.79	c |     11611 |    1077     2098     8390 | 2147483647     2307      6 |  0.000 % |
4.62/4.79	c |     11712 |    1077     2098     8390 | 2147483647     2408      6 |  0.000 % |
4.62/4.79	c |     11822 |    1077     2098     8390 | 2147483647     2518      6 |  0.000 % |
4.62/4.80	c |     11944 |    1077     2098     8390 | 2147483647     2640      6 |  0.000 % |
4.62/4.80	c |     12077 |    1077     2098     8390 | 2147483647     2773      6 |  0.000 % |
4.62/4.80	c |     12223 |    1077     2098     8390 | 2147483647     2919      7 |  0.000 % |
4.62/4.80	c |     12383 |    1077     2098     8390 | 2147483647     3079      7 |  0.000 % |
4.62/4.80	c |     12559 |    1077     2098     8390 | 2147483647     3255      7 |  0.000 % |
4.62/4.81	c |     12754 |    1077     2098     8390 | 2147483647     3450      7 |  0.000 % |
4.62/4.81	c |     12966 |    1077     2098     8390 | 2147483647     3662      7 |  0.000 % |
4.62/4.81	c |     13201 |    1077     2098     8390 | 2147483647     3897      7 |  0.000 % |
4.62/4.81	c |     13459 |    1077     2098     8390 | 2147483647     4155      7 |  0.000 % |
4.62/4.82	c |     13740 |    1077     2098     8390 | 2147483647     4436      7 |  0.000 % |
4.62/4.82	c |     14050 |    1077     2098     8390 | 2147483647     4746      7 |  0.000 % |
4.62/4.82	c |     14150 |    1077     2098     8390 | 2147483647     4846      7 |  0.000 % |
4.62/4.82	c |     14263 |    1077     2098     8390 | 2147483647     4959      7 |  0.000 % |
4.62/4.82	c |     14384 |    1076     2094     8374 | 2147483647     4441      7 |  0.093 % |
4.62/4.83	c |     14518 |    1076     2094     8374 | 2147483647     4575      7 |  0.093 % |
4.62/4.83	c |     14665 |    1074     2094     8374 | 2147483647     4719      7 |  0.465 % |
4.62/4.83	c ===============================================================================
4.62/4.83	c restarts              : 98
4.62/4.83	c conflicts             : 14695          (76548 /sec)
4.62/4.83	c decisions             : 91136          (1.97 % random) (474741 /sec)
4.62/4.83	c propagations          : 202263         (1053618 /sec)
4.62/4.83	c conflict literals     : 103015         (3.74 % deleted)
4.62/4.83	c Memory used           : 2.37 MB
4.62/4.83	c CPU time              : 0.19197 s
4.62/4.83	c 
4.62/4.83	s UNSATISFIABLE
4.62/4.83	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1832335-1242772032/watcher-1832335-1242772032 -o /tmp/evaluation-result-1832335-1242772032/solver-1832335-1242772032 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832335-1242772032.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: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7984
/proc/meminfo: memFree=1953672/2055920 swapFree=4180060/4192956
[pid=7984] ppid=7982 vsize=18576 CPUtime=0
/proc/7984/stat : 7984 (runsolver) R 7982 7984 7834 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 305236789 19021824 284 1992294400 4194304 4302564 548682068560 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7984/statm: 4644 284 249 26 0 2626 0

[startup+0.089357 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7984
/proc/meminfo: memFree=1953672/2055920 swapFree=4180060/4192956
[pid=7984] ppid=7982 vsize=5356 CPUtime=0
/proc/7984/stat : 7984 (SatELiteGTI) S 7982 7984 7834 0 -1 4194304 310 249 0 0 0 0 0 0 18 0 1 0 305236789 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7984/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102359 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7984
/proc/meminfo: memFree=1953672/2055920 swapFree=4180060/4192956
[pid=7984] ppid=7982 vsize=5356 CPUtime=0
/proc/7984/stat : 7984 (SatELiteGTI) S 7982 7984 7834 0 -1 4194304 310 249 0 0 0 0 0 0 18 0 1 0 305236789 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7984/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302377 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7984
/proc/meminfo: memFree=1953672/2055920 swapFree=4180060/4192956
[pid=7984] ppid=7982 vsize=5356 CPUtime=0
/proc/7984/stat : 7984 (SatELiteGTI) S 7982 7984 7834 0 -1 4194304 310 249 0 0 0 0 0 0 18 0 1 0 305236789 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7984/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70242 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7984
/proc/meminfo: memFree=1953672/2055920 swapFree=4180060/4192956
[pid=7984] ppid=7982 vsize=5356 CPUtime=0
/proc/7984/stat : 7984 (SatELiteGTI) S 7982 7984 7834 0 -1 4194304 310 249 0 0 0 0 0 0 18 0 1 0 305236789 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7984/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5025 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 7989
/proc/meminfo: memFree=1921080/2055920 swapFree=4180060/4192956
[pid=7984] ppid=7982 vsize=5356 CPUtime=0
/proc/7984/stat : 7984 (SatELiteGTI) S 7982 7984 7834 0 -1 4194304 310 249 0 0 0 0 0 0 18 0 1 0 305236789 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7984/statm: 1339 237 197 169 0 50 0
[pid=7989] ppid=7984 vsize=38896 CPUtime=1.48
/proc/7989/stat : 7989 (SatELite_releas) R 7984 7984 7834 0 -1 4194304 17544 0 0 0 138 10 0 0 25 0 1 0 305236790 39829504 8268 1992294400 134512640 135223648 4294956128 18446744073709551615 134586210 0 0 4096 3 0 0 0 17 1 0 0
/proc/7989/statm: 9724 8268 76 173 0 9549 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44252

[startup+3.10168 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 7989
/proc/meminfo: memFree=1919672/2055920 swapFree=4180060/4192956
[pid=7984] ppid=7982 vsize=5356 CPUtime=0
/proc/7984/stat : 7984 (SatELiteGTI) S 7982 7984 7834 0 -1 4194304 310 249 0 0 0 0 0 0 18 0 1 0 305236789 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7984/statm: 1339 237 197 169 0 50 0
[pid=7989] ppid=7984 vsize=40296 CPUtime=3.08
/proc/7989/stat : 7989 (SatELite_releas) R 7984 7984 7834 0 -1 4194304 50209 0 0 0 282 26 0 0 25 0 1 0 305236790 41263104 8430 1992294400 134512640 135223648 4294956128 18446744073709551615 134724253 0 0 4096 3 0 0 0 17 1 0 0
/proc/7989/statm: 10074 8430 76 173 0 9899 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 45652

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

[startup+3.90177 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 7989
/proc/meminfo: memFree=1916536/2055920 swapFree=4180060/4192956
[pid=7984] ppid=7982 vsize=5356 CPUtime=0
/proc/7984/stat : 7984 (SatELiteGTI) S 7982 7984 7834 0 -1 4194304 310 249 0 0 0 0 0 0 18 0 1 0 305236789 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7984/statm: 1339 237 197 169 0 50 0
[pid=7989] ppid=7984 vsize=38760 CPUtime=3.88
/proc/7989/stat : 7989 (SatELite_releas) R 7984 7984 7834 0 -1 4194304 72960 0 0 0 351 37 0 0 25 0 1 0 305236790 39690240 8317 1992294400 134512640 135223648 4294956128 18446744073709551615 134737406 0 0 4096 3 0 0 0 17 1 0 0
/proc/7989/statm: 9690 8317 76 173 0 9515 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 44116

[startup+4.30182 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 7989
/proc/meminfo: memFree=1914936/2055920 swapFree=4180060/4192956
[pid=7984] ppid=7982 vsize=5356 CPUtime=0
/proc/7984/stat : 7984 (SatELiteGTI) S 7982 7984 7834 0 -1 4194304 310 249 0 0 0 0 0 0 18 0 1 0 305236789 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7984/statm: 1339 237 197 169 0 50 0
[pid=7989] ppid=7984 vsize=38804 CPUtime=4.28
/proc/7989/stat : 7989 (SatELite_releas) R 7984 7984 7834 0 -1 4194304 87872 0 0 0 384 44 0 0 25 0 1 0 305236790 39735296 8343 1992294400 134512640 135223648 4294956128 18446744073709551615 134737406 0 0 4096 3 0 0 0 17 1 0 0
/proc/7989/statm: 9701 8343 76 173 0 9526 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 44160

[startup+4.70187 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 7989
/proc/meminfo: memFree=1914936/2055920 swapFree=4180060/4192956
[pid=7984] ppid=7982 vsize=5356 CPUtime=4.62
/proc/7984/stat : 7984 (SatELiteGTI) S 7982 7984 7834 0 -1 4194304 336 105648 0 0 0 0 410 52 16 0 1 0 305236789 5484544 239 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7984/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 5356

[startup+4.80188 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 7989
/proc/meminfo: memFree=1914936/2055920 swapFree=4180060/4192956
[pid=7984] ppid=7982 vsize=5356 CPUtime=4.62
/proc/7984/stat : 7984 (SatELiteGTI) S 7982 7984 7834 0 -1 4194304 336 105648 0 0 0 0 410 52 16 0 1 0 305236789 5484544 239 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7984/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 4.83893
CPU time (s): 4.82927
CPU user time (s): 4.29435
CPU system time (s): 0.534918
CPU usage (%): 99.8003
Max. virtual memory (cumulated for all children) (KiB): 46432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.29435
system time used= 0.534918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106402
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= 23
involuntary context switches= 38

runsolver used 0.006998 second user time and 0.022996 second system time

The end

Launcher Data

Begin job on node23 at 2009-05-20 00:27:13
IDJOB=1832335
IDBENCH=24728
IDSOLVER=671
FILE ID=node23/1832335-1242772032
PBS_JOBID= 9322275
Free space on /tmp= 66448 MiB

SOLVER NAME= minisat_cumr p-2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/grid-pebbling-unsat-grid-pbl-0300.sat05-1350.sat05-1350.reshuffled-07.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832335-1242772032/watcher-1832335-1242772032 -o /tmp/evaluation-result-1832335-1242772032/solver-1832335-1242772032 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832335-1242772032.cnf

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

MD5SUM BENCH= 4c3b2816cb16b0fd4134bf2c85ce45d0
RANDOM SEED=116215484

node23.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1954088 kB
Buffers:         11348 kB
Cached:          55596 kB
SwapCached:       6972 kB
Active:          22788 kB
Inactive:        52872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1954088 kB
SwapTotal:     4192956 kB
SwapFree:      4180060 kB
Dirty:            6424 kB
Writeback:           0 kB
Mapped:          13968 kB
Slab:            12188 kB
Committed_AS:  1014272 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB
End job on node23 at 2009-05-20 00:27:18