Trace number 3698117

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown? (problem) 188.118 454.609

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUM642c38c9f16ba47e1145e44f5259b53a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark260
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262
Optimality of the best value was proved NO
Number of variables7089
Total number of constraints13888
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2621
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

177.76/177.87	terminate called after throwing an instance of 'std::bad_alloc'
177.76/177.87	  what():  std::bad_alloc
188.11/454.60	HOME/npSolver-pbo-Itd.sh: line 18:  4981 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

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-3698117-1338067017/watcher-3698117-1338067017 -o /tmp/evaluation-result-3698117-1338067017/solver-3698117-1338067017 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698117-1338067017.opb 174073193 HOME HOME 

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: 6.01 3.66 2.62 3/178 4980
/proc/meminfo: memFree=20994892/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0

[startup+0.0433079 s]
/proc/loadavg: 6.01 3.66 2.62 3/178 4980
/proc/meminfo: memFree=20994892/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 6.01 3.66 2.62 3/178 4980
/proc/meminfo: memFree=20994892/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300241 s]
/proc/loadavg: 6.01 3.66 2.62 3/178 4980
/proc/meminfo: memFree=20994892/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 6.01 3.66 2.62 3/178 4980
/proc/meminfo: memFree=20994892/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 6.01 3.66 2.62 3/180 4982
/proc/meminfo: memFree=20918888/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=134212 CPUtime=1.48 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) R 4980 4980 2929 0 -1 4202496 20384 0 0 0 143 5 0 0 20 0 1 0 272830323 137433088 30428 33554432000 4194304 5992684 140734076165712 140734076158328 4227904 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 33553 30428 156 440 0 33109 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 143360

[startup+3.10031 s]
/proc/loadavg: 6.01 3.66 2.62 3/180 4982
/proc/meminfo: memFree=20819888/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=272508 CPUtime=3.09 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) R 4980 4980 2929 0 -1 4202496 39075 0 0 0 299 10 0 0 20 0 1 0 272830323 279048192 66972 33554432000 4194304 5992684 140734076165712 140734076158264 4524976 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 68127 66972 156 440 0 67683 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 281656

[startup+6.30031 s]
/proc/loadavg: 5.69 3.64 2.62 3/180 4982
/proc/meminfo: memFree=20524736/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=801412 CPUtime=6.29 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) R 4980 4980 2929 0 -1 4202496 74282 0 0 0 607 22 0 0 20 0 1 0 272830323 820645888 136224 33554432000 4194304 5992684 140734076165712 140734076158200 4524999 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 200353 136224 156 440 0 199909 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 810560

[startup+12.7003 s]
/proc/loadavg: 5.40 3.61 2.61 3/180 4982
/proc/meminfo: memFree=19498168/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=1601892 CPUtime=12.69 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) R 4980 4980 2929 0 -1 4202496 144301 0 0 0 1224 45 0 0 20 0 1 0 272830323 1640337408 277016 33554432000 4194304 5992684 140734076165712 140734076157880 5044353 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 400473 277016 156 440 0 400029 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1611040

[startup+25.5003 s]
/proc/loadavg: 4.64 3.53 2.60 3/180 4982
/proc/meminfo: memFree=18780140/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=3191176 CPUtime=25.48 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) R 4980 4980 2929 0 -1 4202496 280740 0 0 0 2461 87 0 0 20 0 1 0 272830323 3267764224 561133 33554432000 4194304 5992684 140734076165712 140734076158488 4956176 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 797794 561133 156 440 0 797350 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3200324

[startup+51.1003 s]
/proc/loadavg: 3.80 3.42 2.59 3/180 4982
/proc/meminfo: memFree=16525960/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=6355692 CPUtime=51.08 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) R 4980 4980 2929 0 -1 4202496 549709 0 0 0 4923 185 0 0 20 0 1 0 272830323 6508228608 1131079 33554432000 4194304 5992684 140734076165712 140734076158008 4227672 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 1588923 1131079 156 440 0 1588479 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6364840

[startup+102.306 s]
/proc/loadavg: 2.78 3.20 2.56 3/179 4982
/proc/meminfo: memFree=12412192/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=8624632 CPUtime=102.28 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) R 4980 4980 2929 0 -1 4202496 1504599 0 0 0 9893 335 0 0 20 0 1 0 272830323 8831623168 2144534 33554432000 4194304 5992684 140734076165712 140734076161032 5044353 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 2156158 2144535 203 440 0 2155714 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 8633780

[startup+162.3 s]
/proc/loadavg: 2.28 2.98 2.52 3/179 4983
/proc/meminfo: memFree=9845876/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11180536 CPUtime=162.27 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) R 4980 4980 2929 0 -1 4202496 3795573 0 0 0 15596 631 0 0 20 0 1 0 272830323 11448868864 2791715 33554432000 4194304 5992684 140734076165712 140734076161032 5044393 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 2795134 2791715 203 440 0 2794690 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 11189684

