Trace number 3266607

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 201.929 50.5734

General information on the benchmark

NameSAT02/handmade/chu-min-li/urquhart/
urquhart3_25bis.shuffled.cnf
MD5SUM0313821ef13a43b48c58a56902d9e90b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of clauses264
Sum of the clauses size792
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3264
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 20652
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 126us
0.00/0.00	c parsed 264 clauses with 99 variables
0.00/0.00	c NW started thread 0 successfully (1088952640)
0.00/0.00	c NW started thread 1 successfully (1099442496)
0.00/0.00	c NW started thread 2 successfully (1109932352)
0.00/0.00	c NW started thread 3 successfully (1120422208)
0.00/0.52	c preprocessor returned 10089 variables
0.00/0.52	c preprocessing returned UNKNOWN
0.00/0.52	c PP set 0 variables
0.00/0.52	c pp time: 482592us (0s)
0.00/0.52	c preprocessor returned 10089 variables
0.00/0.52	c preprocessing returned UNKNOWN
0.00/0.52	c PP set 0 variables
0.00/0.52	c pp time: 489293us (0s)
0.00/0.67	c preprocessor returned 10089 variables
0.00/0.67	c preprocessing returned UNKNOWN
0.00/0.67	c PP set 0 variables
0.00/0.67	c pp time: 539459us (0s)
19.56/5.00	c preprocessor returned 30356 variables
19.56/5.00	c preprocessing returned UNKNOWN
19.56/5.00	c PP set 0 variables
19.56/5.00	c pp time: 4995761us (4s)
201.65/50.52	c ====================
201.65/50.52	c implication/decision inf%(inf)
201.65/50.52	c decisions:           588424
201.65/50.52	c last level:          0
201.65/50.52	c conflicts:           456389
201.65/50.52	c restarts:            3032
201.65/50.52	c rejected_restarts    0
201.65/50.52	c removals:            17
201.65/50.52	c removed clauses:     315932
201.65/50.52	c oft clauses:         0
201.65/50.56	c solvetime: 50018492us (50s)
201.65/50.56	c sended clauses   | 48162 | 64314 | 19444 | 44329 |
201.65/50.56	c received clauses | 14 | 0 | 22 | 16 |
201.65/50.56	c join all other threads
201.65/50.56	c joined thread 0
201.65/50.56	c joined thread 1
201.65/50.56	c joined thread 2
201.65/50.56	c joined thread 3
201.65/50.56	c memory usage (vsize): 294 MB
201.65/50.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-3266607-1304073104/watcher-3266607-1304073104 -o /tmp/evaluation-result-3266607-1304073104/solver-3266607-1304073104 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3266607-1304073104.cnf 1447222524 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.06 8.06 8.01 6/182 20651
/proc/meminfo: memFree=24168508/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0

[startup+0.563035 s]
/proc/loadavg: 8.06 8.06 8.01 6/182 20651
/proc/meminfo: memFree=24168508/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.787237 s]
/proc/loadavg: 8.06 8.06 8.01 6/182 20651
/proc/meminfo: memFree=24168508/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.848199 s]
/proc/loadavg: 8.06 8.06 8.01 6/182 20651
/proc/meminfo: memFree=24168508/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.930485 s]
/proc/loadavg: 8.06 8.06 8.01 6/182 20651
/proc/meminfo: memFree=24168508/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 8.06 8.06 8.01 6/182 20651
/proc/meminfo: memFree=24168508/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10111 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 20657
/proc/meminfo: memFree=24133416/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
[pid=20652] ppid=20651 vsize=286276 CPUtime=12.34 cores=1,3,5,7
/proc/20652/stat : 20652 (priss) S 20651 20651 17192 0 -1 4202496 11138 0 0 0 1228 6 0 0 25 0 5 0 499726624 293146624 10220 33554432000 4194304 5787044 140734126846736 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 71569 10220 405 389 0 67319 0
[pid=20652/tid=20654] ppid=20651 vsize=286276 CPUtime=3.08 cores=1,3,5,7
/proc/20652/task/20654/stat : 20654 (priss) R 20651 20651 17192 0 -1 4202560 2282 0 0 0 307 1 0 0 25 0 5 0 499726624 293146624 10220 33554432000 4194304 5787044 140734126846736 18446744073709551615 4219685 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20652/tid=20655] ppid=20651 vsize=286276 CPUtime=3.06 cores=1,3,5,7
/proc/20652/task/20655/stat : 20655 (priss) R 20651 20651 17192 0 -1 4202560 2391 0 0 0 305 1 0 0 25 0 5 0 499726624 293146624 10220 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20652/tid=20656] ppid=20651 vsize=286276 CPUtime=3.08 cores=1,3,5,7
/proc/20652/task/20656/stat : 20656 (priss) R 20651 20651 17192 0 -1 4202560 3015 0 0 0 306 2 0 0 25 0 5 0 499726624 293146624 10220 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20652/tid=20657] ppid=20651 vsize=286276 CPUtime=3.09 cores=1,3,5,7
/proc/20652/task/20657/stat : 20657 (priss) R 20651 20651 17192 0 -1 4202560 1954 0 0 0 309 0 0 0 25 0 5 0 499726624 293146624 10220 33554432000 4194304 5787044 140734126846736 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 294976

