Trace number 2683032

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 NameAnswerobjective functionCPU timeWall clock time
PB/CT 0.1 fixed? (MO) 681.62 681.785

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238.opb
MD5SUM0292e4cfc08104641d64d11d001b52e1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark7.32988
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053759190090835006449104283878090284482579702915208197909390404088540790263
Number of bits of the biggest sum of numbers361
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PB/CT 0.1.1 http://www.residual.se/pbct
0.00/0.00	c Based on OpenSMT/CT 20091015
1.00/1.07	c constraints 1/0 clauses 87120/0 units 0
1.00/1.07	c vars 29401
1.00/1.07	c objective 121 + 0
681.43/681.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2683032-1277493634/watcher-2683032-1277493634 -o /tmp/evaluation-result-2683032-1277493634/solver-2683032-1277493634 -C 1800 -W 2000 -M 1800 HOME/pbct --model HOME/instance-2683032-1277493634.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27727
/proc/meminfo: memFree=1775732/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=2136 CPUtime=0
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 90654281 2187264 170 1992294400 134512640 136421960 4293867696 18446744073709551615 135818281 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27727/statm: 534 170 146 467 0 65 0

[startup+0.0158629 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27727
/proc/meminfo: memFree=1775732/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=2136 CPUtime=0.01
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 258 0 0 0 1 0 0 0 20 0 1 0 90654281 2187264 177 1992294400 134512640 136421960 4293867696 18446744073709551615 135378036 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27727/statm: 534 177 146 467 0 65 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2136

[startup+0.100869 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27727
/proc/meminfo: memFree=1775732/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=2532 CPUtime=0.1
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 335 0 0 0 10 0 0 0 20 0 1 0 90654281 2592768 254 1992294400 134512640 136421960 4293867696 18446744073709551615 135378036 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27727/statm: 633 254 146 467 0 164 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2532

[startup+0.300887 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27727
/proc/meminfo: memFree=1775732/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=3192 CPUtime=0.3
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 514 0 0 0 30 0 0 0 20 0 1 0 90654281 3268608 433 1992294400 134512640 136421960 4293867696 18446744073709551615 134532355 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27727/statm: 798 433 146 467 0 329 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 3192

[startup+0.700922 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27727
/proc/meminfo: memFree=1775732/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=4896 CPUtime=0.7
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 971 0 0 0 70 0 0 0 21 0 1 0 90654281 5013504 792 1992294400 134512640 136421960 4293867696 18446744073709551615 135162382 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27727/statm: 1224 792 146 467 0 755 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 4896

[startup+1.50099 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27728
/proc/meminfo: memFree=1769896/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=54024 CPUtime=1.49
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 13253 0 0 0 144 5 0 0 23 0 1 0 90654281 55320576 12977 1992294400 134512640 136421960 4293867696 18446744073709551615 135811817 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 13506 12978 189 467 0 13037 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54024

[startup+3.10113 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27728
/proc/meminfo: memFree=1663008/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=200312 CPUtime=3.09
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 52350 0 0 0 287 22 0 0 25 0 1 0 90654281 205119488 49191 1992294400 134512640 136421960 4293867696 18446744073709551615 135200843 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 50078 49192 195 467 0 49609 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 200312

[startup+6.30041 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 27728
/proc/meminfo: memFree=1383884/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=401112 CPUtime=6.29
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 104846 0 0 0 575 54 0 0 25 0 1 0 90654281 410738688 97927 1992294400 134512640 136421960 4293867696 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 100278 97927 216 467 0 99809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 401112

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27728
/proc/meminfo: memFree=1373716/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=412308 CPUtime=12.69
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 107622 0 0 0 1204 65 0 0 25 0 1 0 90654281 422203392 100703 1992294400 134512640 136421960 4293867696 18446744073709551615 134859688 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 103077 100703 217 467 0 102608 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 412308

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27728
/proc/meminfo: memFree=1340112/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=445600 CPUtime=25.49
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 115714 0 0 0 2472 77 0 0 25 0 1 0 90654281 456294400 108795 1992294400 134512640 136421960 4293867696 18446744073709551615 134859887 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 111400 108795 217 467 0 110931 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 445600

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27730
/proc/meminfo: memFree=1324860/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=462084 CPUtime=51.07
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 119811 0 0 0 5025 82 0 0 25 0 1 0 90654281 473174016 112892 1992294400 134512640 136421960 4293867696 18446744073709551615 135166387 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 115521 112892 217 467 0 115052 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 462084

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27730
/proc/meminfo: memFree=1199868/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=587540 CPUtime=102.27
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 150914 0 0 0 10100 127 0 0 25 0 1 0 90654281 601640960 143995 1992294400 134512640 136421960 4293867696 18446744073709551615 134861890 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 146885 143995 217 467 0 146416 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 587540

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27732
/proc/meminfo: memFree=1017092/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=772660 CPUtime=162.25
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 197119 0 0 0 16040 185 0 0 25 0 1 0 90654281 791203840 190200 1992294400 134512640 136421960 4293867696 18446744073709551615 134861907 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 193165 190200 217 467 0 192696 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 772660

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27734
/proc/meminfo: memFree=827992/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=957928 CPUtime=222.24
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 243465 0 0 0 21961 263 0 0 25 0 1 0 90654281 980918272 236546 1992294400 134512640 136421960 4293867696 18446744073709551615 134865116 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 239482 236546 217 467 0 239013 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 957928

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27736
/proc/meminfo: memFree=707712/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=1078992 CPUtime=282.23
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 273735 0 0 0 27923 300 0 0 25 0 1 0 90654281 1104887808 266816 1992294400 134512640 136421960 4293867696 18446744073709551615 134862003 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 269748 266816 217 467 0 269279 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 1078992

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27736
/proc/meminfo: memFree=590532/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=1195056 CPUtime=342.21
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 302745 0 0 0 33890 331 0 0 25 0 1 0 90654281 1223737344 295826 1992294400 134512640 136421960 4293867696 18446744073709551615 134861992 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 298764 295826 217 467 0 298295 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1195056

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27738
/proc/meminfo: memFree=449420/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=1335976 CPUtime=402.19
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 338104 0 0 0 39834 385 0 0 25 0 1 0 90654281 1368039424 331185 1992294400 134512640 136421960 4293867696 18446744073709551615 134862014 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 333994 331185 217 467 0 333525 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1335976

[startup+462.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 27740
/proc/meminfo: memFree=316244/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=1471292 CPUtime=462.18
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 371928 0 0 0 45782 436 0 0 25 0 1 0 90654281 1506603008 365009 1992294400 134512640 136421960 4293867696 18446744073709551615 134862018 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 367823 365009 217 467 0 367354 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1471292

[startup+522.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 27742
/proc/meminfo: memFree=193112/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=1593124 CPUtime=522.16
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 402411 0 0 0 51738 478 0 0 25 0 1 0 90654281 1631358976 395492 1992294400 134512640 136421960 4293867696 18446744073709551615 134862061 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 398281 395492 217 467 0 397812 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1593124

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27744
/proc/meminfo: memFree=92176/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=1691528 CPUtime=582.15
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 427086 0 0 0 57701 514 0 0 25 0 1 0 90654281 1732124672 420167 1992294400 134512640 136421960 4293867696 18446744073709551615 135010280 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 422882 420167 217 467 0 422413 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 1691528

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27744
/proc/meminfo: memFree=9576/2059040 swapFree=4140544/4192956
[pid=27727] ppid=27725 vsize=1786588 CPUtime=642.14
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 450957 0 0 0 63660 554 0 0 25 0 1 0 90654281 1829466112 444038 1992294400 134512640 136421960 4293867696 18446744073709551615 134862003 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 446647 444038 217 467 0 446178 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 1786588



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+681.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27746
/proc/meminfo: memFree=9324/2059040 swapFree=4139628/4192956
[pid=27727] ppid=27725 vsize=1843532 CPUtime=681.43
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4202496 465253 0 0 0 67569 574 0 0 25 0 1 0 90654281 1887776768 458334 1992294400 134512640 136421960 4293867696 18446744073709551615 135020784 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27727/statm: 460883 458334 217 467 0 460414 0
Current children cumulated CPU time (s) 681.43
Current children cumulated vsize (KiB) 1843532

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+681.708 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27746
/proc/meminfo: memFree=9324/2059040 swapFree=4139628/4192956
[pid=27727] ppid=27725 vsize=0 CPUtime=681.53
/proc/27727/stat : 27727 (pbct) R 27725 27727 27538 0 -1 4194308 465255 0 0 0 67569 584 0 0 25 0 1 0 90654281 0 0 1992294400 0 0 0 0 0 0 16384 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27727/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 681.53
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 681.785
CPU time (s): 681.62
CPU user time (s): 675.694
CPU system time (s): 5.9261
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 1843532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 675.694
system time used= 5.9261
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 465255
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= 1
involuntary context switches= 450

runsolver used 1.17382 second user time and 3.17952 second system time

The end

Launcher Data

Begin job on node057 at 2010-06-25 21:20:35
IDJOB=2683032
IDBENCH=2967
IDSOLVER=1192
FILE ID=node057/2683032-1277493634
PBS_JOBID= 11190543
Free space on /tmp= 62388 MiB

SOLVER NAME= PB/CT 0.1 fixed
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238.opb
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2683032-1277493634/watcher-2683032-1277493634 -o /tmp/evaluation-result-2683032-1277493634/solver-2683032-1277493634 -C 1800 -W 2000 -M 1800  HOME/pbct --model HOME/instance-2683032-1277493634.opb

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

MD5SUM BENCH= 0292e4cfc08104641d64d11d001b52e1
RANDOM SEED=1264922195

node057.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.247
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
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.247
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1776260 kB
Buffers:         51916 kB
Cached:         133372 kB
SwapCached:       5360 kB
Active:          72628 kB
Inactive:       125640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1776260 kB
SwapTotal:     4192956 kB
SwapFree:      4140544 kB
Dirty:            5988 kB
Writeback:           0 kB
AnonPages:       11588 kB
Mapped:          12084 kB
Slab:            62660 kB
PageTables:       4144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62388 MiB
End job on node057 at 2010-06-25 21:31:58