Trace number 367629

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 280.079 280.171

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-04.cnf
MD5SUM140b498fdbb0a99dba481ef70e9da3eb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark116.4
Satisfiable
(Un)Satisfiability was proved
Number of variables38290
Number of clauses475249
Sum of the clauses size1355369
Maximum clause length28542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2429660
Number of clauses of size 315371
Number of clauses of size 41052
Number of clauses of size 5230
Number of clauses of size over 528935

Solver Data (download as text)

280.02/280.16	c MXC attempting /tmp/evaluation/367629-1177550008/instance-367629-1177550008.cnf
280.02/280.16	c 28543 assignments made, starting to guess now
280.02/280.16	c ===================================[MXC]=====================================
280.02/280.16	c | Conflicts |     ORIGINAL     |             LEARNT              | Progress |
280.02/280.16	c |           | Clauses Literals |  Limit Clauses Literals  Lit/Cl |          |
280.02/280.16	c =============================================================================
280.02/280.16	c |         0 |   45530   438851 |   15176       0       0     nan | 74.544 % |
280.02/280.16	c |       101 |   45489   438721 |   16693      71    1764    24.8 | 74.573 % |
280.02/280.16	c |       251 |   45489   438721 |   18362     217    2763    12.7 | 74.573 % |
280.02/280.16	c |       476 |   45417   438465 |   20199     408    5081    12.5 | 74.696 % |
280.02/280.16	c |       814 |   45284   437903 |   22219     711   14749    20.7 | 74.792 % |
280.02/280.16	c |      1320 |   45231   437729 |   24441    1186   29200    24.6 | 74.839 % |
280.02/280.16	c |      2080 |   44965   436654 |   26885    1885   55352    29.4 | 74.993 % |
280.02/280.16	c |      3219 |   44965   436654 |   29573    3012  114259    37.9 | 74.993 % |
280.02/280.16	c |      4928 |   44960   436638 |   32531    4701  236450    50.3 | 74.999 % |
280.02/280.16	c |      7490 |   44132   433918 |   35784    7197  408737    56.8 | 75.563 % |
280.02/280.16	c |     11334 |   39583   407683 |   39362   10721  653738    61.0 | 79.331 % |
280.02/280.16	c |     17101 |   33226   319699 |   43298   16417 1069374    65.1 | 79.415 % |
280.02/280.16	c |     25751 |   32755   316827 |   47628   24991 1468134    58.7 | 79.621 % |
280.02/280.16	c |     38727 |   32751   316814 |   52391   37940 2469889    65.1 | 79.624 % |
280.02/280.16	c |     58188 |   32751   316814 |   57630   31210 1879159    60.2 | 79.624 % |
280.02/280.16	c |     87381 |   32731   316740 |   63393   31562 1568861    49.7 | 79.653 % |
280.02/280.16	c |    131171 |   32723   316714 |   69733   43625 2561607    58.7 | 79.658 % |
280.02/280.16	c |    196855 |   32012   313079 |   76706   31755 1657395    52.2 | 80.196 % |
280.02/280.16	c 280.110s elapsed
280.02/280.16	c restarts: 17
280.02/280.16	c decisions: 264358
280.02/280.16	c propagations: 207391640
280.02/280.16	c conflicts: 223198
280.02/280.16	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node74/watcher-367629-1177550008 -o ROOT/results/node74/solver-367629-1177550008 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/367629-1177550008/mxc /tmp/evaluation/367629-1177550008/instance-367629-1177550008.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.99 0.97 0.91 3/66 29151
/proc/meminfo: memFree=1799448/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=9736 CPUtime=0
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 149 0 0 0 0 0 0 0 19 0 1 0 202915606 9969664 134 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134550509 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 2434 142 42 122 0 2308 0

[startup+0.00916899 s]
/proc/loadavg: 0.99 0.97 0.91 3/66 29151
/proc/meminfo: memFree=1799448/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=9736 CPUtime=0
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 953 0 0 0 0 0 0 0 19 0 1 0 202915606 9969664 938 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134550509 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 2434 944 42 122 0 2308 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9736

[startup+0.10118 s]
/proc/loadavg: 0.99 0.97 0.91 3/66 29151
/proc/meminfo: memFree=1799448/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=18096 CPUtime=0.08
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 4179 0 0 0 7 1 0 0 19 0 1 0 202915606 18530304 4164 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134522182 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 4524 4164 46 122 0 4398 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18096

