Trace number 2701743

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
PB/CT 0.1 fixed? (MO) 55.4316 57.4312

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r_wcsp.wbo
MD5SUM6de6e540477f7e35d5e4504631857538
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables89200
Total number of constraints5870368
Number of soft constraints5861448
Number of constraints which are clauses5861448
Number of constraints which are cardinality constraints (but not clauses)8920
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 2447
Min constraint cost 1
Max constraint cost 2447
Sum of constraints costs 14289117012
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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.2 http://www.residual.se/pbct
0.00/0.00	c Based on OpenSMT/CT 20091015
39.60/39.65	c constraints 8920/0 clauses 0/5861448 units 0
39.60/39.65	c vars 89200
39.70/39.76	c Setting top cost 2447

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-2701743-1278541401/watcher-2701743-1278541401 -o /tmp/evaluation-result-2701743-1278541401/solver-2701743-1278541401 -C 1800 -W 2000 -M 3800 HOME/pbct --model HOME/instance-2701743-1278541401.wbo 

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


[startup+0 s]
/proc/loadavg: 1.93 1.99 2.06 3/178 20686
/proc/meminfo: memFree=27556572/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=2400 CPUtime=0
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 22353675 2457600 248 4089446400 134512640 136422188 4290736288 18446744073709551615 135811945 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20686/statm: 600 248 138 467 0 131 0

[startup+0.0336189 s]
/proc/loadavg: 1.93 1.99 2.06 3/178 20686
/proc/meminfo: memFree=27556572/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=4380 CPUtime=0.03
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 806 0 0 0 3 0 0 0 23 0 1 0 22353675 4485120 725 4089446400 134512640 136422188 4290736288 18446744073709551615 135811945 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20686/statm: 1095 726 138 467 0 626 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4380

[startup+0.100607 s]
/proc/loadavg: 1.93 1.99 2.06 3/178 20686
/proc/meminfo: memFree=27556572/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=9000 CPUtime=0.09
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 1960 0 0 0 9 0 0 0 23 0 1 0 22353675 9216000 1879 4089446400 134512640 136422188 4290736288 18446744073709551615 135811945 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20686/statm: 2250 1879 138 467 0 1781 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9000

[startup+0.30057 s]
/proc/loadavg: 1.93 1.99 2.06 3/178 20686
/proc/meminfo: memFree=27556572/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=13912 CPUtime=0.29
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 3312 0 0 0 29 0 0 0 23 0 1 0 22353675 14245888 3004 4089446400 134512640 136422188 4290736288 18446744073709551615 135818670 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20686/statm: 3478 3004 144 467 0 3009 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13912

[startup+0.7005 s]
/proc/loadavg: 1.93 1.99 2.06 3/178 20686
/proc/meminfo: memFree=27556572/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=17576 CPUtime=0.69
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 4451 0 0 0 69 0 0 0 25 0 1 0 22353675 17997824 3886 4089446400 134512640 136422188 4290736288 18446744073709551615 135806208 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20686/statm: 4394 3886 144 467 0 3925 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17576

[startup+1.50036 s]
/proc/loadavg: 1.93 1.99 2.06 3/179 20687
/proc/meminfo: memFree=27536104/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=25168 CPUtime=1.49
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 6845 0 0 0 148 1 0 0 25 0 1 0 22353675 25772032 5767 4089446400 134512640 136422188 4290736288 18446744073709551615 135159083 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20686/statm: 6292 5767 144 467 0 5823 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25168

[startup+3.10107 s]
/proc/loadavg: 1.93 1.99 2.06 3/179 20687
/proc/meminfo: memFree=27526940/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=40484 CPUtime=3.09
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 11608 0 0 0 307 2 0 0 25 0 1 0 22353675 41455616 9505 4089446400 134512640 136422188 4290736288 18446744073709551615 135650321 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20686/statm: 10121 9505 144 467 0 9652 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40484

[startup+6.30048 s]
/proc/loadavg: 1.93 1.99 2.06 3/179 20687
/proc/meminfo: memFree=27504620/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=71116 CPUtime=6.29
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 21109 0 0 0 625 4 0 0 25 0 1 0 22353675 72822784 16957 4089446400 134512640 136422188 4290736288 18446744073709551615 135372816 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20686/statm: 17779 16957 144 467 0 17310 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71116

[startup+12.7003 s]
/proc/loadavg: 1.94 1.99 2.06 3/179 20687
/proc/meminfo: memFree=27443108/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=132116 CPUtime=12.69
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 40087 0 0 0 1262 7 0 0 25 0 1 0 22353675 135286784 31838 4089446400 134512640 136422188 4290736288 18446744073709551615 134523902 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20686/statm: 33029 31838 144 467 0 32560 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 132116

[startup+25.501 s]
/proc/loadavg: 1.95 1.99 2.06 3/179 20687
/proc/meminfo: memFree=27320460/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=254248 CPUtime=25.5
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 78088 0 0 0 2535 15 0 0 25 0 1 0 22353675 260349952 61646 4089446400 134512640 136422188 4290736288 18446744073709551615 135809714 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20686/statm: 63562 61646 144 467 0 63093 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 254248

