Trace number 3321996

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
borg-sat 11.03.02-randomUNSAT 16.1215 3.24593

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1869766438-024.UNKNOWN.cnf
MD5SUMdc8d0e0ace98e64abf3fce79e5dbf973
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.38464
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3321996-1304370467.cnf
0.31/0.45	c INFO: computing task features
0.31/0.45	c INFO: computed variable-clause graph statistics
0.31/0.45	c INFO: computed clause balance statistics
0.31/0.48	c INFO: computed variable balance statistics
0.31/0.49	c INFO: computed small-clause counts
0.31/0.49	c INFO: computed Horn-clause counts
0.31/0.50	c INFO: computed variable graph statistics
0.39/0.50	c INFO: collected features for HOME/instance-3321996-1304370467.cnf in 0.05 s
0.39/0.53	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.55)
0.39/0.57	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.42)
0.50/0.61	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.38)
0.50/0.64	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.33)
0.50/0.68	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.13)
0.59/0.72	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.59/0.76	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.69/0.81	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.22)
15.92/3.22	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-3321996-1304370467/watcher-3321996-1304370467 -o /tmp/evaluation-result-3321996-1304370467/solver-3321996-1304370467 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321996-1304370467.cnf -seed 4306368 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 9.51 8.89 8.27 3/262 18628
/proc/meminfo: memFree=24683456/32951124 swapFree=66863592/67111528
[pid=18628] ppid=18626 vsize=15776 CPUtime=0 cores=0-7
/proc/18628/stat : 18628 (python) R 18626 18628 17722 0 -1 4202496 903 0 0 0 0 0 0 0 24 0 1 0 548644904 16154624 783 33554432000 4194304 5683644 140736350794416 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18628/statm: 3944 783 345 364 0 431 0

[startup+0.0572251 s]
/proc/loadavg: 9.51 8.89 8.27 3/262 18628
/proc/meminfo: memFree=24683456/32951124 swapFree=66863592/67111528
[pid=18628] ppid=18626 vsize=38904 CPUtime=0.03 cores=0-7
/proc/18628/stat : 18628 (python) R 18626 18628 17722 0 -1 4202496 1630 0 0 0 3 0 0 0 24 0 1 0 548644904 39837696 1458 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335890432 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18628/statm: 9726 1458 455 364 0 1026 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 38904

[startup+0.100217 s]
/proc/loadavg: 9.51 8.89 8.27 3/262 18628
/proc/meminfo: memFree=24683456/32951124 swapFree=66863592/67111528
[pid=18628] ppid=18626 vsize=104616 CPUtime=0.06 cores=0-7
/proc/18628/stat : 18628 (python) S 18626 18628 17722 0 -1 4202496 3145 0 0 0 5 1 0 0 17 0 1 0 548644904 107126784 2822 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/18628/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.300182 s]
/proc/loadavg: 9.51 8.89 8.27 3/262 18628
/proc/meminfo: memFree=24683456/32951124 swapFree=66863592/67111528
[pid=18628] ppid=18626 vsize=198916 CPUtime=0.22 cores=0-7
/proc/18628/stat : 18628 (python) R 18626 18628 17722 0 -1 4202496 7022 938 1 0 17 5 0 0 17 0 1 0 548644904 203689984 5053 33554432000 4194304 5683644 140736350794416 18446744073709551615 4867219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18628/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.701065 s]
/proc/loadavg: 9.51 8.89 8.27 3/262 18628
/proc/meminfo: memFree=24683456/32951124 swapFree=66863592/67111528
[pid=18628] ppid=18626 vsize=330404 CPUtime=0.59 cores=0-7
/proc/18628/stat : 18628 (python) R 18626 18628 17722 0 -1 4202496 13610 938 1 0 51 8 0 0 18 0 6 0 548644904 338333696 7256 33554432000 4194304 5683644 140736350794416 18446744073709551615 232339301300 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18628/statm: 82601 7256 1882 364 0 18507 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 330404

