Trace number 315423

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, and are wall clock time (not CPU 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 2007-02-08UNSAT 417.578 417.728

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h30-unknown.cnf
MD5SUMfad87308d3751e996b7b3c35a13a7fd9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.2494
Satisfiable
(Un)Satisfiability was proved
Number of variables137341
Number of clauses724504
Sum of the clauses size1900318
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2588905
Number of clauses of size 3130263
Number of clauses of size 41197
Number of clauses of size 5111
Number of clauses of size over 53752

Solver Data (download as text)

417.56/417.71	c MXC attempting /tmp/evaluation/315423-1172653822/instance-315423-1172653822.cnf
417.56/417.71	c 34 assignments made, starting to guess now
417.56/417.71	c ===================================[MXC]=====================================
417.56/417.71	c | Conflicts |     ORIGINAL     |             LEARNT              | Progress |
417.56/417.71	c |           | Clauses Literals |  Limit Clauses Literals  Lit/Cl |          |
417.56/417.71	c =============================================================================
417.56/417.71	c |         0 |  135311   722196 |   45103       0       0     nan |  0.024 % |
417.56/417.71	c |       100 |  135311   722196 |   49613      93    2691    28.9 |  0.024 % |
417.56/417.71	c |       250 |  135311   722196 |   54574     239    6477    27.1 |  0.024 % |
417.56/417.71	c |       476 |  135311   722196 |   60032     460   12352    26.9 |  0.024 % |
417.56/417.71	c |       813 |  135311   722196 |   66035     785   19257    24.5 |  0.024 % |
417.56/417.71	c |      1319 |  135311   722196 |   72638    1284   36467    28.4 |  0.024 % |
417.56/417.71	c |      2078 |  135311   722196 |   79902    2039   54247    26.6 |  0.024 % |
417.56/417.71	c |      3217 |  135311   722196 |   87892    3174   77193    24.3 |  0.024 % |
417.56/417.71	c |      4926 |  135246   721885 |   96682    4859  116553    24.0 |  0.042 % |
417.56/417.71	c |      7489 |  135246   721885 |  106350    7415  199210    26.9 |  0.042 % |
417.56/417.71	c |     11333 |  135246   721885 |  116985   11233  554192    49.3 |  0.042 % |
417.56/417.71	c |     17100 |  135246   721885 |  128684   16985 1051995    61.9 |  0.042 % |
417.56/417.71	c |     25752 |  135246   721885 |  141552   25606 1421395    55.5 |  0.042 % |
417.56/417.71	c |     38726 |  135181   721577 |  155707   38567 2044598    53.0 |  0.060 % |
417.56/417.71	c |     58189 |  135116   721272 |  171278   58015 2578026    44.4 |  0.078 % |
417.56/417.71	c |     87381 |  135116   721272 |  188406   87181 3147415    36.1 |  0.078 % |
417.56/417.71	c |    131170 |  135116   721272 |  207247  130946 4275474    32.7 |  0.078 % |
417.56/417.71	c 417.630s elapsed
417.56/417.71	c restarts: 16
417.56/417.71	c decisions: 285401
417.56/417.71	c propagations: 523682301
417.56/417.71	c conflicts: 194915
417.56/417.71	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node75/watcher-315423-1172653822 -o ROOT/results/node75/solver-315423-1172653822 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315423-1172653822/mxc /tmp/evaluation/315423-1172653822/instance-315423-1172653822.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): 2400 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.92 0.98 0.99 3/64 32686
/proc/meminfo: memFree=1688840/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=13992 CPUtime=0
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 772 0 0 0 0 0 0 0 19 0 1 0 285348091 14327808 756 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134550509 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 3498 763 42 122 0 3372 0

