Trace number 2087576

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 0.3.2SAT 136.881 138.185

DiagnosticValue
ASSIGNMENTS51430

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-100-1.xml
MD5SUMb83db8d02d2041055b7635deab62e87a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.771881
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size587
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.17/0.21	c Seed is 390995213
0.17/0.21	c Constructing HOME/instance-2087576-1247727833.xml  with 6300 constraints
0.17/0.21	c Solving 51430 backtracks 18 restarts
136.78/138.16	s SATISFIABLE
136.78/138.16	c V0=457, V1=0, V2=421, V3=306, V4=552, V5=128, V6=205, V7=98, V8=255, V9=324, V10=13, V11=351, V12=306, V13=458, V14=377, V15=573, V16=576, V17=111, V18=0, V19=242, V20=117, V21=305, V22=247, V23=86, V24=0, V25=458, V26=501, V27=256, V28=418, V29=190, V30=0, V31=529, V32=406, V33=188, V34=302, V35=14, V36=117, V37=289, V38=385, V39=510, V40=497, V41=204, V42=219, V43=307, V44=461, V45=0, V46=61, V47=417, V48=128, V49=351, V50=46, V51=0, V52=306, V53=109, V54=512, V55=258, V56=370, V57=347, V58=421, V59=224, V60=0, V61=84, V62=256, V63=499, V64=284, V65=195, V66=318, V67=205, V68=417, V69=324, V70=0, V71=324, V72=109, V73=142, V74=406, V75=224, V76=86, V77=501, V78=392, V79=314, V80=429, V81=128, V82=179, V83=322, V84=110, V85=202, V86=529, V87=367, V88=446, V89=45, V90=226, V91=114, V92=483, V93=312, V94=170, V95=497, V96=0, V97=401, V98=256, V99=53, 
136.78/138.16	v 457 0 421 306 552 128 205 98 255 324 13 351 306 458 377 573 576 111 0 242 117 305 247 86 0 458 501 256 418 190 0 529 406 188 302 14 117 289 385 510 497 204 219 307 461 0 61 417 128 351 46 0 306 109 512 258 370 347 421 224 0 84 256 499 284 195 318 205 417 324 0 324 109 142 406 224 86 501 392 314 429 128 179 322 110 202 529 367 446 45 226 114 483 312 170 497 0 401 256 53 
136.78/138.16	d ASSIGNMENTS 51430

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087576-1247727833/watcher-2087576-1247727833 -o /tmp/evaluation-result-2087576-1247727833/solver-2087576-1247727833 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 390995213 HOME/instance-2087576-1247727833.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.99 2.00 1.99 4/81 18442
/proc/meminfo: memFree=1619904/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=5356 CPUtime=0
/proc/18442/stat : 18442 (pcssolve) R 18440 18442 17427 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59851023 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18442/statm: 1339 241 200 169 0 50 0
[pid=18443] ppid=18442 vsize=0 CPUtime=0
/proc/18443/stat : 18443 (fgrep) Z 18442 18442 17427 0 -1 4194316 155 0 0 0 0 0 0 0 22 0 1 0 59851024 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/18443/statm: 0 0 0 0 0 0 0

[startup+0.11195 s]
/proc/loadavg: 1.99 2.00 1.99 4/81 18442
/proc/meminfo: memFree=1619904/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=6472 CPUtime=0.09
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 1327 659 0 0 9 0 0 0 18 0 1 0 59851023 6627328 884 996147200 134512640 135215973 4294956320 18446744073709551615 6270628 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 1618 884 388 171 0 543 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6472

[startup+0.201965 s]
/proc/loadavg: 1.99 2.00 1.99 4/81 18442
/proc/meminfo: memFree=1619904/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=9004 CPUtime=0.17
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 2103 659 0 0 17 0 0 0 18 0 1 0 59851023 9220096 1447 996147200 134512640 135215973 4294956320 18446744073709551615 135097655 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 2251 1447 406 171 0 1176 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 9004

[startup+0.301976 s]
/proc/loadavg: 1.99 2.00 1.99 4/81 18442
/proc/meminfo: memFree=1619904/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=8992 CPUtime=0.27
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 2152 659 0 0 27 0 0 0 19 0 1 0 59851023 9207808 1496 996147200 134512640 135215973 4294956320 18446744073709551615 134590268 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 2248 1496 406 171 0 1173 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8992

