Trace number 1734645

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 839.728 840.029

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v760c43649g4.cnf
MD5SUM3ea4eea040ac494148336825302eb384
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark331.547
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

101.35/101.48	c starting MXC with:
101.35/101.48	c cnf_path = HOME/instance-1734645-1240795718.cnf
101.35/101.48	c restart_strategy = auto
101.35/101.48	c sign_strategy = cached
101.35/101.48	c use_preprocessing = -1
101.35/101.48	c output_implicant = 1
101.35/101.48	c timeout_seconds = 0
101.35/101.48	c running SatELite... done
101.35/101.48	c 41 vars eliminated
101.35/101.48	c received 0 units and 40468 clauses from SatELite
101.35/101.48	c 40 assignments made, starting to guess now
101.35/101.48	c ===================================[MXC]=====================================
101.35/101.48	c | Conflicts |                Clause Statistics                   |   Vars   |
101.35/101.48	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
101.35/101.48	c =============================================================================
101.35/101.48	c |         0 |       0   37514     2954        0        0     nan |      760 |
101.35/101.48	c |       100 |       0   37514     2954      100     1050    89.5 |      720 |
101.35/101.48	c |       210 |       0   37514     2954      210     1105    79.5 |      720 |
101.35/101.48	c |       441 |       0   37514     2954      441     1220    63.3 |      720 |
101.35/101.48	c |       805 |       0   37514     2954      805     1402    54.6 |      720 |
101.35/101.48	c |      1315 |       0   37514     2954     1315     1657    51.5 |      720 |
101.35/101.48	c |      1986 |       0   37514     2954     1986     1993    46.0 |      720 |
101.35/101.48	c |      2834 |       0   37514     2954     1834     2417    46.3 |      720 |
101.35/101.48	c |      3876 |       0   37514     2954     2876     2938    41.9 |      720 |
101.35/101.48	c |      5132 |       0   37514     2954     2632     3566    34.6 |      720 |
101.35/101.48	c |      6623 |       0   37514     2954     4123     4311    32.3 |      720 |
101.35/101.48	c |      8373 |       0   37514     2954     3623     5186    33.6 |      720 |
101.35/101.48	c |     10408 |       0   37514     2954     5658     6204    34.1 |      720 |
101.35/101.48	c |     12756 |       0   37515     2954     4629     7378    32.8 |      720 |
101.35/101.48	c |     15449 |       0   37515     2954     7322     8724    34.7 |      720 |
101.35/101.48	c |     18521 |       0   37515     2954     5330    10260    36.9 |      720 |
101.35/101.48	c |     22010 |       0   37516     2954     8818    12005    35.3 |      720 |
101.35/101.48	c |     25958 |       0   37516     2954    12766    13979    35.5 |      720 |
101.35/101.48	c |     30411 |       0   37516     2954     9623    16205    35.6 |      720 |
101.35/101.48	c |     35419 |       0   37516     2954    14631    18709    35.5 |      720 |
101.35/101.48	c |     41038 |       0   37517     2954    20249    21519    35.8 |      720 |
101.35/101.48	c |     47329 |       0   37517     2954    15145    24664    36.6 |      720 |
101.35/101.48	c |     54360 |       0   37517     2954    22176    28180    36.5 |      720 |
101.35/101.48	c |     62205 |       0   37517     2954    30021    32102    37.7 |      720 |
101.35/101.48	c |     70945 |       0   37517     2954    21675    34713    37.2 |      720 |
101.35/101.48	c |     80669 |       0   37519     2954    31397    35776    35.3 |      720 |
101.35/101.48	c |     91476 |       0   37520     2954    24067    36847    33.7 |      720 |
101.35/101.48	c |    103474 |       0   37522     2954    36063    37929    33.8 |      720 |
101.35/101.48	c |    116782 |       0   37523     2954    30318    39022    34.0 |      720 |
101.35/101.48	c |    131532 |       0   37526     2954    25195    40129    35.2 |      720 |
101.35/101.48	c |    147868 |       0   37529     2954    20914    41249    32.0 |      720 |
101.35/101.48	c |    165948 |       0   37530     2954    38993    42382    35.4 |      720 |
101.35/101.48	c |    185947 |       0   37530     2954    37694    43529    38.4 |      720 |
101.35/101.48	c |    208057 |       0   37530     2954    37872    44693    35.8 |      720 |
101.35/101.48	c |    232489 |       0   37530     2954    39780    45874    34.5 |      720 |
101.35/101.48	c |    259475 |       0   37417     2947    26695    47084    39.1 |      719 |
101.35/101.48	c |    289271 |       0   37420     2947    32581    48158    38.8 |      719 |
101.35/101.48	c |    322158 |       0   37422     2947    41077    49393    37.1 |      719 |
101.35/101.48	c |    358445 |       0   37423     2947    27220    50648    37.5 |      719 |
101.35/101.48	c |    398472 |       0   37424     2947    41529    51925    39.7 |      719 |
101.35/101.48	c |    442613 |       0   37425     2947    33025    53223    38.5 |      719 |
101.35/101.48	c |    491279 |       0   37312     2940     8070    54550    31.3 |      718 |
101.35/101.48	c |    544923 |       0   37315     2940    33918    55735    35.2 |      718 |
839.69/840.02	c |    604043 |       0   37322     2940    36433    57108    38.1 |      718 |
839.69/840.02	c |    669187 |       0   37329     2940    43680    58506    41.4 |      718 |
839.69/840.02	c |    740957 |       0   37337     2940    56326    59932    36.6 |      718 |
839.69/840.02	c |    820016 |       0   37339     2940    44530    61379    39.5 |      718 |
839.69/840.02	c |    907092 |       0   37345     2940    38277    62859    39.5 |      718 |
839.69/840.02	c |   1002987 |       0   37352     2940    38511    64369    38.7 |      718 |
839.69/840.02	c |   1108583 |       0   37356     2940    46241    65905    46.8 |      718 |
839.69/840.02	c |   1224850 |       0   37246     2934    52561    67484    41.1 |      717 |
839.69/840.02	c |   1352856 |       0   37141     2930    38534    68898    45.8 |      716 |
839.69/840.02	c |   1493774 |       0   37022     2917    29337    70358    43.5 |      715 |
839.69/840.02	c |   1648896 |       0   36760     2901    31102    71753    43.5 |      713 |
839.69/840.02	c |   1819642 |       0   36400     2887    51962    72957    49.6 |      710 |
839.69/840.02	c |   2007575 |       0   36402     2887    56868    74045    44.2 |      710 |
839.69/840.02	c |   2214413 |       0   36150     2873    25382    75811    44.4 |      708 |
839.69/840.02	c |   2442047 |       0   36040     2866    59688    77066    49.0 |      707 |
839.69/840.02	c |   2692557 |       0   35593     2843    67319    78677    45.0 |      703 |
839.69/840.02	c |   2968230 |       0   35280     2821    66103    79636    56.7 |      700 |
839.69/840.02	c |   3257809 |       0   35339     2821    76530    80734    45.2 |      247 |
839.69/840.02	c ----- stats for thread 0 -----
839.69/840.02	c restarts: 1770
839.69/840.02	c decisions: 4296406
839.69/840.02	c propagations: 306453079
839.69/840.02	c conflicts: 3257809
839.69/840.02	c 840.019s elapsed
839.69/840.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-1734645-1240795718/watcher-1734645-1240795718 -o /tmp/evaluation-result-1734645-1240795718/solver-1734645-1240795718 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/mxc-sat09 -i HOME/instance-1734645-1240795718.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: 0.77 0.95 0.98 3/64 29839
/proc/meminfo: memFree=1719168/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=1744 CPUtime=0
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 303 0 0 0 0 0 0 0 18 0 1 0 107605106 1785856 289 1992294400 134512640 135192793 4294956208 18446744073709551615 134572749 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 436 289 54 166 0 267 0

