Trace number 3317666

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-industrialUNSAT 74.3057 84.9232

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.509921
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.58/17.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.58/17.67	c INFO: solving HOME/instance-3317666-1304267285.cnf
0.58/17.67	c INFO: computing task features
2.51/19.60	c INFO: computed variable-clause graph statistics
2.51/19.66	c INFO: computed clause balance statistics
2.91/20.09	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
7.52/24.66	Warning: invalid value encountered in divide
12.01/29.16	c INFO: computed variable balance statistics
19.31/36.46	c INFO: computed small-clause counts
19.52/36.61	c INFO: computed Horn-clause counts
65.51/82.66	c INFO: computed variable graph statistics
65.51/82.66	c INFO: collected features for HOME/instance-3317666-1304267285.cnf in 64.92 s
65.51/82.68	c INFO: running precosat-570@0 for 97 with 4735 remaining (b = nan)
65.51/82.70	c INFO: running precosat-570@0 for 97 with 4734 remaining (b = nan)
65.60/82.71	c INFO: running precosat-570@0 for 97 with 4734 remaining (b = nan)
65.60/82.73	c INFO: running precosat-570@0 for 97 with 4734 remaining (b = nan)
73.92/84.88	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-3317666-1304267285/watcher-3317666-1304267285 -o /tmp/evaluation-result-3317666-1304267285/solver-3317666-1304267285 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317666-1304267285.cnf -seed 344144970 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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: 0.16 0.03 0.01 4/176 19671
/proc/meminfo: memFree=30313192/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/19669/stat : 19669 (runsolver) S 19665 19669 19634 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 538327530 12083200 54 33554432000 4194304 5434984 140735725227152 18446744073709551615 5055495 0 2147483391 4096 24578 18446744071699199166 0 0 17 5 0 0 0
/proc/19669/statm: 2950 54 34 303 0 2644 0

[startup+0.10361 s]
/proc/loadavg: 0.16 0.03 0.01 4/176 19671
/proc/meminfo: memFree=30313192/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=14820 CPUtime=0 cores=1,3,5,7
/proc/19669/stat : 19669 (python) S 19665 19669 19634 0 -1 4202496 507 0 6 0 0 0 0 0 20 0 1 0 538327530 15175680 420 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272684901 0 2147483391 4096 0 18446744071699199166 0 0 17 7 0 0 4
/proc/19669/statm: 3705 420 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.502539 s]
/proc/loadavg: 0.16 0.03 0.01 4/176 19671
/proc/meminfo: memFree=30313192/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/19669/stat : 19669 (python) S 19665 19669 19634 0 -1 4202496 719 0 6 0 0 0 0 0 16 0 1 0 538327530 15548416 615 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 6
/proc/19669/statm: 3796 615 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.600521 s]
/proc/loadavg: 0.16 0.03 0.01 4/176 19671
/proc/meminfo: memFree=30313192/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/19669/stat : 19669 (python) S 19665 19669 19634 0 -1 4202496 728 0 6 0 0 0 0 0 15 0 1 0 538327530 15548416 622 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272684901 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 7
/proc/19669/statm: 3796 622 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.700503 s]
/proc/loadavg: 0.16 0.03 0.01 4/176 19671
/proc/meminfo: memFree=30313192/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/19669/stat : 19669 (python) S 19665 19669 19634 0 -1 4202496 728 0 6 0 0 0 0 0 15 0 1 0 538327530 15548416 622 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 7
/proc/19669/statm: 3796 622 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+1.50736 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 19673
/proc/meminfo: memFree=30304708/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/19669/stat : 19669 (python) S 19665 19669 19634 0 -1 4202496 930 0 6 0 0 0 0 0 15 0 1 0 538327530 16154624 814 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 12
/proc/19669/statm: 3944 814 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+3.10107 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 19673
/proc/meminfo: memFree=30304464/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=16396 CPUtime=0.02 cores=1,3,5,7
/proc/19669/stat : 19669 (python) S 19665 19669 19634 0 -1 4202496 1118 0 6 0 1 1 0 0 16 0 1 0 538327530 16789504 990 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 18
/proc/19669/statm: 4099 990 413 364 0 586 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16396
heavy processes:

