Trace number 1071431

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
casper zitoUNSAT 333.737 336.773

DiagnosticValue
CHECKS140789000

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-20-20-2.xml
MD5SUM2344aea19d376a2dc3bf2408a1b627e6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.7501
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints36100
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
2.07/2.14	c Building = 1
2.57/2.61	c [ NumberOfVariables = 400 ]
2.57/2.61	c [ NumberOfConstraints = 36100 ]
2.57/2.61	c [ SizeOfSearchSpace(log2) = 400 ]
2.57/2.61	c SymmetrySearch = (Timeout)
13.36/13.51	c [ Proceeding without symmetry breaking ]
13.46/13.68	c InitialPropagation = 1
13.55/13.79	c [ SizeOfSearchSpace(log2) = 400 ]
13.55/13.79	c InitialSAC = 1
13.95/14.14	c [ SizeOfSearchSpace(log2) = 400 ]
13.95/14.14	c Search(SampleFF) : 
91.63/92.55	c [ Sampling domwdeg ]
91.63/92.55	c [ Sampling impacts ]
91.63/92.55	c [ SamplingScores: ]
91.63/92.55	c [ domwdeg+min = 2.80823e-06 | domwdeg+rnd = 2.46132e-07 ]
91.63/92.55	c [ impacts+min = 0.000316229 | impacts+rnd = 0.000279443 ]
91.63/92.55	c [ la+min = 0 | la+rnd = 0 ]
91.63/92.55	c [ domwdeg = 1.52718e-06 | impacts = 0.000297836 | la = 0 ]
91.63/92.55	c [ min = 0.000106346 | rand = 0.000297836 ]
91.63/92.55	c [ restarting at (3.96356,0.00022316) ]
102.14/103.17	c [ restarting at (9.9089,0.0194397) ]
128.50/129.73	c [ restarting at (24.7722,0.0529785) ]
194.31/196.12	c [ stopped restarting at (61.9306,0.69043) ]
333.66/336.74	c Search(SampleFF) = 0
333.66/336.74	s UNSATISFIABLE
333.66/336.74	d CHECKS 140788736
333.66/336.74	c [ TotalFails = 193345 ]
333.66/336.74	c [ NumberOfRestarts = 71 ]
333.66/336.74	c [ TotalTime = 312.236 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071431-1215169050/watcher-1071431-1215169050 -o /tmp/evaluation-result-1071431-1215169050/solver-1071431-1215169050 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1071431-1215169050.xml 1841259250 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 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: 1.92 1.98 1.99 4/81 31156
/proc/meminfo: memFree=1667504/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=1052 CPUtime=0
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1546579040 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 6927140 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 263 26 20 234 0 3 0

[startup+0.0925869 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31156
/proc/meminfo: memFree=1667504/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=6900 CPUtime=0.08
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 825 0 0 0 8 0 0 0 18 0 1 0 1546579040 7065600 785 996147200 134512640 135472138 4294956224 18446744073709551615 4158423319 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 1725 785 368 234 0 427 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6900

[startup+0.101584 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31156
/proc/meminfo: memFree=1667504/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=7032 CPUtime=0.09
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 860 0 0 0 9 0 0 0 18 0 1 0 1546579040 7200768 820 996147200 134512640 135472138 4294956224 18446744073709551615 134806318 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 1758 820 368 234 0 460 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7032

[startup+0.301623 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31156
/proc/meminfo: memFree=1667504/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=10068 CPUtime=0.29
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 1612 0 0 0 29 0 0 0 19 0 1 0 1546579040 10309632 1572 996147200 134512640 135472138 4294956224 18446744073709551615 7359996 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 2517 1572 368 234 0 1219 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10068

[startup+0.701692 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31156
/proc/meminfo: memFree=1667504/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=15612 CPUtime=0.68
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 3023 0 0 0 67 1 0 0 23 0 1 0 1546579040 15986688 2983 996147200 134512640 135472138 4294956224 18446744073709551615 134778949 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 3903 2983 368 234 0 2605 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15612

[startup+1.50183 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 31157
/proc/meminfo: memFree=1652712/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=26832 CPUtime=1.48
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 5807 0 0 0 145 3 0 0 25 0 1 0 1546579040 27475968 5767 996147200 134512640 135472138 4294956224 18446744073709551615 134784066 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 6708 5767 368 234 0 5410 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26832

[startup+3.10112 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 31157
/proc/meminfo: memFree=1637480/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=255780 CPUtime=3.05
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 39710 0 0 0 287 18 0 0 25 0 1 0 1546579040 261918720 39591 996147200 134512640 135472138 4294956224 18446744073709551615 134534238 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 63945 39591 451 234 0 62647 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 255780

[startup+6.30167 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 31157
/proc/meminfo: memFree=1491240/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273516 CPUtime=6.22
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 47308 0 0 0 600 22 0 0 25 0 1 0 1546579040 280080384 45134 996147200 134512640 135472138 4294956224 18446744073709551615 134539698 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68379 45134 452 234 0 67081 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 273516

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 31157
/proc/meminfo: memFree=1467112/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=294576 CPUtime=12.56
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 55244 0 0 0 1231 25 0 0 25 0 1 0 1546579040 301645824 50659 996147200 134512640 135472138 4294956224 18446744073709551615 134539698 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 73644 50659 452 234 0 72346 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 294576

[startup+25.502 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 31157
/proc/meminfo: memFree=1479400/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=25.25
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61546 0 0 0 2497 28 0 0 25 0 1 0 1546579040 279957504 47332 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47332 501 234 0 67051 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 273396

[startup+51.1014 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 31157
/proc/meminfo: memFree=1479400/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=50.61
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61549 0 0 0 5033 28 0 0 25 0 1 0 1546579040 279957504 47335 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47335 501 234 0 67051 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 273396

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 31157
/proc/meminfo: memFree=1479336/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=101.35
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 10107 28 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 273396

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 31157
/proc/meminfo: memFree=1479272/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=160.81
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 16052 29 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 134906719 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 273396

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 31163
/proc/meminfo: memFree=1479272/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=220.26
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 21996 30 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 134672502 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 273396

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 31163
/proc/meminfo: memFree=1479272/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=279.74
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 27944 30 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 135264971 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 279.74
Current children cumulated vsize (KiB) 273396

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

[startup+307.103 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 31163
/proc/meminfo: memFree=1479272/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=304.33
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 30403 30 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 134984250 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 304.33
Current children cumulated vsize (KiB) 273396

[startup+319.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 31163
/proc/meminfo: memFree=1479464/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=317.01
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 31671 30 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 135264862 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 317.01
Current children cumulated vsize (KiB) 273396

[startup+326.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 31163
/proc/meminfo: memFree=1479464/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=323.35
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 32305 30 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 134917103 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 323.35
Current children cumulated vsize (KiB) 273396

[startup+332.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 31163
/proc/meminfo: memFree=1479464/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=329.69
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 32939 30 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 134917103 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 329.69
Current children cumulated vsize (KiB) 273396

[startup+334.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 31163
/proc/meminfo: memFree=1479464/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=331.28
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 33098 30 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 134905662 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 331.28
Current children cumulated vsize (KiB) 273396

[startup+335.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 31163
/proc/meminfo: memFree=1479464/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=332.87
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 33257 30 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 134917103 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 332.87
Current children cumulated vsize (KiB) 273396

[startup+336.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 31163
/proc/meminfo: memFree=1479464/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=333.26
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 33296 30 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 135234747 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 333.26
Current children cumulated vsize (KiB) 273396

[startup+336.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 31163
/proc/meminfo: memFree=1479464/2055920 swapFree=4121364/4192956
[pid=31156] ppid=31154 vsize=273396 CPUtime=333.66
/proc/31156/stat : 31156 (casperzito) R 31154 31156 30101 0 -1 4194304 61563 0 0 0 33336 30 0 0 25 0 1 0 1546579040 279957504 47349 996147200 134512640 135472138 4294956224 18446744073709551615 134906763 0 0 4096 0 0 0 0 17 1 0 0
/proc/31156/statm: 68349 47349 503 234 0 67051 0
Current children cumulated CPU time (s) 333.66
Current children cumulated vsize (KiB) 273396

Child status: 0
Real time (s): 336.773
CPU time (s): 333.737
CPU user time (s): 333.399
CPU system time (s): 0.337948
CPU usage (%): 99.0986
Max. virtual memory (cumulated for all children) (KiB): 315328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.399
system time used= 0.337948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61565
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= 16
involuntary context switches= 7798

runsolver used 0.45993 second user time and 0.908861 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-04 12:57:30
IDJOB=1071431
IDBENCH=56087
IDSOLVER=362
FILE ID=node14/1071431-1215169050
PBS_JOBID= 7881465
Free space on /tmp= 66520 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-20-20-2.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071431-1215169050/watcher-1071431-1215169050 -o /tmp/evaluation-result-1071431-1215169050/solver-1071431-1215169050 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1071431-1215169050.xml 1841259250 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2344aea19d376a2dc3bf2408a1b627e6
RANDOM SEED=1841259250

node14.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.267
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	: 5931.00
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.267
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:       1667984 kB
Buffers:         34536 kB
Cached:         126360 kB
SwapCached:      65680 kB
Active:         294632 kB
Inactive:        38436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667984 kB
SwapTotal:     4192956 kB
SwapFree:      4121364 kB
Dirty:            9412 kB
Writeback:           0 kB
Mapped:         186136 kB
Slab:            39644 kB
Committed_AS:  3781352 kB
PageTables:       2236 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= 66516 MiB
End job on node14 at 2008-07-04 13:03:07