Trace number 3484386

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-random (fixed, 1200 s timeout)UNSAT 105.704 105.936

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S173446080-001.UNKNOWN.cnf
MD5SUM4c16bc52ec8b88c947f571c625ddf62f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.03423
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.35/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.63	c INFO: solving HOME/instance-3484386-1307749405.cnf
0.35/0.63	c INFO: computing task features
0.35/0.63	c INFO: computed variable-clause graph statistics
0.35/0.63	c INFO: computed clause balance statistics
0.35/0.66	c INFO: computed variable balance statistics
0.35/0.68	c INFO: computed small-clause counts
0.35/0.68	c INFO: computed Horn-clause counts
0.35/0.68	c INFO: computed variable graph statistics
0.35/0.68	c INFO: collected features for HOME/instance-3484386-1307749405.cnf in 0.06 s
0.35/0.69	c INFO: running TNM@0 for 97 with 1199 remaining (b = 0.56)
100.54/100.82	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.41)
105.61/105.91	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-3484386-1307749405/watcher-3484386-1307749405 -o /tmp/evaluation-result-3484386-1307749405/solver-3484386-1307749405 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484386-1307749405.cnf -seed 566610273 -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.04 4.03 3.68 4/222 32650
/proc/meminfo: memFree=31313840/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=15384 CPUtime=0 cores=5,7
/proc/32650/stat : 32650 (python) R 32648 32650 31379 0 -1 4202496 789 0 0 0 0 0 0 0 25 0 1 0 886540232 15753216 676 33554432000 4194304 5683644 140736957439664 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/32650/statm: 3846 677 322 364 0 333 0

[startup+0.094897 s]
/proc/loadavg: 4.04 4.03 3.68 4/222 32650
/proc/meminfo: memFree=31313840/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=85620 CPUtime=0.06 cores=5,7
/proc/32650/stat : 32650 (python) R 32648 32650 31379 0 -1 4202496 2631 0 0 0 4 2 0 0 17 0 1 0 886540232 87674880 2348 33554432000 4194304 5683644 140736957439664 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/32650/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.100834 s]
/proc/loadavg: 4.04 4.03 3.68 4/222 32650
/proc/meminfo: memFree=31313840/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=93956 CPUtime=0.07 cores=5,7
/proc/32650/stat : 32650 (python) R 32648 32650 31379 0 -1 4202496 2697 0 0 0 5 2 0 0 17 0 1 0 886540232 96210944 2406 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/32650/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 93956

[startup+0.300858 s]
/proc/loadavg: 4.04 4.03 3.68 4/222 32650
/proc/meminfo: memFree=31313840/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=135748 CPUtime=0.19 cores=5,7
/proc/32650/stat : 32650 (python) R 32648 32650 31379 0 -1 4202496 5971 935 1 0 14 5 0 0 18 0 1 0 886540232 139005952 4149 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080228357 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/32650/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700722 s]
/proc/loadavg: 4.04 4.03 3.68 4/222 32650
/proc/meminfo: memFree=31313840/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=288716 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 9760 935 1 0 35 8 0 0 17 0 2 0 886540232 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 72179 7042 1867 364 0 8097 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 288716

[startup+1.50057 s]
/proc/loadavg: 4.04 4.03 3.68 5/226 32659
/proc/meminfo: memFree=31289096/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=288716 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 9760 935 1 0 35 8 0 0 17 0 2 0 886540232 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 72179 7042 1867 364 0 8097 0
[pid=32657] ppid=32650 vsize=278472 CPUtime=0 cores=5,7
/proc/32657/stat : 32657 (python) S 32650 32650 31379 0 -1 4202560 705 0 0 0 0 0 0 0 18 0 1 0 886540302 285155328 5518 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080252431 0 0 16781312 514 188606380632965119 0 0 17 5 0 0 0
/proc/32657/statm: 69618 5518 347 364 0 5536 0
[pid=32659] ppid=32657 vsize=454892 CPUtime=0.79 cores=5,7
/proc/32659/stat : 32659 (TNM) R 32657 32659 32659 0 -1 4202496 412 0 0 0 79 0 0 0 21 0 1 0 886540302 465809408 150 33554432000 134512640 135008748 4293665344 18446744073709551615 134529365 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32659/statm: 113723 150 46 122 0 112623 0
[pid=32650/tid=32658] ppid=32648 vsize=288716 CPUtime=0 cores=5,7
/proc/32650/task/32658/stat : 32658 (python) S 32648 32650 31379 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 886540302 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 1022080

