Trace number 3293207

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.0UNSAT 223.333 56.0746

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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: 307
0.00/0.08	c parsetime: 77227us
0.00/0.08	c parsed 305160 clauses with 11313 variables
0.00/0.10	c NW started thread 0 successfully (1102899520)
0.00/0.12	c NW started thread 1 successfully (1084717376)
0.00/0.15	c NW started thread 2 successfully (1113389376)
0.00/0.18	c NW started thread 3 successfully (1123879232)
36.95/9.47	c preprocessor returned 11613 variables
36.95/9.47	c preprocessing returned UNKNOWN
36.95/9.47	c PP set 9 variables
36.95/9.47	c pp time: 9349059us (9s)
36.95/9.49	c preprocessor returned 11613 variables
36.95/9.49	c preprocessing returned UNKNOWN
36.95/9.49	c PP set 9 variables
36.95/9.49	c pp time: 9313894us (9s)
36.95/9.49	c preprocessor returned 11613 variables
36.95/9.49	c preprocessing returned UNKNOWN
36.95/9.49	c PP set 9 variables
36.95/9.49	c pp time: 9386223us (9s)
70.08/17.70	c preprocessor returned 30002 variables
70.08/17.70	c preprocessing returned UNKNOWN
70.08/17.70	c PP set 9 variables
70.08/17.70	c pp time: 17512663us (17s)
223.06/56.00	c ====================
223.06/56.00	c implication/decision inf%(inf)
223.06/56.00	c decisions:           383256
223.06/56.00	c last level:          0
223.06/56.00	c conflicts:           287801
223.06/56.00	c restarts:            1908
223.06/56.00	c rejected_restarts    0
223.06/56.00	c removals:            15
223.06/56.00	c removed clauses:     176395
223.06/56.00	c oft clauses:         0
223.06/56.03	c solvetime: 38329553us (38s)
223.06/56.06	c sended clauses   | 11950 | 13508 | 12137 | 0 |
223.06/56.06	c received clauses | 0 | 2 | 0 | 0 |
223.06/56.06	c join all other threads
223.06/56.06	c joined thread 0
223.06/56.06	c joined thread 1
223.06/56.06	c joined thread 2
223.06/56.06	c joined thread 3
223.06/56.06	c memory usage (vsize): 367 MB
223.06/56.06	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-3293207-1304082953/watcher-3293207-1304082953 -o /tmp/evaluation-result-3293207-1304082953/solver-3293207-1304082953 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3293207-1304082953.cnf 1749281109 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.12 8.06 2/174 306
/proc/meminfo: memFree=31098868/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0

[startup+0.0215799 s]
/proc/loadavg: 8.10 8.12 8.06 2/174 306
/proc/meminfo: memFree=31098868/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100553 s]
/proc/loadavg: 8.10 8.12 8.06 2/174 306
/proc/meminfo: memFree=31098868/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300848 s]
/proc/loadavg: 8.10 8.12 8.06 2/174 306
/proc/meminfo: memFree=31098868/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.37025 s]
/proc/loadavg: 8.10 8.12 8.06 2/174 306
/proc/meminfo: memFree=31098868/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50022 s]
/proc/loadavg: 8.10 8.12 8.06 2/174 306
/proc/meminfo: memFree=31098868/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10093 s]
/proc/loadavg: 7.85 8.07 8.05 9/188 443
/proc/meminfo: memFree=30850732/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
[pid=307] ppid=306 vsize=344512 CPUtime=11.77 cores=0,2,4,6
/proc/307/stat : 307 (priss) S 306 306 31842 0 -1 4202496 62430 0 0 0 1159 18 0 0 18 0 5 0 519896107 352780288 29916 33554432000 4194304 5787044 140733526619088 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/307/statm: 86128 29916 350 389 0 81878 0
[pid=307/tid=334] ppid=306 vsize=344512 CPUtime=2.91 cores=0,2,4,6
/proc/307/task/334/stat : 334 (priss) R 306 306 31842 0 -1 4202560 11746 0 0 0 288 3 0 0 18 0 5 0 519896117 352780288 29916 33554432000 4194304 5787044 140733526619088 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=307/tid=345] ppid=306 vsize=344512 CPUtime=2.91 cores=0,2,4,6
/proc/307/task/345/stat : 345 (priss) R 306 306 31842 0 -1 4202560 12837 0 0 0 287 4 0 0 18 0 5 0 519896119 352780288 29916 33554432000 4194304 5787044 140733526619088 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=307/tid=346] ppid=306 vsize=344512 CPUtime=2.87 cores=0,2,4,6
/proc/307/task/346/stat : 346 (priss) R 306 306 31842 0 -1 4202560 11606 0 0 0 284 3 0 0 18 0 5 0 519896123 352780288 29916 33554432000 4194304 5787044 140733526619088 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=307/tid=347] ppid=306 vsize=344512 CPUtime=2.86 cores=0,2,4,6
/proc/307/task/347/stat : 347 (priss) R 306 306 31842 0 -1 4202560 11497 0 0 0 282 4 0 0 18 0 5 0 519896126 352780288 29916 33554432000 4194304 5787044 140733526619088 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 353212

