Trace number 2085817

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
pcs-restart 0.3.2? 417.389 420.76

DiagnosticValue
ASSIGNMENTS1000000

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-3-insertions-5-4.xml
MD5SUM6b7c438b953fee64c4252b623e50d1a7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1406
Number of constraints9695
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9695
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.08/0.15	c Seed is 382347654
0.08/0.15	c Constructing HOME/instance-2085817-1247726461.xml  with 9695 constraints
0.27/0.36	c Solving 1000001 backtracks 25 restarts
417.31/420.75	s UNKNOWN
417.31/420.75	c Too many backtracks
417.31/420.75	d ASSIGNMENTS 1000001

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085817-1247726461/watcher-2085817-1247726461 -o /tmp/evaluation-result-2085817-1247726461/solver-2085817-1247726461 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 382347654 HOME/instance-2085817-1247726461.xml 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 14507
/proc/meminfo: memFree=1469296/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=5356 CPUtime=0
/proc/14505/stat : 14505 (pcssolve) S 14503 14505 14468 0 -1 4194304 305 0 0 0 0 0 0 0 22 0 1 0 59710081 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14505/statm: 1339 242 201 169 0 50 0
[pid=14506] ppid=14505 vsize=5356 CPUtime=0
/proc/14506/stat : 14506 (pcssolve) R 14505 14505 14468 0 -1 4194368 22 0 0 0 0 0 0 0 24 0 1 0 59710081 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 259415141671 0 0 4096 0 0 0 0 17 1 0 0
/proc/14506/statm: 1339 243 202 169 0 50 0
[pid=14507] ppid=14505 vsize=5356 CPUtime=0
/proc/14507/stat : 14507 (pcssolve) R 14505 14505 14468 0 -1 4194368 22 0 0 0 0 0 0 0 25 0 1 0 59710081 5484544 244 996147200 4194304 4889804 548682068800 18446744073709551615 259415141671 0 0 4096 0 0 0 0 17 1 0 0
/proc/14507/statm: 1339 244 203 169 0 50 0

