Trace number 3284236

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 AutoUNSAT 610.136 186.591

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.878
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

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: 29655
0.00/0.00	c setup for 4cores
0.00/0.23	c parsetime: 226505us
0.00/0.23	c parsed 711050 clauses with 24415 variables
0.00/0.27	c NW started thread 0 successfully (1109473600)
0.00/0.33	c NW started thread 1 successfully (1094404416)
0.00/0.39	c NW started thread 2 successfully (1119963456)
0.00/0.47	c NW started thread 3 successfully (1130453312)
42.87/11.19	c preprocessor returned 24715 variables
42.87/11.19	c preprocessing returned UNKNOWN
42.87/11.19	c PP set 21 variables
42.87/11.19	c pp time: 10907974us (10s)
44.43/11.50	c preprocessor returned 24715 variables
44.43/11.50	c preprocessing returned UNKNOWN
44.43/11.50	c PP set 21 variables
44.43/11.50	c pp time: 11169285us (11s)
44.43/11.52	c preprocessor returned 24715 variables
44.43/11.52	c preprocessing returned UNKNOWN
44.43/11.52	c PP set 21 variables
44.43/11.52	c pp time: 11104781us (11s)
46.02/11.96	c preprocessor returned 30005 variables
46.02/11.96	c preprocessing returned UNKNOWN
46.02/11.96	c PP set 21 variables
46.02/11.96	c pp time: 11473152us (11s)
495.36/124.45	c added unsatisfied clause
495.36/124.45	c failed to add network clauses
503.77/126.59	c added unsatisfied clause
503.77/126.59	c failed to add network clauses
504.54/126.74	c added unsatisfied clause
504.54/126.74	c failed to add network clauses
541.69/136.04	c HTE
551.28/138.46	c subsumption
564.88/141.89	c ====================
564.88/141.89	c implication/decision inf%(inf)
564.88/141.89	c decisions:           3753383
564.88/141.89	c last level:          0
564.88/141.89	c conflicts:           523171
564.88/141.89	c restarts:            3468
564.88/141.89	c rejected_restarts    0
564.88/141.89	c removals:            17
564.88/141.89	c removed clauses:     312516
564.88/141.89	c oft clauses:         0
564.88/141.89	c ====================
565.28/141.99	c solvetime: 130484259us (130s)
565.62/142.01	c sended clauses   | 19614 | 19314 | 13568 | 8761 |
565.62/142.01	c received clauses | 437 | 406 | 395 | 433 |
565.62/142.01	c join all other threads
565.62/142.01	c joined thread 0
565.62/142.01	c joined thread 1
565.62/142.01	c joined thread 2
610.10/186.56	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-3284236-1304046996/watcher-3284236-1304046996 -o /tmp/evaluation-result-3284236-1304046996/solver-3284236-1304046996 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3284236-1304046996.cnf 1448064573 4800 15500 4 

running on 4 cores: 1,3,5,7

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.05 8.07 8.08 2/174 29654
/proc/meminfo: memFree=27820592/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0

[startup+0.0877339 s]
/proc/loadavg: 8.05 8.07 8.08 2/174 29654
/proc/meminfo: memFree=27820592/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100744 s]
/proc/loadavg: 8.05 8.07 8.08 2/174 29654
/proc/meminfo: memFree=27820592/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300681 s]
/proc/loadavg: 8.05 8.07 8.08 2/174 29654
/proc/meminfo: memFree=27820592/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700579 s]
/proc/loadavg: 8.05 8.07 8.08 2/174 29654
/proc/meminfo: memFree=27820592/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50043 s]
/proc/loadavg: 7.96 8.06 8.08 9/188 29672
/proc/meminfo: memFree=26755872/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=533852 CPUtime=4.59 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 114549 0 0 0 420 39 0 0 18 0 5 0 516297309 546664448 75871 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 133463 75871 349 389 0 129213 0
[pid=29655/tid=29665] ppid=29654 vsize=533852 CPUtime=1.13 cores=1,3,5,7
/proc/29655/task/29665/stat : 29665 (priss) R 29654 29654 26197 0 -1 4202560 18373 0 0 0 106 7 0 0 19 0 5 0 516297337 546664448 75871 33554432000 4194304 5787044 140735813859504 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29655/tid=29666] ppid=29654 vsize=533852 CPUtime=1.06 cores=1,3,5,7
/proc/29655/task/29666/stat : 29666 (priss) R 29654 29654 26197 0 -1 4202560 19833 0 0 0 97 9 0 0 18 0 5 0 516297342 546664448 75871 33554432000 4194304 5787044 140735813859504 18446744073709551615 4330721 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29655/tid=29667] ppid=29654 vsize=533852 CPUtime=1.01 cores=1,3,5,7
/proc/29655/task/29667/stat : 29667 (priss) R 29654 29654 26197 0 -1 4202560 20236 0 0 0 92 9 0 0 18 0 5 0 516297349 546664448 75871 33554432000 4194304 5787044 140735813859504 18446744073709551615 4332725 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29655/tid=29669] ppid=29654 vsize=533852 CPUtime=0.96 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 19644 0 0 0 90 6 0 0 18 0 5 0 516297357 546664448 75871 33554432000 4194304 5787044 140735813859504 18446744073709551615 4332669 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 542552

