Trace number 3284190

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 166.215 41.7971

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6861
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

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: 12080
0.00/0.00	c setup for 4cores
0.00/0.09	c parsetime: 93959us
0.00/0.09	c parsed 304026 clauses with 17710 variables
0.00/0.11	c NW started thread 0 successfully (1109764416)
0.00/0.14	c NW started thread 1 successfully (1120254272)
0.00/0.17	c NW started thread 2 successfully (1130744128)
0.00/0.21	c NW started thread 3 successfully (1141233984)
15.86/4.17	c preprocessor returned 18010 variables
15.86/4.17	c preprocessing returned UNKNOWN
15.86/4.17	c PP set 35 variables
15.86/4.17	c pp time: 4050703us (4s)
16.27/4.21	c preprocessor returned 18010 variables
16.27/4.21	c preprocessing returned UNKNOWN
16.27/4.21	c PP set 35 variables
16.27/4.21	c pp time: 4060396us (4s)
16.27/4.23	c preprocessor returned 18010 variables
16.27/4.23	c preprocessing returned UNKNOWN
16.27/4.23	c PP set 35 variables
16.27/4.23	c pp time: 4053969us (4s)
35.81/9.10	c preprocessor returned 30005 variables
35.81/9.10	c preprocessing returned UNKNOWN
35.81/9.10	c PP set 35 variables
35.81/9.10	c pp time: 8885708us (8s)
36.61/9.30	c HTE
37.41/9.55	c subsumption
38.63/9.81	c simplified formula contains 0 unit clauses
50.60/12.82	c HTE
52.18/13.29	c subsumption
53.37/13.58	c simplified formula contains 0 unit clauses
60.58/15.39	c added unsatisfied clause
60.58/15.39	c failed to add network clauses
148.05/37.29	c added unsatisfied clause
148.05/37.29	c failed to add network clauses
165.61/41.65	c added unsatisfied clause
165.61/41.65	c failed to add network clauses
165.61/41.66	c ====================c added unsatisfied clause
165.61/41.66	
165.61/41.66	c failed to add network clauses
165.61/41.66	c implication/decision inf%(c ====================
165.61/41.66	inf)
165.61/41.66	c decisions:           1991239
165.61/41.66	c last level:          c ====================
165.61/41.66	0
165.61/41.66	c conflicts:           250253
165.61/41.66	c restarts:            1659
165.61/41.66	c rejected_restarts    0
165.61/41.66	c removals:            15
165.61/41.66	c removed clauses:     173840
165.61/41.66	c oft clauses:         0
166.00/41.72	c solvetime: 37546005us (37s)
166.00/41.74	c sended clauses   | 7340 | 5126 | 7089 | 1419 |
166.00/41.74	c received clauses | 160 | 134 | 101 | 142 |
166.00/41.74	c join all other threads
166.00/41.75	c joined thread 0
166.00/41.75	c joined thread 1
166.00/41.75	c joined thread 2
166.00/41.78	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-3284190-1304046985/watcher-3284190-1304046985 -o /tmp/evaluation-result-3284190-1304046985/solver-3284190-1304046985 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3284190-1304046985.cnf 725202155 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: 6.54 7.70 7.72 5/182 12079
/proc/meminfo: memFree=21385828/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0