[startup+3.10026 s]
/proc/loadavg: 4.04 4.03 3.68 5/226 32659
/proc/meminfo: memFree=31288724/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=288716 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 9760 935 1 0 35 8 0 0 17 0 2 0 886540232 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 72179 7042 1867 364 0 8097 0
[pid=32657] ppid=32650 vsize=278472 CPUtime=0 cores=5,7
/proc/32657/stat : 32657 (python) S 32650 32650 31379 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 886540302 285155328 5525 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080252431 0 0 16781312 514 188606380632932616 0 0 17 5 0 0 0
/proc/32657/statm: 69618 5525 354 364 0 5536 0
[pid=32659] ppid=32657 vsize=454892 CPUtime=2.39 cores=5,7
/proc/32659/stat : 32659 (TNM) R 32657 32659 32659 0 -1 4202496 412 0 0 0 239 0 0 0 25 0 1 0 886540302 465809408 150 33554432000 134512640 135008748 4293665344 18446744073709551615 134536495 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32659/statm: 113723 150 46 122 0 112623 0
[pid=32650/tid=32658] ppid=32648 vsize=288716 CPUtime=0 cores=5,7
/proc/32650/task/32658/stat : 32658 (python) S 32648 32650 31379 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 886540302 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1022080

[startup+6.30065 s]
/proc/loadavg: 4.04 4.03 3.68 5/226 32659
/proc/meminfo: memFree=31286468/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=288716 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 9760 935 1 0 35 8 0 0 17 0 2 0 886540232 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 72179 7042 1867 364 0 8097 0
[pid=32657] ppid=32650 vsize=278472 CPUtime=0 cores=5,7
/proc/32657/stat : 32657 (python) S 32650 32650 31379 0 -1 4202560 869 0 0 0 0 0 0 0 18 0 1 0 886540302 285155328 5547 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080252431 0 0 16781312 514 188606380632932616 0 0 17 5 0 0 0
/proc/32657/statm: 69618 5547 376 364 0 5536 0
[pid=32659] ppid=32657 vsize=454892 CPUtime=5.59 cores=5,7
/proc/32659/stat : 32659 (TNM) R 32657 32659 32659 0 -1 4202496 412 0 0 0 559 0 0 0 25 0 1 0 886540302 465809408 150 33554432000 134512640 135008748 4293665344 18446744073709551615 134527680 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32659/statm: 113723 150 46 122 0 112623 0
[pid=32650/tid=32658] ppid=32648 vsize=288716 CPUtime=0 cores=5,7
/proc/32650/task/32658/stat : 32658 (python) S 32648 32650 31379 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 886540302 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 1022080

[startup+12.7004 s]
/proc/loadavg: 4.03 4.02 3.68 5/226 32659
/proc/meminfo: memFree=31285160/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=288716 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 9760 935 1 0 35 8 0 0 17 0 2 0 886540232 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 72179 7042 1867 364 0 8097 0
[pid=32657] ppid=32650 vsize=278472 CPUtime=0 cores=5,7
/proc/32657/stat : 32657 (python) S 32650 32650 31379 0 -1 4202560 874 0 0 0 0 0 0 0 18 0 1 0 886540302 285155328 5547 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080252431 0 0 16781312 514 430815044041670920 0 0 17 5 0 0 0
/proc/32657/statm: 69618 5547 376 364 0 5536 0
[pid=32659] ppid=32657 vsize=454892 CPUtime=11.98 cores=5,7
/proc/32659/stat : 32659 (TNM) R 32657 32659 32659 0 -1 4202496 412 0 0 0 1198 0 0 0 25 0 1 0 886540302 465809408 150 33554432000 134512640 135008748 4293665344 18446744073709551615 134529409 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32659/statm: 113723 150 46 122 0 112623 0
[pid=32650/tid=32658] ppid=32648 vsize=288716 CPUtime=0 cores=5,7
/proc/32650/task/32658/stat : 32658 (python) S 32648 32650 31379 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 886540302 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1022080