[startup+0.0471161 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32686
/proc/meminfo: memFree=1688840/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=29588 CPUtime=0.04
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 6563 0 0 0 1 3 0 0 19 0 1 0 285348091 30298112 6547 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 7397 6548 46 122 0 7271 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29588

[startup+0.101121 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32686
/proc/meminfo: memFree=1688840/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=32560 CPUtime=0.09
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 7299 0 0 0 6 3 0 0 19 0 1 0 285348091 33341440 7283 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 8140 7283 46 122 0 8014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32560

[startup+0.301146 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32686
/proc/meminfo: memFree=1688840/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=42448 CPUtime=0.29
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 9792 0 0 0 25 4 0 0 21 0 1 0 285348091 43466752 9776 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 10612 9776 46 122 0 10486 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42448

[startup+0.701192 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32686
/proc/meminfo: memFree=1688840/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=31220 CPUtime=0.69
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 10149 0 0 0 65 4 0 0 25 0 1 0 285348091 31969280 6868 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134520556 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 7805 6868 58 122 0 7679 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31220

[startup+1.50129 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1661440/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=31352 CPUtime=1.49
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 10166 0 0 0 145 4 0 0 25 0 1 0 285348091 32104448 6885 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134520329 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 7838 6885 59 122 0 7712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31352

[startup+3.10148 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1661248/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=31484 CPUtime=3.09
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 10199 0 0 0 305 4 0 0 25 0 1 0 285348091 32239616 6918 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134531601 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 7871 6918 59 122 0 7745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31484

[startup+6.30186 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1660800/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=31748 CPUtime=6.29
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 10258 0 0 0 624 5 0 0 25 0 1 0 285348091 32509952 6977 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 7937 6977 59 122 0 7811 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31748

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1660736/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=32012 CPUtime=12.68
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 10325 0 0 0 1263 5 0 0 25 0 1 0 285348091 32780288 7044 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134528293 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 8003 7044 59 122 0 7877 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32012

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1659776/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=33096 CPUtime=25.48
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 10595 0 0 0 2542 6 0 0 25 0 1 0 285348091 33890304 7314 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 8274 7314 59 122 0 8148 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33096

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1656320/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=36528 CPUtime=51.06
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 11453 0 0 0 5100 6 0 0 25 0 1 0 285348091 37404672 8172 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519546 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 9132 8172 59 122 0 9006 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 36528

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1651584/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=41280 CPUtime=102.25
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 12640 0 0 0 10217 8 0 0 25 0 1 0 285348091 42270720 9359 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 10320 9359 59 122 0 10194 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 41280

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1646720/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=46480 CPUtime=162.23
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 13855 0 0 0 16214 9 0 0 25 0 1 0 285348091 47595520 10574 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519759 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 11620 10574 59 122 0 11494 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 46480

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1642304/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=50688 CPUtime=222.22
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 14940 0 0 0 22211 11 0 0 25 0 1 0 285348091 51904512 11659 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 12672 11659 59 122 0 12546 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 50688

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1638464/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=55164 CPUtime=282.19
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 15882 0 0 0 28207 12 0 0 25 0 1 0 285348091 56487936 12601 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 13791 12601 59 122 0 13665 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 55164

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1635392/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=58252 CPUtime=342.18
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 16642 0 0 0 34205 13 0 0 25 0 1 0 285348091 59650048 13361 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 14563 13361 59 122 0 14437 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 58252

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1632960/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=60736 CPUtime=402.16
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 17244 0 0 0 40202 14 0 0 25 0 1 0 285348091 62193664 13963 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134529754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 15184 13963 59 122 0 15058 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 60736

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

[startup+409.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1632704/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=61000 CPUtime=409.36
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 17312 0 0 0 40922 14 0 0 25 0 1 0 285348091 62464000 14031 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519759 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 15250 14031 59 122 0 15124 0
Current children cumulated CPU time (s) 409.36
Current children cumulated vsize (KiB) 61000

[startup+412.703 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1632576/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=61000 CPUtime=412.56
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 17337 0 0 0 41242 14 0 0 25 0 1 0 285348091 62464000 14056 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 15250 14056 59 122 0 15124 0
Current children cumulated CPU time (s) 412.56
Current children cumulated vsize (KiB) 61000

[startup+415.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1632512/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=61132 CPUtime=415.76
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 17359 0 0 0 41562 14 0 0 25 0 1 0 285348091 62599168 14078 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 15283 14078 59 122 0 15157 0
Current children cumulated CPU time (s) 415.76
Current children cumulated vsize (KiB) 61132

[startup+416.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1632512/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=61132 CPUtime=416.56
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 17362 0 0 0 41642 14 0 0 25 0 1 0 285348091 62599168 14081 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 15283 14081 59 122 0 15157 0
Current children cumulated CPU time (s) 416.56
Current children cumulated vsize (KiB) 61132

[startup+417.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1632512/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=61132 CPUtime=417.36
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 17367 0 0 0 41722 14 0 0 25 0 1 0 285348091 62599168 14086 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 15283 14086 59 122 0 15157 0
Current children cumulated CPU time (s) 417.36
Current children cumulated vsize (KiB) 61132

[startup+417.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32687
/proc/meminfo: memFree=1632512/2055920 swapFree=4183148/4192956
[pid=32686] ppid=32684 vsize=61132 CPUtime=417.56
/proc/32686/stat : 32686 (mxc) R 32684 32686 31949 0 -1 4194304 17369 0 0 0 41742 14 0 0 25 0 1 0 285348091 62599168 14088 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/32686/statm: 15283 14088 59 122 0 15157 0
Current children cumulated CPU time (s) 417.56
Current children cumulated vsize (KiB) 61132

Child status: 20
Real time (s): 417.728
CPU time (s): 417.578
CPU user time (s): 417.429
CPU system time (s): 0.148977
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 61132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 417.429
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17375
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= 8
involuntary context switches= 666

runsolver used 0.247962 second user time and 0.904862 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Wed Feb 28 09:10:22 UTC 2007

IDJOB= 315423
IDBENCH= 20416
IDSOLVER= 107
FILE ID= node75/315423-1172653822

PBS_JOBID= 3981182

Free space on /tmp= 66507 MiB

SOLVER NAME= MXC 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h30-unknown.cnf
COMMAND LINE= /tmp/evaluation/315423-1172653822/mxc /tmp/evaluation/315423-1172653822/instance-315423-1172653822.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-315423-1172653822 -o ROOT/results/node75/solver-315423-1172653822 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315423-1172653822/mxc /tmp/evaluation/315423-1172653822/instance-315423-1172653822.cnf            

META MD5SUM SOLVER= fd459248d3e92e664505cc2f0f683bf4
MD5SUM BENCH=  fad87308d3751e996b7b3c35a13a7fd9

RANDOM SEED= 797420304

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1689184 kB
Buffers:         11244 kB
Cached:         291924 kB
SwapCached:       3580 kB
Active:          69252 kB
Inactive:       257012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689184 kB
SwapTotal:     4192956 kB
SwapFree:      4183148 kB
Dirty:           13636 kB
Writeback:           0 kB
Mapped:          29136 kB
Slab:            26308 kB
Committed_AS:   804460 kB
PageTables:       1468 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= 66507 MiB

End job on node75 on Wed Feb 28 09:17:20 UTC 2007