Trace number 3483709

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
PicoMUS 941No Cert. 106.14 144.255

General information on the benchmark

Namemus/marques-silva/design-debugging/
mem_ctrl-problem.dimacs_27.filtered.cnf
MD5SUM4b993fca24742a81386ba9f15497440e
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.24
Satisfiable
(Un)Satisfiability was proved
Number of variables4426259
Number of clauses15983633
Sum of the clauses size41595569
Maximum clause length4
Minimum clause length1
Number of clauses of size 111614
Number of clauses of size 26341594
Number of clauses of size 39620933
Number of clauses of size 49492
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c [picomus] WARNING: no output file given
0.00/0.00	c [picomus] p cnf 4426259 15983633
11.04/12.91	s UNSATISFIABLE
11.24/13.13	c [picomus] extracted core 1 of size 64 out of 15983633 (0%) after 11.3 sec
13.33/15.29	c [picomus] extracted core 2 of size 64 out of 15983633 (0%) after 13.4 sec
14.53/16.49	c [picomus] extracted core 3 of size 64 out of 15983633 (0%) after 14.6 sec
15.72/17.69	c [picomus] extracted core 4 of size 64 out of 15983633 (0%) after 15.8 sec
16.92/18.89	c [picomus] extracted core 5 of size 64 out of 15983633 (0%) after 17.0 sec
18.12/20.09	c [picomus] extracted core 6 of size 64 out of 15983633 (0%) after 18.2 sec
19.33/21.29	c [picomus] extracted core 7 of size 64 out of 15983633 (0%) after 19.4 sec
20.55/22.49	c [picomus] extracted core 8 of size 64 out of 15983633 (0%) after 20.6 sec
87.85/90.07	c [picomus] reduction 1 to 64 out of 15983633 (0%) after 87.9 sec

Verifier Data

ERROR: no value line 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-3483709-1307605099/watcher-3483709-1307605099 -o /tmp/evaluation-result-3483709-1307605099/solver-3483709-1307605099 -C 1800 -W 1850 -M 7680 picomus HOME/instance-3483709-1307605099.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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: 0.85 0.19 0.06 6/858 6524
/proc/meminfo: memFree=552936/32950928 swapFree=34366004/67111528
[pid=6524] ppid=6521 vsize=188632 CPUtime=0 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4202496 345 0 0 0 0 0 0 0 24 0 1 0 872109990 193159168 301 33554432000 134512640 135072097 4288020320 18446744073709551615 134705502 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6524/statm: 47158 302 52 137 0 47019 0

[startup+0.031134 s]
/proc/loadavg: 0.85 0.19 0.06 6/858 6524
/proc/meminfo: memFree=552936/32950928 swapFree=34366004/67111528
[pid=6524] ppid=6521 vsize=189556 CPUtime=0.02 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4202496 772 0 0 0 2 0 0 0 24 0 1 0 872109990 194105344 728 33554432000 134512640 135072097 4288020320 18446744073709551615 134514988 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6524/statm: 47389 728 52 137 0 47250 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 189556

[startup+0.100126 s]
/proc/loadavg: 0.85 0.19 0.06 6/858 6524
/proc/meminfo: memFree=552936/32950928 swapFree=34366004/67111528
[pid=6524] ppid=6521 vsize=192856 CPUtime=0.08 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4202496 2221 0 0 0 8 0 0 0 24 0 1 0 872109990 197484544 2177 33554432000 134512640 135072097 4288020320 18446744073709551615 134514988 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6524/statm: 48214 2177 52 137 0 48075 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 192856

[startup+0.300088 s]
/proc/loadavg: 0.85 0.19 0.06 6/858 6524
/proc/meminfo: memFree=552936/32950928 swapFree=34366004/67111528
[pid=6524] ppid=6521 vsize=204472 CPUtime=0.29 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4202496 6902 0 0 0 28 1 0 0 25 0 1 0 872109990 209379328 6858 33554432000 134512640 135072097 4288020320 18446744073709551615 134684699 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6524/statm: 51118 6858 53 137 0 50979 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 204472

