0.04/0.07 c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07 c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07 c See www.sat4j.org for details.
0.04/0.08 c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.08 c version 2.3.2.v20120418
0.04/0.08 c java.runtime.name Java(TM) SE Runtime Environment
0.04/0.08 c java.vm.name Java HotSpot(TM) 64-Bit Server VM
0.04/0.08 c java.vm.version 19.1-b02
0.04/0.08 c java.vm.vendor Sun Microsystems Inc.
0.04/0.08 c sun.arch.data.model 64
0.04/0.08 c java.version 1.6.0_24
0.04/0.08 c os.name Linux
0.04/0.08 c os.version 2.6.32-71.29.1.el6.x86_64
0.04/0.08 c os.arch amd64
0.04/0.08 c Free memory 501472288
0.04/0.08 c Max memory 7480803328
0.04/0.08 c Total memory 504102912
0.04/0.08 c Number of processors 8
0.10/0.12 c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12 c configuring ORDERS
0.10/0.12 c --- Begin Solver configuration ---
0.10/0.12 c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12 c Learn all clauses as in MiniSAT
0.10/0.12 c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100
0.10/0.12 c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12 c Expensive reason simplification
0.10/0.12 c Armin Biere (Picosat) restarts strategy
0.10/0.12 c Glucose learned constraints deletion strategy
0.10/0.12 c timeout=2147483s
0.10/0.12 c DB Simplification allowed=true
0.10/0.12 c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12 c --- End Solver configuration ---
0.10/0.12 c solving HOME/instance-3711263-1338165558.opb
0.10/0.12 c reading problem ...
0.10/0.17 c ... done. Wall clock time 0.051s.
0.10/0.17 c declared #vars 144
0.10/0.17 c internal #vars 432
0.10/0.17 c #constraints 601
0.10/0.17 c constraints type
0.10/0.17 c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 288
0.10/0.17 c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 313
0.10/0.17 c 601 constraints processed.
0.26/0.28 c SATISFIABLE
0.26/0.28 c OPTIMIZING...
0.26/0.28 c Got one! Elapsed wall clock time (in seconds):0.165
0.26/0.28 o 63
0.26/0.30 c Got one! Elapsed wall clock time (in seconds):0.177
0.26/0.30 o 61
0.55/0.31 c Got one! Elapsed wall clock time (in seconds):0.19
0.55/0.31 o 47
0.68/0.48 c Got one! Elapsed wall clock time (in seconds):0.361
0.68/0.48 o 25
0.68/0.49 c Got one! Elapsed wall clock time (in seconds):0.368
0.68/0.49 o 15
0.83/0.51 c Got one! Elapsed wall clock time (in seconds):0.395
0.83/0.51 o 5
0.83/0.56 c cleaning 3713 clauses out of 7434 with flag 1000/8181
0.83/0.58 c Got one! Elapsed wall clock time (in seconds):0.462
0.83/0.58 o 3
1.10/0.73 c cleaning 4426 clauses out of 8859 with flag 5000/13334
1.10/0.74 c Got one! Elapsed wall clock time (in seconds):0.625
1.10/0.74 o 2
1.10/0.74 Exception in thread "main" java.lang.IllegalArgumentException: Can only remove latest added constraint!!!
1.10/0.74 at org.sat4j.minisat.core.Solver.removeSubsumedConstr(Unknown Source)
1.10/0.74 at org.sat4j.tools.SolverDecorator.removeSubsumedConstr(Unknown Source)
1.10/0.74 at org.sat4j.pb.PseudoOptDecorator.discardCurrentSolution(Unknown Source)
1.10/0.74 at org.sat4j.sat.Lanceur.solve(Unknown Source)
1.10/0.74 at org.sat4j.sat.Lanceur.run(Unknown Source)
1.10/0.74 at org.sat4j.sat.Lanceur.main(Unknown Source)
1.10/0.74 c starts : 45
1.10/0.74 c conflicts : 13342
1.10/0.74 c decisions : 17113
1.10/0.74 c propagations : 196445
1.10/0.74 c inspects : 2213399
1.10/0.74 c shortcuts : 0
1.10/0.74 c learnt literals : 0
1.10/0.74 c learnt binary clauses : 2
1.10/0.74 c learnt ternary clauses : 12
1.10/0.74 c learnt constraints : 13342
1.10/0.74 c ignored constraints : 0
1.10/0.74 c root simplifications : 45
1.10/0.74 c removed literals (reason simplification) : 15221
1.10/0.74 c reason swapping (by a shorter reason) : 0
1.10/0.74 c Calls to reduceDB : 2
1.10/0.74 c number of reductions to clauses (during analyze) : 0
1.10/0.74 c number of learned constraints concerned by reduction : 0
1.10/0.74 c number of learning phase by resolution : 0
1.10/0.74 c number of learning phase by cutting planes : 0
1.10/0.74 c speed (assignments/second) : 344036.77758318745
1.10/0.74 c non guided choices 337
1.10/0.75 c learnt constraints type
1.10/0.75 c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1.10/0.75 c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4439
1.10/0.75 c constraints type
1.10/0.75 c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 288
1.10/0.75 c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 314
1.10/0.75 c 602 constraints processed.
1.10/0.75 s SATISFIABLE
1.10/0.75 v -x1 x2 -x3 -x4 -x5 -x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 -x20 x21 -x22 x23 x24 -x25 x26 x27 -x28 -x29 x30 x31 x32 x33 x34 x35 x36 x37 -x38 -x39 -x40 x41 x42 x43 x44 x45 x46 -x47 -x48 x49 x50 x51 x52 -x53 x54 -x55 x56 x57 x58 x59 x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 x70 -x71 x72 -x73 -x74 x75 x76 x77 x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 x93 x94 x95 x96 x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 x105 x106 x107 x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 x119 -x120 x121 x122 -x123 x124 x125 x126 x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 x142 -x143 x144
1.10/0.75 c objective function=2
1.10/0.75 c Total wall clock time (in seconds): 0.63
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.1 (svn: 989)
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-3711263-1338165558/watcher-3711263-1338165558 -o /tmp/evaluation-result-3711263-1338165558/solver-3711263-1338165558 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711263-1338165558.opb
running on 4 cores: 0,2,4,6
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): 1900 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: 1.98 2.01 2.00 3/194 692
/proc/meminfo: memFree=31166332/32873844 swapFree=7624/7624
[pid=692] ppid=690 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/692/stat : 692 (java) R 690 692 31312 0 -1 4202496 397 0 0 0 0 0 0 0 20 0 1 0 282681453 9515008 128 33554432000 1073741824 1073778376 140734248654480 140734248651608 214373035312 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/692/statm: 2372 132 101 9 0 120 0
[startup+0.0534799 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 692
/proc/meminfo: memFree=31166332/32873844 swapFree=7624/7624
[pid=692] ppid=690 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/692/stat : 692 (java) S 690 692 31312 0 -1 4202496 3094 0 1 0 4 0 0 0 20 0 13 0 282681453 9446973440 4301 33554432000 1073741824 1073778376 140734248654480 140734248645616 214373007421 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/692/statm: 2306390 4301 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560
[startup+0.100359 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 692
/proc/meminfo: memFree=31166332/32873844 swapFree=7624/7624
[pid=692] ppid=690 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/692/stat : 692 (java) S 690 692 31312 0 -1 4202496 4265 0 1 0 9 1 0 0 20 0 18 0 282681453 9787842560 5982 33554432000 1073741824 1073778376 140734248654480 140734248645616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/692/statm: 2389610 5982 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440
[startup+0.300333 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 692
/proc/meminfo: memFree=31166332/32873844 swapFree=7624/7624
[pid=692] ppid=690 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/692/stat : 692 (java) S 690 692 31312 0 -1 4202496 6561 0 1 0 54 1 0 0 20 0 19 0 282681453 9856004096 8528 33554432000 1073741824 1073778376 140734248654480 140734248645616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/692/statm: 2406251 8528 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625004
[startup+0.700316 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 692
/proc/meminfo: memFree=31166332/32873844 swapFree=7624/7624
[pid=692] ppid=690 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/692/stat : 692 (java) S 690 692 31312 0 -1 4202496 6994 0 1 0 108 2 0 0 20 0 19 0 282681453 9856004096 10652 33554432000 1073741824 1073778376 140734248654480 140734248645616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/692/statm: 2406251 10652 2273 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625004
Solver just ended. Dumping a history of the last processes samples
Child status: 1
Real time (s): 0.755426
CPU time (s): 1.16282
CPU user time (s): 1.12183
CPU system time (s): 0.040993
CPU usage (%): 153.929
Max. virtual memory (cumulated for all children) (KiB): 9625004
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.12183
system time used= 0.040993
maximum resident set size= 46768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7021
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 262
involuntary context switches= 29
runsolver used 0.001999 second user time and 0.004999 second system time
The end
Begin job on node130 at 2012-05-28 02:39:19
IDJOB=3711263
IDBENCH=48041
IDSOLVER=2289
FILE ID=node130/3711263-1338165558
RUNJOBID= node130-1338158197-31328
PBS_JOBID= 14624537
Free space on /tmp= 71472 MiB
SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=29-P1=2-P2=59-P3=2-P4=47-P5=53-P6=37-P7=53-P8=53-B.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711263-1338165558/watcher-3711263-1338165558 -o /tmp/evaluation-result-3711263-1338165558/solver-3711263-1338165558 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711263-1338165558.opb
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= 546a5ced30808b0bb71d4cd4eb43d066
RANDOM SEED=749743295
node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011
/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.875
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5333.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.875
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.875
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.875
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.86
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.875
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.875
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.92
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.875
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
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.875
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5228.98
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 32873844 kB
MemFree: 31166604 kB
Buffers: 305436 kB
Cached: 483888 kB
SwapCached: 4512 kB
Active: 771832 kB
Inactive: 95264 kB
Active(anon): 67864 kB
Inactive(anon): 9016 kB
Active(file): 703968 kB
Inactive(file): 86248 kB
Unevictable: 7624 kB
Mlocked: 7624 kB
SwapTotal: 67108856 kB
SwapFree: 67099912 kB
Dirty: 1776 kB
Writeback: 0 kB
AnonPages: 109836 kB
Mapped: 19896 kB
Shmem: 8 kB
Slab: 693516 kB
SReclaimable: 134896 kB
SUnreclaim: 558620 kB
KernelStack: 1760 kB
PageTables: 4348 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 83545776 kB
Committed_AS: 697492 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 346368 kB
VmallocChunk: 34341987984 kB
HardwareCorrupted: 0 kB
AnonHugePages: 77824 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 7872 kB
DirectMap2M: 33538048 kB
Free space on /tmp at the end= 71472 MiB
End job on node130 at 2012-05-28 02:39:19