Trace number 3285460

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
synit_sat 2011-03-03Signal 149.144 167.846

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2074.86
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

Solver Data

0.00/0.00	c start  0 total 0
1.69/1.71	c Find Units :        846
1.99/2.09	c Find Invs  :          0
2.39/2.42	c Find Ands  :        320 AvgFaninNum: 2
2.39/2.42	c Find Xors  :          0 AvgFaninNum: nan
2.39/2.42	c Find Ite   :          0
2.39/2.43	c UnDirect variable: 0
2.39/2.43	c UnDirect to Direct Gate: 0
2.39/2.43	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
2.39/2.44	c Break Cycle : 0
2.39/2.44	c Total Root : 320 Undef Var: 756512
2.39/2.46	c After covering, Total Root: 320 Leaf: 1166
2.39/2.46	c Variable( cover/uncovered/unused ): 1486 755346 0
2.39/2.46	c Unit Clauses: 846
2.39/2.46	c Binary Clauses( cover/uncovered ): 640 4082200
2.39/2.46	c Clauses( cover/uncovered ): 320 32960
2.39/2.46	c Total Clauses( cover/uncovered ): 1806 4115160 0.0438673%
2.39/2.46	c Covered Ands: 320 Invs: 0 Xors: 0 Ites: 0
4.89/4.90	c Uncover Clauses avg size: 2.37232 max size: 1178
4.89/4.95	c Final circuit: i/l/o/s  755666       0 3398953   4169092
4.89/4.95	c cover rate 0.0438673
4.89/4.95	c rocky end  4.94 total 4.94
9.90/9.95	c covering time  5 total 9.94
139.46/139.55	terminate called after throwing an instance of 'std::bad_alloc'
139.46/139.55	  what():  std::bad_alloc

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3285460-1303763552/watcher-3285460-1303763552 -o /tmp/evaluation-result-3285460-1303763552/solver-3285460-1303763552 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3285460-1303763552.cnf 600485780 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.23 5.11 4.32 5/193 30049
/proc/meminfo: memFree=15514288/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=29204 CPUtime=0 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 1356 0 0 0 0 0 0 0 23 0 1 0 487953591 29904896 1293 33554432000 4194304 4947581 140737079260368 18446744073709551615 232335586363 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30049/statm: 7301 1305 277 184 0 2176 0

[startup+0.0239259 s]
/proc/loadavg: 6.23 5.11 4.32 5/193 30049
/proc/meminfo: memFree=15514288/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=50476 CPUtime=0.01 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 7395 0 0 0 1 0 0 0 23 0 1 0 487953591 51687424 7329 33554432000 4194304 4947581 140737079260368 18446744073709551615 4821852 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30049/statm: 12619 7329 377 184 0 7494 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 50476

[startup+0.100914 s]
/proc/loadavg: 6.23 5.11 4.32 5/193 30049
/proc/meminfo: memFree=15514288/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=70956 CPUtime=0.09 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 12053 0 0 0 8 1 0 0 23 0 1 0 487953591 72658944 11987 33554432000 4194304 4947581 140737079260368 18446744073709551615 4821903 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30049/statm: 17739 11987 377 184 0 12614 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 70956

[startup+0.300879 s]
/proc/loadavg: 6.23 5.11 4.32 5/193 30049
/proc/meminfo: memFree=15514288/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=95660 CPUtime=0.29 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 18229 0 0 0 27 2 0 0 25 0 1 0 487953591 97955840 18163 33554432000 4194304 4947581 140737079260368 18446744073709551615 232335892224 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30049/statm: 23915 18163 377 184 0 18790 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95660

[startup+0.700818 s]
/proc/loadavg: 6.23 5.11 4.32 5/193 30049
/proc/meminfo: memFree=15514288/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=144940 CPUtime=0.69 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 30378 0 0 0 65 4 0 0 25 0 1 0 487953591 148418560 30312 33554432000 4194304 4947581 140737079260368 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30049/statm: 36235 30312 377 184 0 31110 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 144940

