Trace number 3322120

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 21.6977 3.91282

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1223020224-097.UNKNOWN.cnf
MD5SUM9e24719e5efd9c5e96f374a33a1fed5d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.54776
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.36/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.68	c INFO: solving HOME/instance-3322120-1304374903.cnf
0.36/0.68	c INFO: computing task features
0.36/0.68	c INFO: computed variable-clause graph statistics
0.36/0.68	c INFO: computed clause balance statistics
0.45/0.70	c INFO: computed variable balance statistics
0.45/0.72	c INFO: computed small-clause counts
0.45/0.72	c INFO: computed Horn-clause counts
0.45/0.72	c INFO: computed variable graph statistics
0.45/0.72	c INFO: collected features for HOME/instance-3322120-1304374903.cnf in 0.05 s
0.45/0.76	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.55)
0.55/0.80	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.43)
0.55/0.84	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.26)
0.55/0.88	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.30)
0.64/0.92	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.09)
0.64/0.96	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.64/0.99	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.25)
1.54/1.06	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.23)
20.94/3.88	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-3322120-1304374903/watcher-3322120-1304374903 -o /tmp/evaluation-result-3322120-1304374903/solver-3322120-1304374903 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322120-1304374903.cnf -seed 1364221308 -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: 8.85 9.42 9.28 2/326 19905
/proc/meminfo: memFree=21490528/32950928 swapFree=67111364/67111528
[pid=19905] ppid=19903 vsize=15776 CPUtime=0 cores=0-7
/proc/19905/stat : 19905 (python) S 19903 19905 18999 0 -1 4202496 903 0 0 0 0 0 0 0 17 0 1 0 627721011 16154624 784 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/19905/statm: 3944 784 346 364 0 431 0

[startup+0.053789 s]
/proc/loadavg: 8.85 9.42 9.28 2/326 19905
/proc/meminfo: memFree=21490528/32950928 swapFree=67111364/67111528
[pid=19905] ppid=19903 vsize=25288 CPUtime=0.04 cores=0-7
/proc/19905/stat : 19905 (python) R 19903 19905 18999 0 -1 4202496 1346 0 0 0 3 1 0 0 17 0 1 0 627721011 25894912 1192 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415389696 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19905/statm: 6323 1193 438 364 0 724 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25288

[startup+0.100782 s]
/proc/loadavg: 8.85 9.42 9.28 2/326 19905
/proc/meminfo: memFree=21490528/32950928 swapFree=67111364/67111528
[pid=19905] ppid=19903 vsize=87704 CPUtime=0.06 cores=0-7
/proc/19905/stat : 19905 (python) S 19903 19905 18999 0 -1 4202496 2638 0 0 0 5 1 0 0 17 0 1 0 627721011 89808896 2354 33554432000 4194304 5683644 140736789426528 18446744073709551615 256410467975 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/19905/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300737 s]
/proc/loadavg: 8.85 9.42 9.28 2/326 19905
/proc/meminfo: memFree=21490528/32950928 swapFree=67111364/67111528
[pid=19905] ppid=19903 vsize=135748 CPUtime=0.2 cores=0-7
/proc/19905/stat : 19905 (python) S 19903 19905 18999 0 -1 4202496 5963 934 1 0 15 5 0 0 17 0 1 0 627721011 139005952 4151 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415387653 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/19905/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700664 s]
/proc/loadavg: 8.85 9.42 9.28 2/326 19905
/proc/meminfo: memFree=21490528/32950928 swapFree=67111364/67111528
[pid=19905] ppid=19903 vsize=278128 CPUtime=0.45 cores=0-7
/proc/19905/stat : 19905 (python) R 19903 19905 18999 0 -1 4202496 9270 934 1 0 34 11 0 0 16 0 1 0 627721011 284803072 6941 33554432000 4194304 5683644 140736789426528 18446744073709551615 47014724739701 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19905/statm: 69532 6941 1826 364 0 5456 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278128