[startup+0.702022 s]
/proc/loadavg: 1.99 2.00 1.99 4/81 18442
/proc/meminfo: memFree=1619904/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=9100 CPUtime=0.67
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 2187 659 0 0 67 0 0 0 23 0 1 0 59851023 9318400 1531 996147200 134512640 135215973 4294956320 18446744073709551615 134583660 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 2275 1531 406 171 0 1200 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9100

[startup+1.50112 s]
/proc/loadavg: 2.07 2.02 1.99 3/82 18447
/proc/meminfo: memFree=1614976/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=9644 CPUtime=1.46
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 2332 659 0 0 146 0 0 0 25 0 1 0 59851023 9875456 1676 996147200 134512640 135215973 4294956320 18446744073709551615 134532656 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 2411 1676 406 171 0 1336 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9644

[startup+3.1023 s]
/proc/loadavg: 2.07 2.02 1.99 3/82 18447
/proc/meminfo: memFree=1612736/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=11940 CPUtime=3.05
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 2951 659 0 0 305 0 0 0 25 0 1 0 59851023 12226560 2053 996147200 134512640 135215973 4294956320 18446744073709551615 134533327 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 2985 2053 406 171 0 1910 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 11940

[startup+6.30171 s]
/proc/loadavg: 2.06 2.02 1.99 3/82 18447
/proc/meminfo: memFree=1609280/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=14632 CPUtime=6.23
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 3635 659 0 0 622 1 0 0 25 0 1 0 59851023 14983168 2672 996147200 134512640 135215973 4294956320 18446744073709551615 134590116 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 3658 2672 406 171 0 2583 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 14632

[startup+12.7014 s]
/proc/loadavg: 2.06 2.02 1.99 3/82 18447
/proc/meminfo: memFree=1601344/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=19652 CPUtime=12.57
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 4997 659 0 0 1254 3 0 0 25 0 1 0 59851023 20123648 3969 996147200 134512640 135215973 4294956320 18446744073709551615 6270676 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 4913 3969 406 171 0 3838 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 19652

[startup+25.5019 s]
/proc/loadavg: 2.12 2.03 2.00 4/83 18448
/proc/meminfo: memFree=1533816/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=30260 CPUtime=25.24
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 7929 659 0 0 2520 4 0 0 25 0 1 0 59851023 30986240 6515 996147200 134512640 135215973 4294956320 18446744073709551615 4158960134 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 7565 6515 406 171 0 6490 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 30260

[startup+51.1019 s]
/proc/loadavg: 2.08 2.03 2.00 3/83 18449
/proc/meminfo: memFree=1407280/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=53084 CPUtime=50.59
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 13983 659 0 0 5052 7 0 0 25 0 1 0 59851023 54358016 11927 996147200 134512640 135215973 4294956320 18446744073709551615 134594065 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 13271 11927 406 171 0 12196 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 53084

