Trace number 3380527

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-par-industrial (fixed)UNSAT 70.7013 66.1975

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc12062.cnf
MD5SUMcc0ca898241ac312882fa93ead2b644b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.507921
Satisfiable
(Un)Satisfiability was proved
Number of variables200205
Number of clauses566857
Sum of the clauses size1466561
Maximum clause length3
Minimum clause length1
Number of clauses of size 124585
Number of clauses of size 2184840
Number of clauses of size 3357432
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.40/0.71	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/0.71	c INFO: solving HOME/instance-3380527-1305481206.cnf
0.40/0.72	c INFO: computing task features
2.19/2.59	c INFO: computed variable-clause graph statistics
2.29/2.65	c INFO: computed clause balance statistics
2.69/3.08	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
7.30/7.68	Warning: invalid value encountered in divide
11.81/12.19	c INFO: computed variable balance statistics
18.79/19.11	c INFO: computed small-clause counts
18.89/19.25	c INFO: computed Horn-clause counts
64.99/65.33	c INFO: computed variable graph statistics
64.99/65.33	c INFO: collected features for HOME/instance-3380527-1305481206.cnf in 64.56 s
64.99/65.35	c INFO: running precosat-570@0 for 97 with 4935 remaining (b = nan)
64.99/65.37	c INFO: running precosat-570@0 for 97 with 4935 remaining (b = nan)
64.99/65.39	c INFO: running precosat-570@0 for 97 with 4935 remaining (b = nan)
65.09/65.41	c INFO: running precosat-570@0 for 97 with 4935 remaining (b = nan)
65.09/65.43	c INFO: running precosat-570@0 for 97 with 4935 remaining (b = nan)
65.09/65.45	c INFO: running precosat-570@0 for 97 with 4935 remaining (b = nan)
65.09/65.47	c INFO: running precosat-570@0 for 97 with 4935 remaining (b = nan)
65.09/65.49	c INFO: running precosat-570@0 for 97 with 4935 remaining (b = nan)
70.37/66.15	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: 961)

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-3380527-1305481206/watcher-3380527-1305481206 -o /tmp/evaluation-result-3380527-1305481206/solver-3380527-1305481206 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380527-1305481206.cnf -seed 386725302 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/412 24413
/proc/meminfo: memFree=20096960/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=15772 CPUtime=0 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 900 0 0 0 0 0 0 0 20 0 1 0 738351429 16150528 782 33554432000 4194304 5683644 140734876942960 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 3943 782 345 364 0 430 0

[startup+0.094684 s]
/proc/loadavg: 0.00 0.00 0.00 2/412 24413
/proc/meminfo: memFree=20096960/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=52408 CPUtime=0.05 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 2013 0 0 0 4 1 0 0 20 0 1 0 738351429 53665792 1774 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988590592 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 13102 1774 484 364 0 1283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 52408

[startup+0.100677 s]
/proc/loadavg: 0.00 0.00 0.00 2/412 24413
/proc/meminfo: memFree=20096960/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=84520 CPUtime=0.05 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 2166 0 0 0 4 1 0 0 20 0 1 0 738351429 86548480 1920 33554432000 4194304 5683644 140734876942960 18446744073709551615 215983623678 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 21130 1921 548 364 0 1334 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84520

[startup+0.300691 s]
/proc/loadavg: 0.00 0.00 0.00 2/412 24413
/proc/meminfo: memFree=20096960/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=135744 CPUtime=0.17 cores=0-7
/proc/24413/stat : 24413 (python) S 24411 24413 24387 0 -1 4202496 5961 936 1 0 12 5 0 0 20 0 1 0 738351429 139001856 4149 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988588549 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/24413/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135744

[startup+0.700666 s]
/proc/loadavg: 0.00 0.00 0.00 2/412 24413
/proc/meminfo: memFree=20096960/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=259588 CPUtime=0.4 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 8724 936 1 0 28 12 0 0 19 0 1 0 738351429 265818112 6507 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988588389 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 64897 6507 1656 364 0 5255 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 259588

