Trace number 3719992

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
PB07: Pueblo 1.4Signal 1545.65 1684.39

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM3119db8d3d273f04fc4f3b1324a85224
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark396
Best CPU time to get the best result obtained on this benchmark1793.24
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 452
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 493167
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 493167
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c Pueblo version 1.4 (September 2005)
0.00/0.00	c Developed @ University of Michigan, Ann Arbor, MI
0.00/0.00	c  by Hossein Sheini
15.59/15.69	c starting to Solve
15.59/15.69	c #variables read: 10000 - #constraints read: 656901
18.69/18.72	o 6845
18.79/18.81	o 6835
18.89/18.90	o 6707
18.89/18.99	o 6697
19.09/19.14	o 6630
20.79/20.89	o 6588
20.99/21.03	o 6553
26.58/26.64	o 6137
26.68/26.74	o 6136
26.78/26.85	o 6092
26.88/26.95	o 6035
26.98/27.05	o 6029
27.08/27.19	o 5960
27.18/27.29	o 5959
27.38/27.40	o 5895
27.38/27.50	o 5882
27.58/27.60	o 5867
27.58/27.69	o 5866
27.78/27.83	o 5803
27.88/27.94	o 5774
27.98/28.05	o 5773
186.12/186.23	o 5755
186.22/186.31	o 5728
186.42/186.50	o 5724
186.42/186.58	o 5715
196.51/196.62	o 5706
196.61/196.75	o 5702
299.96/300.20	o 5700
300.66/300.89	o 5698
300.76/300.97	o 5691
300.86/301.07	o 5685
323.75/323.90	o 5672
329.64/329.83	o 5666
426.98/427.21	o 5656
662.35/662.77	o 5583
662.45/662.85	o 5532
662.65/663.01	o 5513
662.65/663.09	o 5497
662.75/663.17	o 5489
669.16/669.58	o 5487
669.36/669.74	o 5474
804.20/804.65	o 5472
804.30/804.73	o 5465
804.40/804.82	o 5464
831.38/831.88	o 5441
852.38/852.80	o 5434
853.78/854.21	o 5399
873.68/874.18	o 5376
873.78/874.29	o 5368
1542.65/1543.34	Pueblo: Global.h:70: T* xrealloc(T*, unsigned int) [with T = Lit]: Assertion `size == 0 || tmp != __null' failed.

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-3719992-1338506036/watcher-3719992-1338506036 -o /tmp/evaluation-result-3719992-1338506036/solver-3719992-1338506036 -C 1800 -W 1900 -M 15500 Pueblo HOME/instance-3719992-1338506036.opb 

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

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: 0.47 0.11 0.04 3/176 19898
/proc/meminfo: memFree=29648324/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=3364 CPUtime=0 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 316729108 3444736 309 33554432000 134512640 134579096 4291751824 4291619172 3580667 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 841 309 215 17 0 147 0

[startup+0.051903 s]
/proc/loadavg: 0.47 0.11 0.04 3/176 19898
/proc/meminfo: memFree=29648324/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=4964 CPUtime=0.04 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 797 0 0 0 4 0 0 0 20 0 1 0 316729108 5083136 735 33554432000 134512640 134579096 4291751824 4291619220 3580715 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1241 735 221 17 0 547 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4964

[startup+0.100212 s]
/proc/loadavg: 0.47 0.11 0.04 3/176 19898
/proc/meminfo: memFree=29648324/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=6296 CPUtime=0.09 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 1132 0 0 0 9 0 0 0 20 0 1 0 316729108 6447104 1070 33554432000 134512640 134579096 4291751824 4291619236 3580730 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1574 1070 221 17 0 880 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6296

[startup+0.300191 s]
/proc/loadavg: 0.47 0.11 0.04 3/176 19898
/proc/meminfo: memFree=29648324/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=11624 CPUtime=0.29 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 2470 0 0 0 29 0 0 0 20 0 1 0 316729108 11902976 2408 33554432000 134512640 134579096 4291751824 4291619220 3580657 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 2906 2408 221 17 0 2212 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11624

[startup+0.700185 s]
/proc/loadavg: 0.47 0.11 0.04 3/176 19898
/proc/meminfo: memFree=29648324/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=22148 CPUtime=0.69 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 5089 0 0 0 69 0 0 0 20 0 1 0 316729108 22679552 5027 33554432000 134512640 134579096 4291751824 4291619236 3580687 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 5537 5027 221 17 0 4843 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22148

[startup+1.50013 s]
/proc/loadavg: 0.47 0.11 0.04 3/177 19899
/proc/meminfo: memFree=29620788/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=42928 CPUtime=1.49 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 10278 0 0 0 148 1 0 0 20 0 1 0 316729108 43958272 10216 33554432000 134512640 134579096 4291751824 4291619100 9303088 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 10732 10216 221 17 0 10038 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42928

[startup+3.10012 s]
/proc/loadavg: 0.47 0.11 0.04 3/177 19899
/proc/meminfo: memFree=29591068/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=83916 CPUtime=3.09 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 20430 0 0 0 305 4 0 0 20 0 1 0 316729108 85929984 20337 33554432000 134512640 134579096 4291751824 4291750784 134532440 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 20979 20337 228 17 0 20285 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83916

[startup+6.3001 s]
/proc/loadavg: 0.59 0.14 0.05 3/177 19899
/proc/meminfo: memFree=29561952/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=84940 CPUtime=6.29 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 20628 0 0 0 625 4 0 0 20 0 1 0 316729108 86978560 20535 33554432000 134512640 134579096 4291751824 4291750784 134532448 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 21235 20535 228 17 0 20541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84940

[startup+12.7001 s]
/proc/loadavg: 0.71 0.17 0.06 3/177 19899
/proc/meminfo: memFree=29558664/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=87020 CPUtime=12.69 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 21205 0 0 0 1265 4 0 0 20 0 1 0 316729108 89108480 21112 33554432000 134512640 134579096 4291751824 4291750800 134532045 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 21755 21112 228 17 0 21061 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87020

[startup+25.5001 s]
/proc/loadavg: 0.99 0.26 0.09 3/177 19899
/proc/meminfo: memFree=29545660/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=96068 CPUtime=25.49 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 23099 0 0 0 2544 5 0 0 20 0 1 0 316729108 98373632 23001 33554432000 134512640 134579096 4291751824 4291750656 134517903 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 24017 23001 230 17 0 23323 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96068

[startup+51.1001 s]
/proc/loadavg: 1.34 0.40 0.14 3/177 19899
/proc/meminfo: memFree=29509488/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=128452 CPUtime=51.06 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 31197 0 0 0 5097 9 0 0 20 0 1 0 316729108 131534848 31081 33554432000 134512640 134579096 4291751824 4291750656 134517949 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 32113 31081 230 17 0 31419 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 128452

[startup+102.306 s]
/proc/loadavg: 1.71 0.65 0.23 3/177 19899
/proc/meminfo: memFree=29345616/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=277264 CPUtime=102.25 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 68385 0 0 0 10204 21 0 0 20 0 1 0 316729108 283918336 68278 33554432000 134512640 134579096 4291751824 4291750796 9303088 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 69316 68278 230 17 0 68622 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 277264

[startup+162.3 s]
/proc/loadavg: 1.95 0.91 0.34 3/177 19899
/proc/meminfo: memFree=29132488/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=468572 CPUtime=162.23 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 116130 0 0 0 16187 36 0 0 20 0 1 0 316729108 479817728 116025 33554432000 134512640 134579096 4291751824 4291750656 134517901 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 117143 116025 230 17 0 116449 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 468572

[startup+222.3 s]
/proc/loadavg: 1.98 1.10 0.45 3/177 19900
/proc/meminfo: memFree=28923468/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=647532 CPUtime=222.2 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 160909 0 0 0 22171 49 0 0 20 0 1 0 316729108 663072768 160814 33554432000 134512640 134579096 4291751824 4291750656 134517885 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 161883 160814 230 17 0 161189 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 647532

[startup+282.3 s]
/proc/loadavg: 2.05 1.28 0.55 3/177 19900
/proc/meminfo: memFree=28732660/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=815512 CPUtime=282.17 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 202940 0 0 0 28156 61 0 0 20 0 1 0 316729108 835084288 202835 33554432000 134512640 134579096 4291751824 4291750656 134517935 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 203878 202835 230 17 0 203184 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 815512

[startup+342.3 s]
/proc/loadavg: 2.02 1.41 0.63 3/177 19900
/proc/meminfo: memFree=28538260/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=983544 CPUtime=342.14 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 244742 0 0 0 34140 74 0 0 20 0 1 0 316729108 1007149056 244609 33554432000 134512640 134579096 4291751824 4291750796 9303088 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 245886 244609 230 17 0 245192 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 983544

[startup+402.3 s]
/proc/loadavg: 2.04 1.53 0.72 3/178 19903
/proc/meminfo: memFree=28375608/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=1123856 CPUtime=402.1 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 279829 0 0 0 40124 86 0 0 20 0 1 0 316729108 1150828544 279683 33554432000 134512640 134579096 4291751824 4291750672 134527978 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 280964 279683 230 17 0 280270 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 1123856

[startup+462.3 s]
/proc/loadavg: 2.01 1.61 0.80 3/177 19903
/proc/meminfo: memFree=28202540/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=1266492 CPUtime=462.05 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 315434 0 0 0 46108 97 0 0 20 0 1 0 316729108 1296887808 315262 33554432000 134512640 134579096 4291751824 4291750464 2831655 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 316623 315262 230 17 0 315929 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 1266492

[startup+522.3 s]
/proc/loadavg: 2.00 1.68 0.87 3/177 19904
/proc/meminfo: memFree=28039396/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=1405912 CPUtime=522.02 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 350362 0 0 0 52093 109 0 0 20 0 1 0 316729108 1439653888 350167 33554432000 134512640 134579096 4291751824 4291750656 134517872 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 351478 350167 230 17 0 350784 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 1405912

[startup+582.3 s]
/proc/loadavg: 2.00 1.73 0.94 3/177 19904
/proc/meminfo: memFree=27828384/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=1579480 CPUtime=581.98 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 393790 0 0 0 58078 120 0 0 20 0 1 0 316729108 1617387520 393590 33554432000 134512640 134579096 4291751824 4291750656 134517893 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 394870 393590 230 17 0 394176 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 1579480

[startup+642.3 s]

################
# More data... #
################

[pid=19898] ppid=19896 vsize=2770016 CPUtime=1001.84 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 690975 0 0 0 99971 213 0 0 20 0 1 0 316729108 2836496384 690913 33554432000 134512640 134579096 4291751824 4291750528 2859222 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 692504 690913 230 17 0 691810 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 2770016

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.36 3/177 19910
/proc/meminfo: memFree=26460376/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=2908464 CPUtime=1061.81 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 725587 0 0 0 105956 225 0 0 20 0 1 0 316729108 2978267136 725534 33554432000 134512640 134579096 4291751824 4291750796 9303088 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 727116 725534 230 17 0 726422 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 2908464

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.39 3/177 19911
/proc/meminfo: memFree=26300568/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=3051192 CPUtime=1121.8 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 761331 0 0 0 111943 237 0 0 20 0 1 0 316729108 3124420608 761308 33554432000 134512640 134579096 4291751824 4291750640 134520400 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 762798 761308 230 17 0 762104 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 3051192

[startup+1182.3 s]
/proc/loadavg: 2.03 1.97 1.43 3/177 19911
/proc/meminfo: memFree=26131596/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=3204008 CPUtime=1181.76 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 799525 0 0 0 117928 248 0 0 20 0 1 0 316729108 3280904192 799482 33554432000 134512640 134579096 4291751824 4291750624 134528560 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 801002 799482 230 17 0 800308 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 3204008

[startup+1242.3 s]
/proc/loadavg: 2.01 1.97 1.47 3/177 19911
/proc/meminfo: memFree=25939796/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=3374860 CPUtime=1241.74 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 842248 0 0 0 123913 261 0 0 20 0 1 0 316729108 3455856640 842211 33554432000 134512640 134579096 4291751824 4291750624 134528577 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 843715 842211 230 17 0 843021 0
Current children cumulated CPU time (s) 1241.74
Current children cumulated vsize (KiB) 3374860

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.50 3/177 19911
/proc/meminfo: memFree=25754824/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=3540752 CPUtime=1301.73 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 883718 0 0 0 129899 274 0 0 20 0 1 0 316729108 3625730048 883680 33554432000 134512640 134579096 4291751824 4291750656 134517594 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 885188 883680 230 17 0 884494 0
Current children cumulated CPU time (s) 1301.73
Current children cumulated vsize (KiB) 3540752

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.53 3/177 19911
/proc/meminfo: memFree=25580384/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=3697392 CPUtime=1361.71 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 922886 0 0 0 135884 287 0 0 20 0 1 0 316729108 3786129408 922852 33554432000 134512640 134579096 4291751824 4291750656 134517893 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 924348 922852 230 17 0 923654 0
Current children cumulated CPU time (s) 1361.71
Current children cumulated vsize (KiB) 3697392

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.55 3/176 19911
/proc/meminfo: memFree=25399132/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=3857852 CPUtime=1421.7 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 962950 0 0 0 141870 300 0 0 20 0 1 0 316729108 3950440448 962940 33554432000 134512640 134579096 4291751824 4291750528 2859222 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 964463 962940 230 17 0 963769 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 3857852

[startup+1482.3 s]
/proc/loadavg: 2.03 1.99 1.58 3/177 19912
/proc/meminfo: memFree=25220096/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=4019760 CPUtime=1481.67 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 1003427 0 0 0 147856 311 0 0 20 0 1 0 316729108 4116234240 1003416 33554432000 134512640 134579096 4291751824 4291750656 134517933 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1004940 1003416 230 17 0 1004246 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 4019760

[startup+1542.3 s]
/proc/loadavg: 2.01 1.99 1.61 3/177 19912
/proc/meminfo: memFree=25022096/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=4188720 CPUtime=1541.65 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4202496 1045546 0 0 0 153841 324 0 0 20 0 1 0 316729108 4289249280 1045536 33554432000 134512640 134579096 4291751824 4291750656 134517901 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1047180 1045536 230 17 0 1046486 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 4188720

[startup+1602.3 s]
/proc/loadavg: 3.58 2.43 1.78 2/179 19916
/proc/meminfo: memFree=16215820/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=4190768 CPUtime=1545.54 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) S 19896 19898 19648 0 -1 4204032 1046253 0 0 0 153945 609 0 0 20 0 1 0 316729108 4291346432 1046246 33554432000 134512640 134579096 4291751824 4291750192 9303088 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1047692 1046246 236 17 0 1046998 0
Current children cumulated CPU time (s) 1545.54
Current children cumulated vsize (KiB) 4190768

[startup+1662.3 s]
/proc/loadavg: 4.52 2.91 1.98 2/178 19916
/proc/meminfo: memFree=16179184/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=4190768 CPUtime=1545.54 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) S 19896 19898 19648 0 -1 4204032 1046253 0 0 0 153945 609 0 0 20 0 1 0 316729108 4291346432 1046278 33554432000 134512640 134579096 4291751824 4291750192 9303088 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1047692 1046278 236 17 0 1046998 0
Current children cumulated CPU time (s) 1545.54
Current children cumulated vsize (KiB) 4190768

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

[startup+1663.9 s]
/proc/loadavg: 4.55 2.94 2.00 2/178 19916
/proc/meminfo: memFree=16179308/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=4190768 CPUtime=1545.54 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) S 19896 19898 19648 0 -1 4204032 1046253 0 0 0 153945 609 0 0 20 0 1 0 316729108 4291346432 1046278 33554432000 134512640 134579096 4291751824 4291750192 9303088 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1047692 1046278 236 17 0 1046998 0
Current children cumulated CPU time (s) 1545.54
Current children cumulated vsize (KiB) 4190768

[startup+1676.7 s]
/proc/loadavg: 4.62 3.01 2.03 2/178 19916
/proc/meminfo: memFree=16198016/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=4190768 CPUtime=1545.54 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) S 19896 19898 19648 0 -1 4204032 1046253 0 0 0 153945 609 0 0 20 0 1 0 316729108 4291346432 1046278 33554432000 134512640 134579096 4291751824 4291750192 9303088 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1047692 1046278 236 17 0 1046998 0
Current children cumulated CPU time (s) 1545.54
Current children cumulated vsize (KiB) 4190768

[startup+1679.9 s]
/proc/loadavg: 4.65 3.04 2.05 2/178 19916
/proc/meminfo: memFree=16197504/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=4190768 CPUtime=1545.54 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) S 19896 19898 19648 0 -1 4204032 1046253 0 0 0 153945 609 0 0 20 0 1 0 316729108 4291346432 1046293 33554432000 134512640 134579096 4291751824 4291750192 9303088 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1047692 1046293 236 17 0 1046998 0
Current children cumulated CPU time (s) 1545.54
Current children cumulated vsize (KiB) 4190768

[startup+1681.5 s]
/proc/loadavg: 4.65 3.04 2.05 2/178 19916
/proc/meminfo: memFree=16195772/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=4190768 CPUtime=1545.54 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) S 19896 19898 19648 0 -1 4204032 1046253 0 0 0 153945 609 0 0 20 0 1 0 316729108 4291346432 1046293 33554432000 134512640 134579096 4291751824 4291750192 9303088 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1047692 1046293 236 17 0 1046998 0
Current children cumulated CPU time (s) 1545.54
Current children cumulated vsize (KiB) 4190768

[startup+1683.1 s]
/proc/loadavg: 4.68 3.08 2.06 2/178 19916
/proc/meminfo: memFree=16195276/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=4190768 CPUtime=1545.54 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) S 19896 19898 19648 0 -1 4204032 1046253 0 0 0 153945 609 0 0 20 0 1 0 316729108 4291346432 1046293 33554432000 134512640 134579096 4291751824 4291750192 9303088 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1047692 1046293 236 17 0 1046998 0
Current children cumulated CPU time (s) 1545.54
Current children cumulated vsize (KiB) 4190768

[startup+1683.9 s]
/proc/loadavg: 4.68 3.08 2.06 2/178 19916
/proc/meminfo: memFree=16195276/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=4190768 CPUtime=1545.54 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) S 19896 19898 19648 0 -1 4204032 1046253 0 0 0 153945 609 0 0 20 0 1 0 316729108 4291346432 1046293 33554432000 134512640 134579096 4291751824 4291750192 9303088 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 1047692 1046293 236 17 0 1046998 0
Current children cumulated CPU time (s) 1545.54
Current children cumulated vsize (KiB) 4190768

[startup+1684.3 s]
/proc/loadavg: 4.68 3.08 2.06 2/178 19916
/proc/meminfo: memFree=16197632/32873648 swapFree=7116/7116
[pid=19898] ppid=19896 vsize=0 CPUtime=1545.55 cores=1,3,5,7
/proc/19898/stat : 19898 (Pueblo) R 19896 19898 19648 0 -1 4204036 1046253 0 0 0 153945 610 0 0 20 0 1 0 316729108 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19898/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1545.55
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 1684.39
CPU time (s): 1545.65
CPU user time (s): 1539.46
CPU system time (s): 6.19706
CPU usage (%): 91.7634
Max. virtual memory (cumulated for all children) (KiB): 4190768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1539.46
system time used= 6.19706
maximum resident set size= 4185172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1046253
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= 1045581
involuntary context switches= 1564

runsolver used 2.99654 second user time and 7.92479 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-01 01:13:56
IDJOB=3719992
IDBENCH=1965
IDSOLVER=2305
FILE ID=node123/3719992-1338506036
RUNJOBID= node123-1338506003-19665
PBS_JOBID= 14635768
Free space on /tmp= 71300 MiB

SOLVER NAME= Pueblo 1.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
COMMAND LINE= Pueblo BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3719992-1338506036/watcher-3719992-1338506036 -o /tmp/evaluation-result-3719992-1338506036/solver-3719992-1338506036 -C 1800 -W 1900 -M 15500  Pueblo HOME/instance-3719992-1338506036.opb

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

MD5SUM BENCH= 3119db8d3d273f04fc4f3b1324a85224
RANDOM SEED=861157183

node123.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		: 2667.217
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	: 5334.43
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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.91
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		: 2667.217
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		: 2667.217
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:       32873648 kB
MemFree:        29649092 kB
Buffers:          396752 kB
Cached:          1959152 kB
SwapCached:         2224 kB
Active:           732776 kB
Inactive:        1643280 kB
Active(anon):      15500 kB
Inactive(anon):     5460 kB
Active(file):     717276 kB
Inactive(file):  1637820 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:             22152 kB
Writeback:            20 kB
AnonPages:         26216 kB
Mapped:            11204 kB
Shmem:                 0 kB
Slab:             713420 kB
SReclaimable:     157092 kB
SUnreclaim:       556328 kB
KernelStack:        1456 kB
PageTables:         4080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     137568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3719992-1338506036.opb

Free space on /tmp at the end= 67208 MiB
End job on node123 at 2012-06-01 01:42:01