Trace number 3499367

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
priss 1.0? (exit code) 13.4889 3.49547

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_20_360_u.cnf
MD5SUM4b70d66c676eba3660e2a5eff473f8e7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark173.685
Satisfiable
(Un)Satisfiability was proved
Number of variables7920
Number of clauses14950
Sum of the clauses size44260
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2590
Number of clauses of size 314360
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 *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 6440
0.00/0.00	c parsetime: 3689us
0.00/0.00	c parsed 14950 clauses with 7920 variables
0.00/0.00	c NW started thread 0 successfully (1085319488)
0.00/0.01	c NW started thread 1 successfully (1102821696)
0.00/0.01	c NW started thread 2 successfully (1113311552)
0.00/0.01	c NW started thread 3 successfully (1123801408)
0.00/0.71	c preprocessor returned 10002 variables
0.00/0.71	c preprocessing returned UNKNOWN
0.00/0.71	c PP set 104 variables
0.00/0.71	c pp time: 705741us (0s)
0.00/0.71	c preprocessor returned 10002 variables
0.00/0.71	c preprocessing returned UNKNOWN
0.00/0.71	c PP set 104 variables
0.00/0.71	c pp time: 706858us (0s)
0.00/0.71	c preprocessor returned 10002 variables
0.00/0.71	c preprocessing returned UNKNOWN
0.00/0.71	c PP set 104 variables
0.00/0.71	c pp time: 705664us (0s)
8.25/2.18	c added unsatisfied clause
8.25/2.18	c failed to add network clauses
11.03/2.87	c preprocessor returned 30008 variables
11.03/2.87	c preprocessing returned UNKNOWN
11.03/2.87	c PP set 104 variables
11.03/2.87	c pp time: 2856881us (2s)
11.03/2.87	c added unsatisfied clause
11.03/2.87	c failed to add network clauses
11.42/2.98	c added unsatisfied clause
11.42/2.98	c failed to add network clauses
11.79/3.05	c added unsatisfied clause
11.79/3.05	c failed to add network clauses
11.79/3.06	c added unsatisfied clause
11.79/3.06	c failed to add network clauses
13.33/3.42	c added unsatisfied clause
13.33/3.42	c failed to add network clauses
13.33/3.42	c added unsatisfied clause
13.33/3.42	c failed to add network clauses
13.33/3.49	HOME/priss.sh: line 20:  6440 Segmentation fault      (core dumped) $SOLVER $BENCHNAME -PNW_threads 4

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3499367-1307998823/watcher-3499367-1307998823 -o /var/tmp/evaluation-result-3499367-1307998823/solver-3499367-1307998823 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499367-1307998823.cnf 1160154584 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.87 3.94 3.93 1/167 6439
/proc/meminfo: memFree=7166024/32951124 swapFree=67064576/67111528
[pid=6439] ppid=6437 vsize=8700 CPUtime=0 cores=0-7
/proc/6439/stat : 6439 (priss.sh) S 6437 6439 5845 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 892297908 8908800 252 33554432000 4194304 4922060 140736307147680 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6439/statm: 2175 252 211 178 0 68 0