[startup+1.50092 s]
/proc/loadavg: 9.51 8.89 8.27 12/287 18657
/proc/meminfo: memFree=24625708/32951124 swapFree=66863592/67111528
[pid=18628] ppid=18626 vsize=361172 CPUtime=0.7 cores=0-7
/proc/18628/stat : 18628 (python) S 18626 18628 17722 0 -1 4202496 15788 938 1 0 61 9 0 0 24 0 9 0 548644904 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18628/statm: 90293 7275 1889 364 0 26190 0
[pid=18634] ppid=18628 vsize=278596 CPUtime=0 cores=0-7
/proc/18634/stat : 18634 (python) S 18628 18628 17722 0 -1 4202560 708 0 0 0 0 0 0 0 18 0 1 0 548644957 285282304 5564 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912463 0 0 16781312 514 2368722434233729023 0 0 17 7 0 0 0
/proc/18634/statm: 69649 5564 347 364 0 5567 0
[pid=18636] ppid=18634 vsize=454884 CPUtime=0.95 cores=0-7
/proc/18636/stat : 18636 (TNM) R 18634 18636 18636 0 -1 4202496 407 0 0 0 95 0 0 0 21 0 1 0 548644958 465801216 143 33554432000 134512640 135008748 4293265568 18446744073709551615 134528942 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18636/statm: 113721 143 46 122 0 112621 0
[pid=18637] ppid=18628 vsize=289256 CPUtime=0 cores=0-7
/proc/18637/stat : 18637 (python) S 18628 18628 17722 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 548644961 296198144 5672 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 17395531797013430532 0 0 17 7 0 0 0
/proc/18637/statm: 72314 5672 348 364 0 8229 0
[pid=18639] ppid=18637 vsize=1756 CPUtime=0.91 cores=0-7
/proc/18639/stat : 18639 (march_hi) R 18637 18639 18639 0 -1 4202496 532 0 0 0 91 0 0 0 23 0 1 0 548644961 1798144 268 33554432000 4194304 4955518 140735601960688 18446744073709551615 4209675 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18639/statm: 439 268 104 186 0 252 0
[pid=18640] ppid=18628 vsize=299188 CPUtime=0 cores=0-7
/proc/18640/stat : 18640 (python) S 18628 18628 17722 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 548644965 306368512 5607 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 3684656983018799361 0 0 17 6 0 0 0
/proc/18640/statm: 74797 5607 348 364 0 10709 0
[pid=18642] ppid=18640 vsize=1756 CPUtime=0.61 cores=0-7
/proc/18642/stat : 18642 (march_hi) R 18640 18642 18642 0 -1 4202496 531 0 0 0 61 0 0 0 22 0 1 0 548644965 1798144 266 33554432000 4194304 4955518 140734796526816 18446744073709551615 4238749 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18642/statm: 439 266 104 186 0 252 0
[pid=18643] ppid=18628 vsize=309904 CPUtime=0 cores=0-7
/proc/18643/stat : 18643 (python) S 18628 18628 17722 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 548644969 317341696 5697 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 7357971399790526721 0 0 17 6 0 0 0
/proc/18643/statm: 77476 5697 348 364 0 13385 0
[pid=18645] ppid=18643 vsize=1756 CPUtime=0.41 cores=0-7
/proc/18645/stat : 18645 (march_hi) R 18643 18645 18645 0 -1 4202496 525 0 0 0 41 0 0 0 21 0 1 0 548644969 1798144 262 33554432000 4194304 4955518 140733410412976 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18645/statm: 439 262 104 186 0 252 0
[pid=18646] ppid=18628 vsize=320160 CPUtime=0 cores=0-7
/proc/18646/stat : 18646 (python) S 18628 18628 17722 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 548644973 327843840 5718 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 7357967001744015617 0 0 17 6 0 0 0
/proc/18646/statm: 80040 5718 348 364 0 15946 0
[pid=18648] ppid=18646 vsize=1756 CPUtime=0.78 cores=0-7
/proc/18648/stat : 18648 (march_hi) R 18646 18648 18648 0 -1 4202496 529 0 0 0 78 0 0 0 23 0 1 0 548644973 1798144 267 33554432000 4194304 4955518 140737364373296 18446744073709551615 4261539 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18648/statm: 439 267 104 186 0 252 0
[pid=18649] ppid=18628 vsize=330416 CPUtime=0 cores=0-7
/proc/18649/stat : 18649 (python) S 18628 18628 17722 0 -1 4202560 762 0 0 0 0 0 0 0 19 0 1 0 548644977 338345984 5722 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 7353631352517820415 0 0 17 2 0 0 0
/proc/18649/statm: 82604 5722 348 364 0 18507 0
[pid=18651] ppid=18649 vsize=1017800 CPUtime=0.4 cores=0-7
/proc/18651/stat : 18651 (gnovelty+2) R 18649 18651 18651 0 -1 4202496 423 0 0 0 40 0 0 0 21 0 1 0 548644979 1042227200 159 33554432000 134512640 135663704 4292087776 18446744073709551615 134524670 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18651/statm: 254450 159 113 282 0 254166 0
[pid=18652] ppid=18628 vsize=340672 CPUtime=0 cores=0-7
/proc/18652/stat : 18652 (python) S 18628 18628 17722 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 548644981 348848128 5726 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 12028943085187596548 0 0 17 2 0 0 0
/proc/18652/statm: 85168 5726 348 364 0 21068 0
[pid=18654] ppid=18652 vsize=1756 CPUtime=0.26 cores=0-7
/proc/18654/stat : 18654 (march_hi) R 18652 18654 18654 0 -1 4202496 520 0 0 0 26 0 0 0 23 0 1 0 548644983 1798144 257 33554432000 4194304 4955518 140734792636416 18446744073709551615 4295563 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18654/statm: 439 257 104 186 0 252 0
[pid=18655] ppid=18628 vsize=350928 CPUtime=0 cores=0-7
/proc/18655/stat : 18655 (python) S 18628 18628 17722 0 -1 4202560 815 0 0 0 0 0 0 0 18 0 1 0 548644985 359350272 5736 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 9301415376489251076 0 0 17 2 0 0 0
/proc/18655/statm: 87732 5736 354 364 0 23629 0
[pid=18657] ppid=18655 vsize=1756 CPUtime=0.68 cores=0-7
/proc/18657/stat : 18657 (march_hi) R 18655 18657 18657 0 -1 4202496 535 0 0 0 68 0 0 0 25 0 1 0 548644985 1798144 265 33554432000 4194304 4955518 140735439510624 18446744073709551615 4227015 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18657/statm: 439 265 104 186 0 252 0
[pid=18628/tid=18635] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18635/stat : 18635 (python) S 18626 18628 17722 0 -1 4202560 28 938 0 0 0 0 0 0 18 0 9 0 548644957 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
[pid=18628/tid=18638] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18638/stat : 18638 (python) S 18626 18628 17722 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 9 0 548644961 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 0 0 0 0
[pid=18628/tid=18641] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18641/stat : 18641 (python) S 18626 18628 17722 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 9 0 548644965 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 0 0 0 0
[pid=18628/tid=18644] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18644/stat : 18644 (python) S 18626 18628 17722 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 548644969 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 6 0 0 0
[pid=18628/tid=18647] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18647/stat : 18647 (python) S 18626 18628 17722 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 548644973 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 6 0 0 0
[pid=18628/tid=18650] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18650/stat : 18650 (python) S 18626 18628 17722 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 9 0 548644977 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
[pid=18628/tid=18653] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18653/stat : 18653 (python) S 18626 18628 17722 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 9 0 548644981 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
[pid=18628/tid=18656] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18656/stat : 18656 (python) S 18626 18628 17722 0 -1 4202560 28 938 0 0 0 0 0 0 24 0 9 0 548644985 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 4363512