[startup+0.110095 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 14507
/proc/meminfo: memFree=1469296/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=5156 CPUtime=0.08
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 977 822 0 0 7 0 0 1 18 0 1 0 59710081 5279744 586 996147200 134512640 135095119 4294956304 18446744073709551615 134716950 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 1289 586 373 142 0 243 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5156

[startup+0.201114 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 14507
/proc/meminfo: memFree=1469296/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=5672 CPUtime=0.17
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 1137 822 0 0 16 0 0 1 19 0 1 0 59710081 5808128 713 996147200 134512640 135095119 4294956304 18446744073709551615 4160172302 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 1418 713 373 142 0 372 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 5672

[startup+0.301135 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 14507
/proc/meminfo: memFree=1469296/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=6452 CPUtime=0.27
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 1347 822 0 0 26 0 0 1 20 0 1 0 59710081 6606848 923 996147200 134512640 135095119 4294956304 18446744073709551615 134705673 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 1613 923 373 142 0 567 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 6452

[startup+0.701211 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 14507
/proc/meminfo: memFree=1469296/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=6708 CPUtime=0.67
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 1475 822 0 0 66 0 0 1 23 0 1 0 59710081 6868992 986 996147200 134512640 135095119 4294956304 18446744073709551615 12615464 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 1677 986 385 142 0 631 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6708

[startup+1.50137 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 14511
/proc/meminfo: memFree=1467128/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=8148 CPUtime=1.46
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 1837 822 0 0 145 0 0 1 25 0 1 0 59710081 8343552 1219 996147200 134512640 135095119 4294956304 18446744073709551615 134578868 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 2037 1219 385 142 0 991 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 8148

[startup+3.10267 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 14511
/proc/meminfo: memFree=1465528/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=9512 CPUtime=3.06
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 2262 822 0 0 304 1 0 1 25 0 1 0 59710081 9740288 1644 996147200 134512640 135095119 4294956304 18446744073709551615 134615460 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 2378 1644 385 142 0 1332 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 9512

[startup+6.30128 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 14511
/proc/meminfo: memFree=1460152/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=15464 CPUtime=6.22
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 3999 822 0 0 619 2 0 1 25 0 1 0 59710081 15835136 3058 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 3866 3058 385 142 0 2820 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 15464

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14511
/proc/meminfo: memFree=1448632/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=26940 CPUtime=12.56
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 7384 822 0 0 1251 4 0 1 25 0 1 0 59710081 27586560 5736 996147200 134512640 135095119 4294956304 18446744073709551615 134615598 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 6735 5736 385 142 0 5689 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 26940

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14511
/proc/meminfo: memFree=1421176/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=55796 CPUtime=25.24
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 15091 822 0 0 2515 8 0 1 25 0 1 0 59710081 57135104 12418 996147200 134512640 135095119 4294956304 18446744073709551615 134838326 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 13949 12418 385 142 0 12903 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 55796

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14511
/proc/meminfo: memFree=1385912/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=89660 CPUtime=50.6
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 24015 822 0 0 5045 14 0 1 25 0 1 0 59710081 91811840 21342 996147200 134512640 135095119 4294956304 18446744073709551615 134589545 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 22415 21342 385 142 0 21369 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 89660

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14511
/proc/meminfo: memFree=1346936/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=132536 CPUtime=101.31
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 35652 822 0 0 10109 21 0 1 25 0 1 0 59710081 135716864 30930 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 33134 30930 385 142 0 32088 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 132536

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14511
/proc/meminfo: memFree=1304312/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=171984 CPUtime=160.75
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 46391 822 0 0 16042 32 0 1 25 0 1 0 59710081 176111616 41669 996147200 134512640 135095119 4294956304 18446744073709551615 134636924 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 42996 41669 385 142 0 41950 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 171984

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14511
/proc/meminfo: memFree=1224248/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=263160 CPUtime=220.17
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 71377 822 0 0 21970 46 0 1 25 0 1 0 59710081 269475840 61533 996147200 134512640 135095119 4294956304 18446744073709551615 134617205 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 65790 61533 385 142 0 64744 0
Current children cumulated CPU time (s) 220.17
Current children cumulated vsize (KiB) 263160

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14511
/proc/meminfo: memFree=1210808/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=279548 CPUtime=279.61
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 74760 822 0 0 27912 48 0 1 25 0 1 0 59710081 286257152 64916 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 69887 64916 385 142 0 68841 0
Current children cumulated CPU time (s) 279.61
Current children cumulated vsize (KiB) 279548

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14511
/proc/meminfo: memFree=1168760/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=312532 CPUtime=339.04
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 85236 822 0 0 33845 58 0 1 25 0 1 0 59710081 320032768 75392 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/14505/statm: 78133 75392 385 142 0 77087 0
Current children cumulated CPU time (s) 339.04
Current children cumulated vsize (KiB) 312532

[startup+402.302 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 14577
/proc/meminfo: memFree=1152848/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=352460 CPUtime=398.92
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 96314 822 0 0 39820 71 0 1 25 0 1 0 59710081 360919040 86470 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 88115 86470 385 142 0 87069 0
Current children cumulated CPU time (s) 398.92
Current children cumulated vsize (KiB) 352460

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

[startup+409.602 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 14577
/proc/meminfo: memFree=1147856/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=356428 CPUtime=406.22
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 97378 822 0 0 40548 73 0 1 25 0 1 0 59710081 364982272 87534 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 89107 87534 385 142 0 88061 0
Current children cumulated CPU time (s) 406.22
Current children cumulated vsize (KiB) 356428

[startup+416.001 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 14577
/proc/meminfo: memFree=1142288/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=361016 CPUtime=412.61
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 98641 822 0 0 41187 73 0 1 25 0 1 0 59710081 369680384 88797 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 90254 88797 385 142 0 89208 0
Current children cumulated CPU time (s) 412.61
Current children cumulated vsize (KiB) 361016

[startup+419.207 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 14577
/proc/meminfo: memFree=1139792/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=363124 CPUtime=415.82
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 99197 822 0 0 41507 74 0 1 25 0 1 0 59710081 371838976 89353 996147200 134512640 135095119 4294956304 18446744073709551615 134590309 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 90781 89353 385 142 0 89735 0
Current children cumulated CPU time (s) 415.82
Current children cumulated vsize (KiB) 363124

[startup+420.002 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 14577
/proc/meminfo: memFree=1139792/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=330600 CPUtime=416.61
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 99263 822 0 0 41586 74 0 1 25 0 1 0 59710081 338534400 81530 996147200 134512640 135095119 4294956304 18446744073709551615 12838741 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 82650 81530 385 142 0 81604 0
Current children cumulated CPU time (s) 416.61
Current children cumulated vsize (KiB) 330600

[startup+420.401 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 14577
/proc/meminfo: memFree=1170704/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=330600 CPUtime=417.01
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 99263 822 0 0 41626 74 0 1 25 0 1 0 59710081 338534400 81530 996147200 134512640 135095119 4294956304 18446744073709551615 12838421 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 82650 81530 385 142 0 81604 0
Current children cumulated CPU time (s) 417.01
Current children cumulated vsize (KiB) 330600

[startup+420.601 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 14577
/proc/meminfo: memFree=1170704/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=330600 CPUtime=417.21
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 99263 822 0 0 41646 74 0 1 25 0 1 0 59710081 338534400 81530 996147200 134512640 135095119 4294956304 18446744073709551615 12836871 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 82650 81530 385 142 0 81604 0
Current children cumulated CPU time (s) 417.21
Current children cumulated vsize (KiB) 330600

[startup+420.701 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 14577
/proc/meminfo: memFree=1170704/2055920 swapFree=4192812/4192956
[pid=14505] ppid=14503 vsize=330600 CPUtime=417.31
/proc/14505/stat : 14505 (pcs.small) R 14503 14505 14468 0 -1 4194304 99263 822 0 0 41656 74 0 1 25 0 1 0 59710081 338534400 81530 996147200 134512640 135095119 4294956304 18446744073709551615 12836979 0 0 4096 0 0 0 0 17 0 0 0
/proc/14505/statm: 82650 81530 385 142 0 81604 0
Current children cumulated CPU time (s) 417.31
Current children cumulated vsize (KiB) 330600

Child status: 0
Real time (s): 420.76
CPU time (s): 417.389
CPU user time (s): 416.575
CPU system time (s): 0.813876
CPU usage (%): 99.1986
Max. virtual memory (cumulated for all children) (KiB): 363372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 416.575
system time used= 0.813876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100087
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= 23
involuntary context switches= 14235

runsolver used 0.541917 second user time and 1.37879 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-16 08:41:02
IDJOB=2085817
IDBENCH=58514
IDSOLVER=734
FILE ID=node42/2085817-1247726461
PBS_JOBID= 9521604
Free space on /tmp= 66292 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-3-insertions-5-4.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085817-1247726461/watcher-2085817-1247726461 -o /tmp/evaluation-result-2085817-1247726461/solver-2085817-1247726461 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 382347654 HOME/instance-2085817-1247726461.xml

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

MD5SUM BENCH= 6b7c438b953fee64c4252b623e50d1a7
RANDOM SEED=382347654

node42.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.283
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.283
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:       1470176 kB
Buffers:         85904 kB
Cached:         334880 kB
SwapCached:          0 kB
Active:         157640 kB
Inactive:       338260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3188 kB
Writeback:           0 kB
Mapped:          95620 kB
Slab:            74932 kB
Committed_AS:   637572 kB
PageTables:       1964 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= 66292 MiB
End job on node42 at 2009-07-16 08:48:02