[startup+3.10115 s]
/proc/loadavg: 7.96 8.06 8.08 9/188 29672
/proc/meminfo: memFree=26968284/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=525192 CPUtime=10.99 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 119267 0 0 0 1059 40 0 0 18 0 5 0 516297309 537796608 73987 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 131298 73987 350 389 0 127048 0
[pid=29655/tid=29665] ppid=29654 vsize=525192 CPUtime=2.73 cores=1,3,5,7
/proc/29655/task/29665/stat : 29665 (priss) R 29654 29654 26197 0 -1 4202560 18374 0 0 0 266 7 0 0 22 0 5 0 516297337 537796608 73987 33554432000 4194304 5787044 140735813859504 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29655/tid=29666] ppid=29654 vsize=525192 CPUtime=2.66 cores=1,3,5,7
/proc/29655/task/29666/stat : 29666 (priss) R 29654 29654 26197 0 -1 4202560 21785 0 0 0 257 9 0 0 21 0 5 0 516297342 537796608 73987 33554432000 4194304 5787044 140735813859504 18446744073709551615 4339899 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29655/tid=29667] ppid=29654 vsize=525192 CPUtime=2.61 cores=1,3,5,7
/proc/29655/task/29667/stat : 29667 (priss) R 29654 29654 26197 0 -1 4202560 22283 0 0 0 252 9 0 0 22 0 5 0 516297349 537796608 73987 33554432000 4194304 5787044 140735813859504 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29655/tid=29669] ppid=29654 vsize=525192 CPUtime=2.55 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 20362 0 0 0 249 6 0 0 21 0 5 0 516297357 537796608 73987 33554432000 4194304 5787044 140735813859504 18446744073709551615 4339899 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.99
Current children cumulated vsize (KiB) 533892

[startup+6.30056 s]
/proc/loadavg: 7.96 8.06 8.08 9/188 29672
/proc/meminfo: memFree=26894248/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=525328 CPUtime=23.77 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 119300 0 0 0 2335 42 0 0 18 0 5 0 516297309 537935872 74020 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 131332 74020 352 389 0 127082 0
[pid=29655/tid=29665] ppid=29654 vsize=525328 CPUtime=5.93 cores=1,3,5,7
/proc/29655/task/29665/stat : 29665 (priss) R 29654 29654 26197 0 -1 4202560 18376 0 0 0 586 7 0 0 22 0 5 0 516297337 537935872 74020 33554432000 4194304 5787044 140735813859504 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29655/tid=29666] ppid=29654 vsize=525328 CPUtime=5.86 cores=1,3,5,7
/proc/29655/task/29666/stat : 29666 (priss) R 29654 29654 26197 0 -1 4202560 21789 0 0 0 576 10 0 0 25 0 5 0 516297342 537935872 74020 33554432000 4194304 5787044 140735813859504 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29655/tid=29667] ppid=29654 vsize=525328 CPUtime=5.81 cores=1,3,5,7
/proc/29655/task/29667/stat : 29667 (priss) R 29654 29654 26197 0 -1 4202560 22288 0 0 0 571 10 0 0 25 0 5 0 516297349 537935872 74020 33554432000 4194304 5787044 140735813859504 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29655/tid=29669] ppid=29654 vsize=525328 CPUtime=5.73 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 20384 0 0 0 567 6 0 0 25 0 5 0 516297357 537935872 74020 33554432000 4194304 5787044 140735813859504 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.77
Current children cumulated vsize (KiB) 534028