[startup+25.501 s]
/proc/loadavg: 4.03 4.02 3.69 5/226 32659
/proc/meminfo: memFree=31282792/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=288716 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 9760 935 1 0 35 8 0 0 17 0 2 0 886540232 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 72179 7042 1867 364 0 8097 0
[pid=32657] ppid=32650 vsize=278472 CPUtime=0.03 cores=5,7
/proc/32657/stat : 32657 (python) S 32650 32650 31379 0 -1 4202560 880 0 0 0 2 1 0 0 18 0 1 0 886540302 285155328 5547 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080252431 0 0 16781312 514 430815044041670920 0 0 17 5 0 0 0
/proc/32657/statm: 69618 5547 376 364 0 5536 0
[pid=32659] ppid=32657 vsize=454892 CPUtime=24.77 cores=5,7
/proc/32659/stat : 32659 (TNM) R 32657 32659 32659 0 -1 4202496 412 0 0 0 2477 0 0 0 25 0 1 0 886540302 465809408 150 33554432000 134512640 135008748 4293665344 18446744073709551615 134529528 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32659/statm: 113723 150 46 122 0 112623 0
[pid=32650/tid=32658] ppid=32648 vsize=288716 CPUtime=0 cores=5,7
/proc/32650/task/32658/stat : 32658 (python) S 32648 32650 31379 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 886540302 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1022080

[startup+51.1011 s]
/proc/loadavg: 4.02 4.02 3.69 5/226 32660
/proc/meminfo: memFree=31277060/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=288716 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 9760 935 1 0 35 8 0 0 17 0 2 0 886540232 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 72179 7042 1867 364 0 8097 0
[pid=32657] ppid=32650 vsize=278472 CPUtime=0.05 cores=5,7
/proc/32657/stat : 32657 (python) S 32650 32650 31379 0 -1 4202560 894 0 0 0 3 2 0 0 18 0 1 0 886540302 285155328 5548 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080252431 0 0 16781312 514 188606380632932616 0 0 17 5 0 0 0
/proc/32657/statm: 69618 5548 377 364 0 5536 0
[pid=32659] ppid=32657 vsize=454892 CPUtime=50.34 cores=5,7
/proc/32659/stat : 32659 (TNM) R 32657 32659 32659 0 -1 4202496 412 0 0 0 5034 0 0 0 25 0 1 0 886540302 465809408 150 33554432000 134512640 135008748 4293665344 18446744073709551615 134527299 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32659/statm: 113723 150 46 122 0 112623 0
[pid=32650/tid=32658] ppid=32648 vsize=288716 CPUtime=0 cores=5,7
/proc/32650/task/32658/stat : 32658 (python) S 32648 32650 31379 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 886540302 295645184 7042 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1022080

[startup+102.307 s]
/proc/loadavg: 4.00 4.02 3.71 5/222 32757
/proc/meminfo: memFree=31274768/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=299512 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 10610 935 1 0 35 8 0 0 20 0 3 0 886540232 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 74878 7209 1878 364 0 10793 0
[pid=32657] ppid=32650 vsize=288716 CPUtime=0.12 cores=5,7
/proc/32657/stat : 32657 (python) S 32650 32650 31379 0 -1 4202560 1155 0 0 0 7 5 0 0 19 0 2 0 886540302 295645184 5592 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32657/statm: 72179 5592 416 364 0 8097 0
[pid=32659] ppid=32657 vsize=454892 CPUtime=100 cores=5,7
/proc/32659/stat : 32659 (TNM) T 32657 32659 32659 0 -1 4202496 412 0 0 0 10000 0 0 0 25 0 1 0 886540302 465809408 150 33554432000 134512640 135008748 4293665344 18446744073709551615 134529448 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32659/statm: 113723 150 46 122 0 112623 0
[pid=32657/tid=32754] ppid=32650 vsize=288716 CPUtime=0 cores=5,7
/proc/32657/task/32754/stat : 32754 (python) S 32650 32650 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886550314 295645184 5592 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 514 18446604470136475776 0 0 -1 7 0 0 0
[pid=32755] ppid=32650 vsize=289268 CPUtime=0 cores=5,7
/proc/32755/stat : 32755 (python) S 32650 32650 31379 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 886550314 296210432 5675 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080252486 0 0 16781312 514 5626003091531727109 0 0 17 5 0 0 0
/proc/32755/statm: 72317 5675 348 364 0 8232 0
[pid=32757] ppid=32755 vsize=1940 CPUtime=1.47 cores=5,7
/proc/32757/stat : 32757 (march_hi) R 32755 32757 32757 0 -1 4202496 560 0 0 0 147 0 0 0 25 0 1 0 886550315 1986560 296 33554432000 4194304 4955518 140735585468928 18446744073709551615 4227576 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32757/statm: 485 296 104 186 0 298 0
[pid=32650/tid=32658] ppid=32648 vsize=299512 CPUtime=0 cores=5,7
/proc/32650/task/32658/stat : 32658 (python) S 32648 32650 31379 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 3 0 886540302 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 5 0 0 0
[pid=32650/tid=32756] ppid=32648 vsize=299512 CPUtime=0 cores=5,7
/proc/32650/task/32756/stat : 32756 (python) S 32648 32650 31379 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 3 0 886550315 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 1334328

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

