Trace number 3484619

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-seq-industrial (fixed, 1200 s timeout)? (TO) 1200 1199.93

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_10_keyfind_1.cnf
MD5SUMf35f3aee72237c1bf3d673feb4883756
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8080
Number of clauses96704
Sum of the clauses size539496
Maximum clause length8
Minimum clause length1
Number of clauses of size 1336
Number of clauses of size 21152
Number of clauses of size 315040
Number of clauses of size 42944
Number of clauses of size 518432
Number of clauses of size over 558800

Solver Data

0.34/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.63	c INFO: solving HOME/instance-3484619-1307751144.cnf
0.34/0.63	c INFO: computing task features
0.92/1.22	c INFO: computed variable-clause graph statistics
0.92/1.24	c INFO: computed clause balance statistics
3.93/4.20	c INFO: computed variable balance statistics
5.23/5.59	c INFO: computed small-clause counts
5.33/5.60	c INFO: computed Horn-clause counts
5.43/5.77	c INFO: computed variable graph statistics
5.43/5.77	c INFO: collected features for HOME/instance-3484619-1307751144.cnf in 5.11 s
5.43/5.78	c INFO: running lingeling-276@0 for 582 with 1194 remaining (b = 0.53)
592.35/592.47	c INFO: running cryptominisat-2.9.0@0 for 608 with 608 remaining (b = 0.46)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484619-1307751144/watcher-3484619-1307751144 -o /tmp/evaluation-result-3484619-1307751144/solver-3484619-1307751144 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484619-1307751144.cnf -seed 806244189 -budget 1200 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.04 3.50 3.17 4/202 953
/proc/meminfo: memFree=30330408/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=15080 CPUtime=0 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 650 0 0 0 0 0 0 0 25 0 1 0 886714095 15441920 545 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/953/statm: 3770 545 312 364 0 257 0

[startup+0.0223369 s]
/proc/loadavg: 4.04 3.50 3.17 4/202 953
/proc/meminfo: memFree=30330408/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=16248 CPUtime=0.01 cores=0,2
/proc/953/stat : 953 (python) R 951 953 31379 0 -1 4202496 1064 0 0 0 1 0 0 0 25 0 1 0 886714095 16637952 935 33554432000 4194304 5683644 140735384361120 18446744073709551615 5168667 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/953/statm: 4062 935 381 364 0 549 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16248

[startup+0.100369 s]
/proc/loadavg: 4.04 3.50 3.17 4/202 953
/proc/meminfo: memFree=30330408/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=93964 CPUtime=0.06 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 2694 0 0 0 5 1 0 0 25 0 1 0 886714095 96219136 2407 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/953/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.300334 s]
/proc/loadavg: 4.04 3.50 3.17 4/202 953
/proc/meminfo: memFree=30330408/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=135752 CPUtime=0.18 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 5973 935 1 0 15 3 0 0 25 0 1 0 886714095 139010048 4148 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/953/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700209 s]
/proc/loadavg: 4.04 3.50 3.17 4/202 953
/proc/meminfo: memFree=30330408/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=284748 CPUtime=0.43 cores=0,2
/proc/953/stat : 953 (python) R 951 953 31379 0 -1 4202496 10827 935 1 0 36 7 0 0 25 0 1 0 886714095 291581952 8495 33554432000 4194304 5683644 140735384361120 18446744073709551615 4272792 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/953/statm: 71187 8495 1761 364 0 7111 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 284748

[startup+1.50112 s]
/proc/loadavg: 4.04 3.50 3.17 5/203 958
/proc/meminfo: memFree=30283536/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=313968 CPUtime=1.23 cores=0,2
/proc/953/stat : 953 (python) R 951 953 31379 0 -1 4202496 22646 935 1 0 114 9 0 0 25 0 1 0 886714095 321503232 15876 33554432000 4194304 5683644 140735384361120 18446744073709551615 4862068 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/953/statm: 78492 15876 1826 364 0 14416 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 313968

[startup+3.10081 s]
/proc/loadavg: 4.04 3.50 3.17 5/203 958
/proc/meminfo: memFree=30269648/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=313968 CPUtime=2.83 cores=0,2
/proc/953/stat : 953 (python) R 951 953 31379 0 -1 4202496 22646 935 1 0 274 9 0 0 25 0 1 0 886714095 321503232 15876 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092056404 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/953/statm: 78492 15876 1826 364 0 14416 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 313968