[startup+6.30051 s]
/proc/loadavg: 0.31 0.07 0.02 1/178 19673
/proc/meminfo: memFree=30287260/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=104796 CPUtime=0.14 cores=1,3,5,7
/proc/19669/stat : 19669 (python) D 19665 19669 19634 0 -1 4202496 3213 0 33 0 6 8 0 0 15 0 1 0 538327530 107311104 2912 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272688896 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 45
/proc/19669/statm: 26199 2912 868 364 0 1947 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 104796
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 0.44 0.10 0.03 1/178 19681
/proc/meminfo: memFree=30270340/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=135756 CPUtime=0.33 cores=1,3,5,7
/proc/19669/stat : 19669 (python) S 19665 19669 19634 0 -1 4202496 5945 927 44 8 15 18 0 0 16 0 1 0 538327530 139014144 4162 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272684980 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 79
/proc/19669/statm: 33939 4162 1032 364 0 3125 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 135756
heavy processes:

[startup+25.5001 s]
/proc/loadavg: 0.79 0.19 0.06 3/178 19681
/proc/meminfo: memFree=30030748/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=401664 CPUtime=8.41 cores=1,3,5,7
/proc/19669/stat : 19669 (python) R 19665 19669 19634 0 -1 4202496 53933 927 118 8 805 36 0 0 25 0 1 0 538327530 411303936 37803 33554432000 4194304 5683644 140733763473056 18446744073709551615 268276097708 0 0 16781312 2 0 0 0 17 1 0 0 138
/proc/19669/statm: 100416 37803 1828 364 0 36340 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 401664
heavy processes:

[startup+51.1005 s]
/proc/loadavg: 1.73 0.45 0.15 6/190 19694
/proc/meminfo: memFree=29581852/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=401664 CPUtime=34.01 cores=1,3,5,7
/proc/19669/stat : 19669 (python) R 19665 19669 19634 0 -1 4202496 53940 927 118 8 3365 36 0 0 25 0 1 0 538327530 411303936 37810 33554432000 4194304 5683644 140733763473056 18446744073709551615 47022741833868 0 0 16781312 2 0 0 0 17 1 0 0 138
/proc/19669/statm: 100416 37810 1835 364 0 36340 0
Current children cumulated CPU time (s) 34.01
Current children cumulated vsize (KiB) 401664
heavy processes:

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

[startup+51.5004 s]
/proc/loadavg: 1.73 0.45 0.15 6/190 19694
/proc/meminfo: memFree=29581852/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=401664 CPUtime=34.41 cores=1,3,5,7
/proc/19669/stat : 19669 (python) R 19665 19669 19634 0 -1 4202496 53940 927 118 8 3405 36 0 0 25 0 1 0 538327530 411303936 37810 33554432000 4194304 5683644 140733763473056 18446744073709551615 47022741833868 0 0 16781312 2 0 0 0 17 1 0 0 138
/proc/19669/statm: 100416 37810 1835 364 0 36340 0
Current children cumulated CPU time (s) 34.41
Current children cumulated vsize (KiB) 401664

[startup+64.3001 s]
/proc/loadavg: 2.46 0.67 0.23 6/190 19694
/proc/meminfo: memFree=29581688/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=401664 CPUtime=47.21 cores=1,3,5,7
/proc/19669/stat : 19669 (python) R 19665 19669 19634 0 -1 4202496 53940 927 118 8 4685 36 0 0 25 0 1 0 538327530 411303936 37810 33554432000 4194304 5683644 140733763473056 18446744073709551615 47022741833868 0 0 16781312 2 0 0 0 17 1 0 0 138
/proc/19669/statm: 100416 37810 1835 364 0 36340 0
Current children cumulated CPU time (s) 47.21
Current children cumulated vsize (KiB) 401664

[startup+77.1009 s]
/proc/loadavg: 2.85 0.81 0.28 7/190 19695
/proc/meminfo: memFree=29581672/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=401664 CPUtime=60.01 cores=1,3,5,7
/proc/19669/stat : 19669 (python) R 19665 19669 19634 0 -1 4202496 53940 927 118 8 5965 36 0 0 25 0 1 0 538327530 411303936 37810 33554432000 4194304 5683644 140733763473056 18446744073709551615 47022741833856 0 0 16781312 2 0 0 0 17 1 0 0 138
/proc/19669/statm: 100416 37810 1835 364 0 36340 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (KiB) 401664

