Trace number 1772974

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
glucose 1.0UNSAT 15.5716 15.591

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5716
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.39/0.49	c ==============================================================================
0.39/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.49	c ==============================================================================
0.39/0.49	c |         0 |  648970  1721660 |  194690       0        0     nan |  0.000 % |
10.48/10.59	c |         0 |  438148  2475313 |      --       0       --      -- |     --   | -210822/753653
10.48/10.59	c ==============================================================================
10.48/10.59	c Result  :   #vars: 10026   #clauses: 438148   #literals: 2475313
10.48/10.59	c CPU time:   10.3514 s
10.48/10.59	c ==============================================================================
11.29/11.31	c
11.29/11.31	c Starting glucose
11.29/11.31	c
11.29/11.32	
11.29/11.32	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
11.29/11.32	
11.29/11.32	c ============================[ Problem Statistics ]=============================
11.29/11.32	c |                                                                             |
11.29/11.32	c |  Number of variables:  10026                                                |
11.29/11.32	c |  Number of clauses:    438148                                               |
11.30/11.68	c |  Parsing time:         0.32         s                                       |
15.46/15.55	c restarts              : 21
15.46/15.55	c nb ReduceDB           : 0
15.46/15.55	c nb learnts DL2        : 335
15.46/15.55	c nb learnts size 2     : 114
15.46/15.55	c nb learnts size 1     : 23
15.46/15.55	c conflicts             : 10908          (2615 /sec)
15.46/15.55	c decisions             : 61939          (1.56 % random) (14849 /sec)
15.46/15.55	c propagations          : 5612468        (1345475 /sec)
15.46/15.55	c conflict literals     : 537750         (31.17 % deleted)
15.46/15.55	c Memory used           : 36.32 MB
15.46/15.55	c CPU time              : 4.17136 s
15.46/15.55	
15.46/15.56	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-1772974-1241255458/watcher-1772974-1241255458 -o /tmp/evaluation-result-1772974-1241255458/solver-1772974-1241255458 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772974-1241255458.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: 1.00 0.99 0.99 3/64 32064
/proc/meminfo: memFree=1511176/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=0
/proc/32064/stat : 32064 (glucose.sh) R 32062 32064 31876 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153579143 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255236565663 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/32064/statm: 1340 235 194 169 0 51 0
[pid=32065] ppid=32064 vsize=1360 CPUtime=0
/proc/32065/stat : 32065 (SatELite_releas) R 32064 32064 31876 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 153579143 1392640 179 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/32065/statm: 340 180 51 174 0 163 0