[startup+0.0115269 s]
/proc/loadavg: 0.77 0.95 0.98 3/64 29839
/proc/meminfo: memFree=1719168/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=2248 CPUtime=0.01
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 448 0 0 0 1 0 0 0 18 0 1 0 107605106 2301952 434 1992294400 134512640 135192793 4294956208 18446744073709551615 134577000 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 562 435 54 166 0 393 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2248

[startup+0.101541 s]
/proc/loadavg: 0.77 0.95 0.98 3/64 29839
/proc/meminfo: memFree=1719168/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=3368 CPUtime=0.09
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 812 0 0 0 9 0 0 0 18 0 1 0 107605106 3448832 672 1992294400 134512640 135192793 4294956208 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 842 672 56 166 0 673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3368

[startup+0.301576 s]
/proc/loadavg: 0.77 0.95 0.98 3/64 29839
/proc/meminfo: memFree=1719168/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=4328 CPUtime=0.29
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 1035 0 0 0 29 0 0 0 19 0 1 0 107605106 4431872 895 1992294400 134512640 135192793 4294956208 18446744073709551615 134568160 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 1082 895 56 166 0 913 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4328

[startup+0.701646 s]
/proc/loadavg: 0.77 0.95 0.98 3/64 29839
/proc/meminfo: memFree=1719168/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=4840 CPUtime=0.69
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 1326 0 0 0 69 0 0 0 22 0 1 0 107605106 4956160 1084 1992294400 134512640 135192793 4294956208 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 1210 1084 73 166 0 1041 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4840