[startup+6.30014 s]
/proc/loadavg: 4.03 3.51 3.18 5/203 958
/proc/meminfo: memFree=30262584/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=321600 CPUtime=5.5 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 22934 935 1 0 541 9 0 0 25 0 2 0 886714095 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 80400 15262 1867 364 0 16318 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 321600

[startup+12.7009 s]
/proc/loadavg: 4.03 3.52 3.18 5/206 961
/proc/meminfo: memFree=30255008/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=321600 CPUtime=5.5 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 22934 935 1 0 541 9 0 0 25 0 2 0 886714095 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 80400 15262 1867 364 0 16318 0
[pid=959] ppid=953 vsize=311356 CPUtime=0 cores=0,2
/proc/959/stat : 959 (python) S 953 953 31379 0 -1 4202560 882 0 0 0 0 0 0 0 18 0 1 0 886714673 318828544 13767 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252431 0 0 16781312 514 4227414405396005124 0 0 17 0 0 0 0
/proc/959/statm: 77839 13767 376 364 0 13757 0
[pid=961] ppid=959 vsize=18296 CPUtime=6.89 cores=0,2
/proc/961/stat : 961 (lingeling) R 959 961 961 0 -1 4202496 4872 0 0 0 689 0 0 0 25 0 1 0 886714674 18735104 3742 33554432000 4194304 4352236 140734039216816 18446744073709551615 4329063 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/961/statm: 4574 3742 129 39 0 3654 0
[pid=953/tid=960] ppid=951 vsize=321600 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 886714673 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 651252

[startup+25.5005 s]
/proc/loadavg: 4.02 3.54 3.19 5/206 962
/proc/meminfo: memFree=30232176/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=321600 CPUtime=5.5 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 22934 935 1 0 541 9 0 0 25 0 2 0 886714095 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 80400 15262 1867 364 0 16318 0
[pid=959] ppid=953 vsize=311356 CPUtime=0.02 cores=0,2
/proc/959/stat : 959 (python) S 953 953 31379 0 -1 4202560 889 0 0 0 1 1 0 0 18 0 1 0 886714673 318828544 13767 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252431 0 0 16781312 514 8911796829822091524 0 0 17 0 0 0 0
/proc/959/statm: 77839 13767 376 364 0 13757 0
[pid=961] ppid=959 vsize=21004 CPUtime=19.68 cores=0,2
/proc/961/stat : 961 (lingeling) R 959 961 961 0 -1 4202496 5549 0 0 0 1968 0 0 0 25 0 1 0 886714674 21508096 4419 33554432000 4194304 4352236 140734039216816 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/961/statm: 5251 4419 129 39 0 4331 0
[pid=953/tid=960] ppid=951 vsize=321600 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 886714673 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 653960

[startup+51.1007 s]
/proc/loadavg: 4.01 3.57 3.21 5/206 962
/proc/meminfo: memFree=30232340/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=321600 CPUtime=5.5 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 22934 935 1 0 541 9 0 0 25 0 2 0 886714095 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 80400 15262 1867 364 0 16318 0
[pid=959] ppid=953 vsize=311356 CPUtime=0.05 cores=0,2
/proc/959/stat : 959 (python) S 953 953 31379 0 -1 4202560 900 0 0 0 2 3 0 0 18 0 1 0 886714673 318828544 13767 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252431 0 0 16781312 514 8911796829822091524 0 0 17 0 0 0 0
/proc/959/statm: 77839 13767 376 364 0 13757 0
[pid=961] ppid=959 vsize=24204 CPUtime=45.26 cores=0,2
/proc/961/stat : 961 (lingeling) R 959 961 961 0 -1 4202496 12493 0 0 0 4524 2 0 0 25 0 1 0 886714674 24784896 5219 33554432000 4194304 4352236 140734039216816 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/961/statm: 6051 5219 129 39 0 5131 0
[pid=953/tid=960] ppid=951 vsize=321600 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 886714673 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 657160

