Trace number 1725875

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 440.344 440.447

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


[startup+0 s]
/proc/loadavg: 1.06 1.49 1.38 3/64 18970
/proc/meminfo: memFree=1629656/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=976 CPUtime=0
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 98755237 999424 117 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 244 117 72 166 0 75 0

[startup+0.0581839 s]
/proc/loadavg: 1.06 1.49 1.38 3/64 18970
/proc/meminfo: memFree=1629656/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=1372 CPUtime=0.05
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 232 0 0 0 5 0 0 0 18 0 1 0 98755237 1404928 218 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 343 218 73 166 0 174 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1372

[startup+0.102186 s]
/proc/loadavg: 1.06 1.49 1.38 3/64 18970
/proc/meminfo: memFree=1629656/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=1372 CPUtime=0.1
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 246 0 0 0 10 0 0 0 18 0 1 0 98755237 1404928 232 1992294400 134512640 135192793 4294956208 18446744073709551615 134549002 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 343 232 73 166 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1372

[startup+0.301202 s]
/proc/loadavg: 1.06 1.49 1.38 3/64 18970
/proc/meminfo: memFree=1629656/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=1636 CPUtime=0.29
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 294 0 0 0 29 0 0 0 19 0 1 0 98755237 1675264 280 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 409 280 73 166 0 240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1636

[startup+0.701234 s]
/proc/loadavg: 1.06 1.49 1.38 3/64 18970
/proc/meminfo: memFree=1629656/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=1772 CPUtime=0.69
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 350 0 0 0 69 0 0 0 22 0 1 0 98755237 1814528 336 1992294400 134512640 135192793 4294956208 18446744073709551615 134533808 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 443 336 73 166 0 274 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1772

[startup+1.5013 s]
/proc/loadavg: 1.06 1.49 1.38 2/65 18971
/proc/meminfo: memFree=1628432/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=2172 CPUtime=1.49
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 426 0 0 0 149 0 0 0 25 0 1 0 98755237 2224128 412 1992294400 134512640 135192793 4294956208 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 543 412 73 166 0 374 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2172

[startup+3.10143 s]
/proc/loadavg: 1.06 1.49 1.38 2/65 18971
/proc/meminfo: memFree=1627984/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=2580 CPUtime=3.09
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 532 0 0 0 309 0 0 0 25 0 1 0 98755237 2641920 518 1992294400 134512640 135192793 4294956208 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 645 518 73 166 0 476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2580

[startup+6.30169 s]
/proc/loadavg: 1.05 1.48 1.38 2/65 18971
/proc/meminfo: memFree=1627152/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=3280 CPUtime=6.29
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 678 0 0 0 629 0 0 0 25 0 1 0 98755237 3358720 664 1992294400 134512640 135192793 4294956208 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 820 664 73 166 0 651 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3280

[startup+12.7012 s]
/proc/loadavg: 1.05 1.48 1.38 2/65 18971
/proc/meminfo: memFree=1626192/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=4092 CPUtime=12.69
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 878 0 0 0 1269 0 0 0 25 0 1 0 98755237 4190208 864 1992294400 134512640 135192793 4294956208 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 1023 864 73 166 0 854 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4092

[startup+25.5013 s]
/proc/loadavg: 1.04 1.45 1.37 2/65 18971
/proc/meminfo: memFree=1625296/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=5144 CPUtime=25.48
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 1101 0 0 0 2548 0 0 0 25 0 1 0 98755237 5267456 1087 1992294400 134512640 135192793 4294956208 18446744073709551615 134552360 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 1286 1087 73 166 0 1117 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5144

[startup+51.1013 s]
/proc/loadavg: 1.02 1.41 1.36 2/65 18971
/proc/meminfo: memFree=1623760/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=6900 CPUtime=51.08
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 1471 0 0 0 5108 0 0 0 25 0 1 0 98755237 7065600 1457 1992294400 134512640 135192793 4294956208 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 1725 1457 73 166 0 1556 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6900