[startup+1.50043 s]
/proc/loadavg: 0.00 0.00 0.00 2/413 24418
/proc/meminfo: memFree=20045360/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=342680 CPUtime=1.19 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 24931 936 1 0 105 14 0 0 20 0 1 0 738351429 350904320 22611 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988253381 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 85670 22611 1761 364 0 21594 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 342680

[startup+3.10015 s]
/proc/loadavg: 0.08 0.02 0.01 2/413 24418
/proc/meminfo: memFree=19975424/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=401660 CPUtime=2.79 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 54046 936 1 0 261 18 0 0 25 0 1 0 738351429 411299840 37802 33554432000 4194304 5683644 140734876942960 18446744073709551615 4941968 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 100415 37802 1828 364 0 36339 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 401660

[startup+6.30059 s]
/proc/loadavg: 0.08 0.02 0.01 2/413 24418
/proc/meminfo: memFree=19950428/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=401660 CPUtime=5.99 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 54046 936 1 0 581 18 0 0 25 0 1 0 738351429 411299840 37802 33554432000 4194304 5683644 140734876942960 18446744073709551615 47625426442512 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 100415 37802 1828 364 0 36339 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 401660

[startup+12.7005 s]
/proc/loadavg: 0.15 0.03 0.01 2/413 24418
/proc/meminfo: memFree=19950388/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=401660 CPUtime=12.39 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 54047 936 1 0 1221 18 0 0 25 0 1 0 738351429 411299840 37803 33554432000 4194304 5683644 140734876942960 18446744073709551615 47625431073155 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 100415 37803 1829 364 0 36339 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 401660

[startup+25.5002 s]
/proc/loadavg: 0.34 0.08 0.02 2/413 24419
/proc/meminfo: memFree=19951376/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=401660 CPUtime=25.19 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 54053 936 1 0 2501 18 0 0 25 0 1 0 738351429 411299840 37809 33554432000 4194304 5683644 140734876942960 18446744073709551615 47625423665280 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 100415 37809 1835 364 0 36339 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 401660

[startup+51.1008 s]
/proc/loadavg: 0.56 0.15 0.05 2/413 24419
/proc/meminfo: memFree=19951408/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=401660 CPUtime=50.79 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 54053 936 1 0 5061 18 0 0 25 0 1 0 738351429 411299840 37809 33554432000 4194304 5683644 140734876942960 18446744073709551615 47625423665292 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 100415 37809 1835 364 0 36339 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 401660

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

[startup+57.5007 s]
/proc/loadavg: 0.63 0.18 0.06 2/413 24420
/proc/meminfo: memFree=19951404/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=401660 CPUtime=57.19 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 54053 936 1 0 5701 18 0 0 25 0 1 0 738351429 411299840 37809 33554432000 4194304 5683644 140734876942960 18446744073709551615 47625423665292 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 100415 37809 1835 364 0 36339 0
Current children cumulated CPU time (s) 57.19
Current children cumulated vsize (KiB) 401660

[startup+60.7011 s]
/proc/loadavg: 0.63 0.18 0.06 2/413 24420
/proc/meminfo: memFree=19951404/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=401660 CPUtime=60.39 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 54053 936 1 0 6021 18 0 0 25 0 1 0 738351429 411299840 37809 33554432000 4194304 5683644 140734876942960 18446744073709551615 47625423665280 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 100415 37809 1835 364 0 36339 0
Current children cumulated CPU time (s) 60.39
Current children cumulated vsize (KiB) 401660

[startup+63.9006 s]
/proc/loadavg: 0.66 0.19 0.06 2/413 24420
/proc/meminfo: memFree=19951280/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=401660 CPUtime=63.59 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 54053 936 1 0 6341 18 0 0 25 0 1 0 738351429 411299840 37809 33554432000 4194304 5683644 140734876942960 18446744073709551615 47625423665292 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24413/statm: 100415 37809 1835 364 0 36339 0
Current children cumulated CPU time (s) 63.59
Current children cumulated vsize (KiB) 401660