[startup+0.0841091 s]
/proc/loadavg: 6.54 7.70 7.72 5/182 12079
/proc/meminfo: memFree=21385828/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101105 s]
/proc/loadavg: 6.54 7.70 7.72 5/182 12079
/proc/meminfo: memFree=21385828/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301093 s]
/proc/loadavg: 6.54 7.70 7.72 5/182 12079
/proc/meminfo: memFree=21385828/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.965506 s]
/proc/loadavg: 6.54 7.70 7.72 5/182 12079
/proc/meminfo: memFree=21385828/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.7969 s]
/proc/loadavg: 6.54 7.70 7.72 5/182 12079
/proc/meminfo: memFree=21385828/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10053 s]
/proc/loadavg: 6.54 7.70 7.72 9/188 12085
/proc/meminfo: memFree=21109524/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
[pid=12080] ppid=12079 vsize=437176 CPUtime=11.89 cores=0,2,4,6
/proc/12080/stat : 12080 (priss) S 12079 12079 10480 0 -1 4202496 59942 0 0 0 1174 15 0 0 19 0 5 0 516298191 447668224 39984 33554432000 4194304 5787044 140734123565904 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12080/statm: 109294 39984 355 389 0 105044 0
[pid=12080/tid=12082] ppid=12079 vsize=437176 CPUtime=2.96 cores=0,2,4,6
/proc/12080/task/12082/stat : 12082 (priss) R 12079 12079 10480 0 -1 4202560 10285 0 0 0 293 3 0 0 21 0 5 0 516298203 447668224 39984 33554432000 4194304 5787044 140734123565904 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12080/tid=12083] ppid=12079 vsize=437176 CPUtime=2.91 cores=0,2,4,6
/proc/12080/task/12083/stat : 12083 (priss) R 12079 12079 10480 0 -1 4202560 10850 0 0 0 289 2 0 0 21 0 5 0 516298206 447668224 39984 33554432000 4194304 5787044 140734123565904 18446744073709551615 4318776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12080/tid=12084] ppid=12079 vsize=437176 CPUtime=2.91 cores=0,2,4,6
/proc/12080/task/12084/stat : 12084 (priss) R 12079 12079 10480 0 -1 4202560 11934 0 0 0 288 3 0 0 21 0 5 0 516298209 447668224 39984 33554432000 4194304 5787044 140734123565904 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12080/tid=12085] ppid=12079 vsize=437176 CPUtime=2.87 cores=0,2,4,6
/proc/12080/task/12085/stat : 12085 (priss) R 12079 12079 10480 0 -1 4202560 11078 0 0 0 284 3 0 0 21 0 5 0 516298213 447668224 39984 33554432000 4194304 5787044 140734123565904 18446744073709551615 4359250 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 445876

[startup+6.30093 s]
/proc/loadavg: 6.66 7.71 7.72 9/188 12085
/proc/meminfo: memFree=21055344/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
[pid=12080] ppid=12079 vsize=449460 CPUtime=24.64 cores=0,2,4,6
/proc/12080/stat : 12080 (priss) S 12079 12079 10480 0 -1 4202496 75269 0 0 0 2445 19 0 0 19 0 5 0 516298191 460247040 52622 33554432000 4194304 5787044 140734123565904 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12080/statm: 112365 52622 405 389 0 108115 0
[pid=12080/tid=12082] ppid=12079 vsize=449460 CPUtime=6.16 cores=0,2,4,6
/proc/12080/task/12082/stat : 12082 (priss) R 12079 12079 10480 0 -1 4202560 13955 0 0 0 612 4 0 0 18 0 5 0 516298203 460247040 52622 33554432000 4194304 5787044 140734123565904 18446744073709551615 4218723 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12080/tid=12083] ppid=12079 vsize=449460 CPUtime=6.09 cores=0,2,4,6
/proc/12080/task/12083/stat : 12083 (priss) R 12079 12079 10480 0 -1 4202560 16311 0 0 0 605 4 0 0 25 0 5 0 516298206 460247040 52622 33554432000 4194304 5787044 140734123565904 18446744073709551615 5576439 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12080/tid=12084] ppid=12079 vsize=449460 CPUtime=6.1 cores=0,2,4,6
/proc/12080/task/12084/stat : 12084 (priss) R 12079 12079 10480 0 -1 4202560 17051 0 0 0 606 4 0 0 25 0 5 0 516298209 460247040 52622 33554432000 4194304 5787044 140734123565904 18446744073709551615 4217160 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12080/tid=12085] ppid=12079 vsize=449460 CPUtime=6.05 cores=0,2,4,6
/proc/12080/task/12085/stat : 12085 (priss) R 12079 12079 10480 0 -1 4202560 12157 0 0 0 602 3 0 0 25 0 5 0 516298213 460247040 52622 33554432000 4194304 5787044 140734123565904 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 458160