[startup+6.30054 s]
/proc/loadavg: 8.05 8.06 8.00 9/188 20657
/proc/meminfo: memFree=24118260/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
[pid=20652] ppid=20651 vsize=291348 CPUtime=25.12 cores=1,3,5,7
/proc/20652/stat : 20652 (priss) S 20651 20651 17192 0 -1 4202496 14299 0 0 0 2502 10 0 0 25 0 5 0 499726624 298340352 12669 33554432000 4194304 5787044 140734126846736 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 72837 12669 418 389 0 68587 0
[pid=20652/tid=20654] ppid=20651 vsize=291348 CPUtime=6.28 cores=1,3,5,7
/proc/20652/task/20654/stat : 20654 (priss) R 20651 20651 17192 0 -1 4202560 2767 0 0 0 626 2 0 0 25 0 5 0 499726624 298340352 12669 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20652/tid=20655] ppid=20651 vsize=291348 CPUtime=6.24 cores=1,3,5,7
/proc/20652/task/20655/stat : 20655 (priss) R 20651 20651 17192 0 -1 4202560 3003 0 0 0 622 2 0 0 25 0 5 0 499726624 298340352 12669 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20652/tid=20656] ppid=20651 vsize=291348 CPUtime=6.28 cores=1,3,5,7
/proc/20652/task/20656/stat : 20656 (priss) R 20651 20651 17192 0 -1 4202560 3455 0 0 0 625 3 0 0 25 0 5 0 499726624 298340352 12669 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20652/tid=20657] ppid=20651 vsize=291348 CPUtime=6.28 cores=1,3,5,7
/proc/20652/task/20657/stat : 20657 (priss) R 20651 20651 17192 0 -1 4202560 3578 0 0 0 627 1 0 0 18 0 5 0 499726624 298340352 12669 33554432000 4194304 5787044 140734126846736 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 300048

[startup+12.7074 s]
/proc/loadavg: 8.13 8.07 8.01 9/188 20657
/proc/meminfo: memFree=24101544/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
[pid=20652] ppid=20651 vsize=296520 CPUtime=50.7 cores=1,3,5,7
/proc/20652/stat : 20652 (priss) S 20651 20651 17192 0 -1 4202496 17827 0 0 0 5054 16 0 0 25 0 5 0 499726624 303636480 16195 33554432000 4194304 5787044 140734126846736 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 74130 16195 419 389 0 69880 0
[pid=20652/tid=20654] ppid=20651 vsize=296520 CPUtime=12.68 cores=1,3,5,7
/proc/20652/task/20654/stat : 20654 (priss) R 20651 20651 17192 0 -1 4202560 4891 0 0 0 1264 4 0 0 25 0 5 0 499726624 303636480 16195 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20652/tid=20655] ppid=20651 vsize=296520 CPUtime=12.61 cores=1,3,5,7
/proc/20652/task/20655/stat : 20655 (priss) R 20651 20651 17192 0 -1 4202560 3711 0 0 0 1257 4 0 0 25 0 5 0 499726624 303636480 16195 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20652/tid=20656] ppid=20651 vsize=296520 CPUtime=12.68 cores=1,3,5,7
/proc/20652/task/20656/stat : 20656 (priss) R 20651 20651 17192 0 -1 4202560 3687 0 0 0 1264 4 0 0 25 0 5 0 499726624 303636480 16195 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20652/tid=20657] ppid=20651 vsize=296520 CPUtime=12.68 cores=1,3,5,7
/proc/20652/task/20657/stat : 20657 (priss) R 20651 20651 17192 0 -1 4202560 4042 0 0 0 1266 2 0 0 25 0 5 0 499726624 303636480 16195 33554432000 4194304 5787044 140734126846736 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 305220