[startup+6.30034 s]
/proc/loadavg: 7.85 8.07 8.05 9/188 443
/proc/meminfo: memFree=30768416/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
[pid=307] ppid=306 vsize=347548 CPUtime=24.55 cores=0,2,4,6
/proc/307/stat : 307 (priss) S 306 306 31842 0 -1 4202496 65434 0 0 0 2437 18 0 0 18 0 5 0 519896107 355889152 32920 33554432000 4194304 5787044 140733526619088 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/307/statm: 86887 32920 352 389 0 82637 0
[pid=307/tid=334] ppid=306 vsize=347548 CPUtime=6.1 cores=0,2,4,6
/proc/307/task/334/stat : 334 (priss) R 306 306 31842 0 -1 4202560 12502 0 0 0 607 3 0 0 25 0 5 0 519896117 355889152 32920 33554432000 4194304 5787044 140733526619088 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=307/tid=345] ppid=306 vsize=347548 CPUtime=6.11 cores=0,2,4,6
/proc/307/task/345/stat : 345 (priss) R 306 306 31842 0 -1 4202560 13590 0 0 0 607 4 0 0 25 0 5 0 519896119 355889152 32920 33554432000 4194304 5787044 140733526619088 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=307/tid=346] ppid=306 vsize=347548 CPUtime=6.07 cores=0,2,4,6
/proc/307/task/346/stat : 346 (priss) R 306 306 31842 0 -1 4202560 12615 0 0 0 604 3 0 0 25 0 5 0 519896123 355889152 32920 33554432000 4194304 5787044 140733526619088 18446744073709551615 222921435565 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=307/tid=347] ppid=306 vsize=347548 CPUtime=6.06 cores=0,2,4,6
/proc/307/task/347/stat : 347 (priss) R 306 306 31842 0 -1 4202560 11983 0 0 0 602 4 0 0 25 0 5 0 519896126 355889152 32920 33554432000 4194304 5787044 140733526619088 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 356248

