Trace number 3483974

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)UNSAT 268.882 269.169

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
MD5SUMf1a7d779d46b93ce2fde4f2438e6ae5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.9419
Satisfiable
(Un)Satisfiability was proved
Number of variables82007
Number of clauses241364
Sum of the clauses size563180
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2160908
Number of clauses of size 380454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.29/0.47	c INFO: solving HOME/instance-3483974-1307749805.cnf
0.29/0.47	c INFO: computing task features
0.98/1.16	c INFO: computed variable-clause graph statistics
0.98/1.19	c INFO: computed clause balance statistics
4.68/4.87	c INFO: computed variable balance statistics
7.28/7.46	c INFO: computed small-clause counts
7.28/7.49	c INFO: computed Horn-clause counts
15.28/15.41	c INFO: computed variable graph statistics
15.28/15.41	c INFO: collected features for HOME/instance-3483974-1307749805.cnf in 14.92 s
15.28/15.41	c INFO: running lingeling-276@0 for 582 with 1185 remaining (b = 0.62)
268.77/269.13	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.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-3483974-1307749805/watcher-3483974-1307749805 -o /tmp/evaluation-result-3483974-1307749805/solver-3483974-1307749805 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483974-1307749805.cnf -seed 466291242 -budget 1200 

running on 2 cores: 5,7

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.51 4.36 4.09 4/187 28880
/proc/meminfo: memFree=27092196/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=15384 CPUtime=0 cores=5,7
/proc/28880/stat : 28880 (python) R 28878 28880 27894 0 -1 4202496 809 0 0 0 0 0 0 0 25 0 1 0 886580176 15753216 694 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647146128 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28880/statm: 3846 694 332 364 0 333 0

[startup+0.0714329 s]
/proc/loadavg: 4.51 4.36 4.09 4/187 28880
/proc/meminfo: memFree=27092196/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=54536 CPUtime=0.04 cores=5,7
/proc/28880/stat : 28880 (python) R 28878 28880 27894 0 -1 4202496 2080 0 0 0 4 0 0 0 17 0 1 0 886580176 55844864 1835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647189639 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28880/statm: 13634 1835 492 364 0 1284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54536

[startup+0.100428 s]
/proc/loadavg: 4.51 4.36 4.09 4/187 28880
/proc/meminfo: memFree=27092196/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=104220 CPUtime=0.06 cores=5,7
/proc/28880/stat : 28880 (python) R 28878 28880 27894 0 -1 4202496 3050 0 0 0 5 1 0 0 17 0 1 0 886580176 106721280 2733 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647189639 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28880/statm: 26056 2734 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.300431 s]
/proc/loadavg: 4.51 4.36 4.09 4/187 28880
/proc/meminfo: memFree=27092196/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=170752 CPUtime=0.21 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 6739 932 1 0 15 6 0 0 17 0 1 0 886580176 174850048 4805 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/28880/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 170752

[startup+0.70036 s]
/proc/loadavg: 4.51 4.36 4.09 4/187 28880
/proc/meminfo: memFree=27092196/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=297416 CPUtime=0.57 cores=5,7
/proc/28880/stat : 28880 (python) R 28878 28880 27894 0 -1 4202496 13969 932 1 0 49 8 0 0 17 0 1 0 886580176 304553984 11638 33554432000 4194304 5683644 140736307552768 18446744073709551615 210646807237 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28880/statm: 74354 11638 1761 364 0 10278 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 297416

[startup+1.50022 s]
/proc/loadavg: 4.51 4.36 4.09 5/188 28885
/proc/meminfo: memFree=27032816/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=323432 CPUtime=1.38 cores=5,7
/proc/28880/stat : 28880 (python) R 28878 28880 27894 0 -1 4202496 28289 932 1 0 128 10 0 0 18 0 1 0 886580176 331194368 18243 33554432000 4194304 5683644 140736307552768 18446744073709551615 47468138774757 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28880/statm: 80858 18243 1826 364 0 16782 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 323432

[startup+3.10097 s]
/proc/loadavg: 4.51 4.36 4.09 5/188 28885
/proc/meminfo: memFree=27025376/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=323432 CPUtime=2.98 cores=5,7
/proc/28880/stat : 28880 (python) R 28878 28880 27894 0 -1 4202496 28289 932 1 0 288 10 0 0 21 0 1 0 886580176 331194368 18243 33554432000 4194304 5683644 140736307552768 18446744073709551615 4603744 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28880/statm: 80858 18243 1826 364 0 16782 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 323432

[startup+6.30042 s]
/proc/loadavg: 4.47 4.36 4.09 5/188 28885
/proc/meminfo: memFree=27024616/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=323432 CPUtime=6.18 cores=5,7
/proc/28880/stat : 28880 (python) R 28878 28880 27894 0 -1 4202496 28290 932 1 0 608 10 0 0 25 0 1 0 886580176 331194368 18244 33554432000 4194304 5683644 140736307552768 18446744073709551615 47468138858936 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28880/statm: 80858 18244 1827 364 0 16782 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 323432