[startup+80.3003 s]
/proc/loadavg: 3.02 0.88 0.30 6/190 19695
/proc/meminfo: memFree=29581668/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=401664 CPUtime=63.21 cores=1,3,5,7
/proc/19669/stat : 19669 (python) R 19665 19669 19634 0 -1 4202496 53940 927 118 8 6285 36 0 0 25 0 1 0 538327530 411303936 37810 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272347277 0 0 16781312 2 0 0 0 17 1 0 0 138
/proc/19669/statm: 100416 37810 1835 364 0 36340 0
Current children cumulated CPU time (s) 63.21
Current children cumulated vsize (KiB) 401664

[startup+83.5007 s]
/proc/loadavg: 3.02 0.88 0.30 10/202 19707
/proc/meminfo: memFree=29360108/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=433316 CPUtime=65.65 cores=1,3,5,7
/proc/19669/stat : 19669 (python) S 19665 19669 19634 0 -1 4202496 56612 927 118 8 6527 38 0 0 25 0 5 0 538327530 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 138
/proc/19669/statm: 108329 35520 1875 364 0 44238 0
[pid=19696] ppid=19669 vsize=392304 CPUtime=0 cores=1,3,5,7
/proc/19696/stat : 19696 (python) S 19669 19669 19634 0 -1 4202560 779 0 0 0 0 0 0 0 25 0 1 0 538335799 401719296 33980 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709135 0 0 16781312 514 4334829819482079231 0 0 17 1 0 0 0
/proc/19696/statm: 98076 33980 351 364 0 33994 0
[pid=19698] ppid=19696 vsize=118060 CPUtime=0.79 cores=1,3,5,7
/proc/19698/stat : 19698 (precosat) R 19696 19698 19698 0 -1 4202496 29721 0 0 0 75 4 0 0 25 0 1 0 538335799 120893440 28590 33554432000 4194304 4890832 140737111713120 18446744073709551615 4449238 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/19698/statm: 29515 28590 74 171 0 29342 0
[pid=19699] ppid=19669 vsize=402560 CPUtime=0 cores=1,3,5,7
/proc/19699/stat : 19699 (python) S 19669 19669 19634 0 -1 4202560 720 0 0 0 0 0 0 0 25 0 1 0 538335800 412221440 33976 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709190 0 0 16781312 514 3027452769695956991 0 0 17 7 0 0 0
/proc/19699/statm: 100640 33976 343 364 0 36555 0
[pid=19701] ppid=19699 vsize=117756 CPUtime=0.78 cores=1,3,5,7
/proc/19701/stat : 19701 (precosat) R 19699 19701 19701 0 -1 4202496 29634 0 0 0 73 5 0 0 25 0 1 0 538335801 120582144 28500 33554432000 4194304 4890832 140736648273728 18446744073709551615 4466982 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/19701/statm: 29439 28500 74 171 0 29266 0
[pid=19702] ppid=19669 vsize=412816 CPUtime=0 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19669 19669 19634 0 -1 4202560 719 0 0 0 0 0 0 0 25 0 1 0 538335802 422723584 33980 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709190 0 0 16781312 514 3027448921405259775 0 0 17 7 0 0 0
/proc/19702/statm: 103204 33980 343 364 0 39116 0
[pid=19704] ppid=19702 vsize=119832 CPUtime=0.75 cores=1,3,5,7
/proc/19704/stat : 19704 (precosat) R 19702 19704 19704 0 -1 4202496 29243 0 0 0 71 4 0 0 25 0 1 0 538335803 122707968 28979 33554432000 4194304 4890832 140735709967616 18446744073709551615 4243272 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/19704/statm: 29958 28979 74 171 0 29785 0
[pid=19705] ppid=19669 vsize=423072 CPUtime=0 cores=1,3,5,7
/proc/19705/stat : 19705 (python) S 19669 19669 19634 0 -1 4202560 731 0 0 0 0 0 0 0 25 0 1 0 538335804 433225728 33984 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709190 0 0 16781312 514 3027445073114562559 0 0 17 3 0 0 0
/proc/19705/statm: 105768 33984 343 364 0 41677 0
[pid=19707] ppid=19705 vsize=121436 CPUtime=0.74 cores=1,3,5,7
/proc/19707/stat : 19707 (precosat) R 19705 19707 19707 0 -1 4202496 29666 0 0 0 70 4 0 0 25 0 1 0 538335805 124350464 29401 33554432000 4194304 4890832 140734923919248 18446744073709551615 4242872 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/19707/statm: 30359 29401 74 171 0 30186 0
[pid=19669/tid=19697] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19697/stat : 19697 (python) S 19665 19669 19634 0 -1 4202560 22 927 0 8 0 0 0 0 25 0 5 0 538335799 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 5 0 0 0
[pid=19669/tid=19700] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19700/stat : 19700 (python) S 19665 19669 19634 0 -1 4202560 23 927 0 8 0 0 0 0 25 0 5 0 538335801 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 7 0 0 0
[pid=19669/tid=19703] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19703/stat : 19703 (python) S 19665 19669 19634 0 -1 4202560 23 927 0 8 0 0 0 0 25 0 5 0 538335803 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 7 0 0 0
[pid=19669/tid=19706] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19706/stat : 19706 (python) S 19665 19669 19634 0 -1 4202560 29 927 0 8 0 0 0 0 25 0 5 0 538335805 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 68.71
Current children cumulated vsize (KiB) 2541152