[startup+12.7012 s]
/proc/loadavg: 7.94 8.08 8.05 9/188 443
/proc/meminfo: memFree=30722928/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
[pid=307] ppid=306 vsize=367956 CPUtime=50.12 cores=0,2,4,6
/proc/307/stat : 307 (priss) S 306 306 31842 0 -1 4202496 91519 0 0 0 4990 22 0 0 18 0 5 0 519896107 376786944 42529 33554432000 4194304 5787044 140733526619088 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/307/statm: 91989 42529 404 389 0 87739 0
[pid=307/tid=334] ppid=306 vsize=367956 CPUtime=12.47 cores=0,2,4,6
/proc/307/task/334/stat : 334 (priss) R 306 306 31842 0 -1 4202560 19468 0 0 0 1243 4 0 0 25 0 5 0 519896117 376786944 42531 33554432000 4194304 5787044 140733526619088 18446744073709551615 4254508 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=307/tid=345] ppid=306 vsize=367956 CPUtime=12.51 cores=0,2,4,6
/proc/307/task/345/stat : 345 (priss) R 306 306 31842 0 -1 4202560 21923 0 0 0 1246 5 0 0 25 0 5 0 519896119 376786944 42531 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=307/tid=346] ppid=306 vsize=367956 CPUtime=12.48 cores=0,2,4,6
/proc/307/task/346/stat : 346 (priss) R 306 306 31842 0 -1 4202560 20870 0 0 0 1243 5 0 0 25 0 5 0 519896123 376786944 42531 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=307/tid=347] ppid=306 vsize=367956 CPUtime=12.48 cores=0,2,4,6
/proc/307/task/347/stat : 347 (priss) R 306 306 31842 0 -1 4202560 14516 0 0 0 1243 5 0 0 25 0 5 0 519896126 376786944 42531 33554432000 4194304 5787044 140733526619088 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 376656

[startup+25.5008 s]
/proc/loadavg: 7.95 8.08 8.05 9/188 443
/proc/meminfo: memFree=30674240/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
[pid=307] ppid=306 vsize=377908 CPUtime=101.25 cores=0,2,4,6
/proc/307/stat : 307 (priss) S 306 306 31842 0 -1 4202496 107858 0 0 0 10098 27 0 0 18 0 5 0 519896107 386977792 50398 33554432000 4194304 5787044 140733526619088 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/307/statm: 94477 50398 418 389 0 90227 0
[pid=307/tid=334] ppid=306 vsize=377908 CPUtime=25.19 cores=0,2,4,6
/proc/307/task/334/stat : 334 (priss) R 306 306 31842 0 -1 4202560 21541 0 0 0 2514 5 0 0 25 0 5 0 519896117 386977792 50398 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=307/tid=345] ppid=306 vsize=377908 CPUtime=25.31 cores=0,2,4,6
/proc/307/task/345/stat : 345 (priss) R 306 306 31842 0 -1 4202560 23428 0 0 0 2525 6 0 0 25 0 5 0 519896119 386977792 50398 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=307/tid=346] ppid=306 vsize=377908 CPUtime=25.27 cores=0,2,4,6
/proc/307/task/346/stat : 346 (priss) R 306 306 31842 0 -1 4202560 22306 0 0 0 2521 6 0 0 25 0 5 0 519896123 386977792 50398 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=307/tid=347] ppid=306 vsize=377908 CPUtime=25.27 cores=0,2,4,6
/proc/307/task/347/stat : 347 (priss) R 306 306 31842 0 -1 4202560 25839 0 0 0 2520 7 0 0 25 0 5 0 519896126 386977792 50398 33554432000 4194304 5787044 140733526619088 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 386608

[startup+51.1012 s]
/proc/loadavg: 7.97 8.07 8.05 9/188 444
/proc/meminfo: memFree=30618916/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
[pid=307] ppid=306 vsize=389316 CPUtime=203.5 cores=0,2,4,6
/proc/307/stat : 307 (priss) S 306 306 31842 0 -1 4202496 114979 0 0 0 20319 31 0 0 18 0 5 0 519896107 398659584 57515 33554432000 4194304 5787044 140733526619088 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/307/statm: 97329 57515 418 389 0 93079 0
[pid=307/tid=334] ppid=306 vsize=389316 CPUtime=50.65 cores=0,2,4,6
/proc/307/task/334/stat : 334 (priss) R 306 306 31842 0 -1 4202560 23478 0 0 0 5059 6 0 0 25 0 5 0 519896117 398659584 57515 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=307/tid=345] ppid=306 vsize=389316 CPUtime=50.91 cores=0,2,4,6
/proc/307/task/345/stat : 345 (priss) R 306 306 31842 0 -1 4202560 24882 0 0 0 5085 6 0 0 25 0 5 0 519896119 398659584 57515 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=307/tid=346] ppid=306 vsize=389316 CPUtime=50.86 cores=0,2,4,6
/proc/307/task/346/stat : 346 (priss) R 306 306 31842 0 -1 4202560 24998 0 0 0 5079 7 0 0 25 0 5 0 519896123 398659584 57515 33554432000 4194304 5787044 140733526619088 18446744073709551615 4218884 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=307/tid=347] ppid=306 vsize=389316 CPUtime=50.87 cores=0,2,4,6
/proc/307/task/347/stat : 347 (priss) R 306 306 31842 0 -1 4202560 26877 0 0 0 5079 8 0 0 25 0 5 0 519896126 398659584 57515 33554432000 4194304 5787044 140733526619088 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.5
Current children cumulated vsize (KiB) 398016

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

