Trace number 1883697

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
BoolVar 2009-04-26UNSAT 2.47762 2.39835

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-blast-tlan2.ucl.opb
MD5SUM4e47a51846328cc5c7e86accfdb9dc80
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.072988
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2221
Total number of constraints3050
Number of constraints which are clauses2330
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints720
Minimum length of a constraint1
Maximum length of a constraint19
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 641
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2174
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.16/2.20	------------------------
2.16/2.20	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
2.16/2.20	Size : 0, 5407, 0, 0, 94005
2.16/2.20	Count : 0, 2329, 0, 0, 721
2.16/2.20	
2.16/2.20	Command line : minisat tmp.dimacs %var 
2.16/2.20	
2.16/2.20	------------------------
2.27/2.21	This is MiniSat 2.0 beta
2.27/2.21	WARNING: for repeatability, setting FPU to use double precision
2.27/2.21	============================[ Problem Statistics ]=============================
2.27/2.21	|                                                                             |
2.27/2.21	|  Number of variables:  24868                                                |
2.27/2.21	|  Number of clauses:    41433                                                |
2.27/2.25	|  Parsing time:         0.04         s                                       |
2.28/2.37	============================[ Search Statistics ]==============================
2.28/2.37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.28/2.37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.28/2.37	===============================================================================
2.28/2.37	|         0 |    4231    12083    37486 |     4027        0    nan |  0.000 % |
2.28/2.38	===============================================================================
2.28/2.39	restarts              : 1
2.28/2.39	conflicts             : 93             (574 /sec)
2.28/2.39	decisions             : 1109           (1.80 % random) (6847 /sec)
2.28/2.39	propagations          : 13318          (82223 /sec)
2.28/2.39	conflict literals     : 435            (3.97 % deleted)
2.28/2.39	Memory used           : 8.45 MB
2.28/2.39	CPU time              : 0.161975 s
2.28/2.39	
2.28/2.39	s UNSATISFIABLE

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-1883697-1245195283/watcher-1883697-1245195283 -o /tmp/evaluation-result-1883697-1245195283/solver-1883697-1245195283 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883697-1245195283.opb minisat %dimacs %var 

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.12 1.03 1.01 3/65 19745
/proc/meminfo: memFree=1833048/2055920 swapFree=4192812/4192956
[pid=19745] ppid=19743 vsize=152 CPUtime=0
/proc/19745/stat : 19745 (java) R 19743 19745 19521 0 -1 0 221 0 0 0 0 0 0 0 20 0 1 0 187127324 155648 26 1992294400 134512640 134550932 4294956032 18446744073709551615 10425124 0 0 4096 0 0 0 0 17 0 0 0
/proc/19745/statm: 38 26 19 9 0 4 0

[startup+0.0710159 s]
/proc/loadavg: 1.12 1.03 1.01 3/65 19745
/proc/meminfo: memFree=1833048/2055920 swapFree=4192812/4192956
[pid=19745] ppid=19743 vsize=1685296 CPUtime=0.06
/proc/19745/stat : 19745 (java) S 19743 19745 19521 0 -1 0 2720 0 1 0 5 1 0 0 20 0 9 0 187127324 1725743104 2215 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19745/statm: 421324 2216 1200 9 0 416235 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1685296

[startup+0.102023 s]
/proc/loadavg: 1.12 1.03 1.01 3/65 19745
/proc/meminfo: memFree=1833048/2055920 swapFree=4192812/4192956
[pid=19745] ppid=19743 vsize=1685296 CPUtime=0.1
/proc/19745/stat : 19745 (java) S 19743 19745 19521 0 -1 0 2887 0 1 0 9 1 0 0 20 0 9 0 187127324 1725743104 2382 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19745/statm: 421324 2386 1221 9 0 416235 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1685296

[startup+0.301065 s]
/proc/loadavg: 1.12 1.03 1.01 3/65 19745
/proc/meminfo: memFree=1833048/2055920 swapFree=4192812/4192956
[pid=19745] ppid=19743 vsize=1685436 CPUtime=0.36
/proc/19745/stat : 19745 (java) S 19743 19745 19521 0 -1 0 3741 0 1 0 35 1 0 0 20 0 9 0 187127324 1725886464 3215 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19745/statm: 421359 3215 1250 9 0 416270 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1685436