[startup+102.306 s]
/proc/loadavg: 1.01 1.35 1.34 2/65 18971
/proc/meminfo: memFree=1621712/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=9088 CPUtime=102.27
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 1971 0 0 0 10226 1 0 0 25 0 1 0 98755237 9306112 1957 1992294400 134512640 135192793 4294956208 18446744073709551615 134548029 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 2272 1957 73 166 0 2103 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9088

[startup+162.301 s]
/proc/loadavg: 1.00 1.28 1.32 2/65 18971
/proc/meminfo: memFree=1620048/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=11160 CPUtime=162.25
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 2378 0 0 0 16224 1 0 0 25 0 1 0 98755237 11427840 2364 1992294400 134512640 135192793 4294956208 18446744073709551615 134550401 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 2790 2364 73 166 0 2621 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 11160

[startup+222.301 s]
/proc/loadavg: 1.00 1.23 1.29 2/65 18971
/proc/meminfo: memFree=1618512/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=13016 CPUtime=222.24
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 2746 0 0 0 22222 2 0 0 25 0 1 0 98755237 13328384 2732 1992294400 134512640 135192793 4294956208 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3254 2732 73 166 0 3085 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 13016

[startup+282.301 s]
/proc/loadavg: 1.00 1.18 1.27 2/65 18971
/proc/meminfo: memFree=1618064/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=13592 CPUtime=282.23
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 2860 0 0 0 28221 2 0 0 25 0 1 0 98755237 13918208 2846 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3398 2846 73 166 0 3229 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 13592

[startup+342.301 s]
/proc/loadavg: 1.00 1.15 1.25 2/65 18971
/proc/meminfo: memFree=1617936/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=13592 CPUtime=342.21
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 2882 0 0 0 34219 2 0 0 25 0 1 0 98755237 13918208 2868 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3398 2868 73 166 0 3229 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 13592

[startup+402.302 s]
/proc/loadavg: 1.00 1.12 1.23 2/65 18971
/proc/meminfo: memFree=1616848/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=14836 CPUtime=402.2
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 3160 0 0 0 40218 2 0 0 25 0 1 0 98755237 15192064 3146 1992294400 134512640 135192793 4294956208 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3709 3146 73 166 0 3540 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 14836

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

[startup+409.502 s]
/proc/loadavg: 1.00 1.11 1.23 2/65 18971
/proc/meminfo: memFree=1616848/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=14836 CPUtime=409.39
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 3161 0 0 0 40937 2 0 0 25 0 1 0 98755237 15192064 3147 1992294400 134512640 135192793 4294956208 18446744073709551615 134550401 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3709 3147 73 166 0 3540 0
Current children cumulated CPU time (s) 409.39
Current children cumulated vsize (KiB) 14836

[startup+422.302 s]
/proc/loadavg: 1.00 1.11 1.23 2/65 18971
/proc/meminfo: memFree=1616656/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=15028 CPUtime=422.2
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 3200 0 0 0 42218 2 0 0 25 0 1 0 98755237 15388672 3186 1992294400 134512640 135192793 4294956208 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3757 3186 73 166 0 3588 0
Current children cumulated CPU time (s) 422.2
Current children cumulated vsize (KiB) 15028

[startup+428.701 s]
/proc/loadavg: 1.00 1.11 1.23 2/65 18971
/proc/meminfo: memFree=1616528/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=15028 CPUtime=428.59
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 3231 0 0 0 42857 2 0 0 25 0 1 0 98755237 15388672 3217 1992294400 134512640 135192793 4294956208 18446744073709551615 134551367 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3757 3217 73 166 0 3588 0
Current children cumulated CPU time (s) 428.59
Current children cumulated vsize (KiB) 15028

[startup+435.102 s]
/proc/loadavg: 1.00 1.10 1.22 2/65 18971
/proc/meminfo: memFree=1616464/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=15216 CPUtime=434.99
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 3250 0 0 0 43497 2 0 0 25 0 1 0 98755237 15581184 3236 1992294400 134512640 135192793 4294956208 18446744073709551615 134549765 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3804 3236 73 166 0 3635 0
Current children cumulated CPU time (s) 434.99
Current children cumulated vsize (KiB) 15216