[startup+51.801 s]
/proc/loadavg: 7.97 8.07 8.05 9/188 444
/proc/meminfo: memFree=30612840/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
[pid=307] ppid=306 vsize=389316 CPUtime=206.29 cores=0,2,4,6
/proc/307/stat : 307 (priss) S 306 306 31842 0 -1 4202496 115004 0 0 0 20598 31 0 0 18 0 5 0 519896107 398659584 57540 33554432000 4194304 5787044 140733526619088 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/307/statm: 97329 57540 418 389 0 93079 0
[pid=307/tid=334] ppid=306 vsize=389316 CPUtime=51.35 cores=0,2,4,6
/proc/307/task/334/stat : 334 (priss) R 306 306 31842 0 -1 4202560 23482 0 0 0 5129 6 0 0 25 0 5 0 519896117 398659584 57540 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=307/tid=345] ppid=306 vsize=389316 CPUtime=51.61 cores=0,2,4,6
/proc/307/task/345/stat : 345 (priss) R 306 306 31842 0 -1 4202560 24884 0 0 0 5155 6 0 0 25 0 5 0 519896119 398659584 57540 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=307/tid=346] ppid=306 vsize=389316 CPUtime=51.56 cores=0,2,4,6
/proc/307/task/346/stat : 346 (priss) R 306 306 31842 0 -1 4202560 24998 0 0 0 5149 7 0 0 25 0 5 0 519896123 398659584 57540 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=307/tid=347] ppid=306 vsize=389316 CPUtime=51.57 cores=0,2,4,6
/proc/307/task/347/stat : 347 (priss) R 306 306 31842 0 -1 4202560 26896 0 0 0 5149 8 0 0 25 0 5 0 519896126 398659584 57540 33554432000 4194304 5787044 140733526619088 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 206.29
Current children cumulated vsize (KiB) 398016

[startup+53.4007 s]
/proc/loadavg: 7.97 8.07 8.05 9/188 444
/proc/meminfo: memFree=30607880/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
[pid=307] ppid=306 vsize=389316 CPUtime=212.69 cores=0,2,4,6
/proc/307/stat : 307 (priss) S 306 306 31842 0 -1 4202496 115129 0 0 0 21238 31 0 0 18 0 5 0 519896107 398659584 57665 33554432000 4194304 5787044 140733526619088 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/307/statm: 97329 57665 418 389 0 93079 0
[pid=307/tid=334] ppid=306 vsize=389316 CPUtime=52.94 cores=0,2,4,6
/proc/307/task/334/stat : 334 (priss) R 306 306 31842 0 -1 4202560 23497 0 0 0 5288 6 0 0 25 0 5 0 519896117 398659584 57665 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591716 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=307/tid=345] ppid=306 vsize=389316 CPUtime=53.21 cores=0,2,4,6
/proc/307/task/345/stat : 345 (priss) R 306 306 31842 0 -1 4202560 24906 0 0 0 5315 6 0 0 25 0 5 0 519896119 398659584 57665 33554432000 4194304 5787044 140733526619088 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=307/tid=346] ppid=306 vsize=389316 CPUtime=53.17 cores=0,2,4,6
/proc/307/task/346/stat : 346 (priss) R 306 306 31842 0 -1 4202560 24998 0 0 0 5310 7 0 0 25 0 5 0 519896123 398659584 57665 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=307/tid=347] ppid=306 vsize=389316 CPUtime=53.17 cores=0,2,4,6
/proc/307/task/347/stat : 347 (priss) R 306 306 31842 0 -1 4202560 26984 0 0 0 5309 8 0 0 25 0 5 0 519896126 398659584 57665 33554432000 4194304 5787044 140733526619088 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 212.69
Current children cumulated vsize (KiB) 398016