[startup+0.702138 s]
/proc/loadavg: 1.12 1.03 1.01 3/65 19745
/proc/meminfo: memFree=1833048/2055920 swapFree=4192812/4192956
[pid=19745] ppid=19743 vsize=1685528 CPUtime=0.77
/proc/19745/stat : 19745 (java) S 19743 19745 19521 0 -1 0 5661 0 1 0 75 2 0 0 20 0 9 0 187127324 1725980672 4911 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19745/statm: 421382 4911 2161 9 0 416293 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1685528

[startup+1.5013 s]
/proc/loadavg: 1.12 1.03 1.01 2/74 19754
/proc/meminfo: memFree=1820688/2055920 swapFree=4192812/4192956
[pid=19745] ppid=19743 vsize=1685512 CPUtime=1.57
/proc/19745/stat : 19745 (java) S 19743 19745 19521 0 -1 0 6349 0 1 0 153 4 0 0 20 0 9 0 187127324 1725964288 5481 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19745/statm: 421378 5481 2161 9 0 416289 0
[pid=19745/tid=19747] ppid=19743 vsize=1685512 CPUtime=1.27
/proc/19745/task/19747/stat : 19747 (java) R 19743 19745 19521 0 -1 64 2127 0 1 0 126 1 0 0 16 0 9 0 187127325 1725964288 5481 1992294400 134512640 134550932 4294956032 18446744073709551615 4126456625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19745/tid=19748] ppid=19743 vsize=1685512 CPUtime=0.18
/proc/19745/task/19748/stat : 19748 (java) S 19743 19745 19521 0 -1 64 3119 0 0 0 17 1 0 0 16 0 9 0 187127326 1725964288 5481 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19749] ppid=19743 vsize=1685512 CPUtime=0
/proc/19745/task/19749/stat : 19749 (java) S 19743 19745 19521 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187127326 1725964288 5481 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19750] ppid=19743 vsize=1685512 CPUtime=0
/proc/19745/task/19750/stat : 19750 (java) S 19743 19745 19521 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187127326 1725964288 5481 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19745/tid=19751] ppid=19743 vsize=1685512 CPUtime=0
/proc/19745/task/19751/stat : 19751 (java) S 19743 19745 19521 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187127328 1725964288 5481 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19752] ppid=19743 vsize=1685512 CPUtime=0.08
/proc/19745/task/19752/stat : 19752 (java) S 19743 19745 19521 0 -1 64 370 0 0 0 8 0 0 0 16 0 9 0 187127328 1725964288 5481 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19753] ppid=19743 vsize=1685512 CPUtime=0
/proc/19745/task/19753/stat : 19753 (java) S 19743 19745 19521 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 187127328 1725964288 5481 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19754] ppid=19743 vsize=1685512 CPUtime=0
/proc/19745/task/19754/stat : 19754 (java) S 19743 19745 19521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187127328 1725964288 5481 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 1685512

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

[startup+1.90137 s]
/proc/loadavg: 1.12 1.03 1.01 2/74 19754
/proc/meminfo: memFree=1820688/2055920 swapFree=4192812/4192956
[pid=19745] ppid=19743 vsize=1685512 CPUtime=1.97
/proc/19745/stat : 19745 (java) S 19743 19745 19521 0 -1 0 6707 0 1 0 193 4 0 0 20 0 9 0 187127324 1725964288 5776 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19745/statm: 421378 5776 2161 9 0 416289 0
[pid=19745/tid=19747] ppid=19743 vsize=1685512 CPUtime=1.64
/proc/19745/task/19747/stat : 19747 (java) R 19743 19745 19521 0 -1 64 2190 0 1 0 163 1 0 0 16 0 9 0 187127325 1725964288 5776 1992294400 134512640 134550932 4294956032 18446744073709551615 4126587678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19745/tid=19748] ppid=19743 vsize=1685512 CPUtime=0.21
/proc/19745/task/19748/stat : 19748 (java) S 19743 19745 19521 0 -1 64 3414 0 0 0 20 1 0 0 16 0 9 0 187127326 1725964288 5776 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19749] ppid=19743 vsize=1685512 CPUtime=0
/proc/19745/task/19749/stat : 19749 (java) S 19743 19745 19521 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 187127326 1725964288 5776 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19750] ppid=19743 vsize=1685512 CPUtime=0
/proc/19745/task/19750/stat : 19750 (java) S 19743 19745 19521 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187127326 1725964288 5776 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19745/tid=19751] ppid=19743 vsize=1685512 CPUtime=0
/proc/19745/task/19751/stat : 19751 (java) S 19743 19745 19521 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187127328 1725964288 5776 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19752] ppid=19743 vsize=1685512 CPUtime=0.08
/proc/19745/task/19752/stat : 19752 (java) S 19743 19745 19521 0 -1 64 370 0 0 0 8 0 0 0 16 0 9 0 187127328 1725964288 5776 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19753] ppid=19743 vsize=1685512 CPUtime=0
/proc/19745/task/19753/stat : 19753 (java) S 19743 19745 19521 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 187127328 1725964288 5776 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19754] ppid=19743 vsize=1685512 CPUtime=0
/proc/19745/task/19754/stat : 19754 (java) S 19743 19745 19521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187127328 1725964288 5776 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1685512