[startup+1.50144 s]
/proc/loadavg: 8.85 9.42 9.28 9/347 19930
/proc/meminfo: memFree=21440876/32950928 swapFree=67111364/67111528
[pid=19905] ppid=19903 vsize=426656 CPUtime=0.78 cores=0-7
/proc/19905/stat : 19905 (python) S 19903 19905 18999 0 -1 4202496 15581 934 1 0 65 13 0 0 20 0 9 0 627721011 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19905/statm: 106664 7373 1889 364 0 42561 0
[pid=19911] ppid=19905 vsize=278608 CPUtime=0 cores=0-7
/proc/19911/stat : 19911 (python) S 19905 19905 18999 0 -1 4202560 709 0 0 0 0 0 0 0 18 0 1 0 627721087 285294592 5552 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411727 0 0 16781312 514 15390529462810443775 0 0 17 2 0 0 0
/proc/19911/statm: 69652 5552 347 364 0 5570 0
[pid=19913] ppid=19911 vsize=454884 CPUtime=0.72 cores=0-7
/proc/19913/stat : 19913 (TNM) R 19911 19913 19913 0 -1 4202496 407 0 0 0 72 0 0 0 21 0 1 0 627721088 465801216 144 33554432000 134512640 135008748 4291863632 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19913/statm: 113721 144 46 122 0 112621 0
[pid=19914] ppid=19905 vsize=289240 CPUtime=0 cores=0-7
/proc/19914/stat : 19914 (python) S 19905 19905 18999 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 627721092 296181760 5667 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 1635809423634956547 0 0 17 4 0 0 0
/proc/19914/statm: 72310 5667 348 364 0 8225 0
[pid=19916] ppid=19914 vsize=1756 CPUtime=0.68 cores=0-7
/proc/19916/stat : 19916 (march_hi) R 19914 19916 19916 0 -1 4202496 527 0 0 0 68 0 0 0 22 0 1 0 627721092 1798144 266 33554432000 4194304 4955518 140733557910800 18446744073709551615 4235338 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19916/statm: 439 266 104 186 0 252 0
[pid=19917] ppid=19905 vsize=299244 CPUtime=0 cores=0-7
/proc/19917/stat : 19917 (python) S 19905 19905 18999 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 627721095 306425856 5592 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 4091209378848309247 0 0 17 6 0 0 0
/proc/19917/statm: 74811 5592 348 364 0 10723 0
[pid=19919] ppid=19917 vsize=1756 CPUtime=0.64 cores=0-7
/proc/19919/stat : 19919 (march_hi) R 19917 19919 19919 0 -1 4202496 529 0 0 0 64 0 0 0 22 0 1 0 627721096 1798144 265 33554432000 4194304 4955518 140736540013920 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19919/statm: 439 265 104 186 0 252 0
[pid=19920] ppid=19905 vsize=309852 CPUtime=0 cores=0-7
/proc/19920/stat : 19920 (python) S 19905 19905 18999 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 627721099 317288448 5684 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 13765023566934278403 0 0 17 2 0 0 0
/proc/19920/statm: 77463 5684 348 364 0 13372 0
[pid=19922] ppid=19920 vsize=1756 CPUtime=0.55 cores=0-7
/proc/19922/stat : 19922 (march_hi) R 19920 19922 19922 0 -1 4202496 526 0 0 0 55 0 0 0 22 0 1 0 627721100 1798144 263 33554432000 4194304 4955518 140733782724336 18446744073709551615 4307087 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19922/statm: 439 263 104 186 0 252 0
[pid=19923] ppid=19905 vsize=320108 CPUtime=0 cores=0-7
/proc/19923/stat : 19923 (python) S 19905 19905 18999 0 -1 4202560 774 0 0 0 0 0 0 0 16 0 1 0 627721103 327790592 5688 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 17774753357433372931 0 0 17 1 0 0 0
/proc/19923/statm: 80027 5688 348 364 0 15933 0
[pid=19925] ppid=19923 vsize=1756 CPUtime=0.41 cores=0-7
/proc/19925/stat : 19925 (march_hi) R 19923 19925 19925 0 -1 4202496 525 0 0 0 41 0 0 0 25 0 1 0 627721103 1798144 260 33554432000 4194304 4955518 140733345023552 18446744073709551615 4227677 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19925/statm: 439 260 104 186 0 252 0
[pid=19926] ppid=19905 vsize=395900 CPUtime=0 cores=0-7
/proc/19926/stat : 19926 (python) S 19905 19905 18999 0 -1 4202560 726 0 0 0 0 0 0 0 19 0 1 0 627721107 405401600 5865 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 727736514150137855 0 0 17 1 0 0 0
/proc/19926/statm: 98975 5865 348 364 0 34878 0
[pid=19928] ppid=19926 vsize=1017800 CPUtime=0.51 cores=0-7
/proc/19928/stat : 19928 (gnovelty+2) R 19926 19928 19928 0 -1 4202496 413 0 0 0 51 0 0 0 21 0 1 0 627721109 1042227200 159 33554432000 134512640 135663704 4290429952 18446744073709551615 134544144 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19928/statm: 254450 159 113 282 0 254166 0
[pid=19929] ppid=19905 vsize=406156 CPUtime=0 cores=0-7
/proc/19929/stat : 19929 (python) S 19905 19905 18999 0 -1 4202560 740 0 0 0 0 0 0 0 16 0 1 0 627721111 415903744 5825 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 9969315913805037827 0 0 17 7 0 0 0
/proc/19929/statm: 101539 5825 348 364 0 37439 0
[pid=19905/tid=19912] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19912/stat : 19912 (python) S 19903 19905 18999 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 627721088 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 2 0 0 0
[pid=19905/tid=19915] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19915/stat : 19915 (python) S 19903 19905 18999 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 627721092 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 4 0 0 0
[pid=19905/tid=19918] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19918/stat : 19918 (python) S 19903 19905 18999 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 627721096 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 0 0 0 0
[pid=19905/tid=19921] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19921/stat : 19921 (python) S 19903 19905 18999 0 -1 4202560 21 934 0 0 0 0 0 0 19 0 9 0 627721099 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 0 0 0 0
[pid=19905/tid=19924] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19924/stat : 19924 (python) S 19903 19905 18999 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 627721103 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 7 0 0 0
[pid=19905/tid=19927] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19927/stat : 19927 (python) S 19903 19905 18999 0 -1 4202560 83 934 0 0 0 0 0 0 19 0 9 0 627721107 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 2 0 0 0
[pid=19905/tid=19930] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19930/stat : 19930 (python) S 19903 19905 18999 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 627721111 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 4205472