[startup+222.3 s]
/proc/loadavg: 3.59 3.18 2.61 2/181 4987
/proc/meminfo: memFree=1737012/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11901432 CPUtime=182.5 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) S 4980 4980 2929 0 -1 4204032 4367730 0 0 0 17081 1169 0 0 20 0 1 0 272830323 12187066368 2972085 33554432000 4194304 5992684 140734076165712 140734076161368 5240597 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4981/statm: 2975358 2972085 208 440 0 2974914 0
Current children cumulated CPU time (s) 182.5
Current children cumulated vsize (KiB) 11910580

[startup+282.3 s]
/proc/loadavg: 4.52 3.51 2.76 2/180 4987
/proc/meminfo: memFree=201348/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11901432 CPUtime=185.05 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) R 4980 4980 2929 0 -1 4204032 4367730 0 0 0 17081 1424 0 0 20 0 1 0 272830323 12187066368 2972085 33554432000 4194304 5992684 140734076165712 140734076161368 5240597 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4981/statm: 2975358 2972085 208 440 0 2974914 0
Current children cumulated CPU time (s) 185.05
Current children cumulated vsize (KiB) 11910580
heavy processes:
  %CPU=19 pid=4984 uid=0 cmd=

[startup+342.3 s]
/proc/loadavg: 5.01 3.85 2.92 2/180 4987
/proc/meminfo: memFree=343676/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11901432 CPUtime=186.48 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) S 4980 4980 2929 0 -1 4204032 4367730 0 0 0 17081 1567 0 0 20 0 1 0 272830323 12187066368 2972085 33554432000 4194304 5992684 140734076165712 140734076161368 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4981/statm: 2975358 2972085 208 440 0 2974914 0
Current children cumulated CPU time (s) 186.48
Current children cumulated vsize (KiB) 11910580
heavy processes:
  %CPU=14 pid=4984 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 4981 6 506 18446744073709551615 

[startup+402.3 s]
/proc/loadavg: 5.27 4.13 3.07 2/180 4987
/proc/meminfo: memFree=207628/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11901432 CPUtime=187.66 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) S 4980 4980 2929 0 -1 4204032 4367730 0 0 0 17081 1685 0 0 20 0 1 0 272830323 12187066368 2972085 33554432000 4194304 5992684 140734076165712 140734076161368 5240597 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 2975358 2972085 208 440 0 2974914 0
Current children cumulated CPU time (s) 187.66
Current children cumulated vsize (KiB) 11910580
heavy processes:
  %CPU=12 pid=4984 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 4981 6 506 18446744073709551615 

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

[startup+412.1 s]
/proc/loadavg: 5.23 4.16 3.10 2/180 4987
/proc/meminfo: memFree=205904/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11901432 CPUtime=187.66 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) S 4980 4980 2929 0 -1 4204032 4367730 0 0 0 17081 1685 0 0 20 0 1 0 272830323 12187066368 2972085 33554432000 4194304 5992684 140734076165712 140734076161368 5240597 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 2975358 2972085 208 440 0 2974914 0
Current children cumulated CPU time (s) 187.66
Current children cumulated vsize (KiB) 11910580

[startup+437.7 s]
/proc/loadavg: 5.31 4.26 3.15 2/180 4987
/proc/meminfo: memFree=324488/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11901432 CPUtime=187.66 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) S 4980 4980 2929 0 -1 4204032 4367730 0 0 0 17081 1685 0 0 20 0 1 0 272830323 12187066368 2972085 33554432000 4194304 5992684 140734076165712 140734076161368 5240597 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 2975358 2972085 208 440 0 2974914 0
Current children cumulated CPU time (s) 187.66
Current children cumulated vsize (KiB) 11910580

[startup+444.1 s]
/proc/loadavg: 5.26 4.28 3.17 2/179 4987
/proc/meminfo: memFree=324724/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11901432 CPUtime=187.66 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) S 4980 4980 2929 0 -1 4204032 4367730 0 0 0 17081 1685 0 0 20 0 1 0 272830323 12187066368 2972085 33554432000 4194304 5992684 140734076165712 140734076161368 5240597 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 2975358 2972085 208 440 0 2974914 0
Current children cumulated CPU time (s) 187.66
Current children cumulated vsize (KiB) 11910580

[startup+450.5 s]
/proc/loadavg: 5.16 4.28 3.18 2/180 4988
/proc/meminfo: memFree=394776/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11901432 CPUtime=187.66 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) S 4980 4980 2929 0 -1 4204032 4367730 0 0 0 17081 1685 0 0 20 0 1 0 272830323 12187066368 2972085 33554432000 4194304 5992684 140734076165712 140734076161368 5240597 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 2975358 2972085 208 440 0 2974914 0
Current children cumulated CPU time (s) 187.66
Current children cumulated vsize (KiB) 11910580