[startup+0.104963 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 32064
/proc/meminfo: memFree=1511176/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=0
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153579143 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32064/statm: 1340 236 195 169 0 51 0
[pid=32065] ppid=32064 vsize=13128 CPUtime=0.09
/proc/32065/stat : 32065 (SatELite_releas) R 32064 32064 31876 0 -1 4194304 2823 0 0 0 8 1 0 0 19 0 1 0 153579143 13443072 2807 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/32065/statm: 3282 2808 51 174 0 3105 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18488

[startup+0.201972 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 32064
/proc/meminfo: memFree=1511176/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=0
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153579143 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32064/statm: 1340 236 195 169 0 51 0
[pid=32065] ppid=32064 vsize=25168 CPUtime=0.19
/proc/32065/stat : 32065 (SatELite_releas) R 32064 32064 31876 0 -1 4194304 5474 0 0 0 16 3 0 0 20 0 1 0 153579143 25772032 5458 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/32065/statm: 6292 5462 52 174 0 6115 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30528

[startup+0.301989 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 32064
/proc/meminfo: memFree=1511176/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=0
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153579143 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32064/statm: 1340 236 195 169 0 51 0
[pid=32065] ppid=32064 vsize=40280 CPUtime=0.29
/proc/32065/stat : 32065 (SatELite_releas) R 32064 32064 31876 0 -1 4194304 8536 0 0 0 24 5 0 0 21 0 1 0 153579143 41246720 8520 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/32065/statm: 10070 8520 51 174 0 9893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45640

[startup+0.701026 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 32064
/proc/meminfo: memFree=1511176/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=0
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153579143 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32064/statm: 1340 236 195 169 0 51 0
[pid=32065] ppid=32064 vsize=71632 CPUtime=0.69
/proc/32065/stat : 32065 (SatELite_releas) R 32064 32064 31876 0 -1 4194304 16715 0 0 0 59 10 0 0 25 0 1 0 153579143 73351168 16415 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32065/statm: 17908 16415 76 174 0 17731 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76992

[startup+1.50111 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 32066
/proc/meminfo: memFree=1441592/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=0
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153579143 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32064/statm: 1340 236 195 169 0 51 0
[pid=32065] ppid=32064 vsize=73892 CPUtime=1.49
/proc/32065/stat : 32065 (SatELite_releas) R 32064 32064 31876 0 -1 4194304 17280 0 0 0 138 11 0 0 25 0 1 0 153579143 75665408 16980 1992294400 134512640 135225430 4294956176 18446744073709551615 134548719 0 0 4096 3 0 0 0 17 0 0 0
/proc/32065/statm: 18473 16980 76 174 0 18296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79252

[startup+3.10128 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 32066
/proc/meminfo: memFree=1433592/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=0
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153579143 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32064/statm: 1340 236 195 169 0 51 0
[pid=32065] ppid=32064 vsize=78912 CPUtime=3.09
/proc/32065/stat : 32065 (SatELite_releas) R 32064 32064 31876 0 -1 4194304 18446 0 0 0 293 16 0 0 25 0 1 0 153579143 80805888 18146 1992294400 134512640 135225430 4294956176 18446744073709551615 134549569 0 0 4096 3 0 0 0 17 0 0 0
/proc/32065/statm: 19728 18146 76 174 0 19551 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84272

[startup+6.30263 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 32066
/proc/meminfo: memFree=1412856/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=0
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153579143 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32064/statm: 1340 236 195 169 0 51 0
[pid=32065] ppid=32064 vsize=94432 CPUtime=6.29
/proc/32065/stat : 32065 (SatELite_releas) R 32064 32064 31876 0 -1 4194304 21579 0 0 0 606 23 0 0 25 0 1 0 153579143 96698368 21057 1992294400 134512640 135225430 4294956176 18446744073709551615 134602831 0 0 4096 3 0 0 0 17 0 0 0
/proc/32065/statm: 23608 21057 76 174 0 23431 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99792

[startup+12.7013 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 32067
/proc/meminfo: memFree=1444024/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=11.3
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 313 23747 0 0 0 0 1099 31 16 0 1 0 153579143 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32064/statm: 1340 238 195 169 0 51 0
[pid=32067] ppid=32064 vsize=35040 CPUtime=1.37
/proc/32067/stat : 32067 (glucose_static) R 32064 32064 31876 0 -1 4194304 8561 0 0 0 132 5 0 0 25 0 1 0 153580275 35880960 8547 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32067/statm: 8760 8547 77 172 0 8585 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 40400

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

[startup+12.8023 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 32067
/proc/meminfo: memFree=1444024/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=11.3
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 313 23747 0 0 0 0 1099 31 16 0 1 0 153579143 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32064/statm: 1340 238 195 169 0 51 0
[pid=32067] ppid=32064 vsize=35040 CPUtime=1.47
/proc/32067/stat : 32067 (glucose_static) R 32064 32064 31876 0 -1 4194304 8582 0 0 0 142 5 0 0 25 0 1 0 153580275 35880960 8568 1992294400 134512640 135217611 4294956288 18446744073709551615 134533619 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32067/statm: 8760 8568 77 172 0 8585 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 40400

[startup+14.4065 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 32067
/proc/meminfo: memFree=1441528/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=11.3
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 313 23747 0 0 0 0 1099 31 16 0 1 0 153579143 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32064/statm: 1340 238 195 169 0 51 0
[pid=32067] ppid=32064 vsize=36492 CPUtime=3.07
/proc/32067/stat : 32067 (glucose_static) R 32064 32064 31876 0 -1 4194304 8927 0 0 0 302 5 0 0 25 0 1 0 153580275 37367808 8913 1992294400 134512640 135217611 4294956288 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32067/statm: 9123 8913 77 172 0 8948 0
Current children cumulated CPU time (s) 14.37
Current children cumulated vsize (KiB) 41852

[startup+15.2026 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 32067
/proc/meminfo: memFree=1441528/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=11.3
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 313 23747 0 0 0 0 1099 31 16 0 1 0 153579143 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32064/statm: 1340 238 195 169 0 51 0
[pid=32067] ppid=32064 vsize=37192 CPUtime=3.86
/proc/32067/stat : 32067 (glucose_static) R 32064 32064 31876 0 -1 4194304 9108 0 0 0 381 5 0 0 25 0 1 0 153580275 38084608 9094 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32067/statm: 9298 9094 77 172 0 9123 0
Current children cumulated CPU time (s) 15.16
Current children cumulated vsize (KiB) 42552

[startup+15.4026 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 32067
/proc/meminfo: memFree=1440504/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=11.3
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 313 23747 0 0 0 0 1099 31 16 0 1 0 153579143 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32064/statm: 1340 238 195 169 0 51 0
[pid=32067] ppid=32064 vsize=37192 CPUtime=4.06
/proc/32067/stat : 32067 (glucose_static) R 32064 32064 31876 0 -1 4194304 9119 0 0 0 401 5 0 0 25 0 1 0 153580275 38084608 9105 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32067/statm: 9298 9105 77 172 0 9123 0
Current children cumulated CPU time (s) 15.36
Current children cumulated vsize (KiB) 42552

[startup+15.5066 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 32067
/proc/meminfo: memFree=1440504/2055920 swapFree=4180872/4192956
[pid=32064] ppid=32062 vsize=5360 CPUtime=11.3
/proc/32064/stat : 32064 (glucose.sh) S 32062 32064 31876 0 -1 4194304 313 23747 0 0 0 0 1099 31 16 0 1 0 153579143 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32064/statm: 1340 238 195 169 0 51 0
[pid=32067] ppid=32064 vsize=37192 CPUtime=4.16
/proc/32067/stat : 32067 (glucose_static) R 32064 32064 31876 0 -1 4194304 9119 0 0 0 411 5 0 0 25 0 1 0 153580275 38084608 9105 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/32067/statm: 9298 9105 77 172 0 9123 0
Current children cumulated CPU time (s) 15.46
Current children cumulated vsize (KiB) 42552

Child status: 20
Real time (s): 15.591
CPU time (s): 15.5716
CPU user time (s): 15.1667
CPU system time (s): 0.404938
CPU usage (%): 99.8756
Max. virtual memory (cumulated for all children) (KiB): 105536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1667
system time used= 0.404938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33345
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= 36
involuntary context switches= 79

runsolver used 0.012998 second user time and 0.052991 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-02 11:10:59
IDJOB=1772974
IDBENCH=20421
IDSOLVER=610
FILE ID=node19/1772974-1241255458
PBS_JOBID= 9224912
Free space on /tmp= 66488 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772974-1241255458/watcher-1772974-1241255458 -o /tmp/evaluation-result-1772974-1241255458/solver-1772974-1241255458 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772974-1241255458.cnf

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED=2064408523

node19.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.236
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.236
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:       1511656 kB
Buffers:         78548 kB
Cached:         369188 kB
SwapCached:       6776 kB
Active:          56956 kB
Inactive:       399608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1511656 kB
SwapTotal:     4192956 kB
SwapFree:      4180872 kB
Dirty:           13228 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            73660 kB
Committed_AS:   714744 kB
PageTables:       1464 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= 66488 MiB
End job on node19 at 2009-05-02 11:11:14