[startup+2.30145 s]
/proc/loadavg: 1.12 1.03 1.01 2/74 19754
/proc/meminfo: memFree=1816976/2055920 swapFree=4192812/4192956
[pid=19745] ppid=19743 vsize=1686484 CPUtime=2.28
/proc/19745/stat : 19745 (java) S 19743 19745 19521 0 -1 0 7360 0 1 0 223 5 0 0 20 0 12 0 187127324 1726959616 6045 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19745/statm: 421621 6045 2164 9 0 416532 0
[pid=19745/tid=19747] ppid=19743 vsize=1686484 CPUtime=1.92
/proc/19745/task/19747/stat : 19747 (java) S 19743 19745 19521 0 -1 64 2385 0 1 0 191 1 0 0 18 0 12 0 187127325 1726959616 6045 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19745/tid=19748] ppid=19743 vsize=1686484 CPUtime=0.24
/proc/19745/task/19748/stat : 19748 (java) S 19743 19745 19521 0 -1 64 3721 0 0 0 22 2 0 0 16 0 12 0 187127326 1726959616 6045 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19745/tid=19749] ppid=19743 vsize=1686484 CPUtime=0
/proc/19745/task/19749/stat : 19749 (java) S 19743 19745 19521 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 187127326 1726959616 6045 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19750] ppid=19743 vsize=1686484 CPUtime=0
/proc/19745/task/19750/stat : 19750 (java) S 19743 19745 19521 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 187127326 1726959616 6045 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19745/tid=19751] ppid=19743 vsize=1686484 CPUtime=0
/proc/19745/task/19751/stat : 19751 (java) S 19743 19745 19521 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187127328 1726959616 6045 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19752] ppid=19743 vsize=1686484 CPUtime=0.09
/proc/19745/task/19752/stat : 19752 (java) S 19743 19745 19521 0 -1 64 388 0 0 0 9 0 0 0 17 0 12 0 187127328 1726959616 6045 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19745/tid=19753] ppid=19743 vsize=1686484 CPUtime=0
/proc/19745/task/19753/stat : 19753 (java) S 19743 19745 19521 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 187127328 1726959616 6045 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19745/tid=19754] ppid=19743 vsize=1686484 CPUtime=0
/proc/19745/task/19754/stat : 19754 (java) S 19743 19745 19521 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 187127328 1726959616 6045 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1686484

Child status: 0
Real time (s): 2.39835
CPU time (s): 2.47762
CPU user time (s): 2.40263
CPU system time (s): 0.074988
CPU usage (%): 103.305
Max. virtual memory (cumulated for all children) (KiB): 1686484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.40263
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9625
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 993
involuntary context switches= 300

runsolver used 0.001999 second user time and 0.014997 second system time

The end

Launcher Data

Begin job on node77 at 2009-06-17 01:34:46
IDJOB=1883697
IDBENCH=1474
IDSOLVER=688
FILE ID=node77/1883697-1245195283
PBS_JOBID= 9368334
Free space on /tmp= 66320 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-blast-tlan2.ucl.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883697-1245195283/watcher-1883697-1245195283 -o /tmp/evaluation-result-1883697-1245195283/solver-1883697-1245195283 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883697-1245195283.opb minisat %dimacs %var

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

MD5SUM BENCH= 4e47a51846328cc5c7e86accfdb9dc80
RANDOM SEED=26342644

node77.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.263
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.263
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:       1833592 kB
Buffers:         30200 kB
Cached:         117156 kB
SwapCached:          0 kB
Active:          34872 kB
Inactive:       125768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1028 kB
Writeback:           0 kB
Mapped:          23096 kB
Slab:            47696 kB
Committed_AS:   123812 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883697-1245195283.opb

Free space on /tmp at the end= 66316 MiB
End job on node77 at 2009-06-17 01:34:49