Trace number 3730715

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
PB11: borg pb-dec-11.04.03UNSAT 1.59476 1.18168

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-blast-floppy1-8.ucl.opb
MD5SUMf8abb380dd08e138dce9720c80a7343a
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.010997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3618
Total number of constraints3931
Number of constraints which are clauses2865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1066
Minimum length of a constraint1
Maximum length of a constraint25
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 7394
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 19679
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.31/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.31/0.48	c INFO: solving HOME/instance-3730715-1338715885.opb
0.40/0.54	c INFO: parsing took 0.05 s
0.50/0.64	c INFO: features took 0.10 CPU seconds
0.50/0.66	c INFO: running sat4j-pb-v20101225@0 for 45 with 1799 remaining (b = 0.99)
1.48/1.15	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3730715-1338715885/watcher-3730715-1338715885 -o /tmp/evaluation-result-3730715-1338715885/solver-3730715-1338715885 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3730715-1338715885.opb -seed 1940001262 -budget 1800 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.04 3.79 2.75 2/180 5199
/proc/meminfo: memFree=16463668/32873648 swapFree=7628/7628
[pid=5199] ppid=5197 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/5199/stat : 5199 (python) D 5197 5199 3958 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 337714580 15642624 559 33554432000 4194304 5683644 140734734333760 140734734305944 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/5199/statm: 3819 559 324 364 0 261 0

[startup+0.0541251 s]
/proc/loadavg: 5.04 3.79 2.75 2/180 5199
/proc/meminfo: memFree=16463668/32873648 swapFree=7628/7628
[pid=5199] ppid=5197 vsize=30024 CPUtime=0.04 cores=1,3,5,7
/proc/5199/stat : 5199 (python) R 5197 5199 3958 0 -1 4202496 1606 0 0 0 3 1 0 0 20 0 1 0 337714580 30744576 1325 33554432000 4194304 5683644 140734734333760 140734734277992 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/5199/statm: 7577 1321 452 364 0 902 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30024

[startup+0.10017 s]
/proc/loadavg: 5.04 3.79 2.75 2/180 5199
/proc/meminfo: memFree=16463668/32873648 swapFree=7628/7628
[pid=5199] ppid=5197 vsize=94456 CPUtime=0.07 cores=1,3,5,7
/proc/5199/stat : 5199 (python) R 5197 5199 3958 0 -1 4202496 3444 1007 1 0 5 2 0 0 20 0 1 0 337714580 96722944 2546 33554432000 4194304 5683644 140734734333760 140734734286264 5170416 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/5199/statm: 23614 2546 820 364 0 1620 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 94456

[startup+0.300757 s]
/proc/loadavg: 5.04 3.79 2.75 2/180 5199
/proc/meminfo: memFree=16463668/32873648 swapFree=7628/7628
[pid=5199] ppid=5197 vsize=182912 CPUtime=0.22 cores=1,3,5,7
/proc/5199/stat : 5199 (python) R 5197 5199 3958 0 -1 4202496 6965 1007 1 0 17 5 0 0 20 0 1 0 337714580 187301888 4702 33554432000 4194304 5683644 140734734333760 140734734192616 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/5199/statm: 45816 4704 1278 364 0 3658 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 182912

[startup+0.700126 s]
/proc/loadavg: 5.04 3.79 2.75 2/180 5199
/proc/meminfo: memFree=16463668/32873648 swapFree=7628/7628
[pid=5199] ppid=5197 vsize=359540 CPUtime=0.56 cores=1,3,5,7
/proc/5199/stat : 5199 (python) S 5197 5199 3958 0 -1 4202496 11083 1007 1 0 47 9 0 0 20 0 2 0 337714580 368168960 7745 33554432000 4194304 5683644 140734734333760 140734734328592 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5199/statm: 89885 7745 1900 364 0 25108 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 359540

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