[startup+12.7007 s]
/proc/loadavg: 6.77 7.71 7.72 9/188 12085
/proc/meminfo: memFree=21027460/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
[pid=12080] ppid=12079 vsize=449460 CPUtime=50.2 cores=0,2,4,6
/proc/12080/stat : 12080 (priss) S 12079 12079 10480 0 -1 4202496 84178 0 0 0 4996 24 0 0 19 0 5 0 516298191 460247040 55000 33554432000 4194304 5787044 140734123565904 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12080/statm: 112365 55000 419 389 0 108115 0
[pid=12080/tid=12082] ppid=12079 vsize=449460 CPUtime=12.56 cores=0,2,4,6
/proc/12080/task/12082/stat : 12082 (priss) R 12079 12079 10480 0 -1 4202560 14002 0 0 0 1251 5 0 0 25 0 5 0 516298203 460247040 55000 33554432000 4194304 5787044 140734123565904 18446744073709551615 5586610 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12080/tid=12083] ppid=12079 vsize=449460 CPUtime=12.45 cores=0,2,4,6
/proc/12080/task/12083/stat : 12083 (priss) R 12079 12079 10480 0 -1 4202560 16311 0 0 0 1240 5 0 0 25 0 5 0 516298206 460247040 55000 33554432000 4194304 5787044 140734123565904 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12080/tid=12084] ppid=12079 vsize=449460 CPUtime=12.5 cores=0,2,4,6
/proc/12080/task/12084/stat : 12084 (priss) R 12079 12079 10480 0 -1 4202560 17051 0 0 0 1245 5 0 0 25 0 5 0 516298209 460247040 55000 33554432000 4194304 5787044 140734123565904 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12080/tid=12085] ppid=12079 vsize=449460 CPUtime=12.45 cores=0,2,4,6
/proc/12080/task/12085/stat : 12085 (priss) R 12079 12079 10480 0 -1 4202560 21019 0 0 0 1240 5 0 0 25 0 5 0 516298213 460247040 55000 33554432000 4194304 5787044 140734123565904 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.2
Current children cumulated vsize (KiB) 458160

[startup+25.5003 s]
/proc/loadavg: 6.58 7.63 7.69 6/180 12089
/proc/meminfo: memFree=25756860/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
[pid=12080] ppid=12079 vsize=453560 CPUtime=101.29 cores=0,2,4,6
/proc/12080/stat : 12080 (priss) S 12079 12079 10480 0 -1 4202496 88378 0 0 0 10101 28 0 0 19 0 5 0 516298191 464445440 58709 33554432000 4194304 5787044 140734123565904 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12080/statm: 113390 58709 419 389 0 109140 0
[pid=12080/tid=12082] ppid=12079 vsize=453560 CPUtime=25.35 cores=0,2,4,6
/proc/12080/task/12082/stat : 12082 (priss) R 12079 12079 10480 0 -1 4202560 14530 0 0 0 2529 6 0 0 25 0 5 0 516298203 464445440 58709 33554432000 4194304 5787044 140734123565904 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12080/tid=12083] ppid=12079 vsize=453560 CPUtime=25.18 cores=0,2,4,6
/proc/12080/task/12083/stat : 12083 (priss) R 12079 12079 10480 0 -1 4202560 16441 0 0 0 2511 7 0 0 25 0 5 0 516298206 464445440 58709 33554432000 4194304 5787044 140734123565904 18446744073709551615 5601954 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12080/tid=12084] ppid=12079 vsize=453560 CPUtime=25.28 cores=0,2,4,6
/proc/12080/task/12084/stat : 12084 (priss) R 12079 12079 10480 0 -1 4202560 18574 0 0 0 2523 5 0 0 25 0 5 0 516298209 464445440 58709 33554432000 4194304 5787044 140734123565904 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12080/tid=12085] ppid=12079 vsize=453560 CPUtime=25.24 cores=0,2,4,6
/proc/12080/task/12085/stat : 12085 (priss) R 12079 12079 10480 0 -1 4202560 23038 0 0 0 2518 6 0 0 25 0 5 0 516298213 464445440 58709 33554432000 4194304 5787044 140734123565904 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 462260

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