[startup+0.301203 s]
/proc/loadavg: 0.99 0.97 0.91 3/66 29151
/proc/meminfo: memFree=1799448/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=12780 CPUtime=0.29
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 5075 0 0 0 27 2 0 0 21 0 1 0 202915606 13086720 2859 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134520542 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 3195 2859 59 122 0 3069 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12780

[startup+0.701248 s]
/proc/loadavg: 0.99 0.97 0.91 3/66 29151
/proc/meminfo: memFree=1799448/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=13328 CPUtime=0.69
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 5192 0 0 0 67 2 0 0 24 0 1 0 202915606 13647872 2976 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519564 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 3332 2976 59 122 0 3206 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13328

[startup+1.50134 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 29152
/proc/meminfo: memFree=1787408/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=13856 CPUtime=1.49
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 5345 0 0 0 147 2 0 0 25 0 1 0 202915606 14188544 3129 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134530562 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 3464 3129 59 122 0 3338 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13856

[startup+3.10153 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 29152
/proc/meminfo: memFree=1786448/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=15176 CPUtime=3.09
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 5672 0 0 0 306 3 0 0 25 0 1 0 202915606 15540224 3456 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 3794 3456 59 122 0 3668 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15176

[startup+6.3019 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 29152
/proc/meminfo: memFree=1783824/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=17468 CPUtime=6.29
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 6224 0 0 0 626 3 0 0 25 0 1 0 202915606 17887232 4008 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 4367 4008 59 122 0 4241 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17468

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 29152
/proc/meminfo: memFree=1781328/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=19580 CPUtime=12.69
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 6765 0 0 0 1265 4 0 0 25 0 1 0 202915606 20049920 4549 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519605 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 4895 4549 59 122 0 4769 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19580

[startup+25.5011 s]
/proc/loadavg: 1.07 0.99 0.91 2/67 29152
/proc/meminfo: memFree=1777552/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=23404 CPUtime=25.48
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 7705 0 0 0 2543 5 0 0 25 0 1 0 202915606 23965696 5489 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519200 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 5851 5489 59 122 0 5725 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23404

[startup+51.1011 s]
/proc/loadavg: 1.04 0.99 0.91 2/67 29152
/proc/meminfo: memFree=1772240/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=28468 CPUtime=51.07
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 9019 0 0 0 5101 6 0 0 25 0 1 0 202915606 29151232 6749 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 7117 6749 67 122 0 6991 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28468

[startup+102.305 s]
/proc/loadavg: 1.06 1.00 0.92 2/67 29152
/proc/meminfo: memFree=1771792/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=28864 CPUtime=102.27
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 9203 0 0 0 10220 7 0 0 25 0 1 0 202915606 29556736 6876 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134529591 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 7216 6876 67 122 0 7090 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28864

[startup+162.302 s]
/proc/loadavg: 1.07 1.01 0.93 2/67 29152
/proc/meminfo: memFree=1769808/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=30980 CPUtime=162.25
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 9793 0 0 0 16218 7 0 0 25 0 1 0 202915606 31723520 7404 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 7745 7404 67 122 0 7619 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 30980

[startup+222.302 s]
/proc/loadavg: 1.06 1.02 0.93 2/67 29152
/proc/meminfo: memFree=1768464/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=32560 CPUtime=222.23
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 10161 0 0 0 22216 7 0 0 25 0 1 0 202915606 33341440 7703 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134528512 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 8140 7703 67 122 0 8014 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 32560

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

[startup+230.303 s]
/proc/loadavg: 1.06 1.02 0.93 2/67 29152
/proc/meminfo: memFree=1768464/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=32560 CPUtime=230.22
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 10163 0 0 0 23015 7 0 0 25 0 1 0 202915606 33341440 7705 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 8140 7705 67 122 0 8014 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 32560

[startup+255.903 s]
/proc/loadavg: 1.10 1.04 0.94 2/67 29152
/proc/meminfo: memFree=1768400/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=32560 CPUtime=255.83
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 10232 0 0 0 25575 8 0 0 25 0 1 0 202915606 33341440 7705 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 8140 7705 67 122 0 8014 0
Current children cumulated CPU time (s) 255.83
Current children cumulated vsize (KiB) 32560

[startup+268.701 s]
/proc/loadavg: 1.08 1.03 0.94 2/67 29152
/proc/meminfo: memFree=1768400/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=32560 CPUtime=268.62
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 10233 0 0 0 26854 8 0 0 25 0 1 0 202915606 33341440 7706 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 8140 7706 67 122 0 8014 0
Current children cumulated CPU time (s) 268.62
Current children cumulated vsize (KiB) 32560

[startup+275.102 s]
/proc/loadavg: 1.07 1.03 0.94 2/67 29152
/proc/meminfo: memFree=1768400/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=32560 CPUtime=275.02
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 10234 0 0 0 27494 8 0 0 25 0 1 0 202915606 33341440 7707 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134530184 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 8140 7707 67 122 0 8014 0
Current children cumulated CPU time (s) 275.02
Current children cumulated vsize (KiB) 32560

[startup+278.305 s]
/proc/loadavg: 1.06 1.03 0.94 2/67 29152
/proc/meminfo: memFree=1768400/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=32560 CPUtime=278.22
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 10234 0 0 0 27814 8 0 0 25 0 1 0 202915606 33341440 7707 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 8140 7707 67 122 0 8014 0
Current children cumulated CPU time (s) 278.22
Current children cumulated vsize (KiB) 32560

[startup+279.101 s]
/proc/loadavg: 1.06 1.03 0.94 2/67 29152
/proc/meminfo: memFree=1768400/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=32560 CPUtime=279.02
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 10234 0 0 0 27894 8 0 0 25 0 1 0 202915606 33341440 7707 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519284 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 8140 7707 67 122 0 8014 0
Current children cumulated CPU time (s) 279.02
Current children cumulated vsize (KiB) 32560

[startup+279.901 s]
/proc/loadavg: 1.06 1.03 0.94 2/67 29152
/proc/meminfo: memFree=1768400/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=32560 CPUtime=279.82
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 10234 0 0 0 27974 8 0 0 25 0 1 0 202915606 33341440 7707 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519261 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 8140 7707 67 122 0 8014 0
Current children cumulated CPU time (s) 279.82
Current children cumulated vsize (KiB) 32560

[startup+280.102 s]
/proc/loadavg: 1.06 1.03 0.94 2/67 29152
/proc/meminfo: memFree=1768400/2055920 swapFree=4183092/4192956
[pid=29151] ppid=29149 vsize=32560 CPUtime=280.02
/proc/29151/stat : 29151 (mxc) R 29149 29151 28709 0 -1 4194304 10234 0 0 0 27994 8 0 0 25 0 1 0 202915606 33341440 7707 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/29151/statm: 8140 7707 67 122 0 8014 0
Current children cumulated CPU time (s) 280.02
Current children cumulated vsize (KiB) 32560

Child status: 20
Real time (s): 280.171
CPU time (s): 280.079
CPU user time (s): 279.993
CPU system time (s): 0.085986
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 32836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 279.993
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10237
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= 6
involuntary context switches= 435

runsolver used 0.234964 second user time and 0.540917 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Thu Apr 26 01:13:29 UTC 2007

IDJOB= 367629
IDBENCH= 20397
IDSOLVER= 174
FILE ID= node74/367629-1177550008

PBS_JOBID= 4696589

Free space on /tmp= 103196 MiB

SOLVER NAME= MXC 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-04.cnf
COMMAND LINE= /tmp/evaluation/367629-1177550008/mxc /tmp/evaluation/367629-1177550008/instance-367629-1177550008.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-367629-1177550008 -o ROOT/results/node74/solver-367629-1177550008 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/367629-1177550008/mxc /tmp/evaluation/367629-1177550008/instance-367629-1177550008.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  140b498fdbb0a99dba481ef70e9da3eb

RANDOM SEED= 223957091

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
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.213
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:       1799856 kB
Buffers:         25940 kB
Cached:         162196 kB
SwapCached:       3148 kB
Active:          56100 kB
Inactive:       142120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799856 kB
SwapTotal:     4192956 kB
SwapFree:      4183092 kB
Dirty:            9388 kB
Writeback:           0 kB
Mapped:          16020 kB
Slab:            43668 kB
Committed_AS:  4022164 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103196 MiB

End job on node74 on Thu Apr 26 01:18:09 UTC 2007