[startup+1.50067 s]
/proc/loadavg: 6.05 5.10 4.32 5/194 30050
/proc/meminfo: memFree=15308372/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=243628 CPUtime=1.49 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 54461 0 0 0 141 8 0 0 25 0 1 0 487953591 249475072 54395 33554432000 4194304 4947581 140737079260368 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30049/statm: 60907 54395 377 184 0 55782 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 243628

[startup+3.10039 s]
/proc/loadavg: 6.05 5.10 4.32 6/194 30050
/proc/meminfo: memFree=15291632/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=260136 CPUtime=3.09 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 56624 0 0 0 300 9 0 0 25 0 1 0 487953591 266379264 56559 33554432000 4194304 4947581 140737079260368 18446744073709551615 4769271 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30049/statm: 65034 56577 385 184 0 59909 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 260136

[startup+6.30082 s]
/proc/loadavg: 6.05 5.10 4.32 5/194 30051
/proc/meminfo: memFree=14913064/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=1079960 CPUtime=6.29 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 218223 0 0 0 601 28 0 0 25 0 1 0 487953591 1105879040 216203 33554432000 4194304 4947581 140737079260368 18446744073709551615 4842706 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30049/statm: 269990 216227 393 184 0 264865 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1079960

[startup+12.7007 s]
/proc/loadavg: 5.74 5.06 4.31 5/194 30051
/proc/meminfo: memFree=12308812/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=3489908 CPUtime=12.69 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 780709 0 0 0 1177 92 0 0 25 0 1 0 487953591 3573665792 747263 33554432000 4194304 4947581 140737079260368 18446744073709551615 232335589005 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30049/statm: 872477 747263 428 184 0 867352 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3489908

[startup+25.5004 s]
/proc/loadavg: 5.47 5.02 4.31 5/194 30051
/proc/meminfo: memFree=12265616/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=3587828 CPUtime=25.49 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 824999 0 0 0 2452 97 0 0 25 0 1 0 487953591 3673935872 791553 33554432000 4194304 4947581 140737079260368 18446744073709551615 4398566 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30049/statm: 896957 791553 438 184 0 891832 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3587828

[startup+51.1009 s]
/proc/loadavg: 5.16 4.99 4.31 5/194 30052
/proc/meminfo: memFree=11047464/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=4977936 CPUtime=51.09 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 1117955 0 0 0 4974 135 0 0 25 0 1 0 487953591 5097406464 1084509 33554432000 4194304 4947581 140737079260368 18446744073709551615 4346229 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30049/statm: 1244484 1084509 462 184 0 1239359 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4977936

[startup+102.307 s]
/proc/loadavg: 4.50 4.83 4.30 5/194 30053
/proc/meminfo: memFree=10802164/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=5015440 CPUtime=102.3 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4202496 1143853 0 0 0 10088 142 0 0 25 0 1 0 487953591 5135810560 1110407 33554432000 4194304 4947581 140737079260368 18446744073709551615 4346520 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/30049/statm: 1253860 1110407 462 184 0 1248735 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 5015440

[startup+162.3 s]
/proc/loadavg: 4.73 4.79 4.31 4/188 30073
/proc/meminfo: memFree=3542552/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=7728032 CPUtime=147.89 cores=5,7
/proc/30049/stat : 30049 (synit_sat) D 30047 30049 28989 0 -1 4204032 2163132 0 2 0 13694 1095 0 0 18 0 1 0 487953591 7913504768 1757729 33554432000 4194304 4947581 140737079260368 18446744073709551615 232335278693 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 1373
/proc/30049/statm: 1932008 1757729 502 184 0 1926883 0
Current children cumulated CPU time (s) 147.89
Current children cumulated vsize (KiB) 7728032

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

[startup+163.101 s]
/proc/loadavg: 4.73 4.79 4.31 3/188 30073
/proc/meminfo: memFree=3513536/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=7728032 CPUtime=147.89 cores=5,7
/proc/30049/stat : 30049 (synit_sat) D 30047 30049 28989 0 -1 4204032 2163132 0 2 0 13694 1095 0 0 18 0 1 0 487953591 7913504768 1757729 33554432000 4194304 4947581 140737079260368 18446744073709551615 232335278693 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 1373
/proc/30049/statm: 1932008 1757729 502 184 0 1926883 0
Current children cumulated CPU time (s) 147.89
Current children cumulated vsize (KiB) 7728032