[startup+65.5002 s]
/proc/loadavg: 0.66 0.19 0.06 2/413 24420
/proc/meminfo: memFree=19951528/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=539872 CPUtime=65.19 cores=0-7
/proc/24413/stat : 24413 (python) R 24411 24413 24387 0 -1 4202496 59274 936 1 0 6496 23 0 0 25 0 9 0 738351429 552828928 35652 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24413/statm: 134968 35652 1881 364 0 70865 0
Current children cumulated CPU time (s) 65.19
Current children cumulated vsize (KiB) 539872

[startup+65.9002 s]
/proc/loadavg: 0.66 0.19 0.06 9/437 24444
/proc/meminfo: memFree=19077136/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=539872 CPUtime=65.19 cores=0-7
/proc/24413/stat : 24413 (python) S 24411 24413 24387 0 -1 4202496 59316 936 1 0 6496 23 0 0 25 0 9 0 738351429 552828928 35654 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24413/statm: 134968 35654 1883 364 0 70865 0
[pid=24421] ppid=24413 vsize=392300 CPUtime=0 cores=0-7
/proc/24421/stat : 24421 (python) S 24413 24413 24387 0 -1 4202560 774 0 0 0 0 0 0 0 25 0 1 0 738357964 401715200 33979 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612623 0 0 16781312 514 11595514502006702079 0 0 17 1 0 0 0
/proc/24421/statm: 98075 33979 351 364 0 33993 0
[pid=24423] ppid=24421 vsize=115380 CPUtime=0.54 cores=0-7
/proc/24423/stat : 24423 (precosat) R 24421 24423 24423 0 -1 4202496 28132 0 0 0 50 4 0 0 25 0 1 0 738357965 118149120 27870 33554432000 4194304 4890832 140735246892672 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/24423/statm: 28845 27870 72 171 0 28672 0
[pid=24424] ppid=24413 vsize=402556 CPUtime=0 cores=0-7
/proc/24424/stat : 24424 (python) S 24413 24413 24387 0 -1 4202560 712 0 0 0 0 0 0 0 25 0 1 0 738357966 412217344 33975 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612678 0 0 16781312 514 11595506805425307647 0 0 17 0 0 0 0
/proc/24424/statm: 100639 33975 343 364 0 36554 0
[pid=24426] ppid=24424 vsize=114852 CPUtime=0.52 cores=0-7
/proc/24426/stat : 24426 (precosat) R 24424 24426 24426 0 -1 4202496 28014 0 0 0 49 3 0 0 25 0 1 0 738357967 117608448 27752 33554432000 4194304 4890832 140733364883248 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/24426/statm: 28713 27752 72 171 0 28540 0
[pid=24427] ppid=24413 vsize=478348 CPUtime=0 cores=0-7
/proc/24427/stat : 24427 (python) S 24413 24413 24387 0 -1 4202560 685 0 0 0 0 0 0 0 25 0 1 0 738357968 489828352 34097 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612678 0 0 16781312 514 6517290306751168511 0 0 17 1 0 0 0
/proc/24427/statm: 119587 34097 344 364 0 55499 0
[pid=24429] ppid=24427 vsize=113952 CPUtime=0.5 cores=0-7
/proc/24429/stat : 24429 (precosat) R 24427 24429 24429 0 -1 4202496 27748 0 0 0 47 3 0 0 25 0 1 0 738357969 116686848 27497 33554432000 4194304 4890832 140735030168944 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/24429/statm: 28488 27498 72 171 0 28315 0
[pid=24430] ppid=24413 vsize=488604 CPUtime=0 cores=0-7
/proc/24430/stat : 24430 (python) S 24413 24413 24387 0 -1 4202560 695 0 0 0 0 0 0 0 25 0 1 0 738357970 500330496 34072 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612678 0 0 16781312 514 6517298003332562943 0 0 17 1 0 0 0
/proc/24430/statm: 122151 34072 344 364 0 58060 0
[pid=24432] ppid=24430 vsize=113940 CPUtime=0.48 cores=0-7
/proc/24432/stat : 24432 (precosat) R 24430 24432 24432 0 -1 4202496 27759 0 0 0 45 3 0 0 25 0 1 0 738357970 116674560 27506 33554432000 4194304 4890832 140733954770640 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/24432/statm: 28485 27509 72 171 0 28312 0
[pid=24433] ppid=24413 vsize=498860 CPUtime=0 cores=0-7
/proc/24433/stat : 24433 (python) S 24413 24413 24387 0 -1 4202560 702 0 0 0 0 0 0 0 25 0 1 0 738357972 510832640 34099 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612678 0 0 16781312 514 6517294155041865727 0 0 17 1 0 0 0
/proc/24433/statm: 124715 34099 344 364 0 60621 0
[pid=24435] ppid=24433 vsize=110764 CPUtime=0.44 cores=0-7
/proc/24435/stat : 24435 (precosat) R 24433 24435 24435 0 -1 4202496 26988 0 0 0 40 4 0 0 25 0 1 0 738357973 113422336 26729 33554432000 4194304 4890832 140734071065904 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/24435/statm: 27691 26729 72 171 0 27518 0
[pid=24436] ppid=24413 vsize=509116 CPUtime=0 cores=0-7
/proc/24436/stat : 24436 (python) S 24413 24413 24387 0 -1 4202560 709 0 0 0 0 0 0 0 25 0 1 0 738357974 521334784 34091 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612678 0 0 16781312 514 15438467620025663487 0 0 17 0 0 0 0
/proc/24436/statm: 127279 34091 344 364 0 63182 0
[pid=24438] ppid=24436 vsize=109708 CPUtime=0.44 cores=0-7
/proc/24438/stat : 24438 (precosat) R 24436 24438 24438 0 -1 4202496 26732 0 0 0 41 3 0 0 25 0 1 0 738357975 112340992 26473 33554432000 4194304 4890832 140735779173984 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/24438/statm: 27427 26473 72 171 0 27254 0
[pid=24439] ppid=24413 vsize=519372 CPUtime=0 cores=0-7
/proc/24439/stat : 24439 (python) S 24413 24413 24387 0 -1 4202560 715 0 0 0 0 0 0 0 25 0 1 0 738357976 531836928 34165 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612678 0 0 16781312 514 15438463771734966271 0 0 17 2 0 0 0
/proc/24439/statm: 129843 34165 344 364 0 65743 0
[pid=24443] ppid=24439 vsize=107596 CPUtime=0.4 cores=0-7
/proc/24443/stat : 24443 (precosat) R 24439 24443 24443 0 -1 4202496 26218 0 0 0 37 3 0 0 25 0 1 0 738357979 110178304 25960 33554432000 4194304 4890832 140734441837008 18446744073709551615 4212837 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/24443/statm: 26899 25960 67 171 0 26726 0
[pid=24441] ppid=24413 vsize=529628 CPUtime=0 cores=0-7
/proc/24441/stat : 24441 (python) S 24413 24413 24387 0 -1 4202560 758 0 0 0 0 0 0 0 25 0 1 0 738357978 542339072 34117 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612678 0 0 16781312 514 15438471468316360703 0 0 17 2 0 0 0
/proc/24441/statm: 132407 34117 350 364 0 68304 0
[pid=24444] ppid=24441 vsize=106940 CPUtime=0.39 cores=0-7
/proc/24444/stat : 24444 (precosat) R 24441 24444 24444 0 -1 4202496 26031 0 0 0 35 4 0 0 25 0 1 0 738357980 109506560 25770 33554432000 4194304 4890832 140736838594208 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/24444/statm: 26735 25771 65 171 0 26562 0
[pid=24413/tid=24422] ppid=24411 vsize=539872 CPUtime=0 cores=0-7
/proc/24413/task/24422/stat : 24422 (python) S 24411 24413 24387 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 9 0 738357965 552828928 35654 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 0 0 0 0
[pid=24413/tid=24425] ppid=24411 vsize=539872 CPUtime=0 cores=0-7
/proc/24413/task/24425/stat : 24425 (python) S 24411 24413 24387 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 9 0 738357967 552828928 35654 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 1 0 0 0
[pid=24413/tid=24428] ppid=24411 vsize=539872 CPUtime=0 cores=0-7
/proc/24413/task/24428/stat : 24428 (python) S 24411 24413 24387 0 -1 4202560 92 936 0 0 0 0 0 0 25 0 9 0 738357968 552828928 35654 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 0 0 0 0
[pid=24413/tid=24431] ppid=24411 vsize=539872 CPUtime=0 cores=0-7
/proc/24413/task/24431/stat : 24431 (python) S 24411 24413 24387 0 -1 4202560 30 936 0 0 0 0 0 0 25 0 9 0 738357970 552828928 35654 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 5 0 0 0
[pid=24413/tid=24434] ppid=24411 vsize=539872 CPUtime=0 cores=0-7
/proc/24413/task/24434/stat : 24434 (python) S 24411 24413 24387 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 738357972 552828928 35654 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 0 0 0 0
[pid=24413/tid=24437] ppid=24411 vsize=539872 CPUtime=0 cores=0-7
/proc/24413/task/24437/stat : 24437 (python) S 24411 24413 24387 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 738357974 552828928 35654 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 0 0 0 0
[pid=24413/tid=24440] ppid=24411 vsize=539872 CPUtime=0 cores=0-7
/proc/24413/task/24440/stat : 24440 (python) S 24411 24413 24387 0 -1 4202560 45 936 0 0 0 0 0 0 25 0 9 0 738357977 552828928 35654 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 2 0 0 0
[pid=24413/tid=24442] ppid=24411 vsize=539872 CPUtime=0 cores=0-7
/proc/24413/task/24442/stat : 24442 (python) S 24411 24413 24387 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 9 0 738357979 552828928 35654 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 68.9
Current children cumulated vsize (KiB) 5251788