[startup+3.14263 s]
/proc/loadavg: 9.51 8.89 8.27 12/287 18657
/proc/meminfo: memFree=24625212/32951124 swapFree=66863592/67111528
[pid=18628] ppid=18626 vsize=361172 CPUtime=0.7 cores=0-7
/proc/18628/stat : 18628 (python) S 18626 18628 17722 0 -1 4202496 15788 938 1 0 61 9 0 0 24 0 9 0 548644904 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18628/statm: 90293 7275 1889 364 0 26190 0
[pid=18634] ppid=18628 vsize=278596 CPUtime=0 cores=0-7
/proc/18634/stat : 18634 (python) S 18628 18628 17722 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 548644957 285282304 5571 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912463 0 0 16781312 514 2368722434233696516 0 0 17 7 0 0 0
/proc/18634/statm: 69649 5571 354 364 0 5567 0
[pid=18636] ppid=18634 vsize=454884 CPUtime=2.59 cores=0-7
/proc/18636/stat : 18636 (TNM) R 18634 18636 18636 0 -1 4202496 407 0 0 0 259 0 0 0 25 0 1 0 548644958 465801216 143 33554432000 134512640 135008748 4293265568 18446744073709551615 134527039 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18636/statm: 113721 143 46 122 0 112621 0
[pid=18637] ppid=18628 vsize=289256 CPUtime=0.11 cores=0-7
/proc/18637/stat : 18637 (python) R 18628 18628 17722 0 -1 4202560 769 0 0 0 10 1 0 0 16 0 1 0 548644961 296198144 5672 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335588784 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/18637/statm: 72314 5672 348 364 0 8229 0
[pid=18639] ppid=18637 vsize=0 CPUtime=2.42 cores=0-7
/proc/18639/stat : 18639 (march_hi) R 18637 18639 18639 0 -1 4202500 555 0 0 0 242 0 0 0 25 0 1 0 548644961 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18639/statm: 0 0 0 0 0 0 0
[pid=18640] ppid=18628 vsize=299188 CPUtime=0 cores=0-7
/proc/18640/stat : 18640 (python) S 18628 18628 17722 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 548644965 306368512 5607 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 3684656983018799361 0 0 17 6 0 0 0
/proc/18640/statm: 74797 5607 348 364 0 10709 0
[pid=18642] ppid=18640 vsize=1756 CPUtime=1.41 cores=0-7
/proc/18642/stat : 18642 (march_hi) R 18640 18642 18642 0 -1 4202496 545 0 0 0 141 0 0 0 25 0 1 0 548644965 1798144 280 33554432000 4194304 4955518 140734796526816 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18642/statm: 439 280 104 186 0 252 0
[pid=18643] ppid=18628 vsize=309904 CPUtime=0 cores=0-7
/proc/18643/stat : 18643 (python) S 18628 18628 17722 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 548644969 317341696 5697 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 7357971399790526721 0 0 17 6 0 0 0
/proc/18643/statm: 77476 5697 348 364 0 13385 0
[pid=18645] ppid=18643 vsize=1756 CPUtime=1.24 cores=0-7
/proc/18645/stat : 18645 (march_hi) R 18643 18645 18645 0 -1 4202496 542 0 0 0 124 0 0 0 25 0 1 0 548644969 1798144 279 33554432000 4194304 4955518 140733410412976 18446744073709551615 4224665 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18645/statm: 439 279 104 186 0 252 0
[pid=18646] ppid=18628 vsize=320160 CPUtime=0.02 cores=0-7
/proc/18646/stat : 18646 (python) R 18628 18628 17722 0 -1 4202560 789 0 0 0 2 0 0 0 15 0 1 0 548644973 327843840 5718 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/18646/statm: 80040 5718 348 364 0 15946 0
[pid=18648] ppid=18646 vsize=0 CPUtime=2.39 cores=0-7
/proc/18648/stat : 18648 (march_hi) R 18646 18648 18648 0 -1 4202500 552 0 0 0 239 0 0 0 25 0 1 0 548644973 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18648/statm: 0 0 0 0 0 0 0
[pid=18649] ppid=18628 vsize=330416 CPUtime=0 cores=0-7
/proc/18649/stat : 18649 (python) S 18628 18628 17722 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 548644977 338345984 5722 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 7353631352517787907 0 0 17 2 0 0 0
/proc/18649/statm: 82604 5722 348 364 0 18507 0
[pid=18651] ppid=18649 vsize=1017800 CPUtime=1.21 cores=0-7
/proc/18651/stat : 18651 (gnovelty+2) R 18649 18651 18651 0 -1 4202496 423 0 0 0 121 0 0 0 25 0 1 0 548644979 1042227200 159 33554432000 134512640 135663704 4292087776 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18651/statm: 254450 159 113 282 0 254166 0
[pid=18652] ppid=18628 vsize=340672 CPUtime=0 cores=0-7
/proc/18652/stat : 18652 (python) S 18628 18628 17722 0 -1 4202560 794 0 0 0 0 0 0 0 15 0 1 0 548644981 348848128 5726 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 12028943085187596548 0 0 17 2 0 0 0
/proc/18652/statm: 85168 5726 348 364 0 21068 0
[pid=18654] ppid=18652 vsize=1756 CPUtime=1.1 cores=0-7
/proc/18654/stat : 18654 (march_hi) R 18652 18654 18654 0 -1 4202496 533 0 0 0 110 0 0 0 25 0 1 0 548644983 1798144 270 33554432000 4194304 4955518 140734792636416 18446744073709551615 4285464 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18654/statm: 439 270 104 186 0 252 0
[pid=18655] ppid=18628 vsize=350928 CPUtime=0 cores=0-7
/proc/18655/stat : 18655 (python) S 18628 18628 17722 0 -1 4202560 827 0 0 0 0 0 0 0 15 0 1 0 548644985 359350272 5736 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 9301415376489251076 0 0 17 2 0 0 0
/proc/18655/statm: 87732 5736 354 364 0 23629 0
[pid=18657] ppid=18655 vsize=1900 CPUtime=2.32 cores=0-7
/proc/18657/stat : 18657 (march_hi) R 18655 18657 18657 0 -1 4202496 558 0 0 0 232 0 0 0 25 0 1 0 548644985 1945600 288 33554432000 4194304 4955518 140735439510624 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18657/statm: 475 288 104 186 0 288 0
[pid=18628/tid=18635] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18635/stat : 18635 (python) S 18626 18628 17722 0 -1 4202560 28 938 0 0 0 0 0 0 18 0 9 0 548644957 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
[pid=18628/tid=18638] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18638/stat : 18638 (python) S 18626 18628 17722 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 9 0 548644961 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 0 0 0 0
[pid=18628/tid=18641] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18641/stat : 18641 (python) S 18626 18628 17722 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 9 0 548644965 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 0 0 0 0
[pid=18628/tid=18644] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18644/stat : 18644 (python) S 18626 18628 17722 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 548644969 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 6 0 0 0
[pid=18628/tid=18647] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18647/stat : 18647 (python) S 18626 18628 17722 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 548644973 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 6 0 0 0
[pid=18628/tid=18650] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18650/stat : 18650 (python) S 18626 18628 17722 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 9 0 548644977 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
[pid=18628/tid=18653] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18653/stat : 18653 (python) S 18626 18628 17722 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 9 0 548644981 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
[pid=18628/tid=18656] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18656/stat : 18656 (python) S 18626 18628 17722 0 -1 4202560 28 938 0 0 0 0 0 0 24 0 9 0 548644985 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 15.51
Current children cumulated vsize (KiB) 4360144

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