[startup+1.10728 s]
/proc/loadavg: 5.04 3.79 2.75 4/201 5224
/proc/meminfo: memFree=16406804/32873648 swapFree=7628/7628
[pid=5199] ppid=5197 vsize=359540 CPUtime=0.56 cores=1,3,5,7
/proc/5199/stat : 5199 (python) S 5197 5199 3958 0 -1 4202496 11083 1007 1 0 47 9 0 0 20 0 2 0 337714580 368168960 7745 33554432000 4194304 5683644 140734734333760 140734734328592 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5199/statm: 89885 7745 1900 364 0 25108 0
[pid=5205] ppid=5199 vsize=283760 CPUtime=0 cores=1,3,5,7
/proc/5205/stat : 5205 (python) S 5199 5199 3958 0 -1 4202560 783 0 0 0 0 0 0 0 20 0 1 0 337714647 290570240 6180 33554432000 4194304 5683644 140734734333760 140734734324848 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/5205/statm: 70940 6180 341 364 0 6163 0
[pid=5207] ppid=5205 vsize=9624972 CPUtime=0.92 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5205 5207 5207 0 -1 4202496 13915 0 1 0 88 4 0 0 20 0 17 0 337714647 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140736499821088 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5207/statm: 2406243 17668 2239 9 0 2396937 0
[pid=5207/tid=5208] ppid=5205 vsize=9624972 CPUtime=0.4 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) S 5205 5207 5207 0 -1 4202560 2444 0 1 0 38 2 0 0 20 0 17 0 337714648 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686570165240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5209] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5209/stat : 5209 (java) S 5205 5207 5207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 337714649 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686559226024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5210] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5205 5207 5207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 337714649 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686558173480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5211] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5205 5207 5207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 337714649 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686557120936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5207/tid=5212] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5205 5207 5207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 337714649 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686556068392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5213] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5205 5207 5207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 337714649 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686555015848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5214] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5214/stat : 5214 (java) S 5205 5207 5207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 337714649 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686553963304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5215] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5215/stat : 5215 (java) S 5205 5207 5207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 337714649 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686407711656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5207/tid=5216] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5216/stat : 5216 (java) S 5205 5207 5207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 17 0 337714649 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686406659112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5217] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5217/stat : 5217 (java) S 5205 5207 5207 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 17 0 337714650 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686394246824 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5218] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5205 5207 5207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 17 0 337714650 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686393193592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5219] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5219/stat : 5219 (java) S 5205 5207 5207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 17 0 337714651 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686392140936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5220] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5205 5207 5207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 17 0 337714653 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686391087352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5221] ppid=5205 vsize=9624972 CPUtime=0.24 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5205 5207 5207 0 -1 4202560 3407 0 0 0 24 0 0 0 20 0 17 0 337714653 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686390023288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5222] ppid=5205 vsize=9624972 CPUtime=0.24 cores=1,3,5,7
/proc/5207/task/5222/stat : 5222 (java) R 5205 5207 5207 0 -1 4202560 6642 0 0 0 22 2 0 0 20 0 17 0 337714653 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686388961848 140686577139452 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5223] ppid=5205 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5223/stat : 5223 (java) S 5205 5207 5207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 337714653 9855971328 17668 33554432000 1073741824 1073778376 140736499829952 140686387932152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5199/tid=5206] ppid=5197 vsize=359540 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5206/stat : 5206 (python) S 5197 5199 3958 0 -1 4202560 26 1007 0 0 0 0 0 0 20 0 2 0 337714647 368168960 7745 33554432000 4194304 5683644 140734734333760 139989799109168 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10268272

Child status: 0
Real time (s): 1.18168
CPU time (s): 1.59476
CPU user time (s): 1.41279
CPU system time (s): 0.181972
CPU usage (%): 134.956
Max. virtual memory (cumulated for all children) (KiB): 10268272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.41278
system time used= 0.181972
maximum resident set size= 70920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31879
page faults= 2
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1307
involuntary context switches= 42

runsolver used 0 second user time and 0.005999 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 11:31:25
IDJOB=3730715
IDBENCH=1470
IDSOLVER=2327
FILE ID=node122/3730715-1338715885
RUNJOBID= node122-1338713392-3975
PBS_JOBID= 14636732
Free space on /tmp= 66916 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-blast-floppy1-8.ucl.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.dec.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730715-1338715885/watcher-3730715-1338715885 -o /tmp/evaluation-result-3730715-1338715885/solver-3730715-1338715885 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3730715-1338715885.opb -seed 1940001262 -budget 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f8abb380dd08e138dce9720c80a7343a
RANDOM SEED=1940001262

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        16463932 kB
Buffers:          225992 kB
Cached:         10193472 kB
SwapCached:         1800 kB
Active:          5664384 kB
Inactive:        9462792 kB
Active(anon):    4606076 kB
Inactive(anon):     2004 kB
Active(file):    1058308 kB
Inactive(file):  9460788 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100160 kB
Dirty:           2439016 kB
Writeback:         91640 kB
AnonPages:       4611804 kB
Mapped:            16592 kB
Shmem:                24 kB
Slab:            1131612 kB
SReclaimable:     567104 kB
SUnreclaim:       564508 kB
KernelStack:        1464 kB
PageTables:        15192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    5278476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3104768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 66816 MiB
End job on node122 at 2012-06-03 11:31:27