[startup+26.5011 s]
/proc/loadavg: 6.58 7.63 7.69 6/180 12089
/proc/meminfo: memFree=25756860/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
[pid=12080] ppid=12079 vsize=453560 CPUtime=105.3 cores=0,2,4,6
/proc/12080/stat : 12080 (priss) S 12079 12079 10480 0 -1 4202496 88383 0 0 0 10501 29 0 0 19 0 5 0 516298191 464445440 58714 33554432000 4194304 5787044 140734123565904 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12080/statm: 113390 58714 419 389 0 109140 0
[pid=12080/tid=12082] ppid=12079 vsize=453560 CPUtime=26.35 cores=0,2,4,6
/proc/12080/task/12082/stat : 12082 (priss) R 12079 12079 10480 0 -1 4202560 14530 0 0 0 2629 6 0 0 25 0 5 0 516298203 464445440 58714 33554432000 4194304 5787044 140734123565904 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12080/tid=12083] ppid=12079 vsize=453560 CPUtime=26.17 cores=0,2,4,6
/proc/12080/task/12083/stat : 12083 (priss) R 12079 12079 10480 0 -1 4202560 16441 0 0 0 2610 7 0 0 25 0 5 0 516298206 464445440 58714 33554432000 4194304 5787044 140734123565904 18446744073709551615 4217177 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12080/tid=12084] ppid=12079 vsize=453560 CPUtime=26.28 cores=0,2,4,6
/proc/12080/task/12084/stat : 12084 (priss) R 12079 12079 10480 0 -1 4202560 18579 0 0 0 2623 5 0 0 25 0 5 0 516298209 464445440 58714 33554432000 4194304 5787044 140734123565904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12080/tid=12085] ppid=12079 vsize=453560 CPUtime=26.24 cores=0,2,4,6
/proc/12080/task/12085/stat : 12085 (priss) R 12079 12079 10480 0 -1 4202560 23038 0 0 0 2618 6 0 0 25 0 5 0 516298213 464445440 58714 33554432000 4194304 5787044 140734123565904 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 105.3
Current children cumulated vsize (KiB) 462260

[startup+32.9069 s]
/proc/loadavg: 6.45 7.58 7.68 6/180 12089
/proc/meminfo: memFree=25754016/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
[pid=12080] ppid=12079 vsize=453560 CPUtime=130.88 cores=0,2,4,6
/proc/12080/stat : 12080 (priss) S 12079 12079 10480 0 -1 4202496 89181 0 0 0 13058 30 0 0 19 0 5 0 516298191 464445440 59512 33554432000 4194304 5787044 140734123565904 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12080/statm: 113390 59512 419 389 0 109140 0
[pid=12080/tid=12082] ppid=12079 vsize=453560 CPUtime=32.75 cores=0,2,4,6
/proc/12080/task/12082/stat : 12082 (priss) R 12079 12079 10480 0 -1 4202560 14538 0 0 0 3269 6 0 0 25 0 5 0 516298203 464445440 59512 33554432000 4194304 5787044 140734123565904 18446744073709551615 5588270 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12080/tid=12083] ppid=12079 vsize=453560 CPUtime=32.55 cores=0,2,4,6
/proc/12080/task/12083/stat : 12083 (priss) R 12079 12079 10480 0 -1 4202560 16812 0 0 0 3247 8 0 0 25 0 5 0 516298206 464445440 59512 33554432000 4194304 5787044 140734123565904 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12080/tid=12084] ppid=12079 vsize=453560 CPUtime=32.7 cores=0,2,4,6
/proc/12080/task/12084/stat : 12084 (priss) R 12079 12079 10480 0 -1 4202560 18609 0 0 0 3264 6 0 0 25 0 5 0 516298209 464445440 59512 33554432000 4194304 5787044 140734123565904 18446744073709551615 5590818 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12080/tid=12085] ppid=12079 vsize=453560 CPUtime=32.65 cores=0,2,4,6
/proc/12080/task/12085/stat : 12085 (priss) R 12079 12079 10480 0 -1 4202560 23427 0 0 0 3258 7 0 0 25 0 5 0 516298213 464445440 59512 33554432000 4194304 5787044 140734123565904 18446744073709551615 5530814 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 130.88
Current children cumulated vsize (KiB) 462260