[startup+0.701019 s]
/proc/loadavg: 0.85 0.19 0.06 6/858 6524
/proc/meminfo: memFree=552936/32950928 swapFree=34366004/67111528
[pid=6524] ppid=6521 vsize=227176 CPUtime=0.69 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4202496 15844 0 0 0 66 3 0 0 25 0 1 0 872109990 232628224 15800 33554432000 134512640 135072097 4288020320 18446744073709551615 134705502 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6524/statm: 56794 15800 53 137 0 56655 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 227176

[startup+1.50088 s]
/proc/loadavg: 0.85 0.19 0.06 5/859 6525
/proc/meminfo: memFree=462292/32950928 swapFree=34366004/67111528
[pid=6524] ppid=6521 vsize=272320 CPUtime=1.49 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4202496 33567 0 0 0 142 7 0 0 25 0 1 0 872109990 278855680 33523 33554432000 134512640 135072097 4288020320 18446744073709551615 134514879 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6524/statm: 68080 33524 53 137 0 67941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 272320

[startup+3.1006 s]
/proc/loadavg: 0.85 0.19 0.06 5/859 6525
/proc/meminfo: memFree=372268/32950928 swapFree=34366004/67111528
[pid=6524] ppid=6521 vsize=356008 CPUtime=3.09 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4202496 66486 0 0 0 294 15 0 0 25 0 1 0 872109990 364552192 66442 33554432000 134512640 135072097 4288020320 18446744073709551615 134705502 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6524/statm: 89002 66443 53 137 0 88863 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 356008

[startup+6.30103 s]
/proc/loadavg: 1.10 0.25 0.08 5/859 6525
/proc/meminfo: memFree=98600/32950928 swapFree=34366004/67111528
[pid=6524] ppid=6521 vsize=674328 CPUtime=6.28 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4202496 162962 0 0 0 593 35 0 0 25 0 1 0 872109990 690511872 162726 33554432000 134512640 135072097 4288020320 18446744073709551615 134684699 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6524/statm: 168582 162728 61 137 0 168443 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 674328

[startup+12.7009 s]
/proc/loadavg: 1.41 0.33 0.11 5/859 6525
/proc/meminfo: memFree=97252/32950928 swapFree=33961920/67111528
[pid=6524] ppid=6521 vsize=1533092 CPUtime=10.84 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4202496 363940 0 0 0 986 98 0 0 18 0 1 0 872109990 1569886208 363704 33554432000 134512640 135072097 4288020320 18446744073709551615 134540447 0 0 4096 0 0 0 0 17 7 0 0 184
/proc/6524/statm: 383273 363704 62 137 0 383134 0
Current children cumulated CPU time (s) 10.84
Current children cumulated vsize (KiB) 1533092

[startup+25.5006 s]
/proc/loadavg: 1.99 0.51 0.17 8/859 6527
/proc/meminfo: memFree=87180/32950928 swapFree=33917908/67111528
[pid=6524] ppid=6521 vsize=1706452 CPUtime=23.35 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4202496 1161122 0 0 0 2070 265 0 0 25 0 1 0 872109990 1747406848 409278 33554432000 134512640 135072097 4288020320 18446744073709551615 134536664 0 0 4096 0 0 0 0 17 5 0 0 210
/proc/6524/statm: 426613 409278 75 137 0 426474 0
Current children cumulated CPU time (s) 23.35
Current children cumulated vsize (KiB) 1706452

[startup+51.1201 s]
/proc/loadavg: 2.67 0.79 0.27 5/856 6549
/proc/meminfo: memFree=191244/32950928 swapFree=33814888/67111528
[pid=6524] ppid=6521 vsize=1706452 CPUtime=48.97 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4202496 1161122 0 0 0 4632 265 0 0 25 0 1 0 872109990 1747406848 409278 33554432000 134512640 135072097 4288020320 18446744073709551615 134536687 0 0 4096 0 0 0 0 17 5 0 0 210
/proc/6524/statm: 426613 409278 75 137 0 426474 0
Current children cumulated CPU time (s) 48.97
Current children cumulated vsize (KiB) 1706452