[startup+1.50179 s]
/proc/loadavg: 0.77 0.95 0.98 2/65 29840
/proc/meminfo: memFree=1714552/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=6176 CPUtime=1.49
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 1655 0 0 0 149 0 0 0 25 0 1 0 107605106 6324224 1413 1992294400 134512640 135192793 4294956208 18446744073709551615 134552435 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 1544 1413 73 166 0 1375 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6176

[startup+3.10107 s]
/proc/loadavg: 0.79 0.95 0.98 2/65 29840
/proc/meminfo: memFree=1712632/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=8828 CPUtime=3.09
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 2305 0 0 0 309 0 0 0 25 0 1 0 107605106 9039872 2063 1992294400 134512640 135192793 4294956208 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 2207 2063 73 166 0 2038 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8828

[startup+6.30163 s]
/proc/loadavg: 0.79 0.95 0.98 2/65 29840
/proc/meminfo: memFree=1708856/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=13216 CPUtime=6.29
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 3399 0 0 0 628 1 0 0 25 0 1 0 107605106 13533184 3157 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 3304 3157 73 166 0 3135 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13216

[startup+12.7018 s]
/proc/loadavg: 0.82 0.96 0.98 2/65 29840
/proc/meminfo: memFree=1704840/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=15948 CPUtime=12.69
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 4018 0 0 0 1268 1 0 0 25 0 1 0 107605106 16330752 3776 1992294400 134512640 135192793 4294956208 18446744073709551615 134533786 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 3987 3776 73 166 0 3818 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15948

[startup+25.502 s]
/proc/loadavg: 0.85 0.96 0.98 2/65 29840
/proc/meminfo: memFree=1701704/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=18940 CPUtime=25.48
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 4728 0 0 0 2546 2 0 0 25 0 1 0 107605106 19394560 4486 1992294400 134512640 135192793 4294956208 18446744073709551615 134534128 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 4735 4486 73 166 0 4566 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18940

[startup+51.1015 s]
/proc/loadavg: 0.90 0.96 0.98 2/65 29840
/proc/meminfo: memFree=1698120/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=23160 CPUtime=51.07
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 5662 0 0 0 5105 2 0 0 25 0 1 0 107605106 23715840 5420 1992294400 134512640 135192793 4294956208 18446744073709551615 134552006 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 5790 5420 73 166 0 5621 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23160

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 29840
/proc/meminfo: memFree=1692936/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=28924 CPUtime=102.25
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 6948 0 0 0 10222 3 0 0 25 0 1 0 107605106 29618176 6706 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 7231 6706 73 166 0 7062 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 28924

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 29840
/proc/meminfo: memFree=1689800/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=32480 CPUtime=162.24
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 7725 0 0 0 16219 5 0 0 25 0 1 0 107605106 33259520 7483 1992294400 134512640 135192793 4294956208 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 8120 7483 73 166 0 7951 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32480

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29840
/proc/meminfo: memFree=1684552/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=38112 CPUtime=222.21
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 9006 0 0 0 22215 6 0 0 25 0 1 0 107605106 39026688 8764 1992294400 134512640 135192793 4294956208 18446744073709551615 134550385 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 9528 8764 73 166 0 9359 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 38112

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29840
/proc/meminfo: memFree=1683208/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=39724 CPUtime=282.19
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 9350 0 0 0 28213 6 0 0 25 0 1 0 107605106 40677376 9108 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 9931 9108 73 166 0 9762 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 39724

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29840
/proc/meminfo: memFree=1681032/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=42312 CPUtime=342.16
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 9876 0 0 0 34210 6 0 0 25 0 1 0 107605106 43327488 9634 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 10578 9634 73 166 0 10409 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 42312

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29840
/proc/meminfo: memFree=1679624/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=44044 CPUtime=402.14
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 10212 0 0 0 40208 6 0 0 25 0 1 0 107605106 45101056 9970 1992294400 134512640 135192793 4294956208 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 11011 9970 73 166 0 10842 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 44044

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29840
/proc/meminfo: memFree=1677640/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=46304 CPUtime=462.13
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 10713 0 0 0 46206 7 0 0 25 0 1 0 107605106 47415296 10471 1992294400 134512640 135192793 4294956208 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 11576 10471 73 166 0 11407 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 46304

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29840
/proc/meminfo: memFree=1677064/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=46920 CPUtime=522.11
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 10860 0 0 0 52204 7 0 0 25 0 1 0 107605106 48046080 10618 1992294400 134512640 135192793 4294956208 18446744073709551615 134534165 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 11730 10618 73 166 0 11561 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 46920

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1675272/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=49076 CPUtime=582.08
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 11320 0 0 0 58201 7 0 0 25 0 1 0 107605106 50253824 11078 1992294400 134512640 135192793 4294956208 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 12269 11078 73 166 0 12100 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 49076

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1673992/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=50436 CPUtime=642.07
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 11613 0 0 0 64199 8 0 0 25 0 1 0 107605106 51646464 11371 1992294400 134512640 135192793 4294956208 18446744073709551615 134533224 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 12609 11371 73 166 0 12440 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 50436

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1673224/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=51268 CPUtime=702.04
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 11794 0 0 0 70196 8 0 0 25 0 1 0 107605106 52498432 11552 1992294400 134512640 135192793 4294956208 18446744073709551615 134550441 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 12817 11552 73 166 0 12648 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 51268

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1670856/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=53828 CPUtime=762.02
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 12386 0 0 0 76194 8 0 0 25 0 1 0 107605106 55119872 12144 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 13457 12144 73 166 0 13288 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 53828

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1669832/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=55372 CPUtime=822
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 12682 0 0 0 82191 9 0 0 25 0 1 0 107605106 56700928 12440 1992294400 134512640 135192793 4294956208 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 13843 12440 73 166 0 13674 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 55372

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