[startup+36.1003 s]
/proc/loadavg: 6.33 7.54 7.66 8/186 12116
/proc/meminfo: memFree=26026628/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
[pid=12080] ppid=12079 vsize=457660 CPUtime=143.65 cores=0,2,4,6
/proc/12080/stat : 12080 (priss) S 12079 12079 10480 0 -1 4202496 90712 0 0 0 14333 32 0 0 19 0 5 0 516298191 468643840 61043 33554432000 4194304 5787044 140734123565904 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12080/statm: 114415 61043 419 389 0 110165 0
[pid=12080/tid=12082] ppid=12079 vsize=457660 CPUtime=35.95 cores=0,2,4,6
/proc/12080/task/12082/stat : 12082 (priss) R 12079 12079 10480 0 -1 4202560 14563 0 0 0 3589 6 0 0 25 0 5 0 516298203 468643840 61043 33554432000 4194304 5787044 140734123565904 18446744073709551615 5588286 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12080/tid=12083] ppid=12079 vsize=457660 CPUtime=35.72 cores=0,2,4,6
/proc/12080/task/12083/stat : 12083 (priss) R 12079 12079 10480 0 -1 4202560 16851 0 0 0 3564 8 0 0 25 0 5 0 516298206 468643840 61043 33554432000 4194304 5787044 140734123565904 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12080/tid=12084] ppid=12079 vsize=457660 CPUtime=35.89 cores=0,2,4,6
/proc/12080/task/12084/stat : 12084 (priss) R 12079 12079 10480 0 -1 4202560 18611 0 0 0 3582 7 0 0 25 0 5 0 516298209 468643840 61043 33554432000 4194304 5787044 140734123565904 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12080/tid=12085] ppid=12079 vsize=457660 CPUtime=35.85 cores=0,2,4,6
/proc/12080/task/12085/stat : 12085 (priss) R 12079 12079 10480 0 -1 4202560 24892 0 0 0 3577 8 0 0 25 0 5 0 516298213 468643840 61043 33554432000 4194304 5787044 140734123565904 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 143.65
Current children cumulated vsize (KiB) 466360

[startup+39.3006 s]
/proc/loadavg: 6.33 7.54 7.66 9/188 12118
/proc/meminfo: memFree=25947708/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
[pid=12080] ppid=12079 vsize=457660 CPUtime=156.41 cores=0,2,4,6
/proc/12080/stat : 12080 (priss) S 12079 12079 10480 0 -1 4202496 90986 0 0 0 15608 33 0 0 19 0 5 0 516298191 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12080/statm: 114415 61316 419 389 0 110165 0
[pid=12080/tid=12082] ppid=12079 vsize=457660 CPUtime=39.15 cores=0,2,4,6
/proc/12080/task/12082/stat : 12082 (priss) R 12079 12079 10480 0 -1 4202560 14564 0 0 0 3908 7 0 0 19 0 5 0 516298203 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12080/tid=12083] ppid=12079 vsize=457660 CPUtime=38.91 cores=0,2,4,6
/proc/12080/task/12083/stat : 12083 (priss) R 12079 12079 10480 0 -1 4202560 16865 0 0 0 3883 8 0 0 25 0 5 0 516298206 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12080/tid=12084] ppid=12079 vsize=457660 CPUtime=39.08 cores=0,2,4,6
/proc/12080/task/12084/stat : 12084 (priss) R 12079 12079 10480 0 -1 4202560 18745 0 0 0 3901 7 0 0 19 0 5 0 516298209 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 4220778 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12080/tid=12085] ppid=12079 vsize=457660 CPUtime=39.05 cores=0,2,4,6
/proc/12080/task/12085/stat : 12085 (priss) R 12079 12079 10480 0 -1 4202560 25017 0 0 0 3897 8 0 0 25 0 5 0 516298213 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 5524792 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 156.41
Current children cumulated vsize (KiB) 466360