[startup+3.20162 s]
/proc/loadavg: 9.51 8.89 8.27 14/287 18657
/proc/meminfo: memFree=24625460/32951124 swapFree=66863592/67111528
[pid=18628] ppid=18626 vsize=361172 CPUtime=0.7 cores=0-7
/proc/18628/stat : 18628 (python) S 18626 18628 17722 0 -1 4202496 15788 938 1 0 61 9 0 0 24 0 9 0 548644904 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18628/statm: 90293 7275 1889 364 0 26190 0
[pid=18634] ppid=18628 vsize=278596 CPUtime=0 cores=0-7
/proc/18634/stat : 18634 (python) S 18628 18628 17722 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 548644957 285282304 5571 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912463 0 0 16781312 514 2368722434233696516 0 0 17 7 0 0 0
/proc/18634/statm: 69649 5571 354 364 0 5567 0
[pid=18636] ppid=18634 vsize=454884 CPUtime=2.66 cores=0-7
/proc/18636/stat : 18636 (TNM) R 18634 18636 18636 0 -1 4202496 407 0 0 0 266 0 0 0 25 0 1 0 548644958 465801216 143 33554432000 134512640 135008748 4293265568 18446744073709551615 134529539 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18636/statm: 113721 143 46 122 0 112621 0
[pid=18637] ppid=18628 vsize=289256 CPUtime=0.17 cores=0-7
/proc/18637/stat : 18637 (python) R 18628 18628 17722 0 -1 4202560 769 0 0 0 16 1 0 0 16 0 1 0 548644961 296198144 5672 33554432000 4194304 5683644 140736350794416 18446744073709551615 4950412 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/18637/statm: 72314 5672 348 364 0 8229 0
[pid=18639] ppid=18637 vsize=0 CPUtime=2.42 cores=0-7
/proc/18639/stat : 18639 (march_hi) R 18637 18639 18639 0 -1 4202500 555 0 0 0 242 0 0 0 25 0 1 0 548644961 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18639/statm: 0 0 0 0 0 0 0
[pid=18640] ppid=18628 vsize=299188 CPUtime=0 cores=0-7
/proc/18640/stat : 18640 (python) S 18628 18628 17722 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 548644965 306368512 5607 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 3684656983018799361 0 0 17 0 0 0 0
/proc/18640/statm: 74797 5607 348 364 0 10709 0
[pid=18642] ppid=18640 vsize=1756 CPUtime=1.47 cores=0-7
/proc/18642/stat : 18642 (march_hi) R 18640 18642 18642 0 -1 4202496 545 0 0 0 147 0 0 0 25 0 1 0 548644965 1798144 280 33554432000 4194304 4955518 140734796526816 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18642/statm: 439 280 104 186 0 252 0
[pid=18643] ppid=18628 vsize=309904 CPUtime=0 cores=0-7
/proc/18643/stat : 18643 (python) R 18628 18628 17722 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 548644969 317341696 5697 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/18643/statm: 77476 5697 348 364 0 13385 0
[pid=18645] ppid=18643 vsize=1756 CPUtime=1.31 cores=0-7
/proc/18645/stat : 18645 (march_hi) R 18643 18645 18645 0 -1 4202496 542 0 0 0 131 0 0 0 25 0 1 0 548644969 1798144 279 33554432000 4194304 4955518 140733410412976 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18645/statm: 439 279 104 186 0 252 0
[pid=18646] ppid=18628 vsize=320160 CPUtime=0.09 cores=0-7
/proc/18646/stat : 18646 (python) R 18628 18628 17722 0 -1 4202560 789 0 0 0 8 1 0 0 15 0 1 0 548644973 327843840 5718 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/18646/statm: 80040 5718 348 364 0 15946 0
[pid=18648] ppid=18646 vsize=0 CPUtime=2.39 cores=0-7
/proc/18648/stat : 18648 (march_hi) R 18646 18648 18648 0 -1 4202500 552 0 0 0 239 0 0 0 25 0 1 0 548644973 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18648/statm: 0 0 0 0 0 0 0
[pid=18649] ppid=18628 vsize=330416 CPUtime=0 cores=0-7
/proc/18649/stat : 18649 (python) S 18628 18628 17722 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 548644977 338345984 5722 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 7353631352517787907 0 0 17 2 0 0 0
/proc/18649/statm: 82604 5722 348 364 0 18507 0
[pid=18651] ppid=18649 vsize=1017800 CPUtime=1.21 cores=0-7
/proc/18651/stat : 18651 (gnovelty+2) R 18649 18651 18651 0 -1 4202496 423 0 0 0 121 0 0 0 25 0 1 0 548644979 1042227200 159 33554432000 134512640 135663704 4292087776 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18651/statm: 254450 159 113 282 0 254166 0
[pid=18652] ppid=18628 vsize=340672 CPUtime=0 cores=0-7
/proc/18652/stat : 18652 (python) S 18628 18628 17722 0 -1 4202560 794 0 0 0 0 0 0 0 15 0 1 0 548644981 348848128 5726 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 12028943085187596548 0 0 17 2 0 0 0
/proc/18652/statm: 85168 5726 348 364 0 21068 0
[pid=18654] ppid=18652 vsize=1756 CPUtime=1.11 cores=0-7
/proc/18654/stat : 18654 (march_hi) R 18652 18654 18654 0 -1 4202496 541 0 0 0 111 0 0 0 25 0 1 0 548644983 1798144 278 33554432000 4194304 4955518 140734792636416 18446744073709551615 4286525 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18654/statm: 439 278 104 186 0 252 0
[pid=18655] ppid=18628 vsize=350928 CPUtime=0 cores=0-7
/proc/18655/stat : 18655 (python) S 18628 18628 17722 0 -1 4202560 830 0 0 0 0 0 0 0 15 0 1 0 548644985 359350272 5736 33554432000 4194304 5683644 140736350794416 18446744073709551615 232335912518 0 0 16781312 514 9301415376489251076 0 0 17 2 0 0 0
/proc/18655/statm: 87732 5736 354 364 0 23629 0
[pid=18657] ppid=18655 vsize=1900 CPUtime=2.39 cores=0-7
/proc/18657/stat : 18657 (march_hi) R 18655 18657 18657 0 -1 4202496 559 0 0 0 239 0 0 0 25 0 1 0 548644985 1945600 289 33554432000 4194304 4955518 140735439510624 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18657/statm: 475 289 104 186 0 288 0
[pid=18628/tid=18635] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18635/stat : 18635 (python) S 18626 18628 17722 0 -1 4202560 28 938 0 0 0 0 0 0 18 0 9 0 548644957 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
[pid=18628/tid=18638] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18638/stat : 18638 (python) S 18626 18628 17722 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 9 0 548644961 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 0 0 0 0
[pid=18628/tid=18641] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18641/stat : 18641 (python) S 18626 18628 17722 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 9 0 548644965 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 0 0 0 0
[pid=18628/tid=18644] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18644/stat : 18644 (python) S 18626 18628 17722 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 548644969 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 6 0 0 0
[pid=18628/tid=18647] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18647/stat : 18647 (python) S 18626 18628 17722 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 9 0 548644973 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 6 0 0 0
[pid=18628/tid=18650] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18650/stat : 18650 (python) S 18626 18628 17722 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 9 0 548644977 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
[pid=18628/tid=18653] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18653/stat : 18653 (python) S 18626 18628 17722 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 9 0 548644981 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
[pid=18628/tid=18656] ppid=18626 vsize=361172 CPUtime=0 cores=0-7
/proc/18628/task/18656/stat : 18656 (python) S 18626 18628 17722 0 -1 4202560 28 938 0 0 0 0 0 0 24 0 9 0 548644985 369840128 7275 33554432000 4194304 5683644 140736350794416 18446744073709551615 232347716017 0 0 16781312 2 18446604447887337536 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 15.92
Current children cumulated vsize (KiB) 4360144

