Trace number 1719069

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
clasp 1.2.0-SAT09-32UNSAT 327.48 327.704

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.907
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

Solver Data

327.48/327.70	c clasp version 1.2.0-SAT09 
327.48/327.70	c Reading from ...642923/instance-1719069-1240642923.cnf
327.48/327.70	c Reading      : Done(0.330s)
327.48/327.70	c Preprocessing: |-\Done(3.040s)
327.48/327.70	c Solving...
327.48/327.70	
327.48/327.70	c Models    : 0     
327.48/327.70	c Time         : 327.520s (Solve: 324.150s)
327.48/327.70	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-1719069-1240642923/watcher-1719069-1240642923 -o /tmp/evaluation-result-1719069-1240642923/solver-1719069-1240642923 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1719069-1240642923.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
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.00 1.00 1.00 3/64 19204
/proc/meminfo: memFree=1752232/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=5228 CPUtime=0
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 583 0 0 0 0 0 0 0 18 0 1 0 92325814 5353472 389 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 1307 393 140 377 0 927 0

[startup+0.0902659 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19204
/proc/meminfo: memFree=1752232/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=10064 CPUtime=0.08
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 2498 0 0 0 8 0 0 0 18 0 1 0 92325814 10305536 2212 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 2516 2212 144 377 0 2136 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10064

[startup+0.102267 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19204
/proc/meminfo: memFree=1752232/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=10860 CPUtime=0.1
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 2780 0 0 0 9 1 0 0 18 0 1 0 92325814 11120640 2358 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 2715 2359 144 377 0 2335 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10860

[startup+0.301293 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19204
/proc/meminfo: memFree=1752232/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=21496 CPUtime=0.29
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 6249 0 0 0 26 3 0 0 19 0 1 0 92325814 22011904 4864 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 5374 4864 144 377 0 4994 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21496

[startup+0.701345 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19204
/proc/meminfo: memFree=1752232/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=38752 CPUtime=0.7
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 11884 0 0 0 65 5 0 0 23 0 1 0 92325814 39682048 9056 1992294400 134512640 136057169 4294956160 18446744073709551615 134774620 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 9688 9056 168 377 0 9308 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 38752

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1716640/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=39032 CPUtime=1.5
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 11949 0 0 0 145 5 0 0 25 0 1 0 92325814 39968768 9121 1992294400 134512640 136057169 4294956160 18446744073709551615 134765777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 9758 9121 170 377 0 9378 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 39032

[startup+3.10166 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1715104/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=42984 CPUtime=3.08
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 12932 0 0 0 302 6 0 0 25 0 1 0 92325814 44015616 10104 1992294400 134512640 136057169 4294956160 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 10746 10104 170 377 0 10366 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42984

[startup+6.30108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1717280/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=36612 CPUtime=6.28
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 13055 0 0 0 622 6 0 0 25 0 1 0 92325814 37490688 8822 1992294400 134512640 136057169 4294956160 18446744073709551615 134649331 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 9153 8822 182 377 0 8773 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36612

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1717288/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=36612 CPUtime=12.68
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 13060 0 0 0 1262 6 0 0 25 0 1 0 92325814 37490688 8827 1992294400 134512640 136057169 4294956160 18446744073709551615 134630512 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 9153 8827 182 377 0 8773 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36612

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1712296/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=41952 CPUtime=25.48
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 14422 0 0 0 2540 8 0 0 25 0 1 0 92325814 42958848 10189 1992294400 134512640 136057169 4294956160 18446744073709551615 134645260 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 10488 10189 182 377 0 10108 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41952

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1685992/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=69420 CPUtime=51.06
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 21240 0 0 0 5094 12 0 0 25 0 1 0 92325814 71086080 17007 1992294400 134512640 136057169 4294956160 18446744073709551615 134811588 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 17355 17007 182 377 0 16975 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 69420

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1633768/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=120852 CPUtime=102.25
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 34138 0 0 0 10204 21 0 0 25 0 1 0 92325814 123752448 29769 1992294400 134512640 136057169 4294956160 18446744073709551615 134615973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 30213 29769 182 377 0 29833 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 120852

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1601704/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=152904 CPUtime=162.23
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 42140 0 0 0 16195 28 0 0 25 0 1 0 92325814 156573696 37771 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 38226 37771 182 377 0 37846 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 152904

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1601576/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=152904 CPUtime=222.21
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 42166 0 0 0 22193 28 0 0 25 0 1 0 92325814 156573696 37797 1992294400 134512640 136057169 4294956160 18446744073709551615 134831620 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 38226 37797 182 377 0 37846 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 152904

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1600744/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=153792 CPUtime=282.19
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 42537 0 0 0 28191 28 0 0 25 0 1 0 92325814 157483008 37965 1992294400 134512640 136057169 4294956160 18446744073709551615 134823445 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 38448 37965 182 377 0 38068 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 153792

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (327.48 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (327.48 s) to the 'lost time'.

[startup+327.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1601128/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=153308 CPUtime=327.48
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 42545 0 0 0 32720 28 0 0 25 0 1 0 92325814 156987392 37862 1992294400 134512640 136057169 4294956160 18446744073709551615 135437380 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 38327 37862 187 377 0 37947 0
Current children cumulated CPU time (s) 327.48
Current children cumulated vsize (KiB) 153308

[startup+327.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1742440/2055920 swapFree=4181092/4192956
[pid=19204] ppid=-1 vsize=0 CPUtime=0
/proc/19204/stat : -- couldn't open stat file --/proc/19204/statm: 1339 240 199 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+307.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1600744/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=153792 CPUtime=306.99
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 42540 0 0 0 30671 28 0 0 25 0 1 0 92325814 157483008 37968 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 38448 37968 182 377 0 38068 0
Current children cumulated CPU time (s) 306.99
Current children cumulated vsize (KiB) 153792

[startup+319.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1600744/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=153792 CPUtime=319.78
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 42540 0 0 0 31950 28 0 0 25 0 1 0 92325814 157483008 37968 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 38448 37968 182 377 0 38068 0
Current children cumulated CPU time (s) 319.78
Current children cumulated vsize (KiB) 153792

[startup+323.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1600744/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=153792 CPUtime=322.98
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 42540 0 0 0 32270 28 0 0 25 0 1 0 92325814 157483008 37968 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 38448 37968 182 377 0 38068 0
Current children cumulated CPU time (s) 322.98
Current children cumulated vsize (KiB) 153792

[startup+326.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1601128/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=153308 CPUtime=326.18
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 42540 0 0 0 32590 28 0 0 25 0 1 0 92325814 156987392 37857 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 38327 37857 182 377 0 37947 0
Current children cumulated CPU time (s) 326.18
Current children cumulated vsize (KiB) 153308

[startup+327.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1601128/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=153308 CPUtime=326.98
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 42540 0 0 0 32670 28 0 0 25 0 1 0 92325814 156987392 37857 1992294400 134512640 136057169 4294956160 18446744073709551615 134624629 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 38327 37857 182 377 0 37947 0
Current children cumulated CPU time (s) 326.98
Current children cumulated vsize (KiB) 153308

[startup+327.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1601128/2055920 swapFree=4181092/4192956
[pid=19204] ppid=19202 vsize=153308 CPUtime=327.38
/proc/19204/stat : 19204 (clasp) R 19202 19204 18883 0 -1 4194304 42540 0 0 0 32710 28 0 0 25 0 1 0 92325814 156987392 37857 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19204/statm: 38327 37857 182 377 0 37947 0
Current children cumulated CPU time (s) 327.38
Current children cumulated vsize (KiB) 153308

[startup+327.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19205
/proc/meminfo: memFree=1742440/2055920 swapFree=4181092/4192956
[pid=19204] ppid=-1 vsize=0 CPUtime=0
/proc/19204/stat : -- couldn't open stat file --/proc/19204/statm: 1339 240 199 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19204 and gives
#  childrusage.ru_utime.tv_sec=327
#  childrusage.ru_utime.tv_usec=282245
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=311952
# CPU time returned by wait4() is 327.594
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 327.48
#  lost CPU user time (s): 327.2
#  lost CPU system time (s): 0.28

Real time (s): 327.704
CPU time (s): 327.48
CPU user time (s): 327.2
CPU system time (s): 0.28
CPU usage (%): 99.9317
Max. virtual memory (cumulated for all children) (KiB): 153792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 327.282
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42545
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= 2
involuntary context switches= 907

runsolver used 0.246962 second user time and 0.688895 second system time

The end

Launcher Data

Begin job on node13 at 2009-04-25 09:02:03
IDJOB=1719069
IDBENCH=20577
IDSOLVER=508
FILE ID=node13/1719069-1240642923
PBS_JOBID= 9186415
Free space on /tmp= 66208 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq2.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719069-1240642923/watcher-1719069-1240642923 -o /tmp/evaluation-result-1719069-1240642923/solver-1719069-1240642923 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1719069-1240642923.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= f0f4556999ccb446384994a4148fca28
RANDOM SEED=1886778763

node13.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.227
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.227
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:       1752712 kB
Buffers:         46352 kB
Cached:         181444 kB
SwapCached:       5716 kB
Active:          33420 kB
Inactive:       202600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752712 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:           12100 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            53148 kB
Committed_AS:   273152 kB
PageTables:       1460 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= 66208 MiB
End job on node13 at 2009-04-25 09:07:31