Trace number 1783573

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
MXC 2009-03-10UNSAT 442.829 443.024

General information on the benchmark

Namecrafted/Medium/contest05/others/
pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
MD5SUMab810788a5ff5edde690e75706c8dd18
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.2297
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of clauses562
Sum of the clauses size1684
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

18.78/18.83	c starting MXC with:
18.78/18.83	c cnf_path = HOME/instance-1783573-1241861799.cnf
18.78/18.83	c restart_strategy = auto
18.78/18.83	c sign_strategy = cached
18.78/18.83	c use_preprocessing = -1
18.78/18.83	c output_implicant = 1
18.78/18.83	c timeout_seconds = 0
18.78/18.83	c running SatELite... done
18.78/18.83	c 78 vars eliminated
18.78/18.83	c received 0 units and 336 clauses from SatELite
18.78/18.83	c 77 assignments made, starting to guess now
18.78/18.83	c ===================================[MXC]=====================================
18.78/18.83	c | Conflicts |                Clause Statistics                   |   Vars   |
18.78/18.83	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
18.78/18.83	c =============================================================================
18.78/18.83	c |         0 |       0      72      264        0        0     nan |      169 |
18.78/18.83	c |       100 |       0      72      264      100     1050    19.0 |       92 |
18.78/18.83	c |       210 |       0      72      264      210     1105    18.1 |       92 |
18.78/18.83	c |       441 |       0      72      264      441     1220    17.5 |       92 |
18.78/18.83	c |       805 |       0      72      264      805     1402    18.2 |       92 |
18.78/18.83	c |      1315 |       0      72      264     1315     1609    18.8 |       92 |
18.78/18.83	c |      1986 |       0      72      264     1138     1754    19.2 |       92 |
18.78/18.83	c |      2834 |       0      72      264     1047     1894    18.6 |       92 |
18.78/18.83	c |      3876 |       0      72      264     1077     2031    18.3 |       92 |
18.78/18.83	c |      5132 |       0      72      264     1260     2163    19.0 |       92 |
18.78/18.83	c |      6623 |       0      72      264     1626     2292    18.9 |       92 |
18.78/18.83	c |      8373 |       0      72      264     2204     2419    18.8 |       92 |
18.78/18.83	c |     10408 |       0      72      264     1768     2543    18.6 |       92 |
18.78/18.83	c |     12756 |       0      72      264     1494     2665    18.1 |       92 |
18.78/18.83	c |     15449 |       0      72      264     1436     2786    18.0 |       92 |
18.78/18.83	c |     18521 |       0      72      264     1641     2906    18.7 |       92 |
18.78/18.83	c |     22010 |       0      72      264     2154     3025    18.1 |       92 |
18.78/18.83	c |     25958 |       0      72      264     3026     3144    17.2 |       92 |
18.78/18.83	c |     30411 |       0      72      264     2693     3262    17.6 |       92 |
18.78/18.83	c |     35419 |       0      72      264     2728     3381    17.2 |       92 |
18.78/18.83	c |     41038 |       0      72      264     3202     3499    17.6 |       92 |
18.78/18.83	c |     47329 |       0      72      264     2384     3618    18.4 |       92 |
18.78/18.83	c |     54360 |       0      72      264     2047     3737    17.0 |       92 |
18.78/18.83	c |     62205 |       0      72      264     2285     3857    17.2 |       92 |
18.78/18.83	c |     70945 |       0      72      264     3194     3978    17.6 |       92 |
18.78/18.83	c |     80669 |       0      72      264     2837     4099    16.4 |       92 |
18.78/18.83	c |     91476 |       0      72      264     3246     4222    18.2 |       92 |
18.78/18.83	c |    103474 |       0      72      264     2397     4346    18.8 |       92 |
18.78/18.83	c |    116782 |       0      72      264     2473     4471    17.9 |       92 |
18.78/18.83	c |    131532 |       0      72      264     3639     4597    17.9 |       92 |
18.78/18.83	c |    147868 |       0      72      264     3676     4726    17.7 |       92 |
18.78/18.83	c |    165948 |       0      72      264     2596     4855    18.5 |       92 |
18.78/18.83	c |    185947 |       0      72      264     2909     4987    17.6 |       92 |
18.78/18.83	c |    208057 |       0      72      264     4830     5120    17.5 |       92 |
18.78/18.83	c |    232489 |       0      72      264     3360     5255    16.4 |       92 |
18.78/18.83	c |    259475 |       0      72      264     3736     5393    18.7 |       92 |
18.78/18.83	c |    289271 |       0      72      264     3506     5532    18.1 |       92 |
18.78/18.83	c |    322158 |       0      72      264     5619     5674    17.1 |       92 |
18.78/18.83	c |    358445 |       0      72      264     4614     5818    19.1 |       92 |
18.78/18.83	c |    398472 |       0      72      264     3430     5965    18.0 |       92 |
18.78/18.83	c |    442613 |       0      72      264     5353     6114    20.2 |       92 |
18.78/18.83	c |    491279 |       0      72      264     4589     6265    19.7 |       92 |
18.78/18.83	c |    544923 |       0      72      264     4377     6420    17.5 |       92 |
442.80/443.02	c |    604043 |       0      72      264     5070     6577    16.4 |       92 |
442.80/443.02	c |    669187 |       0      72      264     3671     6737    17.8 |       92 |
442.80/443.02	c |    740957 |       0      72      264     3874     6901    17.8 |       92 |
442.80/443.02	c |    820016 |       0      72      264     6191     7067    17.0 |       92 |
442.80/443.02	c |    907092 |       0      72      264     3990     7237    17.7 |       92 |
442.80/443.02	c |   1002987 |       0      72      264     4759     7410    16.8 |       92 |
442.80/443.02	c |   1108583 |       0      72      264     5473     7586    16.4 |       92 |
442.80/443.02	c |   1224850 |       0      72      264     6676     7766    16.6 |       92 |
442.80/443.02	c |   1352856 |       0      72      264     5122     7949    15.8 |       92 |
442.80/443.02	c |   1493774 |       0      72      264     5372     8137    15.3 |       92 |
442.80/443.02	c |   1648896 |       0      72      264     4174     8328    15.9 |       92 |
442.80/443.02	c |   1819642 |       0      72      264     6582     8523    18.5 |       92 |
442.80/443.02	c |   2007575 |       0      72      264     5008     8722    17.3 |       92 |
442.80/443.02	c |   2214413 |       0      72      264     4682     8926    15.0 |       92 |
442.80/443.02	c |   2442047 |       0      73      264     6704     9133    15.4 |       92 |
442.80/443.02	c |   2692557 |       0      74      264     7869     9345    17.1 |       92 |
442.80/443.02	c |   2968230 |       0      74      264     9516     9562    14.7 |       92 |
442.80/443.02	c |   3271583 |       0      77      264     8310     9783    12.8 |       92 |
442.80/443.02	c |   3605384 |       0      91      264     5713    10009    16.3 |       91 |
442.80/443.02	c |   3972677 |       0      92      264     8731    10240    18.2 |       91 |
442.80/443.02	c |   4376812 |       0      92      264     9064    10476    15.1 |       91 |
442.80/443.02	c |   4821473 |       0      94      264     8862    10717    13.9 |       91 |
442.80/443.02	c |   5310713 |       0      95      264    10499    10963    16.8 |       91 |
442.80/443.02	c |   5848990 |       0     113      264    11100    11215    18.2 |       90 |
442.80/443.02	c |   6441207 |       0     113      264     8091    11472    16.8 |       90 |
442.80/443.02	c |   7092758 |       0     113      264    10183    11735    15.5 |       90 |
442.80/443.02	c |   7809577 |       0     115      264     9217    12003    15.2 |       90 |
442.80/443.02	c |   8598191 |       0     130      264     8881    12278    15.0 |       88 |
442.80/443.02	c |   9457519 |       0     282      264    11339    12556     9.5 |       29 |
442.80/443.02	c ----- stats for thread 0 -----
442.80/443.02	c restarts: 4
442.80/443.02	c decisions: 10196713
442.80/443.02	c propagations: 227991260
442.80/443.02	c conflicts: 9457519
442.80/443.02	c 443.021s elapsed
442.80/443.02	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-1783573-1241861799/watcher-1783573-1241861799 -o /tmp/evaluation-result-1783573-1241861799/solver-1783573-1241861799 -C 5000 -W 6000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1783573-1241861799.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.00 0.00 0.00 3/64 25321
/proc/meminfo: memFree=1937488/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=976 CPUtime=0
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 132 0 0 0 0 0 0 0 19 0 1 0 214212774 999424 118 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 244 118 72 166 0 75 0