[startup+102.302 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 18449
/proc/meminfo: memFree=1367984/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=91368 CPUtime=101.32
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 23891 659 0 0 10119 13 0 0 25 0 1 0 59851023 93560832 21578 996147200 134512640 135215973 4294956320 18446744073709551615 134907454 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 22842 21578 406 171 0 21767 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 91368

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

[startup+102.407 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 18449
/proc/meminfo: memFree=1367984/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=91476 CPUtime=101.42
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 23897 659 0 0 10129 13 0 0 25 0 1 0 59851023 93671424 21584 996147200 134512640 135215973 4294956320 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 22869 21584 406 171 0 21794 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 91476

[startup+115.201 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 18449
/proc/meminfo: memFree=1360560/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=99152 CPUtime=114.09
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 25861 659 0 0 11395 14 0 0 25 0 1 0 59851023 101531648 23548 996147200 134512640 135215973 4294956320 18446744073709551615 134902073 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 24788 23548 406 171 0 23713 0
Current children cumulated CPU time (s) 114.09
Current children cumulated vsize (KiB) 99152

[startup+128.002 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 18449
/proc/meminfo: memFree=1349936/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=112452 CPUtime=126.77
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 29479 659 0 0 12661 16 0 0 25 0 1 0 59851023 115150848 26141 996147200 134512640 135215973 4294956320 18446744073709551615 134648245 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 28113 26141 406 171 0 27038 0
Current children cumulated CPU time (s) 126.77
Current children cumulated vsize (KiB) 112452

[startup+134.402 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 18449
/proc/meminfo: memFree=1345072/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=117032 CPUtime=133.11
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 30663 659 0 0 13294 17 0 0 25 0 1 0 59851023 119840768 27325 996147200 134512640 135215973 4294956320 18446744073709551615 134532660 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 29258 27325 406 171 0 28183 0
Current children cumulated CPU time (s) 133.11
Current children cumulated vsize (KiB) 117032

[startup+136.002 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 18449
/proc/meminfo: memFree=1344240/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=118168 CPUtime=134.7
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 30950 659 0 0 13453 17 0 0 25 0 1 0 59851023 121004032 27612 996147200 134512640 135215973 4294956320 18446744073709551615 134648399 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 29542 27612 406 171 0 28467 0
Current children cumulated CPU time (s) 134.7
Current children cumulated vsize (KiB) 118168

[startup+136.801 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 18449
/proc/meminfo: memFree=1343344/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=118756 CPUtime=135.49
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 31103 659 0 0 13532 17 0 0 25 0 1 0 59851023 121606144 27765 996147200 134512640 135215973 4294956320 18446744073709551615 134641100 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 29689 27765 406 171 0 28614 0
Current children cumulated CPU time (s) 135.49
Current children cumulated vsize (KiB) 118756

[startup+137.606 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 18449
/proc/meminfo: memFree=1342640/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=119196 CPUtime=136.28
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 31205 659 0 0 13611 17 0 0 25 0 1 0 59851023 122056704 27867 996147200 134512640 135215973 4294956320 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 29799 27867 406 171 0 28724 0
Current children cumulated CPU time (s) 136.28
Current children cumulated vsize (KiB) 119196

[startup+138.001 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 18449
/proc/meminfo: memFree=1342640/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=119592 CPUtime=136.68
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 31329 659 0 0 13651 17 0 0 25 0 1 0 59851023 122462208 27991 996147200 134512640 135215973 4294956320 18446744073709551615 6260148 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 29898 27991 406 171 0 28823 0
Current children cumulated CPU time (s) 136.68
Current children cumulated vsize (KiB) 119592

[startup+138.102 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 18449
/proc/meminfo: memFree=1342640/2055920 swapFree=4192812/4192956
[pid=18442] ppid=18440 vsize=117540 CPUtime=136.78
/proc/18442/stat : 18442 (pcs.big) R 18440 18442 17427 0 -1 4194304 31329 659 0 0 13661 17 0 0 25 0 1 0 59851023 120360960 27539 996147200 134512640 135215973 4294956320 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/18442/statm: 29385 27539 406 171 0 28310 0
Current children cumulated CPU time (s) 136.78
Current children cumulated vsize (KiB) 117540

Child status: 0
Real time (s): 138.185
CPU time (s): 136.881
CPU user time (s): 136.68
CPU system time (s): 0.200969
CPU usage (%): 99.0565
Max. virtual memory (cumulated for all children) (KiB): 119592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.68
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31991
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= 20
involuntary context switches= 5514

runsolver used 0.183972 second user time and 0.45393 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-16 09:03:53
IDJOB=2087576
IDBENCH=58745
IDSOLVER=733
FILE ID=node1/2087576-1247727833
PBS_JOBID= 9521562
Free space on /tmp= 66384 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-100-1.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087576-1247727833/watcher-2087576-1247727833 -o /tmp/evaluation-result-2087576-1247727833/solver-2087576-1247727833 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 390995213 HOME/instance-2087576-1247727833.xml

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

MD5SUM BENCH= b83db8d02d2041055b7635deab62e87a
RANDOM SEED=390995213

node1.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.216
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.216
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:       1620384 kB
Buffers:         72208 kB
Cached:         252424 kB
SwapCached:          0 kB
Active:         123788 kB
Inactive:       246816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5992 kB
Writeback:           0 kB
Mapped:          66396 kB
Slab:            49940 kB
Committed_AS:   705732 kB
PageTables:       1948 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= 66384 MiB
End job on node1 at 2009-07-16 09:06:11