Trace number 1079734

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 204.588 206.42

DiagnosticValue
CHECKS469694

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-10_ext.xml
MD5SUM34f49ec7596469127b01a2b2f15f8640
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.1905
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.21	c [ NumberOfVariables = 70 ]
0.19/0.21	c [ NumberOfConstraints = 17 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 329.031 ]
0.19/0.21	c SymmetrySearch = 1
0.38/0.43	c InitialPropagation = 1
0.38/0.44	c [ SizeOfSearchSpace(log2) = 320.731 ]
0.38/0.44	c InitialSAC = (Timeout)
3.55/3.68	c [ SizeOfSearchSpace(log2) = 320.355 ]
3.55/3.68	c Search(SampleFF) : 
101.57/102.51	c [ Sampling domwdeg ]
101.57/102.51	c [ Sampling impacts ]
101.57/102.51	c [ SamplingScores: ]
101.57/102.51	c [ domwdeg+min = 0.00593695 | domwdeg+rnd = 0.0312995 ]
101.57/102.51	c [ impacts+min = 0.000696155 | impacts+rnd = 0.0175277 ]
101.57/102.51	c [ la+min = 0 | la+rnd = 0 ]
101.57/102.51	c [ domwdeg = 0.0186182 | impacts = 0.00911193 | la = 0 ]
101.57/102.51	c [ min = 0.00221104 | rand = 0.00911193 ]
101.57/102.51	c [ restarting at (3.96356,0.0436408) ]
112.08/113.15	c [ restarting at (9.9089,0.0488103) ]
138.45/139.72	c [ restarting at (24.7722,0.376369) ]
204.16/206.09	c [ stopped restarting at (61.9306,1.17274) ]
204.56/206.41	c Search(SampleFF) = 0
204.56/206.41	s UNSATISFIABLE
204.56/206.41	d CHECKS 469694
204.56/206.41	c [ TotalFails = 5715 ]
204.56/206.41	c [ NumberOfRestarts = 71 ]
204.56/206.41	c [ TotalTime = 192.6 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-1079734-1215210793/watcher-1079734-1215210793 -o /tmp/evaluation-result-1079734-1215210793/solver-1079734-1215210793 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1079734-1215210793.xml 1690564102 

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.91 1.97 1.99 4/74 30518
/proc/meminfo: memFree=1125336/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=1052 CPUtime=0
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2000051775 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 1979172 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 263 26 20 234 0 3 0

[startup+0.110674 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 30518
/proc/meminfo: memFree=1125336/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=104916 CPUtime=0.09
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 1985 0 0 0 8 1 0 0 18 0 1 0 2000051775 107433984 1945 996147200 134512640 135472138 4294956224 18446744073709551615 134641444 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 26229 1945 433 234 0 24931 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 104916

[startup+0.20168 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 30518
/proc/meminfo: memFree=1125336/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=110856 CPUtime=0.19
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 3450 0 0 0 17 2 0 0 18 0 1 0 2000051775 113516544 3410 996147200 134512640 135472138 4294956224 18446744073709551615 134641444 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 27714 3410 433 234 0 26416 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 110856

[startup+0.301691 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 30518
/proc/meminfo: memFree=1125336/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=119072 CPUtime=0.29
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 5019 0 0 0 26 3 0 0 19 0 1 0 2000051775 121929728 4979 996147200 134512640 135472138 4294956224 18446744073709551615 134525109 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 29768 4979 436 234 0 28470 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 119072

[startup+0.701721 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 30518
/proc/meminfo: memFree=1125336/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=0.68
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6331 0 0 0 64 4 0 0 23 0 1 0 2000051775 102248448 972 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 972 458 234 0 23665 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99852

[startup+1.50179 s]
/proc/loadavg: 1.91 1.97 1.99 3/75 30519
/proc/meminfo: memFree=1123152/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=1.47
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6331 0 0 0 143 4 0 0 25 0 1 0 2000051775 102248448 972 996147200 134512640 135472138 4294956224 18446744073709551615 134585030 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 972 458 234 0 23665 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99852

[startup+3.10193 s]
/proc/loadavg: 1.91 1.97 1.99 3/75 30519
/proc/meminfo: memFree=1122896/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=3.06
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6361 0 0 0 302 4 0 0 25 0 1 0 2000051775 102248448 1002 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1002 458 234 0 23665 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99852

[startup+6.30223 s]
/proc/loadavg: 1.92 1.97 1.99 3/75 30519
/proc/meminfo: memFree=1122512/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=6.23
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6486 0 0 0 619 4 0 0 25 0 1 0 2000051775 102248448 1127 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1127 497 234 0 23665 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99852

[startup+12.7018 s]
/proc/loadavg: 1.93 1.97 1.99 3/75 30519
/proc/meminfo: memFree=1122192/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=12.57
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6510 0 0 0 1253 4 0 0 25 0 1 0 2000051775 102248448 1151 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1151 497 234 0 23665 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 99852

[startup+25.5019 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 30519
/proc/meminfo: memFree=1121872/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=25.25
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6523 0 0 0 2521 4 0 0 25 0 1 0 2000051775 102248448 1164 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1164 497 234 0 23665 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 99852

[startup+51.1012 s]
/proc/loadavg: 1.96 1.97 1.99 3/75 30519
/proc/meminfo: memFree=1121808/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=50.63
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6525 0 0 0 5059 4 0 0 25 0 1 0 2000051775 102248448 1166 996147200 134512640 135472138 4294956224 18446744073709551615 134585155 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1166 499 234 0 23665 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 99852

[startup+102.302 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 30521
/proc/meminfo: memFree=1121552/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=101.38
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6530 0 0 0 10134 4 0 0 25 0 1 0 2000051775 102248448 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1171 500 234 0 23665 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 99852

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30521
/proc/meminfo: memFree=1121488/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=160.85
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6570 0 0 0 16080 5 0 0 25 0 1 0 2000051775 102248448 1211 996147200 134512640 135472138 4294956224 18446744073709551615 134604933 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1211 500 234 0 23665 0
Current children cumulated CPU time (s) 160.85
Current children cumulated vsize (KiB) 99852

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

[startup+179.202 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30521
/proc/meminfo: memFree=1121424/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=177.6
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6570 0 0 0 17755 5 0 0 25 0 1 0 2000051775 102248448 1211 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1211 500 234 0 23665 0
Current children cumulated CPU time (s) 177.6
Current children cumulated vsize (KiB) 99852

[startup+192.002 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30521
/proc/meminfo: memFree=1121424/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=190.29
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6570 0 0 0 19024 5 0 0 25 0 1 0 2000051775 102248448 1211 996147200 134512640 135472138 4294956224 18446744073709551615 134585029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1211 500 234 0 23665 0
Current children cumulated CPU time (s) 190.29
Current children cumulated vsize (KiB) 99852

[startup+198.401 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30521
/proc/meminfo: memFree=1121424/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=196.63
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6570 0 0 0 19658 5 0 0 25 0 1 0 2000051775 102248448 1211 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1211 500 234 0 23665 0
Current children cumulated CPU time (s) 196.63
Current children cumulated vsize (KiB) 99852

[startup+201.602 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30521
/proc/meminfo: memFree=1121424/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=199.8
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6570 0 0 0 19975 5 0 0 25 0 1 0 2000051775 102248448 1211 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1211 500 234 0 23665 0
Current children cumulated CPU time (s) 199.8
Current children cumulated vsize (KiB) 99852

[startup+204.801 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30521
/proc/meminfo: memFree=1121424/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=202.97
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6570 0 0 0 20292 5 0 0 25 0 1 0 2000051775 102248448 1211 996147200 134512640 135472138 4294956224 18446744073709551615 134604906 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1211 500 234 0 23665 0
Current children cumulated CPU time (s) 202.97
Current children cumulated vsize (KiB) 99852

[startup+205.601 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30521
/proc/meminfo: memFree=1121424/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=203.76
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6570 0 0 0 20371 5 0 0 25 0 1 0 2000051775 102248448 1211 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1211 500 234 0 23665 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 99852

[startup+206.001 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30521
/proc/meminfo: memFree=1121424/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=204.16
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6570 0 0 0 20411 5 0 0 25 0 1 0 2000051775 102248448 1211 996147200 134512640 135472138 4294956224 18446744073709551615 134604924 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1211 500 234 0 23665 0
Current children cumulated CPU time (s) 204.16
Current children cumulated vsize (KiB) 99852

[startup+206.401 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30521
/proc/meminfo: memFree=1121424/2055920 swapFree=4179776/4192956
[pid=30518] ppid=30516 vsize=99852 CPUtime=204.56
/proc/30518/stat : 30518 (casperzito) R 30516 30518 29442 0 -1 4194304 6570 0 0 0 20451 5 0 0 25 0 1 0 2000051775 102248448 1211 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/30518/statm: 24963 1211 500 234 0 23665 0
Current children cumulated CPU time (s) 204.56
Current children cumulated vsize (KiB) 99852

Child status: 0
Real time (s): 206.42
CPU time (s): 204.588
CPU user time (s): 204.533
CPU system time (s): 0.054991
CPU usage (%): 99.1124
Max. virtual memory (cumulated for all children) (KiB): 123368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.533
system time used= 0.054991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6572
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= 4495

runsolver used 0.229965 second user time and 0.618905 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 00:33:13
IDJOB=1079734
IDBENCH=56898
IDSOLVER=362
FILE ID=node43/1079734-1215210793
PBS_JOBID= 7881650
Free space on /tmp= 66496 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg7-10_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079734-1215210793/watcher-1079734-1215210793 -o /tmp/evaluation-result-1079734-1215210793/solver-1079734-1215210793 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1079734-1215210793.xml 1690564102 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34f49ec7596469127b01a2b2f15f8640
RANDOM SEED=1690564102

node43.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.230
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.230
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:       1125816 kB
Buffers:         10360 kB
Cached:         819492 kB
SwapCached:       7024 kB
Active:         299360 kB
Inactive:       569040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1125816 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            3208 kB
Writeback:           0 kB
Mapped:          45508 kB
Slab:            46748 kB
Committed_AS:  3751676 kB
PageTables:       1968 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= 66492 MiB
End job on node43 at 2008-07-05 00:36:40