Trace number 3468894

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
clasp 2.0-R4191UNSAT 214.679 214.673

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12047_10-unsat.opb
MD5SUM185b639ab7915adc40998376a286d172
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark56.0775
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30492
Total number of constraints105829
Number of constraints which are clauses105329
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint1
Maximum length of a constraint68
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 421
Number of bits of the biggest sum of numbers9
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 clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...119461/instance-3468894-1307119461.opb
0.02/0.08	c Solving...
214.59/214.67	s UNSATISFIABLE
214.59/214.67	
214.59/214.67	c Models        : 0     
214.59/214.67	c Time          : 214.667s (Solving: 214.58s 1st Model: 0.00s Unsat: 214.58s)
214.59/214.67	c CPU Time      : 214.660s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3468894-1307119461/watcher-3468894-1307119461 -o /tmp/evaluation-result-3468894-1307119461/solver-3468894-1307119461 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3468894-1307119461.opb --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 

running on 4 cores: 0,2,4,6

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: 1.07 1.09 1.43 3/545 23959
/proc/meminfo: memFree=21169036/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=19480 CPUtime=0.01 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 2522 0 0 0 1 0 0 0 22 0 1 0 823546512 19947520 2135 33554432000 4194304 4933572 140734913222896 18446744073709551615 253640520389 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 4870 2136 333 181 0 1879 0

[startup+0.0277831 s]
/proc/loadavg: 1.07 1.09 1.43 3/545 23959
/proc/meminfo: memFree=21169036/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=20036 CPUtime=0.02 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 2734 0 0 0 2 0 0 0 22 0 1 0 823546512 20516864 2266 33554432000 4194304 4933572 140734913222896 18446744073709551615 4324580 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 5009 2267 333 181 0 2018 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20036

[startup+0.100823 s]
/proc/loadavg: 1.07 1.09 1.43 3/545 23959
/proc/meminfo: memFree=21169036/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=24292 CPUtime=0.09 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 4695 0 0 0 9 0 0 0 22 0 1 0 823546512 24875008 3343 33554432000 4194304 4933572 140734913222896 18446744073709551615 4340900 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 6073 3343 367 181 0 3082 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24292

[startup+0.300759 s]
/proc/loadavg: 1.07 1.09 1.43 3/545 23959
/proc/meminfo: memFree=21169036/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=24292 CPUtime=0.29 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 4704 0 0 0 29 0 0 0 23 0 1 0 823546512 24875008 3352 33554432000 4194304 4933572 140734913222896 18446744073709551615 4648632 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 6073 3352 375 181 0 3082 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24292

[startup+0.700701 s]
/proc/loadavg: 1.07 1.09 1.43 3/545 23959
/proc/meminfo: memFree=21169036/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=24292 CPUtime=0.69 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 4704 0 0 0 69 0 0 0 25 0 1 0 823546512 24875008 3352 33554432000 4194304 4933572 140734913222896 18446744073709551615 4360895 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 6073 3352 375 181 0 3082 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24292

[startup+1.50057 s]
/proc/loadavg: 1.07 1.09 1.43 3/551 23966
/proc/meminfo: memFree=21140616/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=24292 CPUtime=1.49 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 4704 0 0 0 149 0 0 0 25 0 1 0 823546512 24875008 3352 33554432000 4194304 4933572 140734913222896 18446744073709551615 4649236 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 6073 3352 375 181 0 3082 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24292

[startup+3.10027 s]
/proc/loadavg: 1.07 1.09 1.43 3/551 23966
/proc/meminfo: memFree=21138136/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=24292 CPUtime=3.09 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 4704 0 0 0 309 0 0 0 25 0 1 0 823546512 24875008 3352 33554432000 4194304 4933572 140734913222896 18446744073709551615 4649402 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 6073 3352 375 181 0 3082 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24292

[startup+6.30071 s]
/proc/loadavg: 1.14 1.10 1.43 3/551 23966
/proc/meminfo: memFree=21137328/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=24292 CPUtime=6.29 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 4724 0 0 0 629 0 0 0 25 0 1 0 823546512 24875008 3372 33554432000 4194304 4933572 140734913222896 18446744073709551615 4319463 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 6073 3372 375 181 0 3082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24292