[startup+3.10114 s]
/proc/loadavg: 8.85 9.42 9.28 10/351 19934
/proc/meminfo: memFree=21433900/32950928 swapFree=67111364/67111528
[pid=19905] ppid=19903 vsize=426656 CPUtime=0.78 cores=0-7
/proc/19905/stat : 19905 (python) S 19903 19905 18999 0 -1 4202496 15581 934 1 0 65 13 0 0 20 0 9 0 627721011 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19905/statm: 106664 7373 1889 364 0 42561 0
[pid=19911] ppid=19905 vsize=278608 CPUtime=0 cores=0-7
/proc/19911/stat : 19911 (python) S 19905 19905 18999 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 627721087 285294592 5559 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411727 0 0 16781312 514 15390529462810411267 0 0 17 5 0 0 0
/proc/19911/statm: 69652 5559 354 364 0 5570 0
[pid=19913] ppid=19911 vsize=454884 CPUtime=2.32 cores=0-7
/proc/19913/stat : 19913 (TNM) R 19911 19913 19913 0 -1 4202496 407 0 0 0 232 0 0 0 25 0 1 0 627721088 465801216 144 33554432000 134512640 135008748 4291863632 18446744073709551615 134527506 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19913/statm: 113721 144 46 122 0 112621 0
[pid=19914] ppid=19905 vsize=289240 CPUtime=0.83 cores=0-7
/proc/19914/stat : 19914 (python) R 19905 19905 18999 0 -1 4202560 757 0 0 0 74 9 0 0 16 0 1 0 627721092 296181760 5667 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/19914/statm: 72310 5667 348 364 0 8225 0
[pid=19916] ppid=19914 vsize=0 CPUtime=1.45 cores=0-7
/proc/19916/stat : 19916 (march_hi) R 19914 19916 19916 0 -1 4202500 537 0 0 0 145 0 0 0 25 0 1 0 627721092 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19916/statm: 0 0 0 0 0 0 0
[pid=19917] ppid=19905 vsize=299244 CPUtime=0.78 cores=0-7
/proc/19917/stat : 19917 (python) R 19905 19905 18999 0 -1 4202560 778 0 0 0 66 12 0 0 16 0 1 0 627721095 306425856 5592 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19917/statm: 74811 5592 348 364 0 10723 0
[pid=19919] ppid=19917 vsize=0 CPUtime=1.45 cores=0-7
/proc/19919/stat : 19919 (march_hi) R 19917 19919 19919 0 -1 4202500 540 0 0 0 145 0 0 0 25 0 1 0 627721096 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19919/statm: 0 0 0 0 0 0 0
[pid=19920] ppid=19905 vsize=309852 CPUtime=0.7 cores=0-7
/proc/19920/stat : 19920 (python) R 19905 19905 18999 0 -1 4202560 783 0 0 0 62 8 0 0 16 0 1 0 627721099 317288448 5684 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/19920/statm: 77463 5684 348 364 0 13372 0
[pid=19922] ppid=19920 vsize=0 CPUtime=1.44 cores=0-7
/proc/19922/stat : 19922 (march_hi) R 19920 19922 19922 0 -1 4202500 538 0 0 0 144 0 0 0 25 0 1 0 627721100 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19922/statm: 0 0 0 0 0 0 0
[pid=19923] ppid=19905 vsize=320108 CPUtime=0 cores=0-7
/proc/19923/stat : 19923 (python) S 19905 19905 18999 0 -1 4202560 786 0 0 0 0 0 0 0 15 0 1 0 627721103 327790592 5688 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 17774753357433372931 0 0 17 1 0 0 0
/proc/19923/statm: 80027 5688 348 364 0 15933 0
[pid=19925] ppid=19923 vsize=1756 CPUtime=1.21 cores=0-7
/proc/19925/stat : 19925 (march_hi) R 19923 19925 19925 0 -1 4202496 538 0 0 0 121 0 0 0 25 0 1 0 627721103 1798144 273 33554432000 4194304 4955518 140733345023552 18446744073709551615 4209762 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19925/statm: 439 273 104 186 0 252 0
[pid=19926] ppid=19905 vsize=395900 CPUtime=0 cores=0-7
/proc/19926/stat : 19926 (python) S 19905 19905 18999 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 627721107 405401600 5865 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 727736514150105345 0 0 17 1 0 0 0
/proc/19926/statm: 98975 5865 348 364 0 34878 0
[pid=19928] ppid=19926 vsize=1017800 CPUtime=2.11 cores=0-7
/proc/19928/stat : 19928 (gnovelty+2) R 19926 19928 19928 0 -1 4202496 413 0 0 0 211 0 0 0 25 0 1 0 627721109 1042227200 159 33554432000 134512640 135663704 4290429952 18446744073709551615 134524455 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19928/statm: 254450 159 113 282 0 254166 0
[pid=19929] ppid=19905 vsize=406156 CPUtime=0.6 cores=0-7
/proc/19929/stat : 19929 (python) R 19905 19905 18999 0 -1 4202560 755 0 0 0 54 6 0 0 16 0 1 0 627721111 415903744 5825 33554432000 4194304 5683644 140736789426528 18446744073709551615 4618160 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/19929/statm: 101539 5825 348 364 0 37439 0
[pid=19931] ppid=19929 vsize=0 CPUtime=1.45 cores=0-7
/proc/19931/stat : 19931 (march_hi) R 19929 19931 19931 0 -1 4202500 533 0 0 0 145 0 0 0 25 0 1 0 627721111 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19931/statm: 0 0 0 0 0 0 0
[pid=19932] ppid=19905 vsize=416412 CPUtime=0 cores=0-7
/proc/19932/stat : 19932 (python) S 19905 19905 18999 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 627721117 426405888 5834 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 245578125381959939 0 0 17 1 0 0 0
/proc/19932/statm: 104103 5834 354 364 0 40000 0
[pid=19934] ppid=19932 vsize=1756 CPUtime=0.93 cores=0-7
/proc/19934/stat : 19934 (march_hi) R 19932 19934 19934 0 -1 4202496 528 0 0 0 93 0 0 0 25 0 1 0 627721127 1798144 267 33554432000 4194304 4955518 140734613940848 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19934/statm: 439 267 104 186 0 252 0
[pid=19905/tid=19912] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19912/stat : 19912 (python) S 19903 19905 18999 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 627721088 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 2 0 0 0
[pid=19905/tid=19915] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19915/stat : 19915 (python) S 19903 19905 18999 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 627721092 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 4 0 0 0
[pid=19905/tid=19918] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19918/stat : 19918 (python) S 19903 19905 18999 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 627721096 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 0 0 0 0
[pid=19905/tid=19921] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19921/stat : 19921 (python) S 19903 19905 18999 0 -1 4202560 21 934 0 0 0 0 0 0 19 0 9 0 627721099 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 0 0 0 0
[pid=19905/tid=19924] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19924/stat : 19924 (python) S 19903 19905 18999 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 627721103 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 7 0 0 0
[pid=19905/tid=19927] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19927/stat : 19927 (python) S 19903 19905 18999 0 -1 4202560 83 934 0 0 0 0 0 0 19 0 9 0 627721107 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 2 0 0 0
[pid=19905/tid=19930] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19930/stat : 19930 (python) S 19903 19905 18999 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 627721111 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 1 0 0 0
[pid=19905/tid=19933] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19933/stat : 19933 (python) S 19903 19905 18999 0 -1 4202560 75 934 0 0 0 0 0 0 21 0 9 0 627721117 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 16.05
Current children cumulated vsize (KiB) 4618372

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

