Trace number 1773977

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 340.499 340.59

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-07.cnf
MD5SUMd5384c4b81fff59c87944d03e9ed7d02
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.5491
Satisfiable
(Un)Satisfiability was proved
Number of variables69097
Number of clauses225325
Sum of the clauses size583973
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291744
Number of clauses of size 3133452
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

340.40/340.57	c starting MXC with:
340.40/340.57	c cnf_path = HOME/instance-1773977-1241305369.cnf
340.40/340.57	c restart_strategy = auto
340.40/340.57	c sign_strategy = cached
340.40/340.57	c use_preprocessing = -1
340.40/340.57	c output_implicant = 1
340.40/340.57	c timeout_seconds = 0
340.40/340.57	c running SatELite... done
340.40/340.57	c 40536 vars eliminated
340.40/340.57	c received 285 units and 162251 clauses from SatELite
340.40/340.57	c 40820 assignments made, starting to guess now
340.40/340.57	c ===================================[MXC]=====================================
340.40/340.57	c | Conflicts |                Clause Statistics                   |   Vars   |
340.40/340.57	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
340.40/340.57	c =============================================================================
340.40/340.57	c |         0 |       0    9876   152375        0        0     nan |    69097 |
340.40/340.57	c |       100 |       0    9897   152260       70     1050    71.0 |    28259 |
340.40/340.57	c |       210 |       0    9899   152260      178     1105    37.7 |    28259 |
340.40/340.57	c |       441 |       0    9903   152260      405     1220    80.9 |    28259 |
340.40/340.57	c |       805 |       0    9908   152260      764     1402    50.1 |    28259 |
340.40/340.58	c |      1315 |       0    9915   152260     1266     1657    67.8 |    28257 |
340.40/340.58	c |      1986 |       0    9923   152260     1929     1993    58.7 |    28257 |
340.40/340.58	c |      2834 |       0    9924   152260     1749     2417    58.9 |    28257 |
340.40/340.58	c |      3876 |       0    9929   152260     2786     2938    58.5 |    28257 |
340.40/340.58	c |      5132 |       0    9932   152260     2491     3566    54.4 |    28256 |
340.40/340.58	c |      6623 |       0    9935   152260     3978     4311    52.5 |    28192 |
340.40/340.58	c |      8373 |       0    9959   152260     3374     5186    40.1 |    28187 |
340.40/340.58	c |      8598 |       0    9983   152260     3563     5299    40.6 |     9724 |
340.40/340.58	c ----- stats for thread 0 -----
340.40/340.58	c restarts: 6
340.40/340.58	c decisions: 14192
340.40/340.58	c propagations: 95153626
340.40/340.58	c conflicts: 8598
340.40/340.58	c 340.572s elapsed
340.40/340.58	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-1773977-1241305369/watcher-1773977-1241305369 -o /tmp/evaluation-result-1773977-1241305369/solver-1773977-1241305369 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1773977-1241305369.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.93 0.98 0.99 3/64 22490
/proc/meminfo: memFree=1911928/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=4912 CPUtime=0
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 773 0 0 0 0 0 0 0 18 0 1 0 158569545 5029888 759 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 1228 765 46 166 0 1059 0

