Trace number 3317310

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 50.5303 13.14

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S648064606-012.UNKNOWN.cnf
MD5SUM24f29f9a1e0f9e8aba36541592ba8e3a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.1233
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3317310-1304268688.cnf
0.30/0.46	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.38/0.50	c INFO: computed variable balance statistics
0.38/0.52	c INFO: computed small-clause counts
0.38/0.52	c INFO: computed Horn-clause counts
0.38/0.52	c INFO: computed variable graph statistics
0.38/0.52	c INFO: collected features for HOME/instance-3317310-1304268688.cnf in 0.06 s
0.38/0.55	c INFO: running TNM@0 for 97 with 4799 remaining (b = 0.56)
0.38/0.58	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.28)
0.48/0.61	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.19)
0.48/0.64	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.27)
50.36/13.12	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-3317310-1304268688/watcher-3317310-1304268688 -o /tmp/evaluation-result-3317310-1304268688/solver-3317310-1304268688 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317310-1304268688.cnf -seed 54517336 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.69 7.97 6.24 5/236 22834
/proc/meminfo: memFree=29563644/32951124 swapFree=67105204/67111528
[pid=22834] ppid=22832 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/22834/stat : 22834 (python) R 22832 22834 22144 0 -1 4202496 866 0 0 0 0 0 0 0 25 0 1 0 519284720 16154624 747 33554432000 4194304 5683644 140735103436784 18446744073709551615 4677568 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22834/statm: 3944 748 342 364 0 431 0

[startup+0.0832561 s]
/proc/loadavg: 7.69 7.97 6.24 5/236 22834
/proc/meminfo: memFree=29563644/32951124 swapFree=67105204/67111528
[pid=22834] ppid=22832 vsize=93960 CPUtime=0.06 cores=0,2,4,6
/proc/22834/stat : 22834 (python) R 22832 22834 22144 0 -1 4202496 2688 0 0 0 5 1 0 0 25 0 1 0 519284720 96215040 2402 33554432000 4194304 5683644 140735103436784 18446744073709551615 220811273984 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22834/statm: 23490 2406 763 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.100227 s]
/proc/loadavg: 7.69 7.97 6.24 5/236 22834
/proc/meminfo: memFree=29563644/32951124 swapFree=67105204/67111528
[pid=22834] ppid=22832 vsize=104228 CPUtime=0.06 cores=0,2,4,6
/proc/22834/stat : 22834 (python) R 22832 22834 22144 0 -1 4202496 3070 0 0 0 5 1 0 0 25 0 1 0 519284720 106729472 2750 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22834/statm: 26057 2752 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.300207 s]
/proc/loadavg: 7.69 7.97 6.24 5/236 22834
/proc/meminfo: memFree=29563644/32951124 swapFree=67105204/67111528
[pid=22834] ppid=22832 vsize=187688 CPUtime=0.21 cores=0,2,4,6
/proc/22834/stat : 22834 (python) S 22832 22834 22144 0 -1 4202496 6824 932 1 0 16 5 0 0 17 0 1 0 519284720 192192512 4882 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/22834/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 187688

[startup+0.700092 s]
/proc/loadavg: 7.69 7.97 6.24 5/236 22834
/proc/meminfo: memFree=29563644/32951124 swapFree=67105204/67111528
[pid=22834] ppid=22832 vsize=320116 CPUtime=0.52 cores=0,2,4,6
/proc/22834/stat : 22834 (python) S 22832 22834 22144 0 -1 4202496 12245 932 1 0 43 9 0 0 24 0 5 0 519284720 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22834/statm: 80029 7226 1881 364 0 15938 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 320116

