Trace number 1107668

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
galac MUNSAT 162.938 163.937

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-10.xml
MD5SUMe3b2ef63bef9ef1642e95610d4dd6a1e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.235963
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints459
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension459
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c --- Preproc Stats ---
0.92/1.11	c start processing
0.92/1.11	c start relation processing
0.92/1.11	c start cnf exporting
1.22/1.45	c parsing time : 0.886
1.22/1.45	c preprocessing time : 1.225
1.22/1.45	
1.22/1.45	c Nary constraints - conflicts : 0 supports : 0
1.22/1.45	c Binary constraints - conflicts : 450 supports :9
1.22/1.45	c max arity constraint : 2
1.22/1.45	c Max Tuples generated 100
1.22/1.45	c relations : 4
1.22/1.45	c relations BDD: 0
1.22/1.45	c sampling 0/0
1.22/1.45	c vars : 1001 - clauses :  9442
1.22/1.45	
1.22/1.50	 
1.22/1.50	c --- SAT Solver Stats ---
1.22/1.50	 
162.88/163.92	c restarts              : 22
162.88/163.92	c conflicts             : 1276217        (7898 /sec)
162.88/163.92	c decisions             : 1410533        (1.55 % random) (8730 /sec)
162.88/163.92	c propagations          : 16957868       (104949 /sec)
162.88/163.92	c conflict literals     : 48322801       (9.98 % deleted)
162.88/163.92	c Memory used           : 25.37 MB
162.88/163.92	c CPU time              : 161.581 s
162.88/163.92	
162.88/163.92	s UNSATISFIABLE

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-1107668-1215478255/watcher-1107668-1215478255 -o /tmp/evaluation-result-1107668-1215478255/solver-1107668-1215478255 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1107668-1215478255.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): 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: 2.14 2.00 1.68 4/82 3221
/proc/meminfo: memFree=1168192/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=18572 CPUtime=0
/proc/3221/stat : 3221 (runsolver) D 3219 3221 2765 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4522059 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 231882681639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/3221/statm: 4643 292 257 25 0 2626 0

[startup+0.055902 s]
/proc/loadavg: 2.14 2.00 1.68 4/82 3221
/proc/meminfo: memFree=1168192/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=8652 CPUtime=0
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 342 0 4 0 0 0 0 0 18 0 1 0 4522059 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.10193 s]
/proc/loadavg: 2.14 2.00 1.68 4/82 3221
/proc/meminfo: memFree=1168192/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=8772 CPUtime=0
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 523 1176 4 0 0 0 0 0 19 0 1 0 4522059 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 231882850386 0 2 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/3221/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8772

[startup+0.301955 s]
/proc/loadavg: 2.14 2.00 1.68 4/82 3221
/proc/meminfo: memFree=1168192/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=0.01
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 760 1697 5 0 0 0 0 1 19 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.702036 s]
/proc/loadavg: 2.14 2.00 1.68 4/82 3221
/proc/meminfo: memFree=1168192/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=0.01
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 760 1697 5 0 0 0 0 1 19 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50219 s]
/proc/loadavg: 2.14 2.00 1.68 3/92 3243
/proc/meminfo: memFree=1125552/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=1.28
/proc/3221/stat : 3221 (galacM.sh) R 3219 3221 2765 0 -1 4194304 782 16461 5 2 0 0 117 11 17 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 4451181 0 2 4096 73728 0 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 47572

[startup+3.10152 s]
/proc/loadavg: 2.14 2.00 1.68 3/84 3244
/proc/meminfo: memFree=1162928/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=1.28
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 794 16461 5 2 0 0 117 11 17 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
[pid=3244] ppid=3221 vsize=4220 CPUtime=1.59
/proc/3244/stat : 3244 (minisat) R 3221 3221 2765 0 -1 4194304 741 0 0 0 159 0 0 0 25 0 1 0 4522209 4321280 722 996147200 134512640 135136200 4294955968 18446744073709551615 134529532 0 0 4096 3 0 0 0 17 1 0 0
/proc/3244/statm: 1055 722 57 152 0 900 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 51792

[startup+6.30216 s]
/proc/loadavg: 2.13 2.00 1.69 3/84 3244
/proc/meminfo: memFree=1161264/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=1.28
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 794 16461 5 2 0 0 117 11 17 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
[pid=3244] ppid=3221 vsize=6080 CPUtime=4.77
/proc/3244/stat : 3244 (minisat) R 3221 3221 2765 0 -1 4194304 1184 0 0 0 477 0 0 0 25 0 1 0 4522209 6225920 1165 996147200 134512640 135136200 4294955968 18446744073709551615 134529396 0 0 4096 3 0 0 0 17 1 0 0
/proc/3244/statm: 1520 1165 57 152 0 1365 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 53652

[startup+12.7015 s]
/proc/loadavg: 2.12 2.00 1.69 3/84 3244
/proc/meminfo: memFree=1152368/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=1.28
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 794 16461 5 2 0 0 117 11 17 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
[pid=3244] ppid=3221 vsize=8316 CPUtime=11.14
/proc/3244/stat : 3244 (minisat) R 3221 3221 2765 0 -1 4194304 1729 0 0 0 1113 1 0 0 25 0 1 0 4522209 8515584 1710 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/3244/statm: 2079 1710 57 152 0 1924 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 55888

[startup+25.502 s]
/proc/loadavg: 2.09 2.00 1.69 3/84 3244
/proc/meminfo: memFree=1145200/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=1.28
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 794 16461 5 2 0 0 117 11 17 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
[pid=3244] ppid=3221 vsize=12164 CPUtime=23.87
/proc/3244/stat : 3244 (minisat) R 3221 3221 2765 0 -1 4194304 2655 0 0 0 2386 1 0 0 25 0 1 0 4522209 12455936 2636 996147200 134512640 135136200 4294955968 18446744073709551615 134529491 0 0 4096 3 0 0 0 17 1 0 0
/proc/3244/statm: 3041 2636 57 152 0 2886 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 59736