[startup+0.0230329 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 22490
/proc/meminfo: memFree=1911928/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=19676 CPUtime=0.01
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 3012 0 0 0 0 1 0 0 18 0 1 0 158569545 20148224 2998 1992294400 134512640 135192793 4294956224 18446744073709551615 134766703 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 4919 3006 53 166 0 4750 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19676

[startup+0.102038 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 22490
/proc/meminfo: memFree=1911928/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=29720 CPUtime=0.09
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 5269 0 0 0 7 2 0 0 18 0 1 0 158569545 30433280 5253 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 7430 5253 55 166 0 7261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29720

[startup+0.302052 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 22490
/proc/meminfo: memFree=1911928/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=35012 CPUtime=0.29
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 7480 0 0 0 26 3 0 0 19 0 1 0 158569545 35852288 6447 1992294400 134512640 135192793 4294956224 18446744073709551615 134567590 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 8753 6447 56 166 0 8584 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35012

[startup+0.702081 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 22490
/proc/meminfo: memFree=1911928/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=45864 CPUtime=0.69
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 10120 0 0 0 65 4 0 0 22 0 1 0 158569545 46964736 9087 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 11466 9088 56 166 0 11297 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45864

[startup+1.50114 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 22491
/proc/meminfo: memFree=1868976/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=63396 CPUtime=1.49
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 15778 0 0 0 142 7 0 0 25 0 1 0 158569545 64917504 13698 1992294400 134512640 135192793 4294956224 18446744073709551615 134612997 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 15849 13698 72 166 0 15680 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63396

[startup+3.10126 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1856560/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=63792 CPUtime=3.09
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 15932 0 0 0 302 7 0 0 25 0 1 0 158569545 65323008 13852 1992294400 134512640 135192793 4294956224 18446744073709551615 134552442 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 15948 13852 72 166 0 15779 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63792

[startup+6.30149 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1856112/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=64188 CPUtime=6.29
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16023 0 0 0 622 7 0 0 25 0 1 0 158569545 65728512 13943 1992294400 134512640 135192793 4294956224 18446744073709551615 134552014 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16047 13943 72 166 0 15878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64188

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1855808/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=64320 CPUtime=12.69
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16069 0 0 0 1262 7 0 0 25 0 1 0 158569545 65863680 13989 1992294400 134512640 135192793 4294956224 18446744073709551615 134552264 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16080 13989 72 166 0 15911 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64320

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1855360/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=64848 CPUtime=25.49
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16190 0 0 0 2542 7 0 0 25 0 1 0 158569545 66404352 14110 1992294400 134512640 135192793 4294956224 18446744073709551615 134550618 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16212 14110 72 166 0 16043 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64848

[startup+51.1018 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1854976/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=65244 CPUtime=51.08
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16282 0 0 0 5101 7 0 0 25 0 1 0 158569545 66809856 14202 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16311 14202 72 166 0 16142 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 65244

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1854784/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=65376 CPUtime=102.26
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16340 0 0 0 10219 7 0 0 25 0 1 0 158569545 66945024 14260 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16344 14260 73 166 0 16175 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 65376

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1854336/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=65904 CPUtime=162.24
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16450 0 0 0 16217 7 0 0 25 0 1 0 158569545 67485696 14370 1992294400 134512640 135192793 4294956224 18446744073709551615 134552327 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16476 14370 73 166 0 16307 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 65904

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1854272/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=65904 CPUtime=222.23
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16450 0 0 0 22216 7 0 0 25 0 1 0 158569545 67485696 14370 1992294400 134512640 135192793 4294956224 18446744073709551615 134533878 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16476 14370 73 166 0 16307 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 65904

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1853824/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=66308 CPUtime=282.22
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16549 0 0 0 28214 8 0 0 25 0 1 0 158569545 67899392 14469 1992294400 134512640 135192793 4294956224 18446744073709551615 134552291 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16577 14469 73 166 0 16408 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 66308

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

[startup+307.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1853760/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=66308 CPUtime=307.01
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16569 0 0 0 30693 8 0 0 25 0 1 0 158569545 67899392 14489 1992294400 134512640 135192793 4294956224 18446744073709551615 134552256 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16577 14489 73 166 0 16408 0
Current children cumulated CPU time (s) 307.01
Current children cumulated vsize (KiB) 66308

[startup+319.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1853760/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=66308 CPUtime=319.81
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16569 0 0 0 31973 8 0 0 25 0 1 0 158569545 67899392 14489 1992294400 134512640 135192793 4294956224 18446744073709551615 134551982 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16577 14489 73 166 0 16408 0
Current children cumulated CPU time (s) 319.81
Current children cumulated vsize (KiB) 66308

[startup+332.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1853696/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=66308 CPUtime=332.6
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16569 0 0 0 33252 8 0 0 25 0 1 0 158569545 67899392 14489 1992294400 134512640 135192793 4294956224 18446744073709551615 134552488 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16577 14489 73 166 0 16408 0
Current children cumulated CPU time (s) 332.6
Current children cumulated vsize (KiB) 66308

[startup+335.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1853696/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=66308 CPUtime=335.8
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16569 0 0 0 33572 8 0 0 25 0 1 0 158569545 67899392 14489 1992294400 134512640 135192793 4294956224 18446744073709551615 134551982 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16577 14489 73 166 0 16408 0
Current children cumulated CPU time (s) 335.8
Current children cumulated vsize (KiB) 66308

[startup+339.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1853696/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=66308 CPUtime=339
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16569 0 0 0 33892 8 0 0 25 0 1 0 158569545 67899392 14489 1992294400 134512640 135192793 4294956224 18446744073709551615 134552327 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16577 14489 73 166 0 16408 0
Current children cumulated CPU time (s) 339
Current children cumulated vsize (KiB) 66308

[startup+339.906 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1853696/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=66308 CPUtime=339.81
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16569 0 0 0 33973 8 0 0 25 0 1 0 158569545 67899392 14489 1992294400 134512640 135192793 4294956224 18446744073709551615 134552397 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16577 14489 73 166 0 16408 0
Current children cumulated CPU time (s) 339.81
Current children cumulated vsize (KiB) 66308

[startup+340.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1853696/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=66308 CPUtime=340.2
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16569 0 0 0 34012 8 0 0 25 0 1 0 158569545 67899392 14489 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16577 14489 73 166 0 16408 0
Current children cumulated CPU time (s) 340.2
Current children cumulated vsize (KiB) 66308

[startup+340.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22491
/proc/meminfo: memFree=1853696/2055920 swapFree=4181112/4192956
[pid=22490] ppid=22488 vsize=66308 CPUtime=340.4
/proc/22490/stat : 22490 (mxc-sat09) R 22488 22490 22453 0 -1 4194304 16569 0 0 0 34032 8 0 0 25 0 1 0 158569545 67899392 14489 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/22490/statm: 16577 14489 73 166 0 16408 0
Current children cumulated CPU time (s) 340.4
Current children cumulated vsize (KiB) 66308

Child status: 20
Real time (s): 340.59
CPU time (s): 340.499
CPU user time (s): 340.405
CPU system time (s): 0.093985
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 66308

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

runsolver used 0.232964 second user time and 0.735888 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-03 01:02:49
IDJOB=1773977
IDBENCH=70831
IDSOLVER=613
FILE ID=node34/1773977-1241305369
PBS_JOBID= 9225219
Free space on /tmp= 66496 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-07.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773977-1241305369/watcher-1773977-1241305369 -o /tmp/evaluation-result-1773977-1241305369/solver-1773977-1241305369 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1773977-1241305369.cnf

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

MD5SUM BENCH= d5384c4b81fff59c87944d03e9ed7d02
RANDOM SEED=479643982

node34.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.214
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.214
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:       1912344 kB
Buffers:         17472 kB
Cached:          71868 kB
SwapCached:       5384 kB
Active:          26620 kB
Inactive:        70228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1912344 kB
SwapTotal:     4192956 kB
SwapFree:      4181112 kB
Dirty:            4828 kB
Writeback:           0 kB
Mapped:          13372 kB
Slab:            32768 kB
Committed_AS:   712728 kB
PageTables:       1380 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= 66496 MiB
End job on node34 at 2009-05-03 01:08:30