[startup+102.301 s]
/proc/loadavg: 3.53 1.31 0.47 4/859 6557
/proc/meminfo: memFree=88316/32950928 swapFree=33593392/67111528
[pid=6524] ppid=6521 vsize=1837528 CPUtime=98.52 cores=5,7
/proc/6524/stat : 6524 (picomus) D 6521 6524 5840 0 -1 4206080 1180789 0 0 0 9498 354 0 0 18 0 1 0 872109990 1881628672 428945 33554432000 134512640 135072097 4288020320 18446744073709551615 134538826 0 0 4096 0 18446744071562234512 0 0 17 5 0 0 372
/proc/6524/statm: 459382 428945 77 137 0 459243 0
Current children cumulated CPU time (s) 98.52
Current children cumulated vsize (KiB) 1837528

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

[startup+103.126 s]
/proc/loadavg: 3.89 1.42 0.51 6/859 6557
/proc/meminfo: memFree=94328/32950928 swapFree=33497136/67111528
[pid=6524] ppid=6521 vsize=1837528 CPUtime=98.69 cores=5,7
/proc/6524/stat : 6524 (picomus) D 6521 6524 5840 0 -1 4206080 1180789 0 0 0 9498 371 0 0 18 0 1 0 872109990 1881628672 428945 33554432000 134512640 135072097 4288020320 18446744073709551615 134538826 0 0 4096 0 18446744071562234512 0 0 17 7 0 0 437
/proc/6524/statm: 459382 428945 77 137 0 459243 0
Current children cumulated CPU time (s) 98.69
Current children cumulated vsize (KiB) 1837528

[startup+116.401 s]
/proc/loadavg: 4.83 1.71 0.61 4/861 6559
/proc/meminfo: memFree=98352/32950928 swapFree=33069620/67111528
[pid=6524] ppid=6521 vsize=1837528 CPUtime=100.89 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4206080 1180789 0 0 0 9498 591 0 0 18 0 1 0 872109990 1881628672 428945 33554432000 134512640 135072097 4288020320 18446744073709551615 134538826 0 0 4096 0 0 0 0 17 7 0 0 1541
/proc/6524/statm: 459382 428945 77 137 0 459243 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 1837528

[startup+132.801 s]
/proc/loadavg: 7.08 2.36 0.84 5/871 6571
/proc/meminfo: memFree=91976/32950928 swapFree=32375856/67111528
[pid=6524] ppid=6521 vsize=1837528 CPUtime=103.87 cores=5,7
/proc/6524/stat : 6524 (picomus) D 6521 6524 5840 0 -1 4206080 1180789 0 0 0 9498 889 0 0 18 0 1 0 872109990 1881628672 428945 33554432000 134512640 135072097 4288020320 18446744073709551615 134538826 0 0 4096 0 18446744071562234512 0 0 17 7 0 0 2874
/proc/6524/statm: 459382 428945 77 137 0 459243 0
Current children cumulated CPU time (s) 103.87
Current children cumulated vsize (KiB) 1837528

[startup+140.2 s]
/proc/loadavg: 9.55 3.04 1.08 5/871 6572
/proc/meminfo: memFree=89348/32950928 swapFree=32103472/67111528
[pid=6524] ppid=6521 vsize=1837528 CPUtime=104.84 cores=5,7
/proc/6524/stat : 6524 (picomus) D 6521 6524 5840 0 -1 4206080 1180789 0 0 0 9498 986 0 0 18 0 1 0 872109990 1881628672 428945 33554432000 134512640 135072097 4288020320 18446744073709551615 134538826 0 0 4096 0 18446744071562234512 0 0 17 5 0 0 3493
/proc/6524/statm: 459382 428945 77 137 0 459243 0
Current children cumulated CPU time (s) 104.84
Current children cumulated vsize (KiB) 1837528

[startup+142.401 s]
/proc/loadavg: 9.55 3.04 1.08 4/871 6572
/proc/meminfo: memFree=92064/32950928 swapFree=32022084/67111528
[pid=6524] ppid=6521 vsize=1837528 CPUtime=105.3 cores=5,7
/proc/6524/stat : 6524 (picomus) D 6521 6524 5840 0 -1 4204032 1180789 0 0 0 9498 1032 0 0 18 0 1 0 872109990 1881628672 428945 33554432000 134512640 135072097 4288020320 18446744073709551615 134538826 0 0 4096 0 18446744071562154983 0 0 17 7 0 0 3648
/proc/6524/statm: 459382 428945 77 137 0 459243 0
Current children cumulated CPU time (s) 105.3
Current children cumulated vsize (KiB) 1837528