[startup+1.50094 s]
/proc/loadavg: 7.48 7.92 6.24 9/249 22851
/proc/meminfo: memFree=29524728/32951124 swapFree=67105204/67111528
[pid=22834] ppid=22832 vsize=320116 CPUtime=0.52 cores=0,2,4,6
/proc/22834/stat : 22834 (python) S 22832 22834 22144 0 -1 4202496 12245 932 1 0 43 9 0 0 24 0 5 0 519284720 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22834/statm: 80029 7226 1881 364 0 15938 0
[pid=22840] ppid=22834 vsize=278416 CPUtime=0 cores=0,2,4,6
/proc/22840/stat : 22840 (python) S 22834 22834 22144 0 -1 4202560 713 0 0 0 0 0 0 0 18 0 1 0 519284775 285097984 5532 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256527 0 0 16781312 514 15548585358814871551 0 0 17 4 0 0 0
/proc/22840/statm: 69604 5532 347 364 0 5522 0
[pid=22842] ppid=22840 vsize=454892 CPUtime=0.94 cores=0,2,4,6
/proc/22842/stat : 22842 (TNM) R 22840 22842 22842 0 -1 4202496 413 0 0 0 94 0 0 0 21 0 1 0 519284775 465809408 150 33554432000 134512640 135008748 4290281280 18446744073709551615 134527553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22842/statm: 113723 150 46 122 0 112623 0
[pid=22843] ppid=22834 vsize=289256 CPUtime=0 cores=0,2,4,6
/proc/22843/stat : 22843 (python) S 22834 22834 22144 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 519284778 296198144 5672 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256582 0 0 16781312 514 13287413308014428418 0 0 17 4 0 0 0
/proc/22843/statm: 72314 5672 348 364 0 8229 0
[pid=22845] ppid=22843 vsize=1940 CPUtime=0.9 cores=0,2,4,6
/proc/22845/stat : 22845 (march_hi) R 22843 22845 22845 0 -1 4202496 558 0 0 0 90 0 0 0 23 0 1 0 519284778 1986560 294 33554432000 4194304 4955518 140734901892368 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22845/statm: 485 294 104 186 0 298 0
[pid=22846] ppid=22834 vsize=299008 CPUtime=0 cores=0,2,4,6
/proc/22846/stat : 22846 (python) S 22834 22834 22144 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 519284781 306184192 5565 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256582 0 0 16781312 514 8898000162211725572 0 0 17 2 0 0 0
/proc/22846/statm: 74752 5565 348 364 0 10664 0
[pid=22848] ppid=22846 vsize=1940 CPUtime=0.88 cores=0,2,4,6
/proc/22848/stat : 22848 (march_hi) R 22846 22848 22848 0 -1 4202496 559 0 0 0 88 0 0 0 25 0 1 0 519284781 1986560 294 33554432000 4194304 4955518 140735797618448 18446744073709551615 4227935 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22848/statm: 485 294 104 186 0 298 0
[pid=22849] ppid=22834 vsize=309872 CPUtime=0 cores=0,2,4,6
/proc/22849/stat : 22849 (python) S 22834 22834 22144 0 -1 4202560 768 0 0 0 0 0 0 0 17 0 1 0 519284784 317308928 5689 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256582 0 0 16781312 514 4580767755749261569 0 0 17 6 0 0 0
/proc/22849/statm: 77468 5689 348 364 0 13377 0
[pid=22851] ppid=22849 vsize=1940 CPUtime=0.84 cores=0,2,4,6
/proc/22851/stat : 22851 (march_hi) R 22849 22851 22851 0 -1 4202496 559 0 0 0 84 0 0 0 25 0 1 0 519284784 1986560 294 33554432000 4194304 4955518 140735515329232 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22851/statm: 485 294 104 186 0 298 0
[pid=22834/tid=22841] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22841/stat : 22841 (python) S 22832 22834 22144 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 519284775 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
[pid=22834/tid=22844] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22844/stat : 22844 (python) S 22832 22834 22144 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 519284778 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 4 0 0 0
[pid=22834/tid=22847] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22847/stat : 22847 (python) S 22832 22834 22144 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 5 0 519284781 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
[pid=22834/tid=22850] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22850/stat : 22850 (python) S 22832 22834 22144 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 5 0 519284784 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 1957380