[startup+51.1012 s]
/proc/loadavg: 2.06 2.00 1.70 3/84 3244
/proc/meminfo: memFree=1140976/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=1.28
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 794 16461 5 2 0 0 117 11 17 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
[pid=3244] ppid=3221 vsize=16692 CPUtime=49.34
/proc/3244/stat : 3244 (minisat) R 3221 3221 2765 0 -1 4194304 3727 0 0 0 4932 2 0 0 25 0 1 0 4522209 17092608 3708 996147200 134512640 135136200 4294955968 18446744073709551615 134529524 0 0 4096 3 0 0 0 17 1 0 0
/proc/3244/statm: 4173 3708 57 152 0 4018 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 64264

[startup+102.306 s]
/proc/loadavg: 2.02 2.00 1.71 3/84 3244
/proc/meminfo: memFree=1125040/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=1.28
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 794 16461 5 2 0 0 117 11 17 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
[pid=3244] ppid=3221 vsize=22028 CPUtime=100.3
/proc/3244/stat : 3244 (minisat) R 3221 3221 2765 0 -1 4194304 4974 0 0 0 10027 3 0 0 25 0 1 0 4522209 22556672 4955 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 1 0 0
/proc/3244/statm: 5507 4955 57 152 0 5352 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 69600

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.73 3/84 3244
/proc/meminfo: memFree=1121456/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=1.28
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 794 16461 5 2 0 0 117 11 17 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
[pid=3244] ppid=3221 vsize=25976 CPUtime=160
/proc/3244/stat : 3244 (minisat) R 3221 3221 2765 0 -1 4194304 5866 0 0 0 15996 4 0 0 25 0 1 0 4522209 26599424 5847 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/3244/statm: 6494 5847 57 152 0 6339 0
Current children cumulated CPU time (s) 161.28
Current children cumulated vsize (KiB) 73548

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

[startup+163.103 s]
/proc/loadavg: 2.01 2.00 1.73 3/84 3244
/proc/meminfo: memFree=1121392/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=1.28
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 794 16461 5 2 0 0 117 11 17 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
[pid=3244] ppid=3221 vsize=25976 CPUtime=160.8
/proc/3244/stat : 3244 (minisat) R 3221 3221 2765 0 -1 4194304 5875 0 0 0 16076 4 0 0 25 0 1 0 4522209 26599424 5856 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/3244/statm: 6494 5856 57 152 0 6339 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 73548

[startup+163.503 s]
/proc/loadavg: 2.01 2.00 1.73 3/84 3244
/proc/meminfo: memFree=1121392/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=1.28
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 794 16461 5 2 0 0 117 11 17 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
[pid=3244] ppid=3221 vsize=25976 CPUtime=161.19
/proc/3244/stat : 3244 (minisat) R 3221 3221 2765 0 -1 4194304 5876 0 0 0 16115 4 0 0 25 0 1 0 4522209 26599424 5857 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/3244/statm: 6494 5857 57 152 0 6339 0
Current children cumulated CPU time (s) 162.47
Current children cumulated vsize (KiB) 73548

[startup+163.907 s]
/proc/loadavg: 2.01 2.00 1.73 3/84 3244
/proc/meminfo: memFree=1121328/2055920 swapFree=4192956/4192956
[pid=3221] ppid=3219 vsize=47572 CPUtime=1.28
/proc/3221/stat : 3221 (galacM.sh) S 3219 3221 2765 0 -1 4194304 794 16461 5 2 0 0 117 11 17 0 1 0 4522059 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3221/statm: 11893 364 245 79 0 219 0
[pid=3244] ppid=3221 vsize=25976 CPUtime=161.6
/proc/3244/stat : 3244 (minisat) R 3221 3221 2765 0 -1 4194304 5888 0 0 0 16156 4 0 0 25 0 1 0 4522209 26599424 5869 996147200 134512640 135136200 4294955968 18446744073709551615 134522156 0 0 4096 3 0 0 0 17 1 0 0
/proc/3244/statm: 6494 5869 57 152 0 6339 0
Current children cumulated CPU time (s) 162.88
Current children cumulated vsize (KiB) 73548

Child status: 0
Real time (s): 163.937
CPU time (s): 162.938
CPU user time (s): 162.764
CPU system time (s): 0.173973
CPU usage (%): 99.3909
Max. virtual memory (cumulated for all children) (KiB): 860124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.764
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23361
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1466
involuntary context switches= 5993

runsolver used 0.177972 second user time and 0.429934 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-08 02:50:55
IDJOB=1107668
IDBENCH=57128
IDSOLVER=350
FILE ID=node75/1107668-1215478255
PBS_JOBID= 7888683
Free space on /tmp= 66556 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-10.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107668-1215478255/watcher-1107668-1215478255 -o /tmp/evaluation-result-1107668-1215478255/solver-1107668-1215478255 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1107668-1215478255.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e3b2ef63bef9ef1642e95610d4dd6a1e
RANDOM SEED=618850644

node75.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.266
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.266
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1168672 kB
Buffers:         24764 kB
Cached:         129052 kB
SwapCached:          0 kB
Active:         773532 kB
Inactive:        80876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1168672 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3532 kB
Writeback:           0 kB
Mapped:         721624 kB
Slab:            16496 kB
Committed_AS:   832464 kB
PageTables:       3328 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= 66552 MiB
End job on node75 at 2008-07-08 02:53:39