[startup+0.103134 s]
/proc/loadavg: 3.87 3.94 3.93 1/167 6439
/proc/meminfo: memFree=7166024/32951124 swapFree=67064576/67111528
[pid=6439] ppid=6437 vsize=8700 CPUtime=0 cores=0-7
/proc/6439/stat : 6439 (priss.sh) S 6437 6439 5845 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 892297908 8908800 252 33554432000 4194304 4922060 140736307147680 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6439/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.201113 s]
/proc/loadavg: 3.87 3.94 3.93 1/167 6439
/proc/meminfo: memFree=7166024/32951124 swapFree=67064576/67111528
[pid=6439] ppid=6437 vsize=8700 CPUtime=0 cores=0-7
/proc/6439/stat : 6439 (priss.sh) S 6437 6439 5845 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 892297908 8908800 252 33554432000 4194304 4922060 140736307147680 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6439/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301094 s]
/proc/loadavg: 3.87 3.94 3.93 1/167 6439
/proc/meminfo: memFree=7166024/32951124 swapFree=67064576/67111528
[pid=6439] ppid=6437 vsize=8700 CPUtime=0 cores=0-7
/proc/6439/stat : 6439 (priss.sh) S 6437 6439 5845 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 892297908 8908800 252 33554432000 4194304 4922060 140736307147680 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6439/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701014 s]
/proc/loadavg: 3.87 3.94 3.93 1/167 6439
/proc/meminfo: memFree=7166024/32951124 swapFree=67064576/67111528
[pid=6439] ppid=6437 vsize=8700 CPUtime=0 cores=0-7
/proc/6439/stat : 6439 (priss.sh) S 6437 6439 5845 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 892297908 8908800 252 33554432000 4194304 4922060 140736307147680 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6439/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50089 s]
/proc/loadavg: 3.87 3.94 3.93 5/173 6446
/proc/meminfo: memFree=7131040/32951124 swapFree=67064576/67111528
[pid=6439] ppid=6437 vsize=8700 CPUtime=0 cores=0-7
/proc/6439/stat : 6439 (priss.sh) S 6437 6439 5845 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 892297908 8908800 252 33554432000 4194304 4922060 140736307147680 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6439/statm: 2175 252 211 178 0 68 0
[pid=6440] ppid=6439 vsize=283576 CPUtime=5.87 cores=0-7
/proc/6440/stat : 6440 (priss) S 6439 6439 5845 0 -1 4202496 12014 0 0 0 566 21 0 0 18 0 5 0 892297908 290381824 9468 33554432000 4194304 5787044 140733554363984 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6440/statm: 70894 9468 405 389 0 66644 0
[pid=6440/tid=6442] ppid=6439 vsize=283576 CPUtime=1.47 cores=0-7
/proc/6440/task/6442/stat : 6442 (priss) R 6439 6439 5845 0 -1 4202560 2218 0 0 0 138 9 0 0 18 0 5 0 892297909 290381824 9468 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6440/tid=6443] ppid=6439 vsize=283576 CPUtime=1.45 cores=0-7
/proc/6440/task/6443/stat : 6443 (priss) R 6439 6439 5845 0 -1 4202560 2016 0 0 0 141 4 0 0 17 0 5 0 892297909 290381824 9468 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6440/tid=6444] ppid=6439 vsize=283576 CPUtime=1.44 cores=0-7
/proc/6440/task/6444/stat : 6444 (priss) R 6439 6439 5845 0 -1 4202560 3271 0 0 0 139 5 0 0 18 0 5 0 892297909 290381824 9468 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6440/tid=6445] ppid=6439 vsize=283576 CPUtime=1.47 cores=0-7
/proc/6440/task/6445/stat : 6445 (priss) R 6439 6439 5845 0 -1 4202560 2949 0 0 0 145 2 0 0 18 0 5 0 892297909 290381824 9468 33554432000 4194304 5787044 140733554363984 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 292276

[startup+3.10059 s]
/proc/loadavg: 3.87 3.94 3.93 5/173 6446
/proc/meminfo: memFree=7128184/32951124 swapFree=67064576/67111528
[pid=6439] ppid=6437 vsize=8700 CPUtime=0 cores=0-7
/proc/6439/stat : 6439 (priss.sh) S 6437 6439 5845 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 892297908 8908800 252 33554432000 4194304 4922060 140736307147680 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6439/statm: 2175 252 211 178 0 68 0
[pid=6440] ppid=6439 vsize=289208 CPUtime=12.16 cores=0-7
/proc/6440/stat : 6440 (priss) S 6439 6439 5845 0 -1 4202496 15908 0 0 0 1161 55 0 0 18 0 5 0 892297908 296148992 12393 33554432000 4194304 5787044 140733554363984 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6440/statm: 72302 12393 418 389 0 68052 0
[pid=6440/tid=6442] ppid=6439 vsize=289208 CPUtime=3.05 cores=0-7
/proc/6440/task/6442/stat : 6442 (priss) R 6439 6439 5845 0 -1 4202560 2649 0 0 0 287 18 0 0 17 0 5 0 892297909 296148992 12393 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6440/tid=6443] ppid=6439 vsize=289208 CPUtime=3 cores=0-7
/proc/6440/task/6443/stat : 6443 (priss) R 6439 6439 5845 0 -1 4202560 3408 0 0 0 290 10 0 0 17 0 5 0 892297909 296148992 12393 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6440/tid=6444] ppid=6439 vsize=289208 CPUtime=3 cores=0-7
/proc/6440/task/6444/stat : 6444 (priss) R 6439 6439 5845 0 -1 4202560 3574 0 0 0 287 13 0 0 16 0 5 0 892297909 296148992 12393 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6440/tid=6445] ppid=6439 vsize=289208 CPUtime=3.06 cores=0-7
/proc/6440/task/6445/stat : 6445 (priss) R 6439 6439 5845 0 -1 4202560 4717 0 0 0 294 12 0 0 17 0 5 0 892297909 296148992 12393 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 297908

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