[startup+103.901 s]
/proc/loadavg: 4.00 4.02 3.71 5/222 32757
/proc/meminfo: memFree=31274272/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=299512 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 10610 935 1 0 35 8 0 0 20 0 3 0 886540232 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 74878 7209 1878 364 0 10793 0
[pid=32657] ppid=32650 vsize=288716 CPUtime=0.12 cores=5,7
/proc/32657/stat : 32657 (python) S 32650 32650 31379 0 -1 4202560 1155 0 0 0 7 5 0 0 19 0 2 0 886540302 295645184 5592 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32657/statm: 72179 5592 416 364 0 8097 0
[pid=32659] ppid=32657 vsize=454892 CPUtime=100 cores=5,7
/proc/32659/stat : 32659 (TNM) T 32657 32659 32659 0 -1 4202496 412 0 0 0 10000 0 0 0 25 0 1 0 886540302 465809408 150 33554432000 134512640 135008748 4293665344 18446744073709551615 134529448 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32659/statm: 113723 150 46 122 0 112623 0
[pid=32657/tid=32754] ppid=32650 vsize=288716 CPUtime=0 cores=5,7
/proc/32657/task/32754/stat : 32754 (python) S 32650 32650 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886550314 295645184 5592 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 514 18446604470136475776 0 0 -1 7 0 0 0
[pid=32755] ppid=32650 vsize=289268 CPUtime=0 cores=5,7
/proc/32755/stat : 32755 (python) S 32650 32650 31379 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 886550314 296210432 5675 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080252486 0 0 16781312 514 5626003091531727109 0 0 17 5 0 0 0
/proc/32755/statm: 72317 5675 348 364 0 8232 0
[pid=32757] ppid=32755 vsize=2076 CPUtime=3.06 cores=5,7
/proc/32757/stat : 32757 (march_hi) R 32755 32757 32757 0 -1 4202496 592 0 0 0 306 0 0 0 25 0 1 0 886550315 2125824 328 33554432000 4194304 4955518 140735585468928 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32757/statm: 519 328 104 186 0 332 0
[pid=32650/tid=32658] ppid=32648 vsize=299512 CPUtime=0 cores=5,7
/proc/32650/task/32658/stat : 32658 (python) S 32648 32650 31379 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 3 0 886540302 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 5 0 0 0
[pid=32650/tid=32756] ppid=32648 vsize=299512 CPUtime=0 cores=5,7
/proc/32650/task/32756/stat : 32756 (python) S 32648 32650 31379 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 3 0 886550315 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 103.61
Current children cumulated vsize (KiB) 1334464