[startup+12.7004 s]
/proc/loadavg: 7.97 8.05 8.08 9/188 29672
/proc/meminfo: memFree=26580416/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=666772 CPUtime=49.21 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 155401 0 0 0 4873 48 0 0 18 0 5 0 516297309 682774528 104088 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 166693 104088 419 389 0 162443 0
[pid=29655/tid=29665] ppid=29654 vsize=666772 CPUtime=12.32 cores=1,3,5,7
/proc/29655/task/29665/stat : 29665 (priss) R 29654 29654 26197 0 -1 4202560 27100 0 0 0 1223 9 0 0 25 0 5 0 516297337 682774528 104088 33554432000 4194304 5787044 140735813859504 18446744073709551615 5590426 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29655/tid=29666] ppid=29654 vsize=666772 CPUtime=12.2 cores=1,3,5,7
/proc/29655/task/29666/stat : 29666 (priss) R 29654 29654 26197 0 -1 4202560 34144 0 0 0 1208 12 0 0 25 0 5 0 516297342 682774528 104088 33554432000 4194304 5787044 140735813859504 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29655/tid=29667] ppid=29654 vsize=666772 CPUtime=12.17 cores=1,3,5,7
/proc/29655/task/29667/stat : 29667 (priss) R 29654 29654 26197 0 -1 4202560 34454 0 0 0 1205 12 0 0 25 0 5 0 516297349 682774528 104088 33554432000 4194304 5787044 140735813859504 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29655/tid=29669] ppid=29654 vsize=666772 CPUtime=12.09 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 23240 0 0 0 1202 7 0 0 20 0 5 0 516297357 682774528 104088 33554432000 4194304 5787044 140735813859504 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.21
Current children cumulated vsize (KiB) 675472

[startup+25.5011 s]
/proc/loadavg: 8.05 8.07 8.08 9/188 29672
/proc/meminfo: memFree=26574240/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=666772 CPUtime=100.34 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 155401 0 0 0 9982 52 0 0 18 0 5 0 516297309 682774528 104088 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 166693 104088 419 389 0 162443 0
[pid=29655/tid=29665] ppid=29654 vsize=666772 CPUtime=25.12 cores=1,3,5,7
/proc/29655/task/29665/stat : 29665 (priss) R 29654 29654 26197 0 -1 4202560 27100 0 0 0 2502 10 0 0 25 0 5 0 516297337 682774528 104088 33554432000 4194304 5787044 140735813859504 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29655/tid=29666] ppid=29654 vsize=666772 CPUtime=25 cores=1,3,5,7
/proc/29655/task/29666/stat : 29666 (priss) R 29654 29654 26197 0 -1 4202560 34144 0 0 0 2487 13 0 0 25 0 5 0 516297342 682774528 104088 33554432000 4194304 5787044 140735813859504 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29655/tid=29667] ppid=29654 vsize=666772 CPUtime=24.97 cores=1,3,5,7
/proc/29655/task/29667/stat : 29667 (priss) R 29654 29654 26197 0 -1 4202560 34454 0 0 0 2484 13 0 0 25 0 5 0 516297349 682774528 104088 33554432000 4194304 5787044 140735813859504 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29655/tid=29669] ppid=29654 vsize=666772 CPUtime=24.81 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 23240 0 0 0 2473 8 0 0 25 0 5 0 516297357 682774528 104088 33554432000 4194304 5787044 140735813859504 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.34
Current children cumulated vsize (KiB) 675472

[startup+51.1004 s]
/proc/loadavg: 8.03 8.06 8.08 9/188 29673
/proc/meminfo: memFree=26553428/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=669676 CPUtime=202.58 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 160729 0 0 0 20199 59 0 0 18 0 5 0 516297309 685748224 109416 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 167419 109416 419 389 0 163169 0
[pid=29655/tid=29665] ppid=29654 vsize=669676 CPUtime=50.72 cores=1,3,5,7
/proc/29655/task/29665/stat : 29665 (priss) R 29654 29654 26197 0 -1 4202560 28216 0 0 0 5060 12 0 0 25 0 5 0 516297337 685748224 109416 33554432000 4194304 5787044 140735813859504 18446744073709551615 4229504 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29655/tid=29666] ppid=29654 vsize=669676 CPUtime=50.59 cores=1,3,5,7
/proc/29655/task/29666/stat : 29666 (priss) R 29654 29654 26197 0 -1 4202560 36514 0 0 0 5044 15 0 0 25 0 5 0 516297342 685748224 109416 33554432000 4194304 5787044 140735813859504 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29655/tid=29667] ppid=29654 vsize=669676 CPUtime=50.56 cores=1,3,5,7
/proc/29655/task/29667/stat : 29667 (priss) R 29654 29654 26197 0 -1 4202560 35926 0 0 0 5042 14 0 0 25 0 5 0 516297349 685748224 109416 33554432000 4194304 5787044 140735813859504 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29655/tid=29669] ppid=29654 vsize=669676 CPUtime=50.26 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 23610 0 0 0 5017 9 0 0 25 0 5 0 516297357 685748224 109416 33554432000 4194304 5787044 140735813859504 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.58
Current children cumulated vsize (KiB) 678376