[startup+25.5011 s]
/proc/loadavg: 8.11 8.07 8.01 9/188 20657
/proc/meminfo: memFree=24079332/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
[pid=20652] ppid=20651 vsize=302664 CPUtime=101.79 cores=1,3,5,7
/proc/20652/stat : 20652 (priss) S 20651 20651 17192 0 -1 4202496 21278 0 0 0 10158 21 0 0 25 0 5 0 499726624 309927936 19602 33554432000 4194304 5787044 140734126846736 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 75666 19602 419 389 0 71416 0
[pid=20652/tid=20654] ppid=20651 vsize=302664 CPUtime=25.48 cores=1,3,5,7
/proc/20652/task/20654/stat : 20654 (priss) R 20651 20651 17192 0 -1 4202560 5474 0 0 0 2542 6 0 0 25 0 5 0 499726624 309927936 19602 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20652/tid=20655] ppid=20651 vsize=302664 CPUtime=25.33 cores=1,3,5,7
/proc/20652/task/20655/stat : 20655 (priss) R 20651 20651 17192 0 -1 4202560 5042 0 0 0 2529 4 0 0 25 0 5 0 499726624 309927936 19602 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20652/tid=20656] ppid=20651 vsize=302664 CPUtime=25.48 cores=1,3,5,7
/proc/20652/task/20656/stat : 20656 (priss) R 20651 20651 17192 0 -1 4202560 4654 0 0 0 2542 6 0 0 25 0 5 0 499726624 309927936 19602 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20652/tid=20657] ppid=20651 vsize=302664 CPUtime=25.47 cores=1,3,5,7
/proc/20652/task/20657/stat : 20657 (priss) R 20651 20651 17192 0 -1 4202560 4612 0 0 0 2544 3 0 0 25 0 5 0 499726624 309927936 19602 33554432000 4194304 5787044 140734126846736 18446744073709551615 4213624 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 311364

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

[startup+26.101 s]
/proc/loadavg: 8.10 8.07 8.01 9/188 20657
/proc/meminfo: memFree=24078960/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
[pid=20652] ppid=20651 vsize=302664 CPUtime=104.19 cores=1,3,5,7
/proc/20652/stat : 20652 (priss) S 20651 20651 17192 0 -1 4202496 21294 0 0 0 10397 22 0 0 25 0 5 0 499726624 309927936 19618 33554432000 4194304 5787044 140734126846736 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 75666 19618 419 389 0 71416 0
[pid=20652/tid=20654] ppid=20651 vsize=302664 CPUtime=26.08 cores=1,3,5,7
/proc/20652/task/20654/stat : 20654 (priss) R 20651 20651 17192 0 -1 4202560 5475 0 0 0 2602 6 0 0 25 0 5 0 499726624 309927936 19618 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20652/tid=20655] ppid=20651 vsize=302664 CPUtime=25.93 cores=1,3,5,7
/proc/20652/task/20655/stat : 20655 (priss) R 20651 20651 17192 0 -1 4202560 5046 0 0 0 2589 4 0 0 25 0 5 0 499726624 309927936 19618 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20652/tid=20656] ppid=20651 vsize=302664 CPUtime=26.08 cores=1,3,5,7
/proc/20652/task/20656/stat : 20656 (priss) R 20651 20651 17192 0 -1 4202560 4657 0 0 0 2602 6 0 0 25 0 5 0 499726624 309927936 19618 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20652/tid=20657] ppid=20651 vsize=302664 CPUtime=26.07 cores=1,3,5,7
/proc/20652/task/20657/stat : 20657 (priss) R 20651 20651 17192 0 -1 4202560 4620 0 0 0 2603 4 0 0 25 0 5 0 499726624 309927936 19618 33554432000 4194304 5787044 140734126846736 18446744073709551615 212039352926 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 104.19
Current children cumulated vsize (KiB) 311364