Child status: 0
Real time (s): 3.24593
CPU time (s): 16.1215
CPU user time (s): 15.9466
CPU system time (s): 0.174973
CPU usage (%): 496.669
Max. virtual memory (cumulated for all children) (KiB): 4363944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9466
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32310
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2669
involuntary context switches= 1241

runsolver used 0.012998 second user time and 0.027995 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-02 23:07:47
IDJOB=3321996
IDBENCH=82774
IDSOLVER=1712
FILE ID=node132/3321996-1304370467
RUNJOBID= node132-1304366465-17736
PBS_JOBID= 13181739
Free space on /tmp= 73056 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1869766438-024.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321996-1304370467/watcher-3321996-1304370467 -o /tmp/evaluation-result-3321996-1304370467/solver-3321996-1304370467 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321996-1304370467.cnf -seed 4306368 -budget 40000 -cores 8

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

MD5SUM BENCH= dc8d0e0ace98e64abf3fce79e5dbf973
RANDOM SEED=4306368

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      24683736 kB
Buffers:        446128 kB
Cached:        2935096 kB
SwapCached:       1456 kB
Active:        4550632 kB
Inactive:      3302944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24683736 kB
SwapTotal:    67111528 kB
SwapFree:     66863592 kB
Dirty:           33144 kB
Writeback:           0 kB
AnonPages:     4470364 kB
Mapped:          22212 kB
Slab:           327592 kB
PageTables:      20968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 28204496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73024 MiB
End job on node132 at 2011-05-02 23:07:51