[startup+143.201 s]
/proc/loadavg: 9.55 3.04 1.08 8/871 6572
/proc/meminfo: memFree=86908/32950928 swapFree=31956016/67111528
[pid=6524] ppid=6521 vsize=1837528 CPUtime=105.75 cores=5,7
/proc/6524/stat : 6524 (picomus) D 6521 6524 5840 0 -1 4206080 1180789 0 0 0 9498 1077 0 0 18 0 1 0 872109990 1881628672 428945 33554432000 134512640 135072097 4288020320 18446744073709551615 134538826 0 0 4096 0 18446744071562234512 0 0 17 5 0 0 3713
/proc/6524/statm: 459382 428945 77 137 0 459243 0
Current children cumulated CPU time (s) 105.75
Current children cumulated vsize (KiB) 1837528

[startup+144.021 s]
/proc/loadavg: 9.34 3.10 1.11 4/870 6572
/proc/meminfo: memFree=98676/32950928 swapFree=31836124/67111528
[pid=6524] ppid=6521 vsize=1837528 CPUtime=105.94 cores=5,7
/proc/6524/stat : 6524 (picomus) D 6521 6524 5840 0 -1 4204032 1180789 0 0 0 9498 1096 0 0 18 0 1 0 872109990 1881628672 428945 33554432000 134512640 135072097 4288020320 18446744073709551615 134538826 0 0 4096 0 18446744071562154983 0 0 17 5 0 0 3723
/proc/6524/statm: 459382 428945 77 137 0 459243 0
Current children cumulated CPU time (s) 105.94
Current children cumulated vsize (KiB) 1837528

[startup+144.201 s]
/proc/loadavg: 9.34 3.10 1.11 4/870 6572
/proc/meminfo: memFree=98676/32950928 swapFree=31836124/67111528
[pid=6524] ppid=6521 vsize=0 CPUtime=106.08 cores=5,7
/proc/6524/stat : 6524 (picomus) R 6521 6524 5840 0 -1 4204036 1180790 0 0 0 9498 1110 0 0 18 0 1 0 872109990 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 3784
/proc/6524/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 106.08
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 144.255
CPU time (s): 106.14
CPU user time (s): 94.9826
CPU system time (s): 11.1573
CPU usage (%): 73.5781
Max. virtual memory (cumulated for all children) (KiB): 1837528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.9826
system time used= 11.1573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1180790
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= 275
involuntary context switches= 1109

runsolver used 0.735888 second user time and 2.32864 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-09 09:38:32
IDJOB=3483709
IDBENCH=89400
IDSOLVER=1974
FILE ID=node120/3483709-1307605099
RUNJOBID= node120-1307605085-6314
PBS_JOBID= 13547769
Free space on /tmp= 72868 MiB

SOLVER NAME= PicoMUS 941
BENCH NAME= SAT11/mus/marques-silva/design-debugging/mem_ctrl-problem.dimacs_27.filtered.cnf
COMMAND LINE= picomus BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483709-1307605099/watcher-3483709-1307605099 -o /tmp/evaluation-result-3483709-1307605099/solver-3483709-1307605099 -C 1800 -W 1850 -M 7680  picomus HOME/instance-3483709-1307605099.cnf

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

MD5SUM BENCH= 4b993fca24742a81386ba9f15497440e
RANDOM SEED=245476647

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:        552984 kB
Buffers:         35664 kB
Cached:        1207880 kB
SwapCached:      11600 kB
Active:       31218600 kB
Inactive:       817904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:        552984 kB
SwapTotal:    67111528 kB
SwapFree:     34366004 kB
Dirty:          408992 kB
Writeback:           0 kB
AnonPages:    30791632 kB
Mapped:         133236 kB
Slab:           128236 kB
PageTables:     158484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 146602632 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= 71204 MiB
End job on node120 at 2011-06-09 09:40:57