[startup+3.10065 s]
/proc/loadavg: 7.48 7.92 6.24 9/249 22851
/proc/meminfo: memFree=29524092/32951124 swapFree=67105204/67111528
[pid=22834] ppid=22832 vsize=320116 CPUtime=0.52 cores=0,2,4,6
/proc/22834/stat : 22834 (python) S 22832 22834 22144 0 -1 4202496 12245 932 1 0 43 9 0 0 24 0 5 0 519284720 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22834/statm: 80029 7226 1881 364 0 15938 0
[pid=22840] ppid=22834 vsize=278416 CPUtime=0 cores=0,2,4,6
/proc/22840/stat : 22840 (python) S 22834 22834 22144 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 519284775 285097984 5539 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256527 0 0 16781312 514 15548585358814839042 0 0 17 4 0 0 0
/proc/22840/statm: 69604 5539 354 364 0 5522 0
[pid=22842] ppid=22840 vsize=454892 CPUtime=2.54 cores=0,2,4,6
/proc/22842/stat : 22842 (TNM) R 22840 22842 22842 0 -1 4202496 413 0 0 0 254 0 0 0 25 0 1 0 519284775 465809408 150 33554432000 134512640 135008748 4290281280 18446744073709551615 134527804 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22842/statm: 113723 150 46 122 0 112623 0
[pid=22843] ppid=22834 vsize=289256 CPUtime=0 cores=0,2,4,6
/proc/22843/stat : 22843 (python) S 22834 22834 22144 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 519284778 296198144 5672 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256582 0 0 16781312 514 13287413308014428418 0 0 17 4 0 0 0
/proc/22843/statm: 72314 5672 348 364 0 8229 0
[pid=22845] ppid=22843 vsize=2076 CPUtime=2.5 cores=0,2,4,6
/proc/22845/stat : 22845 (march_hi) R 22843 22845 22845 0 -1 4202496 607 0 0 0 250 0 0 0 25 0 1 0 519284778 2125824 343 33554432000 4194304 4955518 140734901892368 18446744073709551615 4206520 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22845/statm: 519 343 104 186 0 332 0
[pid=22846] ppid=22834 vsize=299008 CPUtime=0 cores=0,2,4,6
/proc/22846/stat : 22846 (python) S 22834 22834 22144 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 519284781 306184192 5565 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256582 0 0 16781312 514 8898000162211725572 0 0 17 2 0 0 0
/proc/22846/statm: 74752 5565 348 364 0 10664 0
[pid=22848] ppid=22846 vsize=2076 CPUtime=2.47 cores=0,2,4,6
/proc/22848/stat : 22848 (march_hi) R 22846 22848 22848 0 -1 4202496 607 0 0 0 247 0 0 0 25 0 1 0 519284781 2125824 342 33554432000 4194304 4955518 140735797618448 18446744073709551615 4227565 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22848/statm: 519 342 104 186 0 332 0
[pid=22849] ppid=22834 vsize=309872 CPUtime=0 cores=0,2,4,6
/proc/22849/stat : 22849 (python) S 22834 22834 22144 0 -1 4202560 777 0 0 0 0 0 0 0 15 0 1 0 519284784 317308928 5689 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256582 0 0 16781312 514 4580767755749261569 0 0 17 6 0 0 0
/proc/22849/statm: 77468 5689 348 364 0 13377 0
[pid=22851] ppid=22849 vsize=1940 CPUtime=2.43 cores=0,2,4,6
/proc/22851/stat : 22851 (march_hi) R 22849 22851 22851 0 -1 4202496 583 0 0 0 243 0 0 0 25 0 1 0 519284784 1986560 318 33554432000 4194304 4955518 140735515329232 18446744073709551615 4227970 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22851/statm: 485 318 104 186 0 298 0
[pid=22834/tid=22841] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22841/stat : 22841 (python) S 22832 22834 22144 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 519284775 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
[pid=22834/tid=22844] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22844/stat : 22844 (python) S 22832 22834 22144 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 519284778 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 4 0 0 0
[pid=22834/tid=22847] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22847/stat : 22847 (python) S 22832 22834 22144 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 5 0 519284781 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
[pid=22834/tid=22850] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22850/stat : 22850 (python) S 22832 22834 22144 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 5 0 519284784 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.46
Current children cumulated vsize (KiB) 1957652