[startup+84.3006 s]
/proc/loadavg: 3.02 0.88 0.30 9/202 19707
/proc/meminfo: memFree=29082968/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=433316 CPUtime=65.65 cores=1,3,5,7
/proc/19669/stat : 19669 (python) S 19665 19669 19634 0 -1 4202496 56612 927 118 8 6527 38 0 0 25 0 5 0 538327530 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 138
/proc/19669/statm: 108329 35520 1875 364 0 44238 0
[pid=19696] ppid=19669 vsize=392304 CPUtime=0 cores=1,3,5,7
/proc/19696/stat : 19696 (python) S 19669 19669 19634 0 -1 4202560 803 0 0 0 0 0 0 0 18 0 1 0 538335799 401719296 33987 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709135 0 0 16781312 514 4334829819482079231 0 0 17 1 0 0 0
/proc/19696/statm: 98076 33987 358 364 0 33994 0
[pid=19698] ppid=19696 vsize=133124 CPUtime=1.6 cores=1,3,5,7
/proc/19698/stat : 19698 (precosat) R 19696 19698 19698 0 -1 4202496 35445 0 0 0 155 5 0 0 25 0 1 0 538335799 136318976 31967 33554432000 4194304 4890832 140737111713120 18446744073709551615 4247112 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/19698/statm: 33281 31967 80 171 0 33108 0
[pid=19699] ppid=19669 vsize=402560 CPUtime=0 cores=1,3,5,7
/proc/19699/stat : 19699 (python) S 19669 19669 19634 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538335800 412221440 33980 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709190 0 0 16781312 514 3027452769695956991 0 0 17 7 0 0 0
/proc/19699/statm: 100640 33980 347 364 0 36555 0
[pid=19701] ppid=19699 vsize=132764 CPUtime=1.58 cores=1,3,5,7
/proc/19701/stat : 19701 (precosat) R 19699 19701 19701 0 -1 4202496 35372 0 0 0 152 6 0 0 25 0 1 0 538335801 135950336 31891 33554432000 4194304 4890832 140736648273728 18446744073709551615 4246393 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/19701/statm: 33191 31891 80 171 0 33018 0
[pid=19702] ppid=19669 vsize=412816 CPUtime=0 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19669 19669 19634 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538335802 422723584 33984 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709190 0 0 16781312 514 3027448921405259775 0 0 17 7 0 0 0
/proc/19702/statm: 103204 33984 347 364 0 39116 0
[pid=19704] ppid=19702 vsize=132312 CPUtime=1.55 cores=1,3,5,7
/proc/19704/stat : 19704 (precosat) R 19702 19704 19704 0 -1 4202496 35251 0 0 0 150 5 0 0 25 0 1 0 538335803 135487488 31773 33554432000 4194304 4890832 140735709967616 18446744073709551615 4246748 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/19704/statm: 33078 31773 80 171 0 32905 0
[pid=19705] ppid=19669 vsize=423072 CPUtime=0 cores=1,3,5,7
/proc/19705/stat : 19705 (python) S 19669 19669 19634 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 538335804 433225728 33988 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709190 0 0 16781312 514 3027445073114562559 0 0 17 3 0 0 0
/proc/19705/statm: 105768 33988 347 364 0 41677 0
[pid=19707] ppid=19705 vsize=132900 CPUtime=1.55 cores=1,3,5,7
/proc/19707/stat : 19707 (precosat) R 19705 19707 19707 0 -1 4202496 35386 0 0 0 150 5 0 0 25 0 1 0 538335805 136089600 31907 33554432000 4194304 4890832 140734923919248 18446744073709551615 4292495 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/19707/statm: 33225 31907 80 171 0 33052 0
[pid=19669/tid=19697] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19697/stat : 19697 (python) S 19665 19669 19634 0 -1 4202560 22 927 0 8 0 0 0 0 25 0 5 0 538335799 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 5 0 0 0
[pid=19669/tid=19700] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19700/stat : 19700 (python) S 19665 19669 19634 0 -1 4202560 23 927 0 8 0 0 0 0 25 0 5 0 538335801 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 7 0 0 0
[pid=19669/tid=19703] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19703/stat : 19703 (python) S 19665 19669 19634 0 -1 4202560 23 927 0 8 0 0 0 0 25 0 5 0 538335803 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 7 0 0 0
[pid=19669/tid=19706] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19706/stat : 19706 (python) S 19665 19669 19634 0 -1 4202560 29 927 0 8 0 0 0 0 25 0 5 0 538335805 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 71.93
Current children cumulated vsize (KiB) 2595168