[startup+102.307 s]
/proc/loadavg: 4.00 3.64 3.25 5/206 964
/proc/meminfo: memFree=30242908/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=321600 CPUtime=5.5 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 22934 935 1 0 541 9 0 0 25 0 2 0 886714095 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 80400 15262 1867 364 0 16318 0
[pid=959] ppid=953 vsize=311356 CPUtime=0.12 cores=0,2
/proc/959/stat : 959 (python) S 953 953 31379 0 -1 4202560 925 0 0 0 6 6 0 0 18 0 1 0 886714673 318828544 13767 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252431 0 0 16781312 514 8911796829822091524 0 0 17 0 0 0 0
/proc/959/statm: 77839 13767 376 364 0 13757 0
[pid=961] ppid=959 vsize=33936 CPUtime=96.41 cores=0,2
/proc/961/stat : 961 (lingeling) R 959 961 961 0 -1 4202496 21326 0 0 0 9638 3 0 0 25 0 1 0 886714674 34750464 7652 33554432000 4194304 4352236 140734039216816 18446744073709551615 4328191 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/961/statm: 8484 7652 129 39 0 7564 0
[pid=953/tid=960] ppid=951 vsize=321600 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 886714673 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 666892

[startup+162.3 s]
/proc/loadavg: 4.00 3.70 3.30 5/214 974
/proc/meminfo: memFree=29543560/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=321600 CPUtime=5.5 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 22934 935 1 0 541 9 0 0 25 0 2 0 886714095 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 80400 15262 1867 364 0 16318 0
[pid=959] ppid=953 vsize=311356 CPUtime=0.2 cores=0,2
/proc/959/stat : 959 (python) S 953 953 31379 0 -1 4202560 944 0 0 0 11 9 0 0 18 0 1 0 886714673 318828544 13767 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252431 0 0 16781312 514 8911796829822091524 0 0 17 0 0 0 0
/proc/959/statm: 77839 13767 376 364 0 13757 0
[pid=961] ppid=959 vsize=35988 CPUtime=156.32 cores=0,2
/proc/961/stat : 961 (lingeling) R 959 961 961 0 -1 4202496 27432 0 0 0 15629 3 0 0 25 0 1 0 886714674 36851712 8190 33554432000 4194304 4352236 140734039216816 18446744073709551615 4235771 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/961/statm: 8997 8190 129 39 0 8077 0
[pid=953/tid=960] ppid=951 vsize=321600 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 886714673 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 668944

[startup+222.301 s]
/proc/loadavg: 4.04 3.77 3.34 5/214 976
/proc/meminfo: memFree=29424108/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=321600 CPUtime=5.5 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 22934 935 1 0 541 9 0 0 25 0 2 0 886714095 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 80400 15262 1867 364 0 16318 0
[pid=959] ppid=953 vsize=311356 CPUtime=0.28 cores=0,2
/proc/959/stat : 959 (python) S 953 953 31379 0 -1 4202560 963 0 0 0 15 13 0 0 18 0 1 0 886714673 318828544 13767 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252431 0 0 16781312 514 8911796829822091524 0 0 17 0 0 0 0
/proc/959/statm: 77839 13767 376 364 0 13757 0
[pid=961] ppid=959 vsize=36764 CPUtime=216.27 cores=0,2
/proc/961/stat : 961 (lingeling) R 959 961 961 0 -1 4202496 32426 0 0 0 21623 4 0 0 25 0 1 0 886714674 37646336 8384 33554432000 4194304 4352236 140734039216816 18446744073709551615 4329081 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/961/statm: 9191 8384 129 39 0 8271 0
[pid=953/tid=960] ppid=951 vsize=321600 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 886714673 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 669720

[startup+282.301 s]
/proc/loadavg: 4.01 3.81 3.38 5/214 977
/proc/meminfo: memFree=29400380/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=321600 CPUtime=5.5 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 22934 935 1 0 541 9 0 0 25 0 2 0 886714095 329318400 15262 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 80400 15262 1867 364 0 16318 0
[pid=959] ppid=953 vsize=311356 CPUtime=0.37 cores=0,2

################
# More data... #
################