[startup+104.701 s]
/proc/loadavg: 4.00 4.02 3.71 5/222 32757
/proc/meminfo: memFree=31274272/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=299512 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 10610 935 1 0 35 8 0 0 20 0 3 0 886540232 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 74878 7209 1878 364 0 10793 0
[pid=32657] ppid=32650 vsize=288716 CPUtime=0.12 cores=5,7
/proc/32657/stat : 32657 (python) S 32650 32650 31379 0 -1 4202560 1155 0 0 0 7 5 0 0 19 0 2 0 886540302 295645184 5592 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32657/statm: 72179 5592 416 364 0 8097 0
[pid=32659] ppid=32657 vsize=454892 CPUtime=100 cores=5,7
/proc/32659/stat : 32659 (TNM) T 32657 32659 32659 0 -1 4202496 412 0 0 0 10000 0 0 0 25 0 1 0 886540302 465809408 150 33554432000 134512640 135008748 4293665344 18446744073709551615 134529448 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32659/statm: 113723 150 46 122 0 112623 0
[pid=32657/tid=32754] ppid=32650 vsize=288716 CPUtime=0 cores=5,7
/proc/32657/task/32754/stat : 32754 (python) S 32650 32650 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886550314 295645184 5592 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 514 18446604470136475776 0 0 -1 7 0 0 0
[pid=32755] ppid=32650 vsize=289268 CPUtime=0 cores=5,7
/proc/32755/stat : 32755 (python) S 32650 32650 31379 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 886550314 296210432 5675 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080252486 0 0 16781312 514 5626003091531727109 0 0 17 5 0 0 0
/proc/32755/statm: 72317 5675 348 364 0 8232 0
[pid=32757] ppid=32755 vsize=2076 CPUtime=3.85 cores=5,7
/proc/32757/stat : 32757 (march_hi) R 32755 32757 32757 0 -1 4202496 599 0 0 0 385 0 0 0 25 0 1 0 886550315 2125824 335 33554432000 4194304 4955518 140735585468928 18446744073709551615 4238491 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32757/statm: 519 335 104 186 0 332 0
[pid=32650/tid=32658] ppid=32648 vsize=299512 CPUtime=0 cores=5,7
/proc/32650/task/32658/stat : 32658 (python) S 32648 32650 31379 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 3 0 886540302 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 5 0 0 0
[pid=32650/tid=32756] ppid=32648 vsize=299512 CPUtime=0 cores=5,7
/proc/32650/task/32756/stat : 32756 (python) S 32648 32650 31379 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 3 0 886550315 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 104.4
Current children cumulated vsize (KiB) 1334464

[startup+105.501 s]
/proc/loadavg: 4.00 4.02 3.71 5/222 32757
/proc/meminfo: memFree=31273528/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=299512 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 10610 935 1 0 35 8 0 0 20 0 3 0 886540232 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 74878 7209 1878 364 0 10793 0
[pid=32657] ppid=32650 vsize=288716 CPUtime=0.12 cores=5,7
/proc/32657/stat : 32657 (python) S 32650 32650 31379 0 -1 4202560 1155 0 0 0 7 5 0 0 19 0 2 0 886540302 295645184 5592 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32657/statm: 72179 5592 416 364 0 8097 0
[pid=32659] ppid=32657 vsize=454892 CPUtime=100 cores=5,7
/proc/32659/stat : 32659 (TNM) T 32657 32659 32659 0 -1 4202496 412 0 0 0 10000 0 0 0 25 0 1 0 886540302 465809408 150 33554432000 134512640 135008748 4293665344 18446744073709551615 134529448 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32659/statm: 113723 150 46 122 0 112623 0
[pid=32657/tid=32754] ppid=32650 vsize=288716 CPUtime=0 cores=5,7
/proc/32657/task/32754/stat : 32754 (python) S 32650 32650 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886550314 295645184 5592 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 514 18446604470136475776 0 0 -1 7 0 0 0
[pid=32755] ppid=32650 vsize=289268 CPUtime=0.01 cores=5,7
/proc/32755/stat : 32755 (python) S 32650 32650 31379 0 -1 4202560 909 0 0 0 0 1 0 0 15 0 1 0 886550314 296210432 5698 33554432000 4194304 5683644 140736957439664 18446744073709551615 208080252486 0 0 16781312 514 5626003091531727109 0 0 17 5 0 0 0
/proc/32755/statm: 72317 5698 371 364 0 8232 0
[pid=32757] ppid=32755 vsize=2076 CPUtime=4.65 cores=5,7
/proc/32757/stat : 32757 (march_hi) R 32755 32757 32757 0 -1 4202496 607 0 0 0 465 0 0 0 25 0 1 0 886550315 2125824 343 33554432000 4194304 4955518 140735585468928 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32757/statm: 519 343 104 186 0 332 0
[pid=32650/tid=32658] ppid=32648 vsize=299512 CPUtime=0 cores=5,7
/proc/32650/task/32658/stat : 32658 (python) S 32648 32650 31379 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 3 0 886540302 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 5 0 0 0
[pid=32650/tid=32756] ppid=32648 vsize=299512 CPUtime=0 cores=5,7
/proc/32650/task/32756/stat : 32756 (python) S 32648 32650 31379 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 3 0 886550315 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 105.21
Current children cumulated vsize (KiB) 1334464