[startup+84.7015 s]
/proc/loadavg: 3.02 0.88 0.30 9/202 19707
/proc/meminfo: memFree=29082968/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=433316 CPUtime=65.65 cores=1,3,5,7
/proc/19669/stat : 19669 (python) S 19665 19669 19634 0 -1 4202496 56612 927 118 8 6527 38 0 0 25 0 5 0 538327530 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 138
/proc/19669/statm: 108329 35520 1875 364 0 44238 0
[pid=19696] ppid=19669 vsize=392304 CPUtime=0 cores=1,3,5,7
/proc/19696/stat : 19696 (python) S 19669 19669 19634 0 -1 4202560 803 0 0 0 0 0 0 0 18 0 1 0 538335799 401719296 33987 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709135 0 0 16781312 514 4334829819482046728 0 0 17 1 0 0 0
/proc/19696/statm: 98076 33987 358 364 0 33994 0
[pid=19698] ppid=19696 vsize=143048 CPUtime=2 cores=1,3,5,7
/proc/19698/stat : 19698 (precosat) R 19696 19698 19698 0 -1 4202496 38183 0 0 0 195 5 0 0 25 0 1 0 538335799 146481152 34705 33554432000 4194304 4890832 140737111713120 18446744073709551615 4283509 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/19698/statm: 35762 34705 81 171 0 35589 0
[pid=19699] ppid=19669 vsize=402560 CPUtime=0 cores=1,3,5,7
/proc/19699/stat : 19699 (python) S 19669 19669 19634 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538335800 412221440 33980 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709190 0 0 16781312 514 3027452769695956991 0 0 17 7 0 0 0
/proc/19699/statm: 100640 33980 347 364 0 36555 0
[pid=19701] ppid=19699 vsize=142692 CPUtime=1.98 cores=1,3,5,7
/proc/19701/stat : 19701 (precosat) R 19699 19701 19701 0 -1 4202496 38113 0 0 0 191 7 0 0 25 0 1 0 538335801 146116608 34632 33554432000 4194304 4890832 140736648273728 18446744073709551615 4452253 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/19701/statm: 35673 34632 81 171 0 35500 0
[pid=19702] ppid=19669 vsize=412816 CPUtime=0 cores=1,3,5,7
/proc/19702/stat : 19702 (python) S 19669 19669 19634 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538335802 422723584 33984 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709190 0 0 16781312 514 3027448921405259775 0 0 17 7 0 0 0
/proc/19702/statm: 103204 33984 347 364 0 39116 0
[pid=19704] ppid=19702 vsize=142236 CPUtime=1.95 cores=1,3,5,7
/proc/19704/stat : 19704 (precosat) R 19702 19704 19704 0 -1 4202496 37991 0 0 0 190 5 0 0 25 0 1 0 538335803 145649664 34513 33554432000 4194304 4890832 140735709967616 18446744073709551615 4442764 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/19704/statm: 35559 34513 81 171 0 35386 0
[pid=19705] ppid=19669 vsize=423072 CPUtime=0 cores=1,3,5,7
/proc/19705/stat : 19705 (python) S 19669 19669 19634 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 538335804 433225728 33988 33554432000 4194304 5683644 140733763473056 18446744073709551615 268272709190 0 0 16781312 514 3027445073114562559 0 0 17 3 0 0 0
/proc/19705/statm: 105768 33988 347 364 0 41677 0
[pid=19707] ppid=19705 vsize=141264 CPUtime=1.94 cores=1,3,5,7
/proc/19707/stat : 19707 (precosat) R 19705 19707 19707 0 -1 4202496 37736 0 0 0 189 5 0 0 25 0 1 0 538335805 144654336 34257 33554432000 4194304 4890832 140734923919248 18446744073709551615 4442648 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/19707/statm: 35316 34257 81 171 0 35143 0
[pid=19669/tid=19697] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19697/stat : 19697 (python) S 19665 19669 19634 0 -1 4202560 22 927 0 8 0 0 0 0 25 0 5 0 538335799 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 5 0 0 0
[pid=19669/tid=19700] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19700/stat : 19700 (python) S 19665 19669 19634 0 -1 4202560 23 927 0 8 0 0 0 0 25 0 5 0 538335801 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 7 0 0 0
[pid=19669/tid=19703] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19703/stat : 19703 (python) S 19665 19669 19634 0 -1 4202560 23 927 0 8 0 0 0 0 25 0 5 0 538335803 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 7 0 0 0
[pid=19669/tid=19706] ppid=19665 vsize=433316 CPUtime=0 cores=1,3,5,7
/proc/19669/task/19706/stat : 19706 (python) S 19665 19669 19634 0 -1 4202560 29 927 0 8 0 0 0 0 25 0 5 0 538335805 443715584 35520 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 2 18446604471130096896 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 73.52
Current children cumulated vsize (KiB) 2633308