[pid=988] ppid=953 vsize=321612 CPUtime=0.64 cores=0,2
/proc/988/stat : 988 (python) S 953 953 31379 0 -1 4202560 1026 0 0 0 37 27 0 0 15 0 1 0 886773343 329330688 13766 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252486 0 0 16781312 514 2883605587579339009 0 0 17 0 0 0 0
/proc/988/statm: 80403 13766 371 364 0 16318 0
[pid=990] ppid=988 vsize=135244 CPUtime=409.29 cores=0,2
/proc/990/stat : 990 (cryptominisat-2) R 988 990 990 0 -1 4202496 176222 0 0 0 40891 38 0 0 25 0 1 0 886773343 138489856 27455 33554432000 4194304 4677096 140733424012448 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/990/statm: 33811 27455 416 118 0 28770 0
[pid=953/tid=960] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 3 0 886714673 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
[pid=953/tid=989] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/989/stat : 989 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 886773343 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 1146824

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/206 1416
/proc/meminfo: memFree=30932716/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=331856 CPUtime=5.51 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 23742 935 1 0 542 9 0 0 20 0 3 0 886714095 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 82964 15269 1870 364 0 18879 0
[pid=959] ppid=953 vsize=321600 CPUtime=0.79 cores=0,2
/proc/959/stat : 959 (python) S 953 953 31379 0 -1 4202560 1198 0 0 0 45 34 0 0 19 0 2 0 886714673 329318400 13810 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/959/statm: 80400 13810 414 364 0 16318 0
[pid=961] ppid=959 vsize=36512 CPUtime=586.14 cores=0,2
/proc/961/stat : 961 (lingeling) T 959 961 961 0 -1 4202496 63019 0 0 0 58604 10 0 0 25 0 1 0 886714674 37388288 8321 33554432000 4194304 4352236 140734039216816 18446744073709551615 4328252 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/961/statm: 9128 8321 129 39 0 8208 0
[pid=959/tid=987] ppid=953 vsize=321600 CPUtime=0 cores=0,2
/proc/959/task/987/stat : 987 (python) S 953 953 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886773342 329318400 13810 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 514 18446604453896964864 0 0 -1 2 0 0 0
[pid=988] ppid=953 vsize=321612 CPUtime=0.73 cores=0,2
/proc/988/stat : 988 (python) S 953 953 31379 0 -1 4202560 1042 0 0 0 42 31 0 0 15 0 1 0 886773343 329330688 13766 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252486 0 0 16781312 514 2883605587579339009 0 0 17 0 0 0 0
/proc/988/statm: 80403 13766 371 364 0 16318 0
[pid=990] ppid=988 vsize=141960 CPUtime=469.21 cores=0,2
/proc/990/stat : 990 (cryptominisat-2) R 988 990 990 0 -1 4202496 194220 0 0 0 46878 43 0 0 25 0 1 0 886773343 145367040 27883 33554432000 4194304 4677096 140733424012448 18446744073709551615 4320166 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/990/statm: 35490 27883 423 118 0 30449 0
[pid=953/tid=960] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 3 0 886714673 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
[pid=953/tid=989] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/989/stat : 989 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 886773343 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 1153540