[startup+66.1011 s]
/proc/loadavg: 0.66 0.19 0.06 9/437 24444
/proc/meminfo: memFree=19077136/32950940 swapFree=67111356/67111528
[pid=24413] ppid=24411 vsize=539872 CPUtime=66.47 cores=0-7
/proc/24413/stat : 24413 (python) S 24411 24413 24387 0 -1 4202496 59387 59220 1 0 6496 23 117 11 20 0 9 0 738351429 552828928 35655 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000422719 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24413/statm: 134968 35655 1884 364 0 70865 0
[pid=24421] ppid=24413 vsize=392300 CPUtime=0 cores=0-7
/proc/24421/stat : 24421 (python) S 24413 24413 24387 0 -1 4202560 774 0 0 0 0 0 0 0 25 0 1 0 738357964 401715200 33979 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612623 0 0 16781312 514 11595514502006702079 0 0 17 1 0 0 0
/proc/24421/statm: 98075 33979 351 364 0 33993 0
[pid=24423] ppid=24421 vsize=121548 CPUtime=0.72 cores=0-7
/proc/24423/stat : 24423 (precosat) R 24421 24423 24423 0 -1 4202496 29662 0 0 0 68 4 0 0 25 0 1 0 738357965 124465152 29400 33554432000 4194304 4890832 140735246892672 18446744073709551615 4243281 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/24423/statm: 30387 29400 74 171 0 30214 0
[pid=24427] ppid=24413 vsize=478348 CPUtime=0 cores=0-7
/proc/24427/stat : 24427 (python) S 24413 24413 24387 0 -1 4202560 685 0 0 0 0 0 0 0 25 0 1 0 738357968 489828352 34097 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612678 0 0 16781312 514 6517290306751168511 0 0 17 1 0 0 0
/proc/24427/statm: 119587 34097 344 364 0 55499 0
[pid=24429] ppid=24427 vsize=117912 CPUtime=0.69 cores=0-7
/proc/24429/stat : 24429 (precosat) R 24427 24429 24429 0 -1 4202496 28769 0 0 0 66 3 0 0 25 0 1 0 738357969 120741888 28518 33554432000 4194304 4890832 140735030168944 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/24429/statm: 29478 28518 72 171 0 29305 0
[pid=24430] ppid=24413 vsize=0 CPUtime=0.66 cores=0-7
/proc/24430/stat : 24430 (python) Z 24413 24413 24387 0 -1 4202588 1012 28585 0 0 0 1 61 4 19 0 1 0 738357970 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24430/statm: 0 0 0 0 0 0 0
[pid=24433] ppid=24413 vsize=498860 CPUtime=0 cores=0-7
/proc/24433/stat : 24433 (python) S 24413 24413 24387 0 -1 4202560 702 0 0 0 0 0 0 0 25 0 1 0 738357972 510832640 34099 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612678 0 0 16781312 514 6517294155041865727 0 0 17 1 0 0 0
/proc/24433/statm: 124715 34099 344 364 0 60621 0
[pid=24435] ppid=24433 vsize=115380 CPUtime=0.63 cores=0-7
/proc/24435/stat : 24435 (precosat) R 24433 24435 24435 0 -1 4202496 28125 0 0 0 59 4 0 0 25 0 1 0 738357973 118149120 27866 33554432000 4194304 4890832 140734071065904 18446744073709551615 4238773 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/24435/statm: 28845 27866 72 171 0 28672 0
[pid=24436] ppid=24413 vsize=509116 CPUtime=0 cores=0-7
/proc/24436/stat : 24436 (python) S 24413 24413 24387 0 -1 4202560 709 0 0 0 0 0 0 0 25 0 1 0 738357974 521334784 34091 33554432000 4194304 5683644 140734876942960 18446744073709551615 215988612678 0 0 16781312 514 15438467620025663487 0 0 17 0 0 0 0
/proc/24436/statm: 127279 34091 344 364 0 63182 0
[pid=24438] ppid=24436 vsize=116596 CPUtime=0.62 cores=0-7
/proc/24438/stat : 24438 (precosat) R 24436 24438 24438 0 -1 4202496 28441 0 0 0 59 3 0 0 25 0 1 0 738357975 119394304 28182 33554432000 4194304 4890832 140735779173984 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/24438/statm: 29149 28182 72 171 0 28976 0
[pid=24439] ppid=24413 vsize=519372 CPUtime=0 cores=0-7
/proc/24439/stat : 24439 (python) S 24413 24413 24387 0 -1 4202560 735 0 0 0 0 0 0 0 20 0 1 0 738357976 531836928 34170 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000422719 0 0 16781824 2 18446744071562232103 0 0 17 2 0 0 0
/proc/24439/statm: 129843 34170 349 364 0 65743 0
[pid=24443] ppid=24439 vsize=0 CPUtime=0.58 cores=0-7
/proc/24443/stat : 24443 (precosat) R 24439 24443 24443 0 -1 4203524 28211 0 0 0 55 3 0 0 25 0 1 0 738357979 0 0 33554432000 0 0 0 0 0 0 0 16781312 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24443/statm: 0 0 0 0 0 0 0
[pid=24413/tid=24422] ppid=24411 vsize=539872 CPUtime=1.28 cores=0-7
/proc/24413/task/24422/stat : 24422 (python) S 24411 24413 24387 0 -1 4202560 22 59220 0 0 0 0 117 11 25 0 9 0 738357965 552828928 35655 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 0 0 0 0
[pid=24413/tid=24425] ppid=24411 vsize=539872 CPUtime=1.28 cores=0-7
/proc/24413/task/24425/stat : 24425 (python) S 24411 24413 24387 0 -1 4202560 24 59220 0 0 0 0 117 11 25 0 9 0 738357967 552828928 35655 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 1 0 0 0
[pid=24413/tid=24428] ppid=24411 vsize=539872 CPUtime=1.28 cores=0-7
/proc/24413/task/24428/stat : 24428 (python) S 24411 24413 24387 0 -1 4202560 92 59220 0 0 0 0 117 11 25 0 9 0 738357968 552828928 35655 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 0 0 0 0
[pid=24413/tid=24431] ppid=24411 vsize=539872 CPUtime=1.28 cores=0-7
/proc/24413/task/24431/stat : 24431 (python) S 24411 24413 24387 0 -1 4202560 30 59220 0 0 0 0 117 11 25 0 9 0 738357970 552828928 35655 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 5 0 0 0
[pid=24413/tid=24434] ppid=24411 vsize=539872 CPUtime=1.28 cores=0-7
/proc/24413/task/24434/stat : 24434 (python) S 24411 24413 24387 0 -1 4202560 32 59220 0 0 0 0 117 11 25 0 9 0 738357972 552828928 35655 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 0 0 0 0
[pid=24413/tid=24437] ppid=24411 vsize=539872 CPUtime=1.28 cores=0-7
/proc/24413/task/24437/stat : 24437 (python) S 24411 24413 24387 0 -1 4202560 32 59220 0 0 0 0 117 11 25 0 9 0 738357974 552828928 35655 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 0 0 0 0
[pid=24413/tid=24440] ppid=24411 vsize=539872 CPUtime=1.28 cores=0-7
/proc/24413/task/24440/stat : 24440 (python) S 24411 24413 24387 0 -1 4202560 45 59220 0 0 0 0 117 11 25 0 9 0 738357977 552828928 35655 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 2 0 0 0
[pid=24413/tid=24442] ppid=24411 vsize=539872 CPUtime=1.28 cores=0-7
/proc/24413/task/24442/stat : 24442 (python) S 24411 24413 24387 0 -1 4202560 23 59220 0 0 0 0 117 11 25 0 9 0 738357979 552828928 35655 33554432000 4194304 5683644 140734876942960 18446744073709551615 216000416177 0 0 16781312 2 18446604450785779776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 70.37
Current children cumulated vsize (KiB) 3409304