[startup+102.307 s]
/proc/loadavg: 8.01 8.05 8.07 9/188 29706
/proc/meminfo: memFree=27248252/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=677268 CPUtime=407.12 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 170106 0 0 0 40637 75 0 0 18 0 5 0 516297309 693522432 118749 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 169317 118749 419 389 0 165067 0
[pid=29655/tid=29665] ppid=29654 vsize=677268 CPUtime=101.93 cores=1,3,5,7
/proc/29655/task/29665/stat : 29665 (priss) R 29654 29654 26197 0 -1 4202560 31796 0 0 0 10176 17 0 0 25 0 5 0 516297337 693522432 118749 33554432000 4194304 5787044 140735813859504 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29655/tid=29666] ppid=29654 vsize=677268 CPUtime=101.79 cores=1,3,5,7
/proc/29655/task/29666/stat : 29666 (priss) R 29654 29654 26197 0 -1 4202560 38330 0 0 0 10161 18 0 0 25 0 5 0 516297342 693522432 118749 33554432000 4194304 5787044 140735813859504 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29655/tid=29667] ppid=29654 vsize=677268 CPUtime=101.76 cores=1,3,5,7
/proc/29655/task/29667/stat : 29667 (priss) R 29654 29654 26197 0 -1 4202560 37772 0 0 0 10159 17 0 0 25 0 5 0 516297349 693522432 118749 33554432000 4194304 5787044 140735813859504 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29655/tid=29669] ppid=29654 vsize=677268 CPUtime=101.19 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 25745 0 0 0 10105 14 0 0 25 0 5 0 516297357 693522432 118749 33554432000 4194304 5787044 140735813859504 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.12
Current children cumulated vsize (KiB) 685968

[startup+162.3 s]
/proc/loadavg: 7.19 7.86 8.01 6/185 29708
/proc/meminfo: memFree=27134004/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=687212 CPUtime=585.95 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 194034 0 0 0 58496 99 0 0 17 0 2 0 516297309 703705088 131890 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 171803 131890 447 389 0 167553 0
[pid=29655/tid=29669] ppid=29654 vsize=687212 CPUtime=160.95 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 41658 0 0 0 16077 18 0 0 25 0 2 0 516297357 703705088 131890 33554432000 4194304 5787044 140735813859504 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 585.95
Current children cumulated vsize (KiB) 695912

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

[startup+166.301 s]
/proc/loadavg: 7.01 7.81 7.99 6/185 29708
/proc/meminfo: memFree=27130648/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=687212 CPUtime=589.95 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 194034 0 0 0 58896 99 0 0 17 0 2 0 516297309 703705088 131890 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 171803 131890 447 389 0 167553 0
[pid=29655/tid=29669] ppid=29654 vsize=687212 CPUtime=164.95 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 41658 0 0 0 16477 18 0 0 25 0 2 0 516297357 703705088 131890 33554432000 4194304 5787044 140735813859504 18446744073709551615 18446744073699065971 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 589.95
Current children cumulated vsize (KiB) 695912

[startup+179.1 s]
/proc/loadavg: 6.70 7.72 7.96 6/185 29708
/proc/meminfo: memFree=27128532/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=687212 CPUtime=602.75 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 194034 0 0 0 60176 99 0 0 17 0 2 0 516297309 703705088 131890 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 171803 131890 447 389 0 167553 0
[pid=29655/tid=29669] ppid=29654 vsize=687212 CPUtime=177.75 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 41658 0 0 0 17757 18 0 0 25 0 2 0 516297357 703705088 131890 33554432000 4194304 5787044 140735813859504 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 602.75
Current children cumulated vsize (KiB) 695912

[startup+182.301 s]
/proc/loadavg: 6.57 7.67 7.94 6/185 29708
/proc/meminfo: memFree=27128408/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=687212 CPUtime=605.96 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 194035 0 0 0 60497 99 0 0 17 0 2 0 516297309 703705088 131891 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 171803 131891 447 389 0 167553 0
[pid=29655/tid=29669] ppid=29654 vsize=687212 CPUtime=180.95 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 41659 0 0 0 18077 18 0 0 25 0 2 0 516297357 703705088 131891 33554432000 4194304 5787044 140735813859504 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 605.96
Current children cumulated vsize (KiB) 695912