[startup+12.7004 s]
/proc/loadavg: 4.75 4.42 4.11 6/188 28885
/proc/meminfo: memFree=27023548/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=325316 CPUtime=12.58 cores=5,7
/proc/28880/stat : 28880 (python) R 28878 28880 27894 0 -1 4202496 28767 932 1 0 1248 10 0 0 25 0 1 0 886580176 333123584 18721 33554432000 4194304 5683644 140736307552768 18446744073709551615 47468138625152 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/28880/statm: 81329 18721 1833 364 0 17253 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 325316

[startup+25.5012 s]
/proc/loadavg: 4.72 4.43 4.12 5/191 28888
/proc/meminfo: memFree=27006452/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 4494742240869974280 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=23048 CPUtime=9.82 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 12952 0 0 0 981 1 0 0 25 0 1 0 886581718 23601152 4933 33554432000 4194304 4352236 140734975368944 18446744073709551615 4331666 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 5762 4933 129 39 0 4842 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 676580

[startup+51.1009 s]
/proc/loadavg: 4.47 4.39 4.11 5/191 28888
/proc/meminfo: memFree=27015036/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.04 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 898 0 0 0 2 2 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=22472 CPUtime=35.39 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 13658 0 0 0 3538 1 0 0 25 0 1 0 886581718 23011328 4804 33554432000 4194304 4352236 140734975368944 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 5618 4804 129 39 0 4698 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 676004

[startup+102.306 s]
/proc/loadavg: 4.20 4.33 4.10 5/191 28890
/proc/meminfo: memFree=27006248/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.09 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 917 0 0 0 5 4 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=23860 CPUtime=86.56 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 14194 0 0 0 8655 1 0 0 25 0 1 0 886581718 24432640 5136 33554432000 4194304 4352236 140734975368944 18446744073709551615 4207805 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 5965 5136 129 39 0 5045 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 677392

[startup+162.301 s]
/proc/loadavg: 4.07 4.27 4.09 5/191 28892
/proc/meminfo: memFree=27005432/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.17 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 936 0 0 0 9 8 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=24512 CPUtime=146.51 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 14719 0 0 0 14650 1 0 0 25 0 1 0 886581718 25100288 5299 33554432000 4194304 4352236 140734975368944 18446744073709551615 4208399 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 6128 5299 129 39 0 5208 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 678044

[startup+222.301 s]
/proc/loadavg: 3.58 4.10 4.05 4/185 28922
/proc/meminfo: memFree=27304016/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.23 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 955 0 0 0 12 11 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=25892 CPUtime=206.44 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 15389 0 0 0 20643 1 0 0 25 0 1 0 886581718 26513408 5644 33554432000 4194304 4352236 140734975368944 18446744073709551615 4235280 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 6473 5644 129 39 0 5553 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 679424

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

[startup+230.301 s]
/proc/loadavg: 3.49 4.07 4.03 4/185 28922
/proc/meminfo: memFree=27303768/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.24 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 958 0 0 0 12 12 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=25864 CPUtime=214.43 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 15389 0 0 0 21442 1 0 0 25 0 1 0 886581718 26484736 5637 33554432000 4194304 4352236 140734975368944 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/28888/statm: 6466 5637 129 39 0 5546 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 229.96
Current children cumulated vsize (KiB) 679396

[startup+255.9 s]
/proc/loadavg: 3.32 3.98 4.01 4/185 28922
/proc/meminfo: memFree=27299548/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.27 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 964 0 0 0 13 14 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=25816 CPUtime=240.01 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 15520 0 0 0 24000 1 0 0 25 0 1 0 886581718 26435584 5625 33554432000 4194304 4352236 140734975368944 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 6454 5625 129 39 0 5534 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 255.57
Current children cumulated vsize (KiB) 679348

[startup+262.301 s]
/proc/loadavg: 3.30 3.96 4.00 4/185 28922
/proc/meminfo: memFree=27304880/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.28 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 965 0 0 0 14 14 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=25816 CPUtime=246.4 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 15520 0 0 0 24639 1 0 0 25 0 1 0 886581718 26435584 5625 33554432000 4194304 4352236 140734975368944 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 6454 5625 129 39 0 5534 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 261.97
Current children cumulated vsize (KiB) 679348

[startup+265.501 s]
/proc/loadavg: 3.27 3.95 3.99 4/185 28922
/proc/meminfo: memFree=27296820/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.28 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 965 0 0 0 14 14 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=22192 CPUtime=249.6 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 15641 0 0 0 24959 1 0 0 25 0 1 0 886581718 22724608 4719 33554432000 4194304 4352236 140734975368944 18446744073709551615 4270802 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 5548 4719 129 39 0 4628 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 265.17
Current children cumulated vsize (KiB) 675724