[startup+166.3 s]
/proc/loadavg: 4.83 4.81 4.32 3/188 30073
/proc/meminfo: memFree=2979468/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=7728032 CPUtime=148.57 cores=5,7
/proc/30049/stat : 30049 (synit_sat) D 30047 30049 28989 0 -1 4204032 2163132 0 2 0 13694 1163 0 0 18 0 1 0 487953591 7913504768 1757729 33554432000 4194304 4947581 140737079260368 18446744073709551615 232335278693 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 1699
/proc/30049/statm: 1932008 1757729 502 184 0 1926883 0
Current children cumulated CPU time (s) 148.57
Current children cumulated vsize (KiB) 7728032

[startup+167.1 s]
/proc/loadavg: 4.83 4.81 4.32 3/188 30073
/proc/meminfo: memFree=2977444/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=7728032 CPUtime=148.57 cores=5,7
/proc/30049/stat : 30049 (synit_sat) D 30047 30049 28989 0 -1 4204032 2163132 0 2 0 13694 1163 0 0 18 0 1 0 487953591 7913504768 1757729 33554432000 4194304 4947581 140737079260368 18446744073709551615 232335278693 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 1699
/proc/30049/statm: 1932008 1757729 502 184 0 1926883 0
Current children cumulated CPU time (s) 148.57
Current children cumulated vsize (KiB) 7728032

[startup+167.5 s]
/proc/loadavg: 4.83 4.81 4.32 3/188 30073
/proc/meminfo: memFree=2977444/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=7728032 CPUtime=148.79 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4204032 2163132 0 2 0 13694 1185 0 0 18 0 1 0 487953591 7913504768 1757729 33554432000 4194304 4947581 140737079260368 18446744073709551615 232335278693 0 0 4096 24578 0 0 0 17 5 0 0 1870
/proc/30049/statm: 1932008 1757729 502 184 0 1926883 0
Current children cumulated CPU time (s) 148.79
Current children cumulated vsize (KiB) 7728032

[startup+167.7 s]
/proc/loadavg: 4.83 4.81 4.32 3/188 30073
/proc/meminfo: memFree=2977444/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=0 CPUtime=148.99 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4204036 2163132 0 2 0 13694 1205 0 0 18 0 1 0 487953591 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 5 0 0 1870
/proc/30049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 148.99
Current children cumulated vsize (KiB) 0

[startup+167.8 s]
/proc/loadavg: 4.83 4.81 4.32 3/188 30073
/proc/meminfo: memFree=2977444/32951124 swapFree=67111524/67111528
[pid=30049] ppid=30047 vsize=0 CPUtime=149.09 cores=5,7
/proc/30049/stat : 30049 (synit_sat) R 30047 30049 28989 0 -1 4204036 2163132 0 2 0 13694 1215 0 0 18 0 1 0 487953591 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 5 0 0 1870
/proc/30049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.09
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 167.846
CPU time (s): 149.144
CPU user time (s): 136.946
CPU system time (s): 12.1981
CPU usage (%): 88.8578
Max. virtual memory (cumulated for all children) (KiB): 7728032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.946
system time used= 12.1981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2163132
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 173

runsolver used 0.284956 second user time and 0.629904 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-25 22:32:34
IDJOB=3285460
IDBENCH=82387
IDSOLVER=1571
FILE ID=node132/3285460-1303763552
RUNJOBID= node132-1303762303-29484
PBS_JOBID= 13157126
Free space on /tmp= 71708 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285460-1303763552/watcher-3285460-1303763552 -o /tmp/evaluation-result-3285460-1303763552/solver-3285460-1303763552 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3285460-1303763552.cnf 600485780

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=600485780

node132.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.833
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.833
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	: 5332.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15514436 kB
Buffers:        655796 kB
Cached:        4965612 kB
SwapCached:          4 kB
Active:       11469604 kB
Inactive:      5461096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15514436 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           87404 kB
Writeback:           0 kB
AnonPages:    11309408 kB
Mapped:          17256 kB
Slab:           416192 kB
PageTables:      30156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13540392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64856 MiB
End job on node132 at 2011-04-25 22:35:22