[startup+0.00947698 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 25321
/proc/meminfo: memFree=1937488/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=976 CPUtime=0
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 148 0 0 0 0 0 0 0 19 0 1 0 214212774 999424 134 1992294400 134512640 135192793 4294956224 18446744073709551615 134552727 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 244 134 72 166 0 75 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 976

[startup+0.102486 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 25321
/proc/meminfo: memFree=1937488/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=1372 CPUtime=0.09
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 246 0 0 0 9 0 0 0 19 0 1 0 214212774 1404928 232 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 343 232 73 166 0 174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1372

[startup+0.302513 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 25321
/proc/meminfo: memFree=1937488/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=1504 CPUtime=0.29
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 292 0 0 0 29 0 0 0 21 0 1 0 214212774 1540096 278 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 376 278 73 166 0 207 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1504

[startup+0.701549 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 25321
/proc/meminfo: memFree=1937488/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=1772 CPUtime=0.69
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 350 0 0 0 69 0 0 0 25 0 1 0 214212774 1814528 336 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 443 336 73 166 0 274 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1772

[startup+1.50163 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 25322
/proc/meminfo: memFree=1936264/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=2172 CPUtime=1.49
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 426 0 0 0 149 0 0 0 25 0 1 0 214212774 2224128 412 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 543 412 73 166 0 374 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2172

[startup+3.10179 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 25322
/proc/meminfo: memFree=1935816/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=2580 CPUtime=3.09
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 532 0 0 0 309 0 0 0 25 0 1 0 214212774 2641920 518 1992294400 134512640 135192793 4294956224 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 645 518 73 166 0 476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2580

[startup+6.30112 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 25322
/proc/meminfo: memFree=1935048/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=3280 CPUtime=6.29
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 677 0 0 0 629 0 0 0 25 0 1 0 214212774 3358720 663 1992294400 134512640 135192793 4294956224 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 820 663 73 166 0 651 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3280

[startup+12.7018 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 25322
/proc/meminfo: memFree=1934224/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=4092 CPUtime=12.68
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 878 0 0 0 1268 0 0 0 25 0 1 0 214212774 4190208 864 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 1023 864 73 166 0 854 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4092

[startup+25.5021 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 25322
/proc/meminfo: memFree=1933264/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=5144 CPUtime=25.48
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 1101 0 0 0 2547 1 0 0 25 0 1 0 214212774 5267456 1087 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 1286 1087 73 166 0 1117 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5144

[startup+51.1017 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 25322
/proc/meminfo: memFree=1931856/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=6900 CPUtime=51.07
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 1470 0 0 0 5106 1 0 0 25 0 1 0 214212774 7065600 1456 1992294400 134512640 135192793 4294956224 18446744073709551615 134549689 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 1725 1456 73 166 0 1556 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6900

[startup+102.307 s]
/proc/loadavg: 0.81 0.28 0.10 2/65 25322
/proc/meminfo: memFree=1929680/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=9088 CPUtime=102.25
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 1969 0 0 0 10223 2 0 0 25 0 1 0 214212774 9306112 1955 1992294400 134512640 135192793 4294956224 18446744073709551615 134533789 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 2272 1955 73 166 0 2103 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 9088

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 25322
/proc/meminfo: memFree=1928080/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=11160 CPUtime=162.22
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 2378 0 0 0 16220 2 0 0 25 0 1 0 214212774 11427840 2364 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 2790 2364 73 166 0 2621 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 11160

[startup+222.302 s]
/proc/loadavg: 0.97 0.51 0.20 2/65 25322
/proc/meminfo: memFree=1926544/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=13016 CPUtime=222.19
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 2735 0 0 0 22217 2 0 0 25 0 1 0 214212774 13328384 2721 1992294400 134512640 135192793 4294956224 18446744073709551615 134533139 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3254 2721 73 166 0 3085 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 13016

[startup+282.302 s]
/proc/loadavg: 0.99 0.60 0.25 2/65 25324
/proc/meminfo: memFree=1925904/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=13592 CPUtime=282.16
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 2859 0 0 0 28214 2 0 0 25 0 1 0 214212774 13918208 2845 1992294400 134512640 135192793 4294956224 18446744073709551615 134531638 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3398 2845 73 166 0 3229 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 13592

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.29 2/65 25324
/proc/meminfo: memFree=1925840/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=13592 CPUtime=342.14
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 2881 0 0 0 34212 2 0 0 25 0 1 0 214212774 13918208 2867 1992294400 134512640 135192793 4294956224 18446744073709551615 134533917 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3398 2867 73 166 0 3229 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 13592

[startup+402.303 s]
/proc/loadavg: 0.99 0.73 0.33 2/65 25324
/proc/meminfo: memFree=1924752/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=14836 CPUtime=402.12
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 3160 0 0 0 40209 3 0 0 25 0 1 0 214212774 15192064 3146 1992294400 134512640 135192793 4294956224 18446744073709551615 134548797 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3709 3146 73 166 0 3540 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 14836

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

[startup+409.501 s]
/proc/loadavg: 0.99 0.73 0.34 2/65 25324
/proc/meminfo: memFree=1924688/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=14836 CPUtime=409.32
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 3160 0 0 0 40929 3 0 0 25 0 1 0 214212774 15192064 3146 1992294400 134512640 135192793 4294956224 18446744073709551615 134548137 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3709 3146 73 166 0 3540 0
Current children cumulated CPU time (s) 409.32
Current children cumulated vsize (KiB) 14836

[startup+422.302 s]
/proc/loadavg: 0.99 0.74 0.35 2/65 25324
/proc/meminfo: memFree=1924560/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=15028 CPUtime=422.11
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 3197 0 0 0 42208 3 0 0 25 0 1 0 214212774 15388672 3183 1992294400 134512640 135192793 4294956224 18446744073709551615 134534250 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3757 3183 73 166 0 3588 0
Current children cumulated CPU time (s) 422.11
Current children cumulated vsize (KiB) 15028

[startup+435.102 s]
/proc/loadavg: 0.99 0.75 0.35 2/65 25324
/proc/meminfo: memFree=1924432/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=15028 CPUtime=434.9
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 3236 0 0 0 43487 3 0 0 25 0 1 0 214212774 15388672 3222 1992294400 134512640 135192793 4294956224 18446744073709551615 134612993 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3757 3222 73 166 0 3588 0
Current children cumulated CPU time (s) 434.9
Current children cumulated vsize (KiB) 15028

[startup+438.301 s]
/proc/loadavg: 0.99 0.76 0.36 2/65 25324
/proc/meminfo: memFree=1924368/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=15216 CPUtime=438.1
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 3250 0 0 0 43807 3 0 0 25 0 1 0 214212774 15581184 3236 1992294400 134512640 135192793 4294956224 18446744073709551615 134533933 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3804 3236 73 166 0 3635 0
Current children cumulated CPU time (s) 438.1
Current children cumulated vsize (KiB) 15216

[startup+441.502 s]
/proc/loadavg: 0.99 0.76 0.36 2/65 25324
/proc/meminfo: memFree=1924368/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=15216 CPUtime=441.3
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 3253 0 0 0 44127 3 0 0 25 0 1 0 214212774 15581184 3239 1992294400 134512640 135192793 4294956224 18446744073709551615 134549684 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3804 3239 73 166 0 3635 0
Current children cumulated CPU time (s) 441.3
Current children cumulated vsize (KiB) 15216

[startup+442.302 s]
/proc/loadavg: 0.99 0.76 0.36 2/65 25324
/proc/meminfo: memFree=1924368/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=15216 CPUtime=442.1
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 3253 0 0 0 44207 3 0 0 25 0 1 0 214212774 15581184 3239 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3804 3239 73 166 0 3635 0
Current children cumulated CPU time (s) 442.1
Current children cumulated vsize (KiB) 15216

[startup+442.702 s]
/proc/loadavg: 0.99 0.76 0.36 2/65 25324
/proc/meminfo: memFree=1924368/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=15216 CPUtime=442.5
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 3253 0 0 0 44247 3 0 0 25 0 1 0 214212774 15581184 3239 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3804 3239 73 166 0 3635 0
Current children cumulated CPU time (s) 442.5
Current children cumulated vsize (KiB) 15216

[startup+442.902 s]
/proc/loadavg: 0.99 0.76 0.36 2/65 25324
/proc/meminfo: memFree=1924368/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=15216 CPUtime=442.7
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 3253 0 0 0 44267 3 0 0 25 0 1 0 214212774 15581184 3239 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3804 3239 73 166 0 3635 0
Current children cumulated CPU time (s) 442.7
Current children cumulated vsize (KiB) 15216

[startup+443.002 s]
/proc/loadavg: 0.99 0.76 0.36 2/65 25324
/proc/meminfo: memFree=1924368/2055920 swapFree=4178900/4192956
[pid=25321] ppid=25319 vsize=15216 CPUtime=442.8
/proc/25321/stat : 25321 (mxc-sat09) R 25319 25321 25257 0 -1 4194304 3253 0 0 0 44277 3 0 0 25 0 1 0 214212774 15581184 3239 1992294400 134512640 135192793 4294956224 18446744073709551615 134533783 0 0 4096 0 0 0 0 17 0 0 0
/proc/25321/statm: 3804 3239 73 166 0 3635 0
Current children cumulated CPU time (s) 442.8
Current children cumulated vsize (KiB) 15216

Child status: 20
Real time (s): 443.024
CPU time (s): 442.829
CPU user time (s): 442.794
CPU system time (s): 0.034994
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 15216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 442.794
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3256
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= 2
involuntary context switches= 1263

runsolver used 0.488925 second user time and 1.12883 second system time

The end

Launcher Data

Begin job on node27 at 2009-05-09 11:36:39
IDJOB=1783573
IDBENCH=24600
IDSOLVER=613
FILE ID=node27/1783573-1241861799
PBS_JOBID= 9264585
Free space on /tmp= 66144 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT07/crafted/Medium/contest05/others/pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783573-1241861799/watcher-1783573-1241861799 -o /tmp/evaluation-result-1783573-1241861799/solver-1783573-1241861799 -C 5000 -W 6000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1783573-1241861799.cnf

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

MD5SUM BENCH= ab810788a5ff5edde690e75706c8dd18
RANDOM SEED=163978118

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1937968 kB
Buffers:         20992 kB
Cached:          50020 kB
SwapCached:       8072 kB
Active:          41732 kB
Inactive:        39388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1937968 kB
SwapTotal:     4192956 kB
SwapFree:      4178900 kB
Dirty:             920 kB
Writeback:           0 kB
Mapped:          14620 kB
Slab:            22708 kB
Committed_AS:   713136 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66144 MiB
End job on node27 at 2009-05-09 11:44:02