[startup+38.9007 s]
/proc/loadavg: 8.08 8.07 8.01 9/188 20658
/proc/meminfo: memFree=24067288/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
[pid=20652] ppid=20651 vsize=307636 CPUtime=155.31 cores=1,3,5,7
/proc/20652/stat : 20652 (priss) S 20651 20651 17192 0 -1 4202496 23794 0 0 0 15505 26 0 0 25 0 5 0 499726624 315019264 22042 33554432000 4194304 5787044 140734126846736 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 76909 22042 419 389 0 72659 0
[pid=20652/tid=20654] ppid=20651 vsize=307636 CPUtime=38.87 cores=1,3,5,7
/proc/20652/task/20654/stat : 20654 (priss) R 20651 20651 17192 0 -1 4202560 6254 0 0 0 3880 7 0 0 25 0 5 0 499726624 315019264 22042 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591205 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20652/tid=20655] ppid=20651 vsize=307636 CPUtime=38.66 cores=1,3,5,7
/proc/20652/task/20655/stat : 20655 (priss) R 20651 20651 17192 0 -1 4202560 5740 0 0 0 3861 5 0 0 25 0 5 0 499726624 315019264 22042 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20652/tid=20656] ppid=20651 vsize=307636 CPUtime=38.87 cores=1,3,5,7
/proc/20652/task/20656/stat : 20656 (priss) R 20651 20651 17192 0 -1 4202560 5281 0 0 0 3880 7 0 0 25 0 5 0 499726624 315019264 22042 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20652/tid=20657] ppid=20651 vsize=307636 CPUtime=38.86 cores=1,3,5,7
/proc/20652/task/20657/stat : 20657 (priss) R 20651 20651 17192 0 -1 4202560 5023 0 0 0 3882 4 0 0 25 0 5 0 499726624 315019264 22042 33554432000 4194304 5787044 140734126846736 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 155.31
Current children cumulated vsize (KiB) 316336

[startup+45.3006 s]
/proc/loadavg: 8.08 8.07 8.01 9/188 20658
/proc/meminfo: memFree=24060716/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
[pid=20652] ppid=20651 vsize=309288 CPUtime=180.88 cores=1,3,5,7
/proc/20652/stat : 20652 (priss) S 20651 20651 17192 0 -1 4202496 24210 0 0 0 18060 28 0 0 25 0 5 0 499726624 316710912 22458 33554432000 4194304 5787044 140734126846736 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 77322 22458 419 389 0 73072 0
[pid=20652/tid=20654] ppid=20651 vsize=309288 CPUtime=45.27 cores=1,3,5,7
/proc/20652/task/20654/stat : 20654 (priss) R 20651 20651 17192 0 -1 4202560 6338 0 0 0 4520 7 0 0 25 0 5 0 499726624 316710912 22458 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20652/tid=20655] ppid=20651 vsize=309288 CPUtime=45.03 cores=1,3,5,7
/proc/20652/task/20655/stat : 20655 (priss) R 20651 20651 17192 0 -1 4202560 5790 0 0 0 4497 6 0 0 25 0 5 0 499726624 316710912 22458 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20652/tid=20656] ppid=20651 vsize=309288 CPUtime=45.28 cores=1,3,5,7
/proc/20652/task/20656/stat : 20656 (priss) R 20651 20651 17192 0 -1 4202560 5506 0 0 0 4520 8 0 0 25 0 5 0 499726624 316710912 22458 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20652/tid=20657] ppid=20651 vsize=309288 CPUtime=45.27 cores=1,3,5,7
/proc/20652/task/20657/stat : 20657 (priss) R 20651 20651 17192 0 -1 4202560 5080 0 0 0 4522 5 0 0 25 0 5 0 499726624 316710912 22458 33554432000 4194304 5787044 140734126846736 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 180.88
Current children cumulated vsize (KiB) 317988