[startup+6.30106 s]
/proc/loadavg: 7.52 7.92 6.25 9/249 22852
/proc/meminfo: memFree=29521132/32951124 swapFree=67105204/67111528
[pid=22834] ppid=22832 vsize=320116 CPUtime=0.52 cores=0,2,4,6
/proc/22834/stat : 22834 (python) S 22832 22834 22144 0 -1 4202496 12245 932 1 0 43 9 0 0 24 0 5 0 519284720 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22834/statm: 80029 7226 1881 364 0 15938 0
[pid=22840] ppid=22834 vsize=278416 CPUtime=0 cores=0,2,4,6
/proc/22840/stat : 22840 (python) S 22834 22834 22144 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 519284775 285097984 5561 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256527 0 0 16781312 514 15548585358814839042 0 0 17 4 0 0 0
/proc/22840/statm: 69604 5561 376 364 0 5522 0
[pid=22842] ppid=22840 vsize=454892 CPUtime=5.74 cores=0,2,4,6
/proc/22842/stat : 22842 (TNM) R 22840 22842 22842 0 -1 4202496 413 0 0 0 574 0 0 0 25 0 1 0 519284775 465809408 150 33554432000 134512640 135008748 4290281280 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22842/statm: 113723 150 46 122 0 112623 0
[pid=22843] ppid=22834 vsize=289256 CPUtime=0 cores=0,2,4,6
/proc/22843/stat : 22843 (python) S 22834 22834 22144 0 -1 4202560 920 0 0 0 0 0 0 0 15 0 1 0 519284778 296198144 5695 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256582 0 0 16781312 514 13287413308014428418 0 0 17 4 0 0 0
/proc/22843/statm: 72314 5695 371 364 0 8229 0
[pid=22845] ppid=22843 vsize=2244 CPUtime=5.68 cores=0,2,4,6
/proc/22845/stat : 22845 (march_hi) R 22843 22845 22845 0 -1 4202496 648 0 0 0 568 0 0 0 25 0 1 0 519284778 2297856 384 33554432000 4194304 4955518 140734901892368 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22845/statm: 561 384 104 186 0 374 0
[pid=22846] ppid=22834 vsize=299140 CPUtime=0 cores=0,2,4,6
/proc/22846/stat : 22846 (python) S 22834 22834 22144 0 -1 4202560 914 0 0 0 0 0 0 0 15 0 1 0 519284781 306319360 5590 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256582 0 0 16781312 514 8898000162211725572 0 0 17 2 0 0 0
/proc/22846/statm: 74785 5590 372 364 0 10697 0
[pid=22848] ppid=22846 vsize=2244 CPUtime=5.66 cores=0,2,4,6
/proc/22848/stat : 22848 (march_hi) R 22846 22848 22848 0 -1 4202496 648 0 0 0 566 0 0 0 25 0 1 0 519284781 2297856 383 33554432000 4194304 4955518 140735797618448 18446744073709551615 4238478 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22848/statm: 561 383 104 186 0 374 0
[pid=22849] ppid=22834 vsize=309872 CPUtime=0 cores=0,2,4,6
/proc/22849/stat : 22849 (python) S 22834 22834 22144 0 -1 4202560 940 0 0 0 0 0 0 0 15 0 1 0 519284784 317308928 5712 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256582 0 0 16781312 514 4580767755749261569 0 0 17 6 0 0 0
/proc/22849/statm: 77468 5712 371 364 0 13377 0
[pid=22851] ppid=22849 vsize=2244 CPUtime=5.59 cores=0,2,4,6
/proc/22851/stat : 22851 (march_hi) R 22849 22851 22851 0 -1 4202496 646 0 0 0 559 0 0 0 25 0 1 0 519284784 2297856 381 33554432000 4194304 4955518 140735515329232 18446744073709551615 4227640 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22851/statm: 561 381 104 186 0 374 0
[pid=22834/tid=22841] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22841/stat : 22841 (python) S 22832 22834 22144 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 519284775 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
[pid=22834/tid=22844] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22844/stat : 22844 (python) S 22832 22834 22144 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 519284778 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 4 0 0 0
[pid=22834/tid=22847] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22847/stat : 22847 (python) S 22832 22834 22144 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 5 0 519284781 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
[pid=22834/tid=22850] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22850/stat : 22850 (python) S 22832 22834 22144 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 5 0 519284784 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 1958424