[startup+1122.3 s]
/proc/loadavg: 4.08 4.02 3.74 5/206 1418
/proc/meminfo: memFree=30919284/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=331856 CPUtime=5.51 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 23742 935 1 0 542 9 0 0 20 0 3 0 886714095 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 82964 15269 1870 364 0 18879 0
[pid=959] ppid=953 vsize=321600 CPUtime=0.79 cores=0,2
/proc/959/stat : 959 (python) S 953 953 31379 0 -1 4202560 1198 0 0 0 45 34 0 0 19 0 2 0 886714673 329318400 13810 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/959/statm: 80400 13810 414 364 0 16318 0
[pid=961] ppid=959 vsize=36512 CPUtime=586.14 cores=0,2
/proc/961/stat : 961 (lingeling) T 959 961 961 0 -1 4202496 63019 0 0 0 58604 10 0 0 25 0 1 0 886714674 37388288 8321 33554432000 4194304 4352236 140734039216816 18446744073709551615 4328252 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/961/statm: 9128 8321 129 39 0 8208 0
[pid=959/tid=987] ppid=953 vsize=321600 CPUtime=0 cores=0,2
/proc/959/task/987/stat : 987 (python) S 953 953 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886773342 329318400 13810 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 514 18446604453896964864 0 0 -1 2 0 0 0
[pid=988] ppid=953 vsize=321612 CPUtime=0.83 cores=0,2
/proc/988/stat : 988 (python) S 953 953 31379 0 -1 4202560 1053 0 0 0 47 36 0 0 15 0 1 0 886773343 329330688 13766 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252486 0 0 16781312 514 8911796829822091521 0 0 17 0 0 0 0
/proc/988/statm: 80403 13766 371 364 0 16318 0
[pid=990] ppid=988 vsize=165744 CPUtime=529.12 cores=0,2
/proc/990/stat : 990 (cryptominisat-2) R 988 990 990 0 -1 4202496 213901 0 0 0 52863 49 0 0 25 0 1 0 886773343 169721856 33374 33554432000 4194304 4677096 140733424012448 18446744073709551615 4318905 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/990/statm: 41436 33374 395 118 0 36395 0
[pid=953/tid=960] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 3 0 886714673 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
[pid=953/tid=989] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/989/stat : 989 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 886773343 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 1177324

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.75 5/206 1419
/proc/meminfo: memFree=30908332/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=331856 CPUtime=5.51 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 23742 935 1 0 542 9 0 0 20 0 3 0 886714095 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 82964 15269 1870 364 0 18879 0
[pid=959] ppid=953 vsize=321600 CPUtime=0.79 cores=0,2
/proc/959/stat : 959 (python) S 953 953 31379 0 -1 4202560 1198 0 0 0 45 34 0 0 19 0 2 0 886714673 329318400 13810 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/959/statm: 80400 13810 414 364 0 16318 0
[pid=961] ppid=959 vsize=36512 CPUtime=586.14 cores=0,2
/proc/961/stat : 961 (lingeling) T 959 961 961 0 -1 4202496 63019 0 0 0 58604 10 0 0 25 0 1 0 886714674 37388288 8321 33554432000 4194304 4352236 140734039216816 18446744073709551615 4328252 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/961/statm: 9128 8321 129 39 0 8208 0
[pid=959/tid=987] ppid=953 vsize=321600 CPUtime=0 cores=0,2
/proc/959/task/987/stat : 987 (python) S 953 953 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886773342 329318400 13810 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 514 18446604453896964864 0 0 -1 2 0 0 0
[pid=988] ppid=953 vsize=321612 CPUtime=0.91 cores=0,2
/proc/988/stat : 988 (python) S 953 953 31379 0 -1 4202560 1054 0 0 0 51 40 0 0 15 0 1 0 886773343 329330688 13766 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252486 0 0 16781312 514 8911796829822091521 0 0 17 0 0 0 0
/proc/988/statm: 80403 13766 371 364 0 16318 0
[pid=990] ppid=988 vsize=166616 CPUtime=589.03 cores=0,2
/proc/990/stat : 990 (cryptominisat-2) R 988 990 990 0 -1 4202496 229323 0 0 0 58851 52 0 0 25 0 1 0 886773343 170614784 34092 33554432000 4194304 4677096 140733424012448 18446744073709551615 4320327 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/990/statm: 41654 34092 395 118 0 36613 0
[pid=953/tid=960] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 3 0 886714673 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
[pid=953/tid=989] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/989/stat : 989 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 886773343 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 1178196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 4.02 4.01 3.76 5/206 1420
/proc/meminfo: memFree=30912164/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=331856 CPUtime=5.51 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 23742 935 1 0 542 9 0 0 20 0 3 0 886714095 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 82964 15269 1870 364 0 18879 0
[pid=959] ppid=953 vsize=321600 CPUtime=0.79 cores=0,2
/proc/959/stat : 959 (python) S 953 953 31379 0 -1 4202560 1198 0 0 0 45 34 0 0 19 0 2 0 886714673 329318400 13810 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/959/statm: 80400 13810 414 364 0 16318 0
[pid=961] ppid=959 vsize=36512 CPUtime=586.14 cores=0,2
/proc/961/stat : 961 (lingeling) T 959 961 961 0 -1 4202496 63019 0 0 0 58604 10 0 0 25 0 1 0 886714674 37388288 8321 33554432000 4194304 4352236 140734039216816 18446744073709551615 4328252 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/961/statm: 9128 8321 129 39 0 8208 0
[pid=959/tid=987] ppid=953 vsize=321600 CPUtime=0 cores=0,2
/proc/959/task/987/stat : 987 (python) S 953 953 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886773342 329318400 13810 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 514 18446604453896964864 0 0 -1 2 0 0 0
[pid=988] ppid=953 vsize=321612 CPUtime=0.94 cores=0,2
/proc/988/stat : 988 (python) S 953 953 31379 0 -1 4202560 1054 0 0 0 53 41 0 0 15 0 1 0 886773343 329330688 13766 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252486 0 0 16781312 514 8911796829822091521 0 0 17 0 0 0 0
/proc/988/statm: 80403 13766 371 364 0 16318 0
[pid=990] ppid=988 vsize=166968 CPUtime=606.62 cores=0,2
/proc/990/stat : 990 (cryptominisat-2) R 988 990 990 0 -1 4202496 234588 0 0 0 60609 53 0 0 25 0 1 0 886773343 170975232 34260 33554432000 4194304 4677096 140733424012448 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/990/statm: 41742 34260 395 118 0 36701 0
[pid=953/tid=960] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 3 0 886714673 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
[pid=953/tid=989] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/989/stat : 989 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 886773343 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 1178548

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1199.9 s]
/proc/loadavg: 4.02 4.01 3.76 5/206 1420
/proc/meminfo: memFree=30912164/32950928 swapFree=67055948/67111528
[pid=953] ppid=951 vsize=331856 CPUtime=5.51 cores=0,2
/proc/953/stat : 953 (python) S 951 953 31379 0 -1 4202496 23742 935 1 0 542 9 0 0 20 0 3 0 886714095 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/953/statm: 82964 15269 1870 364 0 18879 0
[pid=959] ppid=953 vsize=321600 CPUtime=0.79 cores=0,2
/proc/959/stat : 959 (python) S 953 953 31379 0 -1 4202560 1198 0 0 0 45 34 0 0 19 0 2 0 886714673 329318400 13810 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/959/statm: 80400 13810 414 364 0 16318 0
[pid=961] ppid=959 vsize=36512 CPUtime=586.14 cores=0,2
/proc/961/stat : 961 (lingeling) T 959 961 961 0 -1 4202496 63019 0 0 0 58604 10 0 0 25 0 1 0 886714674 37388288 8321 33554432000 4194304 4352236 140734039216816 18446744073709551615 4328252 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/961/statm: 9128 8321 129 39 0 8208 0
[pid=959/tid=987] ppid=953 vsize=321600 CPUtime=0 cores=0,2
/proc/959/task/987/stat : 987 (python) S 953 953 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886773342 329318400 13810 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 514 18446604453896964864 0 0 -1 2 0 0 0
[pid=988] ppid=953 vsize=321612 CPUtime=0.94 cores=0,2
/proc/988/stat : 988 (python) S 953 953 31379 0 -1 4202560 1054 0 0 0 53 41 0 0 15 0 1 0 886773343 329330688 13766 33554432000 4194304 5683644 140735384361120 18446744073709551615 208080252486 0 0 16781312 514 8911796829822091521 0 0 17 0 0 0 0
/proc/988/statm: 80403 13766 371 364 0 16318 0
[pid=990] ppid=988 vsize=166968 CPUtime=606.62 cores=0,2
/proc/990/stat : 990 (cryptominisat-2) R 988 990 990 0 -1 4202496 234588 0 0 0 60609 53 0 0 25 0 1 0 886773343 170975232 34260 33554432000 4194304 4677096 140733424012448 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/990/statm: 41742 34260 395 118 0 36701 0
[pid=953/tid=960] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/960/stat : 960 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 3 0 886714673 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
[pid=953/tid=989] ppid=951 vsize=331856 CPUtime=0 cores=0,2
/proc/953/task/989/stat : 989 (python) S 951 953 31379 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 886773343 339820544 15269 33554432000 4194304 5683644 140735384361120 18446744073709551615 208092055985 0 0 16781312 2 18446604450930923520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 1178548

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 953 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=421175
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=103984
# CPU time returned by wait4() is 5.52516
# while last known CPU time is 1200
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.93
CPU time (s): 1200
CPU user time (s): 1198.53
CPU system time (s): 1.47
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 1199900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.42117
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24677
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= 2846
involuntary context switches= 87

runsolver used 1.9797 second user time and 4.5953 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 02:12:24
IDJOB=3484619
IDBENCH=83413
IDSOLVER=1976
FILE ID=node127/3484619-1307751144
RUNJOBID= node127-1307750682-794
PBS_JOBID= 13550830
Free space on /tmp= 73988 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_10_keyfind_1.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484619-1307751144/watcher-3484619-1307751144 -o /tmp/evaluation-result-3484619-1307751144/solver-3484619-1307751144 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484619-1307751144.cnf -seed 806244189 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
RANDOM SEED=806244189

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30331208 kB
Buffers:        281096 kB
Cached:         994196 kB
SwapCached:       9372 kB
Active:        1753768 kB
Inactive:       661152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30331208 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           34540 kB
Writeback:           0 kB
AnonPages:     1137096 kB
Mapped:          20140 kB
Slab:           132512 kB
PageTables:      11804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1846060 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= 73952 MiB
End job on node127 at 2011-06-11 02:32:26