[startup+48.501 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 20658
/proc/meminfo: memFree=24059104/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
[pid=20652] ppid=20651 vsize=313740 CPUtime=193.66 cores=1,3,5,7
/proc/20652/stat : 20652 (priss) S 20651 20651 17192 0 -1 4202496 25584 0 0 0 19338 28 0 0 25 0 5 0 499726624 321269760 23832 33554432000 4194304 5787044 140734126846736 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 78435 23832 420 389 0 74185 0
[pid=20652/tid=20654] ppid=20651 vsize=313740 CPUtime=48.48 cores=1,3,5,7
/proc/20652/task/20654/stat : 20654 (priss) R 20651 20651 17192 0 -1 4202560 6394 0 0 0 4840 8 0 0 25 0 5 0 499726624 321269760 23832 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20652/tid=20655] ppid=20651 vsize=313740 CPUtime=48.21 cores=1,3,5,7
/proc/20652/task/20655/stat : 20655 (priss) R 20651 20651 17192 0 -1 4202560 6894 0 0 0 4815 6 0 0 25 0 5 0 499726624 321269760 23832 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20652/tid=20656] ppid=20651 vsize=313740 CPUtime=48.48 cores=1,3,5,7
/proc/20652/task/20656/stat : 20656 (priss) R 20651 20651 17192 0 -1 4202560 5586 0 0 0 4840 8 0 0 25 0 5 0 499726624 321269760 23832 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20652/tid=20657] ppid=20651 vsize=313740 CPUtime=48.47 cores=1,3,5,7
/proc/20652/task/20657/stat : 20657 (priss) R 20651 20651 17192 0 -1 4202560 5214 0 0 0 4842 5 0 0 25 0 5 0 499726624 321269760 23832 33554432000 4194304 5787044 140734126846736 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 193.66
Current children cumulated vsize (KiB) 322440

[startup+49.3009 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 20658
/proc/meminfo: memFree=24054516/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
[pid=20652] ppid=20651 vsize=313740 CPUtime=196.85 cores=1,3,5,7
/proc/20652/stat : 20652 (priss) S 20651 20651 17192 0 -1 4202496 25760 0 0 0 19657 28 0 0 25 0 5 0 499726624 321269760 24008 33554432000 4194304 5787044 140734126846736 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 78435 24008 420 389 0 74185 0
[pid=20652/tid=20654] ppid=20651 vsize=313740 CPUtime=49.28 cores=1,3,5,7
/proc/20652/task/20654/stat : 20654 (priss) R 20651 20651 17192 0 -1 4202560 6418 0 0 0 4920 8 0 0 25 0 5 0 499726624 321269760 24008 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20652/tid=20655] ppid=20651 vsize=313740 CPUtime=49 cores=1,3,5,7
/proc/20652/task/20655/stat : 20655 (priss) R 20651 20651 17192 0 -1 4202560 6905 0 0 0 4894 6 0 0 25 0 5 0 499726624 321269760 24008 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20652/tid=20656] ppid=20651 vsize=313740 CPUtime=49.28 cores=1,3,5,7
/proc/20652/task/20656/stat : 20656 (priss) R 20651 20651 17192 0 -1 4202560 5592 0 0 0 4920 8 0 0 25 0 5 0 499726624 321269760 24008 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20652/tid=20657] ppid=20651 vsize=313740 CPUtime=49.27 cores=1,3,5,7
/proc/20652/task/20657/stat : 20657 (priss) R 20651 20651 17192 0 -1 4202560 5349 0 0 0 4922 5 0 0 25 0 5 0 499726624 321269760 24008 33554432000 4194304 5787044 140734126846736 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 196.85
Current children cumulated vsize (KiB) 322440

[startup+50.1067 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 20658
/proc/meminfo: memFree=24052904/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
[pid=20652] ppid=20651 vsize=313740 CPUtime=200.06 cores=1,3,5,7
/proc/20652/stat : 20652 (priss) S 20651 20651 17192 0 -1 4202496 25802 0 0 0 19978 28 0 0 25 0 5 0 499726624 321269760 24050 33554432000 4194304 5787044 140734126846736 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 78435 24050 420 389 0 74185 0
[pid=20652/tid=20654] ppid=20651 vsize=313740 CPUtime=50.08 cores=1,3,5,7
/proc/20652/task/20654/stat : 20654 (priss) R 20651 20651 17192 0 -1 4202560 6449 0 0 0 5000 8 0 0 25 0 5 0 499726624 321269760 24050 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20652/tid=20655] ppid=20651 vsize=313740 CPUtime=49.8 cores=1,3,5,7
/proc/20652/task/20655/stat : 20655 (priss) R 20651 20651 17192 0 -1 4202560 6907 0 0 0 4974 6 0 0 25 0 5 0 499726624 321269760 24050 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20652/tid=20656] ppid=20651 vsize=313740 CPUtime=50.08 cores=1,3,5,7
/proc/20652/task/20656/stat : 20656 (priss) R 20651 20651 17192 0 -1 4202560 5599 0 0 0 5000 8 0 0 25 0 5 0 499726624 321269760 24050 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20652/tid=20657] ppid=20651 vsize=313740 CPUtime=50.07 cores=1,3,5,7
/proc/20652/task/20657/stat : 20657 (priss) R 20651 20651 17192 0 -1 4202560 5351 0 0 0 5002 5 0 0 25 0 5 0 499726624 321269760 24050 33554432000 4194304 5787044 140734126846736 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (KiB) 322440

