Trace number 1885333

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
bsolo 3.1 clUNSAT 144.664 144.743

General information on the benchmark

Name/PURE-SAT/SAT09/
APPLICATIONS/crypto/md5gen/gus-md5-05.opb
MD5SUMc79e2b52997719dd86cf500df603b103
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.784
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68827
Total number of constraints224473
Number of constraints which are clauses224473
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c bsolo beta version 3.1 - 13/04/2009 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Clause Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Memory Limit set to 1800 MB
0.00/0.00	c Instance file HOME/instance-1885333-1245265829.opb
0.00/0.00	c File size is 7357118 bytes.
1.19/1.22	c Highest Coefficient sum: 5
1.19/1.22	c Parsing was ok!!
1.19/1.22	c Total parsing time: 1.219 s
1.29/1.34	c Var: 68827 Constr: 224473 224473/0/0 Lit: 581793 Watch. Lit: 448817
1.29/1.34	c Obj. Vars: 0 (0 % of total variables)
2.99/3.04	c Pre-processing Time: 3.042 s
2.99/3.05	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
2.99/3.05	c        0  62830   211666   554818    2   423332   70555      0      0 3.04
2.99/3.05	c Switching off lower bounding mode.
144.61/144.73	c      102  62830   211768   555512    2   423536   77611    102     28 3.60
144.61/144.73	c      253  62828   211919   578453    2   423837   85373    253     42 5.93
144.61/144.73	c      478  62828   212144   597562    2   424287   93911    478     45 10.60
144.61/144.73	c      817  62828   212483   632482    2   424965  103303    817     33 24.61
144.61/144.73	c     1325  62825   212991   738243    3   425980  113634   1325     27 48.24
144.61/144.73	c     2088  62823   213754   806157    3   427505  124998   2088     37 56.39
144.61/144.73	c     3235  62823   214901   899820    4   429799  137498   3235     40 79.31
144.61/144.73	c Backtracks by Clause: 0
144.61/144.73	c Backtracks by PB constraint: 0
144.61/144.73	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
144.61/144.73	c    7     4648   1584    23804   216314  1130671   4648     32 144.65
144.61/144.73	s UNSATISFIABLE
144.61/144.73	c Total time: 144.654 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1885333-1245265829/watcher-1885333-1245265829 -o /tmp/evaluation-result-1885333-1245265829/solver-1885333-1245265829 -C 1800 -W 2000 -M 1800 bsolo -l1 -t1800 -m1800 HOME/instance-1885333-1245265829.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4912
/proc/meminfo: memFree=1651640/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=17896 CPUtime=0
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 261 0 0 0 0 0 0 0 18 0 1 0 194180880 18325504 245 1992294400 134512640 137136520 4294956256 18446744073709551615 134517592 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 4474 246 176 640 0 2033 0