[startup+267.1 s]
/proc/loadavg: 3.27 3.95 3.99 4/185 28922
/proc/meminfo: memFree=27300292/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.29 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 966 0 0 0 14 15 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=22192 CPUtime=251.19 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 15641 0 0 0 25118 1 0 0 25 0 1 0 886581718 22724608 4719 33554432000 4194304 4352236 140734975368944 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 5548 4719 129 39 0 4628 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 266.77
Current children cumulated vsize (KiB) 675724

[startup+267.9 s]
/proc/loadavg: 3.27 3.95 3.99 4/185 28922
/proc/meminfo: memFree=27300292/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.29 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 966 0 0 0 14 15 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=21616 CPUtime=251.99 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 15641 0 0 0 25198 1 0 0 25 0 1 0 886581718 22134784 4575 33554432000 4194304 4352236 140734975368944 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 5404 4575 129 39 0 4484 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 267.57
Current children cumulated vsize (KiB) 675148

[startup+268.701 s]
/proc/loadavg: 3.25 3.93 3.99 4/185 28922
/proc/meminfo: memFree=27301032/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.29 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 966 0 0 0 14 15 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=25712 CPUtime=252.79 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 16665 0 0 0 25278 1 0 0 25 0 1 0 886581718 26329088 5599 33554432000 4194304 4352236 140734975368944 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 6428 5599 129 39 0 5508 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 268.37
Current children cumulated vsize (KiB) 679244

[startup+269.101 s]
/proc/loadavg: 3.25 3.93 3.99 4/185 28922
/proc/meminfo: memFree=27301032/32951132 swapFree=67061148/67111528
[pid=28880] ppid=28878 vsize=331888 CPUtime=15.29 cores=5,7
/proc/28880/stat : 28880 (python) S 28878 28880 27894 0 -1 4202496 29048 932 1 0 1519 10 0 0 25 0 2 0 886580176 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28880/statm: 82972 17835 1867 364 0 18890 0
[pid=28886] ppid=28880 vsize=321644 CPUtime=0.29 cores=5,7
/proc/28886/stat : 28886 (python) S 28880 28880 27894 0 -1 4202560 966 0 0 0 14 15 0 0 18 0 1 0 886581718 329363456 16340 33554432000 4194304 5683644 140736307552768 18446744073709551615 210647166479 0 0 16781312 514 468655836223209736 0 0 17 5 0 0 0
/proc/28886/statm: 80411 16340 376 364 0 16329 0
[pid=28888] ppid=28886 vsize=25712 CPUtime=253.19 cores=5,7
/proc/28888/stat : 28888 (lingeling) R 28886 28888 28888 0 -1 4202496 16665 0 0 0 25318 1 0 0 25 0 1 0 886581718 26329088 5599 33554432000 4194304 4352236 140734975368944 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28888/statm: 6428 5599 129 39 0 5508 0
[pid=28880/tid=28887] ppid=28878 vsize=331888 CPUtime=0 cores=5,7
/proc/28880/task/28887/stat : 28887 (python) S 28878 28880 27894 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886581718 339853312 17835 33554432000 4194304 5683644 140736307552768 18446744073709551615 210658970033 0 0 16781312 2 18446604471001496640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 268.77
Current children cumulated vsize (KiB) 679244

Child status: 0
Real time (s): 269.169
CPU time (s): 268.882
CPU user time (s): 268.583
CPU system time (s): 0.298954
CPU usage (%): 99.8934
Max. virtual memory (cumulated for all children) (KiB): 687388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.583
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57043
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= 1238
involuntary context switches= 1048

runsolver used 0.420936 second user time and 0.994848 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-11 01:50:05
IDJOB=3483974
IDBENCH=82477
IDSOLVER=1976
FILE ID=node129/3483974-1307749805
RUNJOBID= node129-1307747008-27915
PBS_JOBID= 13550828
Free space on /tmp= 73844 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.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-3483974-1307749805/watcher-3483974-1307749805 -o /tmp/evaluation-result-3483974-1307749805/solver-3483974-1307749805 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483974-1307749805.cnf -seed 466291242 -budget 1200

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

MD5SUM BENCH= f1a7d779d46b93ce2fde4f2438e6ae5c
RANDOM SEED=466291242

node129.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.831
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.831
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.831
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      27092624 kB
Buffers:        392556 kB
Cached:        3305268 kB
SwapCached:      13132 kB
Active:        3149032 kB
Inactive:      2448156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      27092624 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           75976 kB
Writeback:          12 kB
AnonPages:     1896160 kB
Mapped:          15236 kB
Slab:           189256 kB
PageTables:      10552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2197600 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73848 MiB
End job on node129 at 2011-06-11 01:54:35