[startup+55.0004 s]
/proc/loadavg: 7.97 8.07 8.05 9/188 444
/proc/meminfo: memFree=30604656/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
[pid=307] ppid=306 vsize=389316 CPUtime=219.07 cores=0,2,4,6
/proc/307/stat : 307 (priss) S 306 306 31842 0 -1 4202496 115288 0 0 0 21876 31 0 0 18 0 5 0 519896107 398659584 57824 33554432000 4194304 5787044 140733526619088 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/307/statm: 97329 57824 418 389 0 93079 0
[pid=307/tid=334] ppid=306 vsize=389316 CPUtime=54.53 cores=0,2,4,6
/proc/307/task/334/stat : 334 (priss) R 306 306 31842 0 -1 4202560 23524 0 0 0 5447 6 0 0 25 0 5 0 519896117 398659584 57824 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=307/tid=345] ppid=306 vsize=389316 CPUtime=54.8 cores=0,2,4,6
/proc/307/task/345/stat : 345 (priss) R 306 306 31842 0 -1 4202560 24937 0 0 0 5474 6 0 0 25 0 5 0 519896119 398659584 57824 33554432000 4194304 5787044 140733526619088 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=307/tid=346] ppid=306 vsize=389316 CPUtime=54.76 cores=0,2,4,6
/proc/307/task/346/stat : 346 (priss) R 306 306 31842 0 -1 4202560 24998 0 0 0 5469 7 0 0 25 0 5 0 519896123 398659584 57824 33554432000 4194304 5787044 140733526619088 18446744073709551615 4254446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=307/tid=347] ppid=306 vsize=389316 CPUtime=54.76 cores=0,2,4,6
/proc/307/task/347/stat : 347 (priss) R 306 306 31842 0 -1 4202560 27085 0 0 0 5468 8 0 0 25 0 5 0 519896126 398659584 57824 33554432000 4194304 5787044 140733526619088 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 219.07
Current children cumulated vsize (KiB) 398016

[startup+55.8003 s]
/proc/loadavg: 7.97 8.07 8.05 9/188 444
/proc/meminfo: memFree=30601680/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
[pid=307] ppid=306 vsize=389316 CPUtime=222.26 cores=0,2,4,6
/proc/307/stat : 307 (priss) S 306 306 31842 0 -1 4202496 115392 0 0 0 22195 31 0 0 18 0 5 0 519896107 398659584 57928 33554432000 4194304 5787044 140733526619088 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/307/statm: 97329 57928 418 389 0 93079 0
[pid=307/tid=334] ppid=306 vsize=389316 CPUtime=55.32 cores=0,2,4,6
/proc/307/task/334/stat : 334 (priss) R 306 306 31842 0 -1 4202560 23542 0 0 0 5526 6 0 0 25 0 5 0 519896117 398659584 57928 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=307/tid=345] ppid=306 vsize=389316 CPUtime=55.6 cores=0,2,4,6
/proc/307/task/345/stat : 345 (priss) R 306 306 31842 0 -1 4202560 24982 0 0 0 5554 6 0 0 25 0 5 0 519896119 398659584 57928 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=307/tid=346] ppid=306 vsize=389316 CPUtime=55.56 cores=0,2,4,6
/proc/307/task/346/stat : 346 (priss) R 306 306 31842 0 -1 4202560 24998 0 0 0 5549 7 0 0 25 0 5 0 519896123 398659584 57928 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=307/tid=347] ppid=306 vsize=389316 CPUtime=55.56 cores=0,2,4,6
/proc/307/task/347/stat : 347 (priss) R 306 306 31842 0 -1 4202560 27126 0 0 0 5548 8 0 0 25 0 5 0 519896126 398659584 57928 33554432000 4194304 5787044 140733526619088 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 398016