[startup+12.7005 s]
/proc/loadavg: 1.21 1.12 1.43 3/551 23966
/proc/meminfo: memFree=21133172/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=24960 CPUtime=12.69 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 4907 0 0 0 1269 0 0 0 25 0 1 0 823546512 25559040 3555 33554432000 4194304 4933572 140734913222896 18446744073709551615 4648629 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 6240 3555 377 181 0 3249 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24960

[startup+25.5002 s]
/proc/loadavg: 1.38 1.16 1.44 3/551 23966
/proc/meminfo: memFree=21129932/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=26928 CPUtime=25.49 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 5371 0 0 0 2549 0 0 0 25 0 1 0 823546512 27574272 4019 33554432000 4194304 4933572 140734913222896 18446744073709551615 4649493 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 6732 4019 377 181 0 3741 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26928

[startup+51.1006 s]
/proc/loadavg: 1.59 1.23 1.46 3/551 23967
/proc/meminfo: memFree=21122792/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=29368 CPUtime=51.09 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 5996 0 0 0 5109 0 0 0 25 0 1 0 823546512 30072832 4644 33554432000 4194304 4933572 140734913222896 18446744073709551615 4648426 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 7342 4644 377 181 0 4351 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29368

[startup+102.321 s]
/proc/loadavg: 1.82 1.34 1.48 3/551 23968
/proc/meminfo: memFree=21114228/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=32148 CPUtime=102.31 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 6643 0 0 0 10231 0 0 0 25 0 1 0 823546512 32919552 5291 33554432000 4194304 4933572 140734913222896 18446744073709551615 4319486 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 8037 5291 377 181 0 5046 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 32148

[startup+162.3 s]
/proc/loadavg: 1.93 1.46 1.51 3/551 23970
/proc/meminfo: memFree=21107120/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=34016 CPUtime=162.29 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 7134 0 0 0 16229 0 0 0 25 0 1 0 823546512 34832384 5782 33554432000 4194304 4933572 140734913222896 18446744073709551615 4648426 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 8504 5782 377 181 0 5513 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 34016

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

[startup+179.1 s]
/proc/loadavg: 1.95 1.49 1.52 3/551 23971
/proc/meminfo: memFree=21106100/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=34972 CPUtime=179.09 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 7366 0 0 0 17909 0 0 0 25 0 1 0 823546512 35811328 6014 33554432000 4194304 4933572 140734913222896 18446744073709551615 4648632 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 8743 6014 377 181 0 5752 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 34972

[startup+191.901 s]
/proc/loadavg: 1.96 1.51 1.53 3/551 23971
/proc/meminfo: memFree=21104736/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=34972 CPUtime=191.89 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 7368 0 0 0 19189 0 0 0 25 0 1 0 823546512 35811328 6016 33554432000 4194304 4933572 140734913222896 18446744073709551615 4648648 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 8743 6016 377 181 0 5752 0
Current children cumulated CPU time (s) 191.89
Current children cumulated vsize (KiB) 34972

[startup+204.701 s]
/proc/loadavg: 1.97 1.53 1.53 3/551 23971
/proc/meminfo: memFree=21103368/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=34972 CPUtime=204.69 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 7368 0 0 0 20469 0 0 0 25 0 1 0 823546512 35811328 6016 33554432000 4194304 4933572 140734913222896 18446744073709551615 4319486 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 8743 6016 377 181 0 5752 0
Current children cumulated CPU time (s) 204.69
Current children cumulated vsize (KiB) 34972

[startup+211.1 s]
/proc/loadavg: 2.13 1.58 1.55 3/551 23971
/proc/meminfo: memFree=21103368/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=34972 CPUtime=211.11 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 7369 0 0 0 21111 0 0 0 25 0 1 0 823546512 35811328 6017 33554432000 4194304 4933572 140734913222896 18446744073709551615 4637550 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 8743 6017 377 181 0 5752 0
Current children cumulated CPU time (s) 211.11
Current children cumulated vsize (KiB) 34972