[startup+3.50106 s]
/proc/loadavg: 8.85 9.42 9.28 14/351 19934
/proc/meminfo: memFree=21434644/32950928 swapFree=67111364/67111528
[pid=19905] ppid=19903 vsize=426656 CPUtime=0.78 cores=0-7
/proc/19905/stat : 19905 (python) S 19903 19905 18999 0 -1 4202496 15581 934 1 0 65 13 0 0 20 0 9 0 627721011 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19905/statm: 106664 7373 1889 364 0 42561 0
[pid=19911] ppid=19905 vsize=278608 CPUtime=0 cores=0-7
/proc/19911/stat : 19911 (python) S 19905 19905 18999 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 627721087 285294592 5559 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411727 0 0 16781312 514 15390529462810411267 0 0 17 5 0 0 0
/proc/19911/statm: 69652 5559 354 364 0 5570 0
[pid=19913] ppid=19911 vsize=454884 CPUtime=2.72 cores=0-7
/proc/19913/stat : 19913 (TNM) R 19911 19913 19913 0 -1 4202496 407 0 0 0 272 0 0 0 25 0 1 0 627721088 465801216 144 33554432000 134512640 135008748 4291863632 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19913/statm: 113721 144 46 122 0 112621 0
[pid=19914] ppid=19905 vsize=289240 CPUtime=1.23 cores=0-7
/proc/19914/stat : 19914 (python) R 19905 19905 18999 0 -1 4202560 757 0 0 0 109 14 0 0 17 0 1 0 627721092 296181760 5667 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/19914/statm: 72310 5667 348 364 0 8225 0
[pid=19916] ppid=19914 vsize=0 CPUtime=1.45 cores=0-7
/proc/19916/stat : 19916 (march_hi) R 19914 19916 19916 0 -1 4202500 537 0 0 0 145 0 0 0 25 0 1 0 627721092 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19916/statm: 0 0 0 0 0 0 0
[pid=19917] ppid=19905 vsize=299244 CPUtime=1.18 cores=0-7
/proc/19917/stat : 19917 (python) R 19905 19905 18999 0 -1 4202560 778 0 0 0 100 18 0 0 17 0 1 0 627721095 306425856 5592 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19917/statm: 74811 5592 348 364 0 10723 0
[pid=19919] ppid=19917 vsize=0 CPUtime=1.45 cores=0-7
/proc/19919/stat : 19919 (march_hi) R 19917 19919 19919 0 -1 4202500 540 0 0 0 145 0 0 0 25 0 1 0 627721096 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19919/statm: 0 0 0 0 0 0 0
[pid=19920] ppid=19905 vsize=309852 CPUtime=1.1 cores=0-7
/proc/19920/stat : 19920 (python) R 19905 19905 18999 0 -1 4202560 783 0 0 0 97 13 0 0 17 0 1 0 627721099 317288448 5684 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/19920/statm: 77463 5684 348 364 0 13372 0
[pid=19922] ppid=19920 vsize=0 CPUtime=1.44 cores=0-7
/proc/19922/stat : 19922 (march_hi) R 19920 19922 19922 0 -1 4202500 538 0 0 0 144 0 0 0 25 0 1 0 627721100 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19922/statm: 0 0 0 0 0 0 0
[pid=19923] ppid=19905 vsize=320108 CPUtime=0 cores=0-7
/proc/19923/stat : 19923 (python) S 19905 19905 18999 0 -1 4202560 794 0 0 0 0 0 0 0 15 0 1 0 627721103 327790592 5688 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 17774753357433372931 0 0 17 1 0 0 0
/proc/19923/statm: 80027 5688 348 364 0 15933 0
[pid=19925] ppid=19923 vsize=1756 CPUtime=1.41 cores=0-7
/proc/19925/stat : 19925 (march_hi) R 19923 19925 19925 0 -1 4202496 540 0 0 0 141 0 0 0 25 0 1 0 627721103 1798144 275 33554432000 4194304 4955518 140733345023552 18446744073709551615 4209760 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19925/statm: 439 275 104 186 0 252 0
[pid=19926] ppid=19905 vsize=395900 CPUtime=0 cores=0-7
/proc/19926/stat : 19926 (python) S 19905 19905 18999 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 627721107 405401600 5865 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 727736514150105345 0 0 17 1 0 0 0
/proc/19926/statm: 98975 5865 348 364 0 34878 0
[pid=19928] ppid=19926 vsize=1017800 CPUtime=2.51 cores=0-7
/proc/19928/stat : 19928 (gnovelty+2) R 19926 19928 19928 0 -1 4202496 413 0 0 0 251 0 0 0 25 0 1 0 627721109 1042227200 159 33554432000 134512640 135663704 4290429952 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19928/statm: 254450 159 113 282 0 254166 0
[pid=19929] ppid=19905 vsize=406156 CPUtime=0.98 cores=0-7
/proc/19929/stat : 19929 (python) R 19905 19905 18999 0 -1 4202560 755 0 0 0 87 11 0 0 16 0 1 0 627721111 415903744 5825 33554432000 4194304 5683644 140736789426528 18446744073709551615 4876135 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/19929/statm: 101539 5825 348 364 0 37439 0
[pid=19931] ppid=19929 vsize=0 CPUtime=1.45 cores=0-7
/proc/19931/stat : 19931 (march_hi) R 19929 19931 19931 0 -1 4202500 533 0 0 0 145 0 0 0 25 0 1 0 627721111 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19931/statm: 0 0 0 0 0 0 0
[pid=19932] ppid=19905 vsize=416412 CPUtime=0 cores=0-7
/proc/19932/stat : 19932 (python) S 19905 19905 18999 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 627721117 426405888 5834 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415411782 0 0 16781312 514 245578125381959939 0 0 17 1 0 0 0
/proc/19932/statm: 104103 5834 354 364 0 40000 0
[pid=19934] ppid=19932 vsize=1756 CPUtime=1.13 cores=0-7
/proc/19934/stat : 19934 (march_hi) R 19932 19934 19934 0 -1 4202496 534 0 0 0 113 0 0 0 25 0 1 0 627721127 1798144 273 33554432000 4194304 4955518 140734613940848 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19934/statm: 439 273 104 186 0 252 0
[pid=19905/tid=19912] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19912/stat : 19912 (python) S 19903 19905 18999 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 627721088 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 2 0 0 0
[pid=19905/tid=19915] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19915/stat : 19915 (python) S 19903 19905 18999 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 627721092 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 4 0 0 0
[pid=19905/tid=19918] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19918/stat : 19918 (python) S 19903 19905 18999 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 627721096 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 0 0 0 0
[pid=19905/tid=19921] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19921/stat : 19921 (python) S 19903 19905 18999 0 -1 4202560 21 934 0 0 0 0 0 0 19 0 9 0 627721099 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 0 0 0 0
[pid=19905/tid=19924] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19924/stat : 19924 (python) S 19903 19905 18999 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 627721103 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 7 0 0 0
[pid=19905/tid=19927] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19927/stat : 19927 (python) S 19903 19905 18999 0 -1 4202560 83 934 0 0 0 0 0 0 19 0 9 0 627721107 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 2 0 0 0
[pid=19905/tid=19930] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19930/stat : 19930 (python) S 19903 19905 18999 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 627721111 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 1 0 0 0
[pid=19905/tid=19933] ppid=19903 vsize=426656 CPUtime=0 cores=0-7
/proc/19905/task/19933/stat : 19933 (python) S 19903 19905 18999 0 -1 4202560 75 934 0 0 0 0 0 0 21 0 9 0 627721117 436895744 7373 33554432000 4194304 5683644 140736789426528 18446744073709551615 256427215281 0 0 16781312 2 18446604448246097920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18.83
Current children cumulated vsize (KiB) 4618372