[startup+0.0957731 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4912
/proc/meminfo: memFree=1651640/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=21088 CPUtime=0.09
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 1218 0 0 0 9 0 0 0 18 0 1 0 194180880 21594112 1202 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 5272 1202 334 640 0 2831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21088

[startup+0.101772 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4912
/proc/meminfo: memFree=1651640/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=21360 CPUtime=0.09
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 1277 0 0 0 9 0 0 0 18 0 1 0 194180880 21872640 1261 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 5340 1261 344 640 0 2899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21360

[startup+0.301795 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4912
/proc/meminfo: memFree=1651640/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=27724 CPUtime=0.29
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 3263 0 0 0 28 1 0 0 19 0 1 0 194180880 28389376 3128 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 6931 3129 654 640 0 4490 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27724

[startup+0.701842 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 4912
/proc/meminfo: memFree=1651640/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=36300 CPUtime=0.69
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 6062 0 0 0 67 2 0 0 23 0 1 0 194180880 37171200 5878 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 9075 5878 1230 640 0 6634 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36300

[startup+1.50194 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1627440/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=56472 CPUtime=1.5
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 13380 0 0 0 143 7 0 0 25 0 1 0 194180880 57827328 11399 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 14118 11399 189 640 0 13474 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 56472

[startup+3.10214 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1606000/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=62432 CPUtime=3.09
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 17297 0 0 0 279 30 0 0 25 0 1 0 194180880 63930368 12899 1992294400 134512640 137136520 4294956256 18446744073709551615 136498219 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4912/statm: 15608 12899 195 640 0 14964 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62432

[startup+6.3015 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1600176/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=62432 CPUtime=6.29
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 17301 0 0 0 598 31 0 0 25 0 1 0 194180880 63930368 12903 1992294400 134512640 137136520 4294956256 18446744073709551615 134543819 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 15608 12903 197 640 0 14964 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62432

[startup+12.7023 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1600304/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=62432 CPUtime=12.68
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 17980 0 0 0 1236 32 0 0 25 0 1 0 194180880 63930368 12907 1992294400 134512640 137136520 4294956256 18446744073709551615 134543819 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 15608 12907 197 640 0 14964 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 62432

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1600432/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=62432 CPUtime=25.48
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 18932 0 0 0 2515 33 0 0 25 0 1 0 194180880 63930368 12914 1992294400 134512640 137136520 4294956256 18446744073709551615 134544518 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 15608 12914 197 640 0 14964 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 62432

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1600240/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=62564 CPUtime=51.05
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 20166 0 0 0 5072 33 0 0 25 0 1 0 194180880 64065536 12933 1992294400 134512640 137136520 4294956256 18446744073709551615 134573919 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 15641 12933 197 640 0 14997 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 62564

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1600048/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=63236 CPUtime=102.23
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 26975 0 0 0 10186 37 0 0 25 0 1 0 194180880 64753664 13127 1992294400 134512640 137136520 4294956256 18446744073709551615 134574031 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 15809 13127 197 640 0 15165 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 63236

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

[startup+127.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1599472/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=63356 CPUtime=127.82
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 89494 0 0 0 12718 64 0 0 25 0 1 0 194180880 64876544 13141 1992294400 134512640 137136520 4294956256 18446744073709551615 136295575 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 15839 13141 197 640 0 15195 0
Current children cumulated CPU time (s) 127.82
Current children cumulated vsize (KiB) 63356

[startup+134.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1598896/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=64160 CPUtime=134.22
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 102653 0 0 0 13351 71 0 0 25 0 1 0 194180880 65699840 13340 1992294400 134512640 137136520 4294956256 18446744073709551615 134573541 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 16040 13340 197 640 0 15396 0
Current children cumulated CPU time (s) 134.22
Current children cumulated vsize (KiB) 64160

[startup+140.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1598640/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=64424 CPUtime=140.62
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 116895 0 0 0 13985 77 0 0 25 0 1 0 194180880 65970176 13407 1992294400 134512640 137136520 4294956256 18446744073709551615 134573706 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 16106 13407 197 640 0 15462 0
Current children cumulated CPU time (s) 140.62
Current children cumulated vsize (KiB) 64424

[startup+142.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1598576/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=64424 CPUtime=142.21
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 120012 0 0 0 14143 78 0 0 25 0 1 0 194180880 65970176 13284 1992294400 134512640 137136520 4294956256 18446744073709551615 136571969 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 15971 13284 197 640 0 15327 0
Current children cumulated CPU time (s) 142.21
Current children cumulated vsize (KiB) 64424

[startup+143.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1598576/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=64016 CPUtime=143.82
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 122454 0 0 0 14303 79 0 0 25 0 1 0 194180880 65552384 13296 1992294400 134512640 137136520 4294956256 18446744073709551615 134543760 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 16004 13296 197 640 0 15360 0
Current children cumulated CPU time (s) 143.82
Current children cumulated vsize (KiB) 64016

[startup+144.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1598896/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=64016 CPUtime=144.21
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 123268 0 0 0 14342 79 0 0 25 0 1 0 194180880 65552384 13300 1992294400 134512640 137136520 4294956256 18446744073709551615 134544125 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 16004 13300 197 640 0 15360 0
Current children cumulated CPU time (s) 144.21
Current children cumulated vsize (KiB) 64016

[startup+144.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 4913
/proc/meminfo: memFree=1598896/2055920 swapFree=4181988/4192956
[pid=4912] ppid=4910 vsize=64016 CPUtime=144.61
/proc/4912/stat : 4912 (bsolo) R 4910 4912 4320 0 -1 4194304 123946 0 0 0 14382 79 0 0 25 0 1 0 194180880 65552384 13303 1992294400 134512640 137136520 4294956256 18446744073709551615 134543819 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4912/statm: 16004 13303 197 640 0 15360 0
Current children cumulated CPU time (s) 144.61
Current children cumulated vsize (KiB) 64016

Child status: 0
Real time (s): 144.743
CPU time (s): 144.664
CPU user time (s): 143.858
CPU system time (s): 0.805877
CPU usage (%): 99.9456
Max. virtual memory (cumulated for all children) (KiB): 64656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.858
system time used= 0.805877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123948
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 527

runsolver used 0.12998 second user time and 0.289955 second system time

The end

Launcher Data

Begin job on node75 at 2009-06-17 21:10:30
IDJOB=1885333
IDBENCH=72046
IDSOLVER=700
FILE ID=node75/1885333-1245265829
PBS_JOBID= 9372387
Free space on /tmp= 66408 MiB

SOLVER NAME= bsolo 3.1 cl
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/crypto/md5gen/gus-md5-05.opb
COMMAND LINE= bsolo -l1 -tTIMEOUT -mMEMLIMIT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885333-1245265829/watcher-1885333-1245265829 -o /tmp/evaluation-result-1885333-1245265829/solver-1885333-1245265829 -C 1800 -W 2000 -M 1800  bsolo -l1 -t1800 -m1800 HOME/instance-1885333-1245265829.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c79e2b52997719dd86cf500df603b103
RANDOM SEED=998778540

node75.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1652128 kB
Buffers:         41104 kB
Cached:         277740 kB
SwapCached:       4768 kB
Active:          70412 kB
Inactive:       255840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652128 kB
SwapTotal:     4192956 kB
SwapFree:      4181988 kB
Dirty:           11124 kB
Writeback:           0 kB
Mapped:          13180 kB
Slab:            63448 kB
Committed_AS:   123740 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1885333-1245265829.opb

Free space on /tmp at the end= 66404 MiB
End job on node75 at 2009-06-17 21:12:54