[startup+40.9003 s]
/proc/loadavg: 6.55 7.56 7.67 9/188 12118
/proc/meminfo: memFree=25932812/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
[pid=12080] ppid=12079 vsize=457660 CPUtime=162.8 cores=0,2,4,6
/proc/12080/stat : 12080 (priss) S 12079 12079 10480 0 -1 4202496 90986 0 0 0 16247 33 0 0 19 0 5 0 516298191 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12080/statm: 114415 61316 419 389 0 110165 0
[pid=12080/tid=12082] ppid=12079 vsize=457660 CPUtime=40.75 cores=0,2,4,6
/proc/12080/task/12082/stat : 12082 (priss) R 12079 12079 10480 0 -1 4202560 14564 0 0 0 4068 7 0 0 22 0 5 0 516298203 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 5586888 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12080/tid=12083] ppid=12079 vsize=457660 CPUtime=40.49 cores=0,2,4,6
/proc/12080/task/12083/stat : 12083 (priss) R 12079 12079 10480 0 -1 4202560 16865 0 0 0 4041 8 0 0 25 0 5 0 516298206 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12080/tid=12084] ppid=12079 vsize=457660 CPUtime=40.68 cores=0,2,4,6
/proc/12080/task/12084/stat : 12084 (priss) R 12079 12079 10480 0 -1 4202560 18745 0 0 0 4061 7 0 0 22 0 5 0 516298209 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12080/tid=12085] ppid=12079 vsize=457660 CPUtime=40.64 cores=0,2,4,6
/proc/12080/task/12085/stat : 12085 (priss) R 12079 12079 10480 0 -1 4202560 25017 0 0 0 4056 8 0 0 25 0 5 0 516298213 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.8
Current children cumulated vsize (KiB) 466360

[startup+41.3003 s]
/proc/loadavg: 6.55 7.56 7.67 9/188 12118
/proc/meminfo: memFree=25932812/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
[pid=12080] ppid=12079 vsize=457660 CPUtime=164.39 cores=0,2,4,6
/proc/12080/stat : 12080 (priss) S 12079 12079 10480 0 -1 4202496 90986 0 0 0 16406 33 0 0 19 0 5 0 516298191 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12080/statm: 114415 61316 419 389 0 110165 0
[pid=12080/tid=12082] ppid=12079 vsize=457660 CPUtime=41.15 cores=0,2,4,6
/proc/12080/task/12082/stat : 12082 (priss) R 12079 12079 10480 0 -1 4202560 14564 0 0 0 4108 7 0 0 24 0 5 0 516298203 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 4254524 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12080/tid=12083] ppid=12079 vsize=457660 CPUtime=40.89 cores=0,2,4,6
/proc/12080/task/12083/stat : 12083 (priss) R 12079 12079 10480 0 -1 4202560 16865 0 0 0 4081 8 0 0 25 0 5 0 516298206 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12080/tid=12084] ppid=12079 vsize=457660 CPUtime=41.08 cores=0,2,4,6
/proc/12080/task/12084/stat : 12084 (priss) R 12079 12079 10480 0 -1 4202560 18745 0 0 0 4101 7 0 0 24 0 5 0 516298209 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12080/tid=12085] ppid=12079 vsize=457660 CPUtime=41.04 cores=0,2,4,6
/proc/12080/task/12085/stat : 12085 (priss) R 12079 12079 10480 0 -1 4202560 25017 0 0 0 4096 8 0 0 25 0 5 0 516298213 468643840 61316 33554432000 4194304 5787044 140734123565904 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 164.39
Current children cumulated vsize (KiB) 466360