[startup+84.9015 s]
/proc/loadavg: 3.02 0.88 0.30 9/202 19707
/proc/meminfo: memFree=29082968/32950928 swapFree=67111464/67111528
[pid=19669] ppid=19665 vsize=433260 CPUtime=74.26 cores=1,3,5,7
/proc/19669/stat : 19669 (python) R 19665 19669 19634 0 -1 4202496 67353 157255 118 8 6528 38 830 30 17 0 3 0 538327530 443658240 35513 33554432000 4194304 5683644 140733763473056 18446744073709551615 4417878 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 138
/proc/19669/statm: 108315 35513 1868 364 0 44238 0
[pid=19669/tid=19700] ppid=19665 vsize=433260 CPUtime=8.6 cores=1,3,5,7
/proc/19669/task/19700/stat : 19700 (python) S 19665 19669 19634 0 -1 4202560 26 157255 0 8 0 0 830 30 18 0 3 0 538335801 443658240 35513 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 0 18446604471130096896 0 0 -1 5 0 0 0
[pid=19669/tid=19703] ppid=19665 vsize=433260 CPUtime=8.6 cores=1,3,5,7
/proc/19669/task/19703/stat : 19703 (python) S 19665 19669 19634 0 -1 4202560 28 157255 0 8 0 0 830 30 18 0 3 0 538335803 443658240 35513 33554432000 4194304 5683644 140733763473056 18446744073709551615 268284512689 0 0 16781312 0 18446604471130096896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 74.26
Current children cumulated vsize (KiB) 433260

Child status: 0
Real time (s): 84.9232
CPU time (s): 74.3057
CPU user time (s): 73.6088
CPU system time (s): 0.696894
CPU usage (%): 87.4975
Max. virtual memory (cumulated for all children) (KiB): 2634872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.6088
system time used= 0.696894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230426
page faults= 126
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23124
involuntary context switches= 329

runsolver used 0.110983 second user time and 0.315951 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-01 18:28:06
IDJOB=3317666
IDBENCH=20467
IDSOLVER=1706
FILE ID=node122/3317666-1304267285
RUNJOBID= node122-1304267283-19653
PBS_JOBID= 13173957
Free space on /tmp= 73388 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
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-3317666-1304267285/watcher-3317666-1304267285 -o /tmp/evaluation-result-3317666-1304267285/solver-3317666-1304267285 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317666-1304267285.cnf -seed 344144970 -budget 4800 -cores 4

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

MD5SUM BENCH= cc0ca898241ac312882fa93ead2b644b
RANDOM SEED=344144970

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30313884 kB
Buffers:        357404 kB
Cached:        1867996 kB
SwapCached:         64 kB
Active:         515800 kB
Inactive:      1774104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30313884 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           81028 kB
Writeback:           0 kB
AnonPages:       64612 kB
Mapped:          14736 kB
Slab:           282728 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187568 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= 73324 MiB
End job on node122 at 2011-05-01 18:29:32