[startup+56.0003 s]
/proc/loadavg: 7.97 8.07 8.05 9/188 444
/proc/meminfo: memFree=30601680/32951124 swapFree=67110188/67111528
[pid=306] ppid=304 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (priss.sh) S 304 306 31842 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 519896107 8908800 252 33554432000 4194304 4922060 140733390415424 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/306/statm: 2175 252 211 178 0 68 0
[pid=307] ppid=306 vsize=389316 CPUtime=223.06 cores=0,2,4,6
/proc/307/stat : 307 (priss) S 306 306 31842 0 -1 4202496 115417 0 0 0 22275 31 0 0 18 0 5 0 519896107 398659584 57953 33554432000 4194304 5787044 140733526619088 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/307/statm: 97329 57953 418 389 0 93079 0
[pid=307/tid=334] ppid=306 vsize=389316 CPUtime=55.52 cores=0,2,4,6
/proc/307/task/334/stat : 334 (priss) R 306 306 31842 0 -1 4202560 23542 0 0 0 5546 6 0 0 25 0 5 0 519896117 398659584 57953 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=307/tid=345] ppid=306 vsize=389316 CPUtime=55.8 cores=0,2,4,6
/proc/307/task/345/stat : 345 (priss) R 306 306 31842 0 -1 4202560 25000 0 0 0 5574 6 0 0 25 0 5 0 519896119 398659584 57953 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=307/tid=346] ppid=306 vsize=389316 CPUtime=55.76 cores=0,2,4,6
/proc/307/task/346/stat : 346 (priss) R 306 306 31842 0 -1 4202560 24998 0 0 0 5569 7 0 0 25 0 5 0 519896123 398659584 57953 33554432000 4194304 5787044 140733526619088 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=307/tid=347] ppid=306 vsize=389316 CPUtime=55.76 cores=0,2,4,6
/proc/307/task/347/stat : 347 (priss) R 306 306 31842 0 -1 4202560 27133 0 0 0 5568 8 0 0 25 0 5 0 519896126 398659584 57953 33554432000 4194304 5787044 140733526619088 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 223.06
Current children cumulated vsize (KiB) 398016

Child status: 20
Real time (s): 56.0746
CPU time (s): 223.333
CPU user time (s): 222.997
CPU system time (s): 0.335948
CPU usage (%): 398.279
Max. virtual memory (cumulated for all children) (KiB): 398016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.997
system time used= 0.335948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115808
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= 13378
involuntary context switches= 1251

runsolver used 0.096985 second user time and 0.210967 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 15:15:54
IDJOB=3293207
IDBENCH=88066
IDSOLVER=1603
FILE ID=node109/3293207-1304082953
RUNJOBID= node109-1304081749-32665
PBS_JOBID= 13170496
Free space on /tmp= 72380 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293207-1304082953/watcher-3293207-1304082953 -o /tmp/evaluation-result-3293207-1304082953/solver-3293207-1304082953 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3293207-1304082953.cnf 1749281109 4800 15500 4

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1749281109

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31099016 kB
Buffers:        710008 kB
Cached:         689536 kB
SwapCached:        712 kB
Active:         114344 kB
Inactive:      1349916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31099016 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            5512 kB
Writeback:           0 kB
AnonPages:       64308 kB
Mapped:          14596 kB
Slab:           324536 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   195684 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= 72372 MiB
End job on node109 at 2011-04-29 15:16:50