[startup+212.7 s]
/proc/loadavg: 2.13 1.58 1.55 3/551 23971
/proc/meminfo: memFree=21103368/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=34972 CPUtime=212.69 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 7369 0 0 0 21269 0 0 0 25 0 1 0 823546512 35811328 6017 33554432000 4194304 4933572 140734913222896 18446744073709551615 4648440 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 8743 6017 377 181 0 5752 0
Current children cumulated CPU time (s) 212.69
Current children cumulated vsize (KiB) 34972

[startup+213.501 s]
/proc/loadavg: 2.13 1.58 1.55 3/551 23971
/proc/meminfo: memFree=21103368/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=34972 CPUtime=213.49 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 7369 0 0 0 21349 0 0 0 25 0 1 0 823546512 35811328 6017 33554432000 4194304 4933572 140734913222896 18446744073709551615 4319422 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 8743 6017 377 181 0 5752 0
Current children cumulated CPU time (s) 213.49
Current children cumulated vsize (KiB) 34972

[startup+214.301 s]
/proc/loadavg: 2.13 1.58 1.55 3/551 23971
/proc/meminfo: memFree=21103368/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=34972 CPUtime=214.29 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 7369 0 0 0 21429 0 0 0 25 0 1 0 823546512 35811328 6017 33554432000 4194304 4933572 140734913222896 18446744073709551615 4648515 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 8743 6017 377 181 0 5752 0
Current children cumulated CPU time (s) 214.29
Current children cumulated vsize (KiB) 34972

[startup+214.521 s]
/proc/loadavg: 2.12 1.58 1.55 3/551 23971
/proc/meminfo: memFree=21103368/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=34972 CPUtime=214.51 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 7369 0 0 0 21451 0 0 0 25 0 1 0 823546512 35811328 6017 33554432000 4194304 4933572 140734913222896 18446744073709551615 4648693 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 8743 6017 377 181 0 5752 0
Current children cumulated CPU time (s) 214.51
Current children cumulated vsize (KiB) 34972

[startup+214.601 s]
/proc/loadavg: 2.12 1.58 1.55 3/551 23971
/proc/meminfo: memFree=21103368/32951124 swapFree=53733252/67111528
[pid=23959] ppid=23957 vsize=34972 CPUtime=214.59 cores=0,2,4,6
/proc/23959/stat : 23959 (clasp) R 23957 23959 21496 0 -1 4202496 7369 0 0 0 21459 0 0 0 25 0 1 0 823546512 35811328 6017 33554432000 4194304 4933572 140734913222896 18446744073709551615 4319463 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/23959/statm: 8743 6017 377 181 0 5752 0
Current children cumulated CPU time (s) 214.59
Current children cumulated vsize (KiB) 34972

Child status: 20
Real time (s): 214.673
CPU time (s): 214.679
CPU user time (s): 214.668
CPU system time (s): 0.010998
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 34972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 214.668
system time used= 0.010998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7386
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= 9
involuntary context switches= 262

runsolver used 1.24981 second user time and 2.66959 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-03 18:44:21
IDJOB=3468894
IDBENCH=73956
IDSOLVER=1958
FILE ID=node106/3468894-1307119461
RUNJOBID= node106-1307119461-23945
PBS_JOBID= 13497969
Free space on /tmp= 73740 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12047_10-unsat.opb
COMMAND LINE= HOME/clasp BENCHNAME --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3468894-1307119461/watcher-3468894-1307119461 -o /tmp/evaluation-result-3468894-1307119461/solver-3468894-1307119461 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3468894-1307119461.opb --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 

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

MD5SUM BENCH= 185b639ab7915adc40998376a286d172
RANDOM SEED=833823037

node106.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.830
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.66
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.830
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	: 5226.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.830
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.75
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21165968 kB
Buffers:        393644 kB
Cached:        5989744 kB
SwapCached:      22744 kB
Active:        5882404 kB
Inactive:      5562708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21165968 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:            7024 kB
Writeback:           0 kB
AnonPages:     5058276 kB
Mapped:          25832 kB
Slab:           191328 kB
PageTables:      77760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167522456 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= 73736 MiB
End job on node106 at 2011-06-03 18:47:56