[startup+3.90103 s]
/proc/loadavg: 8.85 9.42 9.28 14/351 19934
/proc/meminfo: memFree=21434644/32950928 swapFree=67111364/67111528
[pid=19905] ppid=19903 vsize=375328 CPUtime=21.66 cores=0-7
/proc/19905/stat : 19905 (python) R 19903 19905 18999 0 -1 4202496 18476 12313 1 0 66 13 2001 86 17 0 1 0 627721011 384335872 7338 33554432000 4194304 5683644 140736789426528 18446744073709551615 256415047760 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19905/statm: 93832 7338 1874 364 0 29756 0
Current children cumulated CPU time (s) 21.66
Current children cumulated vsize (KiB) 375328

Child status: 0
Real time (s): 3.91282
CPU time (s): 21.6977
CPU user time (s): 20.6939
CPU system time (s): 1.00385
CPU usage (%): 554.528
Max. virtual memory (cumulated for all children) (KiB): 4625396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.6939
system time used= 1.00385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32253
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= 4830
involuntary context switches= 1867

runsolver used 0.013997 second user time and 0.038994 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-03 00:21:43
IDJOB=3322120
IDBENCH=82898
IDSOLVER=1712
FILE ID=node115/3322120-1304374903
RUNJOBID= node115-1304367627-19013
PBS_JOBID= 13181769
Free space on /tmp= 73484 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1223020224-097.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-3322120-1304374903/watcher-3322120-1304374903 -o /tmp/evaluation-result-3322120-1304374903/solver-3322120-1304374903 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322120-1304374903.cnf -seed 1364221308 -budget 40000 -cores 8

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

MD5SUM BENCH= 9e24719e5efd9c5e96f374a33a1fed5d
RANDOM SEED=1364221308

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21490560 kB
Buffers:        904540 kB
Cached:        2636900 kB
SwapCached:          0 kB
Active:        7946912 kB
Inactive:      3037144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21490560 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           31924 kB
Writeback:           0 kB
AnonPages:     7443228 kB
Mapped:          26356 kB
Slab:           373472 kB
PageTables:      34632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 61796828 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= 73452 MiB
End job on node115 at 2011-05-03 00:21:47