[startup+452.1 s]
/proc/loadavg: 5.16 4.28 3.18 2/180 4988
/proc/meminfo: memFree=395148/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11901432 CPUtime=187.66 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) S 4980 4980 2929 0 -1 4204032 4367730 0 0 0 17081 1685 0 0 20 0 1 0 272830323 12187066368 2972085 33554432000 4194304 5992684 140734076165712 140734076161368 5240597 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 2975358 2972085 208 440 0 2974914 0
Current children cumulated CPU time (s) 187.66
Current children cumulated vsize (KiB) 11910580

[startup+453.7 s]
/proc/loadavg: 5.07 4.27 3.18 2/180 4988
/proc/meminfo: memFree=395024/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11901432 CPUtime=187.66 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) S 4980 4980 2929 0 -1 4204032 4367730 0 0 0 17081 1685 0 0 20 0 1 0 272830323 12187066368 2972085 33554432000 4194304 5992684 140734076165712 140734076161368 5240597 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 2975358 2972085 208 440 0 2974914 0
Current children cumulated CPU time (s) 187.66
Current children cumulated vsize (KiB) 11910580

[startup+454.1 s]
/proc/loadavg: 5.07 4.27 3.18 2/180 4988
/proc/meminfo: memFree=395024/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=11901432 CPUtime=187.66 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) S 4980 4980 2929 0 -1 4204032 4367730 0 0 0 17081 1685 0 0 20 0 1 0 272830323 12187066368 2972085 33554432000 4194304 5992684 140734076165712 140734076161368 5240597 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 2975358 2972085 208 440 0 2974914 0
Current children cumulated CPU time (s) 187.66
Current children cumulated vsize (KiB) 11910580

[startup+454.5 s]
/proc/loadavg: 5.07 4.27 3.18 2/180 4988
/proc/meminfo: memFree=395024/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=0 CPUtime=188.01 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) R 4980 4980 2929 0 -1 4204036 4367730 0 0 0 17081 1720 0 0 20 0 1 0 272830323 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/4981/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 188.01
Current children cumulated vsize (KiB) 9148

[startup+454.6 s]
/proc/loadavg: 5.07 4.27 3.18 4/181 4989
/proc/meminfo: memFree=15208988/32873844 swapFree=7108/7108
[pid=4980] ppid=4978 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (npSolver-pbo-It) S 4978 4980 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272830323 9367552 275 33554432000 4194304 5064252 140736659006400 140736659005312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4980/statm: 2287 275 233 213 0 72 0
[pid=4981] ppid=4980 vsize=0 CPUtime=188.11 cores=0,2,4,6
/proc/4981/stat : 4981 (npSolver-pbo) R 4980 4980 2929 0 -1 4204036 4367730 0 0 0 17081 1730 0 0 20 0 1 0 272830323 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4981/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 188.11
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 454.609
CPU time (s): 188.118
CPU user time (s): 170.812
CPU system time (s): 17.3064
CPU usage (%): 41.3803
Max. virtual memory (cumulated for all children) (KiB): 11910580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.812
system time used= 17.3064
maximum resident set size= 11888608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4368104
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1812206
involuntary context switches= 208

runsolver used 2.06269 second user time and 3.47647 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-26 23:16:57
IDJOB=3698117
IDBENCH=2635
IDSOLVER=2275
FILE ID=node103/3698117-1338067017
RUNJOBID= node103-1338051805-2945
PBS_JOBID= 14624384
Free space on /tmp= 71560 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698117-1338067017/watcher-3698117-1338067017 -o /tmp/evaluation-result-3698117-1338067017/solver-3698117-1338067017 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698117-1338067017.opb 174073193 HOME HOME

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=174073193

node103.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.189
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	: 5332.37
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.189
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.189
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.92
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.189
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.91
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.189
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.189
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	: 5411.36
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.189
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.189
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        20995272 kB
Buffers:          251000 kB
Cached:          2426876 kB
SwapCached:         5380 kB
Active:          7580572 kB
Inactive:        3483980 kB
Active(anon):    6663820 kB
Inactive(anon):  1724648 kB
Active(file):     916752 kB
Inactive(file):  1759332 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67088028 kB
Dirty:             12192 kB
Writeback:            44 kB
AnonPages:       8389116 kB
Mapped:            15100 kB
Shmem:                 8 kB
Slab:             655472 kB
SReclaimable:      97008 kB
SUnreclaim:       558464 kB
KernelStack:        1464 kB
PageTables:        20516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8514936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7573504 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= 64436 MiB
End job on node103 at 2012-05-26 23:24:32