Trace number 3281780

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-03UNSAT 139.917 139.923

General information on the benchmark

Namemanol-pipe-f7nidw.cnf
MD5SUMb950ebec64dc35544d8f8bf6957e7bc2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.7028
Satisfiable
(Un)Satisfiability was proved
Number of variables310434
Number of clauses923497
Sum of the clauses size2154825
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2615664
Number of clauses of size 3307832
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c start  0 total 0
0.59/0.68	c Find Units :          1
0.69/0.73	c Find Invs  :          0
0.79/0.87	c Find Ands  :     307840 AvgFaninNum: 2
0.79/0.89	c Find Xors  :          0 AvgFaninNum: nan
0.89/0.92	c Find Ite   :          0
1.09/1.13	c UnDirect variable: 0
1.09/1.13	c UnDirect to Direct Gate: 0
1.09/1.13	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.09/1.17	c Break Cycle : 3
1.09/1.17	c Total Root : 1 Undef Var: 2605
1.29/1.37	c After covering, Total Root: 4 Leaf: 2605
1.29/1.37	c Variable( cover/uncovered/unused ): 310434 0 0
1.29/1.37	c Unit Clauses: 1
1.29/1.37	c Binary Clauses( cover/uncovered ): 615658 6
1.29/1.37	c Clauses( cover/uncovered ): 307829 3
1.29/1.37	c Total Clauses( cover/uncovered ): 923488 9 99.999%
1.29/1.37	c Covered Ands: 307829 Invs: 0 Xors: 0 Ites: 0
1.29/1.38	c Uncover Clauses avg size: 2.33333 max size: 3
1.29/1.38	c Final circuit: i/l/o/s    2605       0      10    303377
1.29/1.38	c cover rate 99.999
1.29/1.38	c rocky end  1.37 total 1.37
1.39/1.46	c inp	c lvl 3258	 size 303377
2.99/3.00	c rwt	c lvl 1702	 size 269823
4.49/4.54	c rf 	c lvl 1523	 size 263952
4.59/4.67	c bal	c lvl 1277	 size 263425
6.09/6.18	c rwb	c lvl 1345	 size 261097
6.29/6.34	c bal	c lvl 1208	 size 260777
6.99/7.08	c rfi	c lvl 1207	 size 260414
8.49/8.59	c rwb	c lvl 1219	 size 259771
8.69/8.75	c bal	c lvl 1194	 size 259677
9.69/9.76	c rwb	c size 259260
9.79/9.82	c circuit size reduce 313679 261575
9.79/9.82	c opt time  8.44 total 9.81
10.59/10.68	c covering time  0.86 total 10.67
139.69/139.73	c solve time  129.04 total 139.71
139.69/139.73	s UNSATISFIABLE 

Verifier Data

No possible verification on an UNSAT instance

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

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: 4.00 4.03 5.04 4/189 6027
/proc/meminfo: memFree=20724796/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=30684 CPUtime=0 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 2223 0 0 0 0 0 0 0 22 0 1 0 219399870 31420416 2157 33554432000 4194304 4947581 140734310190976 18446744073709551615 268660662016 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 7671 2165 365 184 0 2546 0

[startup+0.0886499 s]
/proc/loadavg: 4.00 4.03 5.04 4/189 6027
/proc/meminfo: memFree=20724796/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=57416 CPUtime=0.08 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 9045 0 0 0 7 1 0 0 22 0 1 0 219399870 58793984 8979 33554432000 4194304 4947581 140734310190976 18446744073709551615 4798992 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 14354 8979 376 184 0 9229 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 57416

[startup+0.100648 s]
/proc/loadavg: 4.00 4.03 5.04 4/189 6027
/proc/meminfo: memFree=20724796/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=57416 CPUtime=0.09 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 9102 0 0 0 8 1 0 0 22 0 1 0 219399870 58793984 9036 33554432000 4194304 4947581 140734310190976 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 14354 9036 376 184 0 9229 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57416

[startup+0.300612 s]
/proc/loadavg: 4.00 4.03 5.04 4/189 6027
/proc/meminfo: memFree=20724796/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=87368 CPUtime=0.29 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 16357 0 0 0 27 2 0 0 23 0 1 0 219399870 89464832 16291 33554432000 4194304 4947581 140734310190976 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 21842 16293 376 184 0 16717 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87368