[startup+12.7009 s]
/proc/loadavg: 7.56 7.92 6.26 12/249 22852
/proc/meminfo: memFree=29523324/32951124 swapFree=67105204/67111528
[pid=22834] ppid=22832 vsize=320116 CPUtime=0.52 cores=0,2,4,6
/proc/22834/stat : 22834 (python) S 22832 22834 22144 0 -1 4202496 12245 932 1 0 43 9 0 0 24 0 5 0 519284720 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22834/statm: 80029 7226 1881 364 0 15938 0
[pid=22840] ppid=22834 vsize=278416 CPUtime=0 cores=0,2,4,6
/proc/22840/stat : 22840 (python) S 22834 22834 22144 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 519284775 285097984 5562 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256527 0 0 16781312 514 9031828315203141890 0 0 17 0 0 0 0
/proc/22840/statm: 69604 5562 377 364 0 5522 0
[pid=22842] ppid=22840 vsize=454892 CPUtime=12.14 cores=0,2,4,6
/proc/22842/stat : 22842 (TNM) R 22840 22842 22842 0 -1 4202496 413 0 0 0 1214 0 0 0 25 0 1 0 519284775 465809408 150 33554432000 134512640 135008748 4290281280 18446744073709551615 134528657 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22842/statm: 113723 150 46 122 0 112623 0
[pid=22843] ppid=22834 vsize=289256 CPUtime=1.8 cores=0,2,4,6
/proc/22843/stat : 22843 (python) R 22834 22834 22144 0 -1 4202560 931 0 0 0 156 24 0 0 17 0 1 0 519284778 296198144 5695 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256582 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/22843/statm: 72314 5695 371 364 0 8229 0
[pid=22845] ppid=22843 vsize=0 CPUtime=10.27 cores=0,2,4,6
/proc/22845/stat : 22845 (march_hi) R 22843 22845 22845 0 -1 4202500 734 0 0 0 1027 0 0 0 25 0 1 0 519284778 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22845/statm: 0 0 0 0 0 0 0
[pid=22846] ppid=22834 vsize=299140 CPUtime=1.78 cores=0,2,4,6
/proc/22846/stat : 22846 (python) R 22834 22834 22144 0 -1 4202560 920 0 0 0 153 25 0 0 17 0 1 0 519284781 306319360 5591 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256582 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/22846/statm: 74785 5591 373 364 0 10697 0
[pid=22848] ppid=22846 vsize=0 CPUtime=10.29 cores=0,2,4,6
/proc/22848/stat : 22848 (march_hi) R 22846 22848 22848 0 -1 4202500 735 0 0 0 1029 0 0 0 25 0 1 0 519284781 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22848/statm: 0 0 0 0 0 0 0
[pid=22849] ppid=22834 vsize=309872 CPUtime=1.56 cores=0,2,4,6
/proc/22849/stat : 22849 (python) R 22834 22834 22144 0 -1 4202560 949 0 0 0 135 21 0 0 17 0 1 0 519284784 317308928 5712 33554432000 4194304 5683644 140735103436784 18446744073709551615 4875112 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/22849/statm: 77468 5712 371 364 0 13377 0
[pid=22851] ppid=22849 vsize=0 CPUtime=10.4 cores=0,2,4,6
/proc/22851/stat : 22851 (march_hi) R 22849 22851 22851 0 -1 4202500 735 0 0 0 1040 0 0 0 25 0 1 0 519284784 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22851/statm: 0 0 0 0 0 0 0
[pid=22834/tid=22841] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22841/stat : 22841 (python) S 22832 22834 22144 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 519284775 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
[pid=22834/tid=22844] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22844/stat : 22844 (python) S 22832 22834 22144 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 519284778 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 4 0 0 0
[pid=22834/tid=22847] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22847/stat : 22847 (python) S 22832 22834 22144 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 5 0 519284781 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
[pid=22834/tid=22850] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22850/stat : 22850 (python) S 22832 22834 22144 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 5 0 519284784 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.76
Current children cumulated vsize (KiB) 1951692

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