[startup+831.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1669384/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=55884 CPUtime=831.59
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 12802 0 0 0 83150 9 0 0 25 0 1 0 107605106 57225216 12560 1992294400 134512640 135192793 4294956208 18446744073709551615 134533904 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 13971 12560 73 166 0 13802 0
Current children cumulated CPU time (s) 831.59
Current children cumulated vsize (KiB) 55884

[startup+835.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1669256/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=56140 CPUtime=834.79
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 12831 0 0 0 83470 9 0 0 25 0 1 0 107605106 57487360 12589 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 14035 12589 73 166 0 13866 0
Current children cumulated CPU time (s) 834.79
Current children cumulated vsize (KiB) 56140

[startup+838.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1669192/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=56140 CPUtime=837.99
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 12858 0 0 0 83790 9 0 0 25 0 1 0 107605106 57487360 12616 1992294400 134512640 135192793 4294956208 18446744073709551615 134533804 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 14035 12616 73 166 0 13866 0
Current children cumulated CPU time (s) 837.99
Current children cumulated vsize (KiB) 56140

[startup+839.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1669192/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=56396 CPUtime=838.79
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 12892 0 0 0 83870 9 0 0 25 0 1 0 107605106 57749504 12650 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 14099 12650 73 166 0 13930 0
Current children cumulated CPU time (s) 838.79
Current children cumulated vsize (KiB) 56396

[startup+839.501 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1669000/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=56396 CPUtime=839.19
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 12892 0 0 0 83910 9 0 0 25 0 1 0 107605106 57749504 12650 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 14099 12650 73 166 0 13930 0
Current children cumulated CPU time (s) 839.19
Current children cumulated vsize (KiB) 56396

[startup+839.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1669000/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=56396 CPUtime=839.59
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 12893 0 0 0 83950 9 0 0 25 0 1 0 107605106 57749504 12651 1992294400 134512640 135192793 4294956208 18446744073709551615 134534059 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 14099 12651 73 166 0 13930 0
Current children cumulated CPU time (s) 839.59
Current children cumulated vsize (KiB) 56396

[startup+840.001 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29842
/proc/meminfo: memFree=1669000/2055920 swapFree=4181888/4192956
[pid=29839] ppid=29837 vsize=56396 CPUtime=839.69
/proc/29839/stat : 29839 (mxc-sat09) R 29837 29839 27959 0 -1 4194304 12893 0 0 0 83960 9 0 0 25 0 1 0 107605106 57749504 12651 1992294400 134512640 135192793 4294956208 18446744073709551615 134534165 0 0 4096 0 0 0 0 17 1 0 0
/proc/29839/statm: 14099 12651 73 166 0 13930 0
Current children cumulated CPU time (s) 839.69
Current children cumulated vsize (KiB) 56396

Child status: 20
Real time (s): 840.029
CPU time (s): 839.728
CPU user time (s): 839.624
CPU system time (s): 0.103984
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 56396

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

runsolver used 0.800878 second user time and 1.51177 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-27 03:28:38
IDJOB=1734645
IDBENCH=71258
IDSOLVER=504
FILE ID=node18/1734645-1240795718
PBS_JOBID= 9187361
Free space on /tmp= 66148 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v760c43649g4.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1734645-1240795718/watcher-1734645-1240795718 -o /tmp/evaluation-result-1734645-1240795718/solver-1734645-1240795718 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1734645-1240795718.cnf

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

MD5SUM BENCH= 3ea4eea040ac494148336825302eb384
RANDOM SEED=1068608813

node18.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.280
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.280
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:       1719584 kB
Buffers:         50444 kB
Cached:         223384 kB
SwapCached:       4972 kB
Active:         124024 kB
Inactive:       157732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719584 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            40572 kB
Committed_AS:   475832 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= 66144 MiB
End job on node18 at 2009-04-27 03:42:39