[startup+50.5007 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 20658
/proc/meminfo: memFree=24052904/32951124 swapFree=67111524/67111528
[pid=20651] ppid=20649 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20651/stat : 20651 (prissAuto.sh) S 20649 20651 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499726623 8908800 251 33554432000 4194304 4922060 140733320142496 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20651/statm: 2175 251 211 178 0 68 0
[pid=20652] ppid=20651 vsize=313740 CPUtime=201.65 cores=1,3,5,7
/proc/20652/stat : 20652 (priss) S 20651 20651 17192 0 -1 4202496 25849 0 0 0 20136 29 0 0 25 0 5 0 499726624 321269760 24097 33554432000 4194304 5787044 140734126846736 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 78435 24097 420 389 0 74185 0
[pid=20652/tid=20654] ppid=20651 vsize=313740 CPUtime=50.47 cores=1,3,5,7
/proc/20652/task/20654/stat : 20654 (priss) R 20651 20651 17192 0 -1 4202560 6486 0 0 0 5039 8 0 0 25 0 5 0 499726624 321269760 24097 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20652/tid=20655] ppid=20651 vsize=313740 CPUtime=50.2 cores=1,3,5,7
/proc/20652/task/20655/stat : 20655 (priss) R 20651 20651 17192 0 -1 4202560 6909 0 0 0 5014 6 0 0 25 0 5 0 499726624 321269760 24097 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20652/tid=20656] ppid=20651 vsize=313740 CPUtime=50.48 cores=1,3,5,7
/proc/20652/task/20656/stat : 20656 (priss) R 20651 20651 17192 0 -1 4202560 5606 0 0 0 5040 8 0 0 25 0 5 0 499726624 321269760 24097 33554432000 4194304 5787044 140734126846736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20652/tid=20657] ppid=20651 vsize=313740 CPUtime=50.47 cores=1,3,5,7
/proc/20652/task/20657/stat : 20657 (priss) R 20651 20651 17192 0 -1 4202560 5352 0 0 0 5042 5 0 0 25 0 5 0 499726624 321269760 24097 33554432000 4194304 5787044 140734126846736 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 201.65
Current children cumulated vsize (KiB) 322440

Child status: 20
Real time (s): 50.5734
CPU time (s): 201.929
CPU user time (s): 201.628
CPU system time (s): 0.300954
CPU usage (%): 399.28
Max. virtual memory (cumulated for all children) (KiB): 322440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.628
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26234
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= 3603
involuntary context switches= 1286

runsolver used 0.054991 second user time and 0.223965 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 12:31:44
IDJOB=3266607
IDBENCH=87848
IDSOLVER=1602
FILE ID=node146/3266607-1304073104
RUNJOBID= node146-1304060503-19306
PBS_JOBID= 13170387
Free space on /tmp= 72996 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT02/handmade/chu-min-li/urquhart/urquhart3_25bis.shuffled.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266607-1304073104/watcher-3266607-1304073104 -o /tmp/evaluation-result-3266607-1304073104/solver-3266607-1304073104 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3266607-1304073104.cnf 1447222524 4800 15500 4

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

MD5SUM BENCH= 0313821ef13a43b48c58a56902d9e90b
RANDOM SEED=1447222524

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24168780 kB
Buffers:       1679252 kB
Cached:        6272596 kB
SwapCached:          4 kB
Active:        1622692 kB
Inactive:      6632404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24168780 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1580 kB
Writeback:           0 kB
AnonPages:      302812 kB
Mapped:          15616 kB
Slab:           463280 kB
PageTables:       5316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   497692 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= 72992 MiB
End job on node146 at 2011-04-29 12:32:34