[startup+438.302 s]
/proc/loadavg: 1.00 1.10 1.22 2/65 18971
/proc/meminfo: memFree=1616464/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=15216 CPUtime=438.19
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 3251 0 0 0 43817 2 0 0 25 0 1 0 98755237 15581184 3237 1992294400 134512640 135192793 4294956208 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3804 3237 73 166 0 3635 0
Current children cumulated CPU time (s) 438.19
Current children cumulated vsize (KiB) 15216

[startup+439.101 s]
/proc/loadavg: 1.00 1.10 1.22 2/65 18971
/proc/meminfo: memFree=1616464/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=15216 CPUtime=438.99
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 3253 0 0 0 43897 2 0 0 25 0 1 0 98755237 15581184 3239 1992294400 134512640 135192793 4294956208 18446744073709551615 134551016 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3804 3239 73 166 0 3635 0
Current children cumulated CPU time (s) 438.99
Current children cumulated vsize (KiB) 15216

[startup+439.901 s]
/proc/loadavg: 1.00 1.10 1.22 2/65 18971
/proc/meminfo: memFree=1616464/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=15216 CPUtime=439.79
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 3253 0 0 0 43977 2 0 0 25 0 1 0 98755237 15581184 3239 1992294400 134512640 135192793 4294956208 18446744073709551615 134550392 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3804 3239 73 166 0 3635 0
Current children cumulated CPU time (s) 439.79
Current children cumulated vsize (KiB) 15216

[startup+440.301 s]
/proc/loadavg: 1.00 1.10 1.22 2/65 18971
/proc/meminfo: memFree=1616464/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=15216 CPUtime=440.19
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 3253 0 0 0 44017 2 0 0 25 0 1 0 98755237 15581184 3239 1992294400 134512640 135192793 4294956208 18446744073709551615 134748772 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3804 3239 73 166 0 3635 0
Current children cumulated CPU time (s) 440.19
Current children cumulated vsize (KiB) 15216

[startup+440.401 s]
/proc/loadavg: 1.00 1.10 1.22 2/65 18971
/proc/meminfo: memFree=1616464/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=15216 CPUtime=440.29
/proc/18970/stat : 18970 (mxc-sat09) R 18968 18970 18534 0 -1 4194304 3253 0 0 0 44027 2 0 0 25 0 1 0 98755237 15581184 3239 1992294400 134512640 135192793 4294956208 18446744073709551615 134533909 0 0 4096 0 0 0 0 17 1 0 0
/proc/18970/statm: 3804 3239 73 166 0 3635 0
Current children cumulated CPU time (s) 440.29
Current children cumulated vsize (KiB) 15216

Child status: 20
Real time (s): 440.447
CPU time (s): 440.344
CPU user time (s): 440.316
CPU system time (s): 0.027995
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 15216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 440.316
system time used= 0.027995
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= 761

runsolver used 0.412937 second user time and 0.803877 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-26 02:53:32
IDJOB=1725875
IDBENCH=24600
IDSOLVER=504
FILE ID=node3/1725875-1240707212
PBS_JOBID= 9186799
Free space on /tmp= 66072 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-1725875-1240707212/watcher-1725875-1240707212 -o /tmp/evaluation-result-1725875-1240707212/solver-1725875-1240707212 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1725875-1240707212.cnf

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

MD5SUM BENCH= ab810788a5ff5edde690e75706c8dd18
RANDOM SEED=311578978

node3.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.212
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.212
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:       1630072 kB
Buffers:         43700 kB
Cached:         309144 kB
SwapCached:        144 kB
Active:         130928 kB
Inactive:       236976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             696 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            43952 kB
Committed_AS:   363644 kB
PageTables:       1372 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= 66068 MiB
End job on node3 at 2009-04-26 03:00:53