Child status: 0
Real time (s): 66.1975
CPU time (s): 70.7013
CPU user time (s): 69.9864
CPU system time (s): 0.714891
CPU usage (%): 106.804
Max. virtual memory (cumulated for all children) (KiB): 5278460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.9864
system time used= 0.714891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312065
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= 3421
involuntary context switches= 169

runsolver used 0.250961 second user time and 0.580911 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 19:40:06
IDJOB=3380527
IDBENCH=20467
IDSOLVER=1864
FILE ID=node117/3380527-1305481206
RUNJOBID= node117-1305481205-24401
PBS_JOBID= 13325363
Free space on /tmp= 73500 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc12062.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380527-1305481206/watcher-3380527-1305481206 -o /tmp/evaluation-result-3380527-1305481206/solver-3380527-1305481206 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380527-1305481206.cnf -seed 386725302 -budget 40000 -cores 8

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

MD5SUM BENCH= cc0ca898241ac312882fa93ead2b644b
RANDOM SEED=386725302

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      20097000 kB
Buffers:        332772 kB
Cached:        3781440 kB
SwapCached:          0 kB
Active:       10134176 kB
Inactive:      2360400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      20097000 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           42736 kB
Writeback:           0 kB
AnonPages:     8380804 kB
Mapped:          32240 kB
Slab:           246032 kB
PageTables:      44688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 102960016 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= 73468 MiB
End job on node117 at 2011-05-15 19:41:13