[startup+51.1003 s]
/proc/loadavg: 2.03 2.00 2.06 3/179 20689
/proc/meminfo: memFree=24754104/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=3045432 CPUtime=51.1
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 824270 0 0 0 5001 109 0 0 25 0 1 0 22353675 3118522368 737373 4089446400 134512640 136422188 4290736288 18446744073709551615 134706500 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/20686/statm: 761358 737375 195 467 0 760889 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 3045432



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+55.3006 s]
/proc/loadavg: 2.03 2.00 2.06 3/179 20689
/proc/meminfo: memFree=23716348/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=3914392 CPUtime=55.29
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4202496 1059748 0 0 0 5393 136 0 0 25 0 1 0 22353675 4008337408 959803 4089446400 134512640 136422188 4290736288 18446744073709551615 135811945 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/20686/statm: 978598 959804 195 467 0 978129 0
Current children cumulated CPU time (s) 55.29
Current children cumulated vsize (KiB) 3914392

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -20686

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

[startup+55.8005 s]
/proc/loadavg: 2.03 2.00 2.06 3/179 20689
/proc/meminfo: memFree=23716348/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=3914392 CPUtime=55.29
/proc/20686/stat : 20686 (pbct) S 20684 20686 18367 0 -1 4194304 1059758 0 0 0 5393 136 0 0 25 0 1 0 22353675 4008337408 959813 4089446400 134512640 136422188 4290736288 18446744073709551615 135884590 0 16384 4096 16387 18446604471145052160 0 0 17 1 0 0 0
/proc/20686/statm: 978598 959813 196 467 0 978129 0
Current children cumulated CPU time (s) 55.29
Current children cumulated vsize (KiB) 3914392

[startup+56.6004 s]
/proc/loadavg: 2.03 2.00 2.06 2/180 20690
/proc/meminfo: memFree=23714356/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=3914392 CPUtime=55.29
/proc/20686/stat : 20686 (pbct) S 20684 20686 18367 0 -1 4194304 1059758 0 0 0 5393 136 0 0 25 0 1 0 22353675 4008337408 959813 4089446400 134512640 136422188 4290736288 18446744073709551615 135884590 0 16384 4096 16387 18446604471145052160 0 0 17 1 0 0 0
/proc/20686/statm: 978598 959813 196 467 0 978129 0
Current children cumulated CPU time (s) 55.29
Current children cumulated vsize (KiB) 3914392

[startup+57.0003 s]
/proc/loadavg: 2.03 2.00 2.06 2/180 20690
/proc/meminfo: memFree=23714356/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=3914392 CPUtime=55.29
/proc/20686/stat : 20686 (pbct) S 20684 20686 18367 0 -1 4194304 1059758 0 0 0 5393 136 0 0 25 0 1 0 22353675 4008337408 959813 4089446400 134512640 136422188 4290736288 18446744073709551615 135884590 0 16384 4096 16387 18446604471145052160 0 0 17 1 0 0 0
/proc/20686/statm: 978598 959813 196 467 0 978129 0
Current children cumulated CPU time (s) 55.29
Current children cumulated vsize (KiB) 3914392

[startup+57.4002 s]
/proc/loadavg: 2.03 2.00 2.06 2/180 20690
/proc/meminfo: memFree=23713860/32951124 swapFree=67111528/67111528
[pid=20686] ppid=20684 vsize=0 CPUtime=55.39
/proc/20686/stat : 20686 (pbct) R 20684 20686 18367 0 -1 4195332 1059758 0 0 0 5393 146 0 0 18 0 1 0 22353675 0 0 4089446400 0 0 0 0 0 0 16384 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/20686/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.39
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 57.4312
CPU time (s): 55.4316
CPU user time (s): 53.9398
CPU system time (s): 1.49177
CPU usage (%): 96.5181
Max. virtual memory (cumulated for all children) (KiB): 3914392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.9398
system time used= 1.49177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1059758
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= 617

runsolver used 0.084987 second user time and 0.19397 second system time

The end

Launcher Data

Begin job on node138 at 2010-07-08 00:23:26
IDJOB=2701743
IDBENCH=79629
IDSOLVER=1212
FILE ID=node138/2701743-1278541401
PBS_JOBID= 11239202
Free space on /tmp= 73352 MiB

SOLVER NAME= PB/CT 0.1 fixed
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-sheep4r_wcsp.wbo
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701743-1278541401/watcher-2701743-1278541401 -o /tmp/evaluation-result-2701743-1278541401/solver-2701743-1278541401 -C 1800 -W 2000 -M 3800  HOME/pbct --model HOME/instance-2701743-1278541401.wbo

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

MD5SUM BENCH= 6de6e540477f7e35d5e4504631857538
RANDOM SEED=2022966714

node138.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.845
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.845
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.845
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.845
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.845
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.845
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.845
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.845
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27556852 kB
Buffers:        138592 kB
Cached:        4251316 kB
SwapCached:          0 kB
Active:        2657968 kB
Inactive:      2569068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27556852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          257932 kB
Writeback:           0 kB
AnonPages:      837264 kB
Mapped:          15424 kB
Slab:           101492 kB
PageTables:       6308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1003720 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73348 MiB
End job on node138 at 2010-07-08 00:24:23