[startup+183.9 s]
/proc/loadavg: 6.57 7.67 7.94 6/185 29709
/proc/meminfo: memFree=27128284/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=687212 CPUtime=607.55 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 194035 0 0 0 60656 99 0 0 17 0 2 0 516297309 703705088 131891 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 171803 131891 447 389 0 167553 0
[pid=29655/tid=29669] ppid=29654 vsize=687212 CPUtime=182.55 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 41659 0 0 0 18237 18 0 0 25 0 2 0 516297357 703705088 131891 33554432000 4194304 5787044 140735813859504 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 607.55
Current children cumulated vsize (KiB) 695912

[startup+185.501 s]
/proc/loadavg: 6.57 7.67 7.94 6/185 29709
/proc/meminfo: memFree=27128408/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=687212 CPUtime=609.16 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 194035 0 0 0 60817 99 0 0 17 0 2 0 516297309 703705088 131891 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 171803 131891 447 389 0 167553 0
[pid=29655/tid=29669] ppid=29654 vsize=687212 CPUtime=184.16 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 41659 0 0 0 18398 18 0 0 25 0 2 0 516297357 703705088 131891 33554432000 4194304 5787044 140735813859504 18446744073709551615 4337698 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 609.16
Current children cumulated vsize (KiB) 695912

[startup+186.301 s]
/proc/loadavg: 6.44 7.63 7.93 6/185 29709
/proc/meminfo: memFree=27128408/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=687212 CPUtime=609.96 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 194035 0 0 0 60897 99 0 0 17 0 2 0 516297309 703705088 131891 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 171803 131891 447 389 0 167553 0
[pid=29655/tid=29669] ppid=29654 vsize=687212 CPUtime=184.95 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) R 29654 29654 26197 0 -1 4202560 41659 0 0 0 18477 18 0 0 25 0 2 0 516297357 703705088 131891 33554432000 4194304 5787044 140735813859504 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 609.96
Current children cumulated vsize (KiB) 695912

[startup+186.501 s]
/proc/loadavg: 6.44 7.63 7.93 6/185 29709
/proc/meminfo: memFree=27128408/32951124 swapFree=67111356/67111528
[pid=29654] ppid=29652 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29654/stat : 29654 (prissAuto.sh) S 29652 29654 26197 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516297309 8908800 252 33554432000 4194304 4922060 140735122196256 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29654/statm: 2175 252 211 178 0 68 0
[pid=29655] ppid=29654 vsize=687212 CPUtime=610.1 cores=1,3,5,7
/proc/29655/stat : 29655 (priss) S 29654 29654 26197 0 -1 4202496 194050 0 0 0 60911 99 0 0 17 0 2 0 516297309 703705088 131906 33554432000 4194304 5787044 140735813859504 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29655/statm: 171803 131906 462 389 0 167553 0
[pid=29655/tid=29669] ppid=29654 vsize=687212 CPUtime=185.1 cores=1,3,5,7
/proc/29655/task/29669/stat : 29669 (priss) D 29654 29654 26197 0 -1 4202560 41674 0 0 0 18492 18 0 0 25 0 2 0 516297357 703705088 131906 33554432000 4194304 5787044 140735813859504 18446744073709551615 47534385198756 0 0 4096 0 18446744071562234166 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 610.1
Current children cumulated vsize (KiB) 695912

Child status: 20
Real time (s): 186.591
CPU time (s): 610.136
CPU user time (s): 609.116
CPU system time (s): 1.01984
CPU usage (%): 326.99
Max. virtual memory (cumulated for all children) (KiB): 770180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 609.116
system time used= 1.01984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194411
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34676
involuntary context switches= 4705

runsolver used 0.291955 second user time and 0.730888 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 05:16:36
IDJOB=3284236
IDBENCH=71743
IDSOLVER=1602
FILE ID=node137/3284236-1304046996
RUNJOBID= node137-1304043383-29277
PBS_JOBID= 13170366
Free space on /tmp= 71596 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284236-1304046996/watcher-3284236-1304046996 -o /tmp/evaluation-result-3284236-1304046996/solver-3284236-1304046996 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3284236-1304046996.cnf 1448064573 4800 15500 4

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1448064573

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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:      27820996 kB
Buffers:        892188 kB
Cached:        3705624 kB
SwapCached:         56 kB
Active:         217140 kB
Inactive:      4447160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27820996 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           25684 kB
Writeback:           0 kB
AnonPages:       65992 kB
Mapped:          14700 kB
Slab:           401564 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189600 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= 71604 MiB
End job on node137 at 2011-04-29 05:19:43