[startup+0.700543 s]
/proc/loadavg: 4.00 4.03 5.04 4/189 6027
/proc/meminfo: memFree=20724796/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=138308 CPUtime=0.69 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 29168 0 0 0 66 3 0 0 25 0 1 0 219399870 141627392 29102 33554432000 4194304 4947581 140734310190976 18446744073709551615 4790373 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 34577 29102 378 184 0 29452 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138308

[startup+1.50041 s]
/proc/loadavg: 4.00 4.03 5.04 5/190 6028
/proc/meminfo: memFree=20515104/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=221088 CPUtime=1.49 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 47137 0 0 0 144 5 0 0 25 0 1 0 219399870 226394112 47071 33554432000 4194304 4947581 140734310190976 18446744073709551615 4239076 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 55272 47071 432 184 0 50147 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 221088

[startup+3.10112 s]
/proc/loadavg: 4.00 4.03 5.04 5/190 6028
/proc/meminfo: memFree=20368652/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=283128 CPUtime=3.09 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 62525 0 0 0 302 7 0 0 25 0 1 0 219399870 289923072 62459 33554432000 4194304 4947581 140734310190976 18446744073709551615 4316724 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 70782 62459 433 184 0 65657 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 283128

[startup+6.30055 s]
/proc/loadavg: 4.00 4.03 5.03 5/190 6028
/proc/meminfo: memFree=20100716/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=449496 CPUtime=6.29 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 103058 0 0 0 617 12 0 0 25 0 1 0 219399870 460283904 102602 33554432000 4194304 4947581 140734310190976 18446744073709551615 4225338 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 112374 102602 433 184 0 107249 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 449496

[startup+12.7004 s]
/proc/loadavg: 4.00 4.03 5.03 5/190 6028
/proc/meminfo: memFree=20025976/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=449880 CPUtime=12.69 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 105353 0 0 0 1257 12 0 0 25 0 1 0 219399870 460677120 104897 33554432000 4194304 4947581 140734310190976 18446744073709551615 4622942 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 112470 104897 470 184 0 107345 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 449880

[startup+25.5002 s]
/proc/loadavg: 4.00 4.03 5.01 5/190 6029
/proc/meminfo: memFree=19926288/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=499244 CPUtime=25.49 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 113113 0 0 0 2535 14 0 0 25 0 1 0 219399870 511225856 112657 33554432000 4194304 4947581 140734310190976 18446744073709551615 4399407 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 124811 112657 497 184 0 119686 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 499244

[startup+51.1007 s]
/proc/loadavg: 4.00 4.03 4.98 5/190 6056
/proc/meminfo: memFree=19621740/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=515572 CPUtime=51.09 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 118441 0 0 0 5093 16 0 0 25 0 1 0 219399870 527945728 117957 33554432000 4194304 4947581 140734310190976 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 128893 117957 520 184 0 123768 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 515572

[startup+102.307 s]
/proc/loadavg: 4.00 4.02 4.93 5/188 6061
/proc/meminfo: memFree=19668000/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=547556 CPUtime=102.29 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 125879 0 0 0 10212 17 0 0 25 0 1 0 219399870 560697344 125324 33554432000 4194304 4947581 140734310190976 18446744073709551615 4399961 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 136889 125324 497 184 0 131764 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 547556

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

[startup+115.1 s]
/proc/loadavg: 4.00 4.02 4.92 5/190 6085
/proc/meminfo: memFree=19525232/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=547684 CPUtime=115.08 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 126854 0 0 0 11491 17 0 0 25 0 1 0 219399870 560828416 126299 33554432000 4194304 4947581 140734310190976 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 136921 126299 497 184 0 131796 0
Current children cumulated CPU time (s) 115.08
Current children cumulated vsize (KiB) 547684