[startup+13.1008 s]
/proc/loadavg: 7.56 7.92 6.26 13/249 22852
/proc/meminfo: memFree=29523200/32951124 swapFree=67105204/67111528
[pid=22834] ppid=22832 vsize=320116 CPUtime=0.52 cores=0,2,4,6
/proc/22834/stat : 22834 (python) S 22832 22834 22144 0 -1 4202496 12245 932 1 0 43 9 0 0 24 0 5 0 519284720 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22834/statm: 80029 7226 1881 364 0 15938 0
[pid=22840] ppid=22834 vsize=278416 CPUtime=0 cores=0,2,4,6
/proc/22840/stat : 22840 (python) S 22834 22834 22144 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 519284775 285097984 5562 33554432000 4194304 5683644 140735103436784 18446744073709551615 220816256527 0 0 16781312 514 9031828315203141890 0 0 17 0 0 0 0
/proc/22840/statm: 69604 5562 377 364 0 5522 0
[pid=22842] ppid=22840 vsize=454892 CPUtime=12.54 cores=0,2,4,6
/proc/22842/stat : 22842 (TNM) R 22840 22842 22842 0 -1 4202496 413 0 0 0 1254 0 0 0 25 0 1 0 519284775 465809408 150 33554432000 134512640 135008748 4290281280 18446744073709551615 134527187 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22842/statm: 113723 150 46 122 0 112623 0
[pid=22843] ppid=22834 vsize=289256 CPUtime=2.21 cores=0,2,4,6
/proc/22843/stat : 22843 (python) R 22834 22834 22144 0 -1 4202560 931 0 0 0 191 30 0 0 18 0 1 0 519284778 296198144 5695 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828066623 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/22843/statm: 72314 5695 371 364 0 8229 0
[pid=22845] ppid=22843 vsize=0 CPUtime=10.27 cores=0,2,4,6
/proc/22845/stat : 22845 (march_hi) R 22843 22845 22845 0 -1 4202500 734 0 0 0 1027 0 0 0 25 0 1 0 519284778 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22845/statm: 0 0 0 0 0 0 0
[pid=22846] ppid=22834 vsize=299140 CPUtime=2.18 cores=0,2,4,6
/proc/22846/stat : 22846 (python) R 22834 22834 22144 0 -1 4202560 920 0 0 0 187 31 0 0 18 0 1 0 519284781 306319360 5591 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828066623 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/22846/statm: 74785 5591 373 364 0 10697 0
[pid=22848] ppid=22846 vsize=0 CPUtime=10.29 cores=0,2,4,6
/proc/22848/stat : 22848 (march_hi) R 22846 22848 22848 0 -1 4202500 735 0 0 0 1029 0 0 0 25 0 1 0 519284781 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22848/statm: 0 0 0 0 0 0 0
[pid=22849] ppid=22834 vsize=309872 CPUtime=1.95 cores=0,2,4,6
/proc/22849/stat : 22849 (python) R 22834 22834 22144 0 -1 4202560 949 0 0 0 170 25 0 0 18 0 1 0 519284784 317308928 5712 33554432000 4194304 5683644 140735103436784 18446744073709551615 47916580209271 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/22849/statm: 77468 5712 371 364 0 13377 0
[pid=22851] ppid=22849 vsize=0 CPUtime=10.4 cores=0,2,4,6
/proc/22851/stat : 22851 (march_hi) R 22849 22851 22851 0 -1 4202500 735 0 0 0 1040 0 0 0 25 0 1 0 519284784 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22851/statm: 0 0 0 0 0 0 0
[pid=22834/tid=22841] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22841/stat : 22841 (python) S 22832 22834 22144 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 519284775 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
[pid=22834/tid=22844] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22844/stat : 22844 (python) S 22832 22834 22144 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 519284778 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 4 0 0 0
[pid=22834/tid=22847] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22847/stat : 22847 (python) S 22832 22834 22144 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 5 0 519284781 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
[pid=22834/tid=22850] ppid=22832 vsize=320116 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22850/stat : 22850 (python) S 22832 22834 22144 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 5 0 519284784 327798784 7226 33554432000 4194304 5683644 140735103436784 18446744073709551615 220828060081 0 0 16781312 2 18446604453956797376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 1951692

Child status: 0
Real time (s): 13.14
CPU time (s): 50.5303
CPU user time (s): 49.5215
CPU system time (s): 1.00885
CPU usage (%): 384.555
Max. virtual memory (cumulated for all children) (KiB): 1959960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.5215
system time used= 1.00885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24599
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= 2821
involuntary context switches= 2009

runsolver used 0.025996 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-01 18:51:28
IDJOB=3317310
IDBENCH=82775
IDSOLVER=1705
FILE ID=node147/3317310-1304268688
RUNJOBID= node147-1304267279-22162
PBS_JOBID= 13173932
Free space on /tmp= 73232 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S648064606-012.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-3317310-1304268688/watcher-3317310-1304268688 -o /tmp/evaluation-result-3317310-1304268688/solver-3317310-1304268688 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317310-1304268688.cnf -seed 54517336 -budget 4800 -cores 4

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

MD5SUM BENCH= 24f29f9a1e0f9e8aba36541592ba8e3a
RANDOM SEED=54517336

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29563800 kB
Buffers:        351168 kB
Cached:        1931452 kB
SwapCached:       3088 kB
Active:        1078528 kB
Inactive:      1955696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29563800 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           32616 kB
Writeback:           0 kB
AnonPages:      750368 kB
Mapped:          23344 kB
Slab:           277792 kB
PageTables:      15812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18651536 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= 73200 MiB
End job on node147 at 2011-05-01 18:51:41