[startup+3.20058 s]
/proc/loadavg: 3.87 3.94 3.93 5/173 6446
/proc/meminfo: memFree=7128184/32951124 swapFree=67064576/67111528
[pid=6439] ppid=6437 vsize=8700 CPUtime=0 cores=0-7
/proc/6439/stat : 6439 (priss.sh) S 6437 6439 5845 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 892297908 8908800 252 33554432000 4194304 4922060 140736307147680 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6439/statm: 2175 252 211 178 0 68 0
[pid=6440] ppid=6439 vsize=289208 CPUtime=12.54 cores=0-7
/proc/6440/stat : 6440 (priss) S 6439 6439 5845 0 -1 4202496 15950 0 0 0 1192 62 0 0 18 0 5 0 892297908 296148992 12435 33554432000 4194304 5787044 140733554363984 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6440/statm: 72302 12435 418 389 0 68052 0
[pid=6440/tid=6442] ppid=6439 vsize=289208 CPUtime=3.15 cores=0-7
/proc/6440/task/6442/stat : 6442 (priss) R 6439 6439 5845 0 -1 4202560 2649 0 0 0 296 19 0 0 18 0 5 0 892297909 296148992 12435 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6440/tid=6443] ppid=6439 vsize=289208 CPUtime=3.09 cores=0-7
/proc/6440/task/6443/stat : 6443 (priss) R 6439 6439 5845 0 -1 4202560 3408 0 0 0 298 11 0 0 16 0 5 0 892297909 296148992 12435 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6440/tid=6444] ppid=6439 vsize=289208 CPUtime=3.09 cores=0-7
/proc/6440/task/6444/stat : 6444 (priss) R 6439 6439 5845 0 -1 4202560 3616 0 0 0 295 14 0 0 16 0 5 0 892297909 296148992 12435 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6440/tid=6445] ppid=6439 vsize=289208 CPUtime=3.16 cores=0-7
/proc/6440/task/6445/stat : 6445 (priss) R 6439 6439 5845 0 -1 4202560 4717 0 0 0 300 16 0 0 17 0 5 0 892297909 296148992 12435 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510062 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 297908

[startup+3.40651 s]
/proc/loadavg: 3.87 3.94 3.93 5/173 6446
/proc/meminfo: memFree=7118016/32951124 swapFree=67064576/67111528
[pid=6439] ppid=6437 vsize=8700 CPUtime=0 cores=0-7
/proc/6439/stat : 6439 (priss.sh) S 6437 6439 5845 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 892297908 8908800 252 33554432000 4194304 4922060 140736307147680 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6439/statm: 2175 252 211 178 0 68 0
[pid=6440] ppid=6439 vsize=289208 CPUtime=13.33 cores=0-7
/proc/6440/stat : 6440 (priss) S 6439 6439 5845 0 -1 4202496 15994 0 0 0 1261 72 0 0 18 0 5 0 892297908 296148992 12479 33554432000 4194304 5787044 140733554363984 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/6440/statm: 72302 12479 419 389 0 68052 0
[pid=6440/tid=6442] ppid=6439 vsize=289208 CPUtime=3.36 cores=0-7
/proc/6440/task/6442/stat : 6442 (priss) R 6439 6439 5845 0 -1 4202560 2649 0 0 0 315 21 0 0 18 0 5 0 892297909 296148992 12479 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=6440/tid=6443] ppid=6439 vsize=289208 CPUtime=3.29 cores=0-7
/proc/6440/task/6443/stat : 6443 (priss) R 6439 6439 5845 0 -1 4202560 3408 0 0 0 316 13 0 0 16 0 5 0 892297909 296148992 12479 33554432000 4194304 5787044 140733554363984 18446744073709551615 5585297 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=6440/tid=6444] ppid=6439 vsize=289208 CPUtime=3.29 cores=0-7
/proc/6440/task/6444/stat : 6444 (priss) R 6439 6439 5845 0 -1 4202560 3655 0 0 0 313 16 0 0 16 0 5 0 892297909 296148992 12479 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=6440/tid=6445] ppid=6439 vsize=289208 CPUtime=3.35 cores=0-7
/proc/6440/task/6445/stat : 6445 (priss) R 6439 6439 5845 0 -1 4202560 4722 0 0 0 315 20 0 0 17 0 5 0 892297909 296148992 12479 33554432000 4194304 5787044 140733554363984 18446744073709551615 264726510111 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 13.33
Current children cumulated vsize (KiB) 297908

Child status: 139
Real time (s): 3.49547
CPU time (s): 13.4889
CPU user time (s): 12.6891
CPU system time (s): 0.799878
CPU usage (%): 385.898
Max. virtual memory (cumulated for all children) (KiB): 297908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6891
system time used= 0.799878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16338
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= 77808
involuntary context switches= 21

runsolver used 0.004999 second user time and 0.019996 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-13 23:00:23
IDJOB=3499367
IDBENCH=83189
IDSOLVER=1994
FILE ID=node141/3499367-1307998823
RUNJOBID= node141-1307988435-5859
PBS_JOBID= 13559809
Free space on /var/tmp= 2912 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_20_360_u.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499367-1307998823/watcher-3499367-1307998823 -o /var/tmp/evaluation-result-3499367-1307998823/solver-3499367-1307998823 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499367-1307998823.cnf 1160154584 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4b70d66c676eba3660e2a5eff473f8e7
RANDOM SEED=1160154584

node141.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.806
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:       7166336 kB
Buffers:        126352 kB
Cached:       24812420 kB
SwapCached:       9036 kB
Active:        9409280 kB
Inactive:     15546372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7166336 kB
SwapTotal:    67111528 kB
SwapFree:     67064576 kB
Dirty:            1968 kB
Writeback:           0 kB
AnonPages:       14604 kB
Mapped:           9520 kB
Slab:           763024 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   154496 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 /var/tmp at the end= 2864 MiB
End job on node141 at 2011-06-13 23:00:26