[startup+127.901 s]
/proc/loadavg: 4.00 4.02 4.90 5/190 6085
/proc/meminfo: memFree=19489008/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=547684 CPUtime=127.88 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 127257 0 0 0 12771 17 0 0 25 0 1 0 219399870 560828416 126702 33554432000 4194304 4947581 140734310190976 18446744073709551615 4399405 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 136921 126702 497 184 0 131796 0
Current children cumulated CPU time (s) 127.88
Current children cumulated vsize (KiB) 547684

[startup+134.301 s]
/proc/loadavg: 4.00 4.02 4.90 5/190 6085
/proc/meminfo: memFree=19475724/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=547684 CPUtime=134.28 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 127358 0 0 0 13411 17 0 0 25 0 1 0 219399870 560828416 126753 33554432000 4194304 4947581 140734310190976 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 136921 126753 497 184 0 131796 0
Current children cumulated CPU time (s) 134.28
Current children cumulated vsize (KiB) 547684

[startup+137.506 s]
/proc/loadavg: 4.00 4.02 4.89 5/190 6086
/proc/meminfo: memFree=19459212/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=562472 CPUtime=137.49 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 129185 0 0 0 13732 17 0 0 25 0 1 0 219399870 575971328 128580 33554432000 4194304 4947581 140734310190976 18446744073709551615 4401316 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 140618 128580 497 184 0 135493 0
Current children cumulated CPU time (s) 137.49
Current children cumulated vsize (KiB) 562472

[startup+139.1 s]
/proc/loadavg: 4.00 4.02 4.89 5/187 6089
/proc/meminfo: memFree=19867312/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=562472 CPUtime=139.08 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 129434 0 0 0 13891 17 0 0 25 0 1 0 219399870 575971328 128829 33554432000 4194304 4947581 140734310190976 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 140618 128829 497 184 0 135493 0
Current children cumulated CPU time (s) 139.08
Current children cumulated vsize (KiB) 562472

[startup+139.501 s]
/proc/loadavg: 4.00 4.02 4.89 5/187 6089
/proc/meminfo: memFree=19867312/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=562472 CPUtime=139.48 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202496 129488 0 0 0 13931 17 0 0 25 0 1 0 219399870 575971328 128883 33554432000 4194304 4947581 140734310190976 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6027/statm: 140618 128883 497 184 0 135493 0
Current children cumulated CPU time (s) 139.48
Current children cumulated vsize (KiB) 562472

[startup+139.901 s]
/proc/loadavg: 4.00 4.02 4.89 4/185 6101
/proc/meminfo: memFree=19866196/32951124 swapFree=67111528/67111528
[pid=6027] ppid=6025 vsize=0 CPUtime=139.89 cores=5,7
/proc/6027/stat : 6027 (synit_sat) R 6025 6027 5286 0 -1 4202500 129523 0 0 0 13971 18 0 0 25 0 1 0 219399870 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 5 0 0 0
/proc/6027/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 139.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 139.923
CPU time (s): 139.917
CPU user time (s): 139.714
CPU system time (s): 0.202969
CPU usage (%): 99.9955
Max. virtual memory (cumulated for all children) (KiB): 562472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.714
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129523
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= 6
involuntary context switches= 144

runsolver used 0.212967 second user time and 0.556915 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-25 19:21:26
IDJOB=3281780
IDBENCH=69619
IDSOLVER=1571
FILE ID=node107/3281780-1303752085
RUNJOBID= node107-1303750782-5832
PBS_JOBID= 13154055
Free space on /tmp= 71700 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f7nidw.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281780-1303752085/watcher-3281780-1303752085 -o /tmp/evaluation-result-3281780-1303752085/solver-3281780-1303752085 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3281780-1303752085.cnf 829260174

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

MD5SUM BENCH= b950ebec64dc35544d8f8bf6957e7bc2
RANDOM SEED=829260174

node107.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.829
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.65
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.829
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.75
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.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:      20725076 kB
Buffers:       2024220 kB
Cached:        9342036 kB
SwapCached:          0 kB
Active:        7975744 kB
Inactive:      3770584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20725076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           51028 kB
Writeback:           0 kB
AnonPages:      379340 kB
Mapped:          16384 kB
Slab:           416608 kB
PageTables:       5908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   585968 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= 71700 MiB
End job on node107 at 2011-04-25 19:23:46