[startup+105.901 s]
/proc/loadavg: 4.00 4.02 3.71 5/222 32757
/proc/meminfo: memFree=31273528/32950928 swapFree=67055948/67111528
[pid=32650] ppid=32648 vsize=299512 CPUtime=0.43 cores=5,7
/proc/32650/stat : 32650 (python) S 32648 32650 31379 0 -1 4202496 10610 935 1 0 35 8 0 0 20 0 3 0 886540232 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32650/statm: 74878 7209 1878 364 0 10793 0
[pid=32657] ppid=32650 vsize=288716 CPUtime=0.12 cores=5,7
/proc/32657/stat : 32657 (python) S 32650 32650 31379 0 -1 4202560 1155 0 0 0 7 5 0 0 19 0 2 0 886540302 295645184 5592 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32657/statm: 72179 5592 416 364 0 8097 0
[pid=32659] ppid=32657 vsize=454892 CPUtime=100 cores=5,7
/proc/32659/stat : 32659 (TNM) T 32657 32659 32659 0 -1 4202496 412 0 0 0 10000 0 0 0 25 0 1 0 886540302 465809408 150 33554432000 134512640 135008748 4293665344 18446744073709551615 134529448 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32659/statm: 113723 150 46 122 0 112623 0
[pid=32657/tid=32754] ppid=32650 vsize=288716 CPUtime=0 cores=5,7
/proc/32657/task/32754/stat : 32754 (python) S 32650 32650 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886550314 295645184 5592 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 514 18446604470136475776 0 0 -1 7 0 0 0
[pid=32755] ppid=32650 vsize=289268 CPUtime=0.02 cores=5,7
/proc/32755/stat : 32755 (python) R 32650 32650 31379 0 -1 4202560 910 0 0 0 1 1 0 0 15 0 1 0 886550314 296210432 5698 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092059083 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/32755/statm: 72317 5698 371 364 0 8232 0
[pid=32757] ppid=32755 vsize=2076 CPUtime=5.04 cores=5,7
/proc/32757/stat : 32757 (march_hi) R 32755 32757 32757 0 -1 4202496 611 0 0 0 504 0 0 0 25 0 1 0 886550315 2125824 347 33554432000 4194304 4955518 140735585468928 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32757/statm: 519 347 104 186 0 332 0
[pid=32650/tid=32658] ppid=32648 vsize=299512 CPUtime=0 cores=5,7
/proc/32650/task/32658/stat : 32658 (python) S 32648 32650 31379 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 3 0 886540302 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 5 0 0 0
[pid=32650/tid=32756] ppid=32648 vsize=299512 CPUtime=0 cores=5,7
/proc/32650/task/32756/stat : 32756 (python) S 32648 32650 31379 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 3 0 886550315 306700288 7209 33554432000 4194304 5683644 140736957439664 18446744073709551615 208092055985 0 0 16781312 2 18446604471151658816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 105.61
Current children cumulated vsize (KiB) 1334464

Child status: 0
Real time (s): 105.936
CPU time (s): 105.704
CPU user time (s): 105.53
CPU system time (s): 0.173973
CPU usage (%): 99.7807
Max. virtual memory (cumulated for all children) (KiB): 1334464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.53
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19234
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= 3405
involuntary context switches= 815

runsolver used 0.176973 second user time and 0.405938 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 01:43:25
IDJOB=3484386
IDBENCH=82897
IDSOLVER=1975
FILE ID=node127/3484386-1307749405
RUNJOBID= node127-1307747008-31400
PBS_JOBID= 13550830
Free space on /tmp= 74000 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S173446080-001.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484386-1307749405/watcher-3484386-1307749405 -o /tmp/evaluation-result-3484386-1307749405/solver-3484386-1307749405 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484386-1307749405.cnf -seed 566610273 -budget 1200

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

MD5SUM BENCH= 4c16bc52ec8b88c947f571c625ddf62f
RANDOM SEED=566610273

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:      31314400 kB
Buffers:        275832 kB
Cached:         975848 kB
SwapCached:       9372 kB
Active:         774808 kB
Inactive:       656280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31314400 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           31852 kB
Writeback:           0 kB
AnonPages:      176672 kB
Mapped:          21828 kB
Slab:           133388 kB
PageTables:      12244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  6935468 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= 73968 MiB
End job on node127 at 2011-06-11 01:45:12