[startup+41.7062 s]
/proc/loadavg: 6.55 7.56 7.67 9/188 12118
/proc/meminfo: memFree=25926240/32950928 swapFree=67111364/67111528
[pid=12079] ppid=12077 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12079/stat : 12079 (prissAuto.sh) S 12077 12079 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516298191 8908800 251 33554432000 4194304 4922060 140733686117232 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12079/statm: 2175 251 211 178 0 68 0
[pid=12080] ppid=12079 vsize=457660 CPUtime=166 cores=0,2,4,6
/proc/12080/stat : 12080 (priss) S 12079 12079 10480 0 -1 4202496 91634 0 0 0 16560 40 0 0 19 0 5 0 516298191 468643840 61964 33554432000 4194304 5787044 140734123565904 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12080/statm: 114415 61964 431 389 0 110165 0
[pid=12080/tid=12082] ppid=12079 vsize=457660 CPUtime=41.54 cores=0,2,4,6
/proc/12080/task/12082/stat : 12082 (priss) S 12079 12079 10480 0 -1 4202560 14575 0 0 0 4145 9 0 0 17 0 5 0 516298203 468643840 61964 33554432000 4194304 5787044 140734123565904 18446744073709551615 208080337390 0 0 4096 0 18446604451473705152 0 0 -1 4 0 0 0
[pid=12080/tid=12083] ppid=12079 vsize=457660 CPUtime=41.29 cores=0,2,4,6
/proc/12080/task/12083/stat : 12083 (priss) R 12079 12079 10480 0 -1 4202560 16865 0 0 0 4119 10 0 0 18 0 5 0 516298206 468643840 61964 33554432000 4194304 5787044 140734123565904 18446744073709551615 208079881345 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12080/tid=12084] ppid=12079 vsize=457660 CPUtime=41.48 cores=0,2,4,6
/proc/12080/task/12084/stat : 12084 (priss) S 12079 12079 10480 0 -1 4202560 18746 0 0 0 4139 9 0 0 18 0 5 0 516298209 468643840 61964 33554432000 4194304 5787044 140734123565904 18446744073709551615 208080337390 0 0 4096 0 18446604451473705152 0 0 -1 2 0 0 0
[pid=12080/tid=12085] ppid=12079 vsize=457660 CPUtime=41.45 cores=0,2,4,6
/proc/12080/task/12085/stat : 12085 (priss) R 12079 12079 10480 0 -1 4202560 25653 0 0 0 4137 8 0 0 25 0 5 0 516298213 468643840 61964 33554432000 4194304 5787044 140734123565904 18446744073709551615 4332602 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 166
Current children cumulated vsize (KiB) 466360

Child status: 20
Real time (s): 41.7971
CPU time (s): 166.215
CPU user time (s): 165.743
CPU system time (s): 0.471928
CPU usage (%): 397.671
Max. virtual memory (cumulated for all children) (KiB): 466360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 165.743
system time used= 0.471928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92032
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= 20343
involuntary context switches= 1440

runsolver used 0.078987 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 05:16:25
IDJOB=3284190
IDBENCH=71718
IDSOLVER=1602
FILE ID=node127/3284190-1304046985
RUNJOBID= node127-1304044555-11813
PBS_JOBID= 13170372
Free space on /tmp= 71504 MiB

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

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=725202155

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21386232 kB
Buffers:       1381220 kB
Cached:        5004864 kB
SwapCached:          0 kB
Active:        6673340 kB
Inactive:      4406388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21386232 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          325500 kB
Writeback:          12 kB
AnonPages:     4693168 kB
Mapped:          15544 kB
Slab:           410712 kB
PageTables:      14028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5111012 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= 71808 MiB
End job on node127 at 2011-04-29 05:17:07