Trace number 3721461

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: minisat+ 1.14? (TO) 1800.02 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 16 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: ########
0.00/0.00	c   -- Clauses(.)/Splits(s): (none)
0.00/0.00	c ---[  14]---> Adder-cost: 424   maxlim: 1610   bits: 12/11
0.01/0.02	c ---[  12]---> Adder-cost: 414   maxlim: 1767   bits: 12/11
0.01/0.05	c ---[  10]---> Adder-cost: 378   maxlim: 1671   bits: 12/11
0.01/0.06	c ---[   8]---> Adder-cost: 410   maxlim: 1561   bits: 12/11
0.01/0.08	c ---[   6]---> Adder-cost: 386   maxlim: 1782   bits: 12/11
0.09/0.10	c ---[   4]---> Adder-cost: 384   maxlim: 1460   bits: 12/11
0.09/0.12	c ---[   2]---> Adder-cost: 422   maxlim: 1733   bits: 12/11
0.09/0.14	c ---[   0]---> Adder-cost: 392   maxlim: 1688   bits: 12/11
0.09/0.16	c ==================================[MINISAT+]==================================
0.09/0.16	c | Conflicts | Original         | Learnt                           | Progress |
0.09/0.16	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09/0.16	c ==============================================================================
0.09/0.16	c |         0 |   21875    77851 |    7291       0        0     nan |  0.000 % |
0.09/0.17	c |       100 |   21859    77799 |    8020      98      374     3.8 |  5.551 % |
0.09/0.17	c |       250 |   21859    77799 |    8822     248     1033     4.2 |  5.551 % |
0.09/0.18	c |       477 |   21853    77781 |    9704     474     4235     8.9 |  5.580 % |
0.19/0.20	c |       816 |   21853    77781 |   10674     813    10205    12.6 |  5.580 % |
0.19/0.22	c |      1322 |   21853    77781 |   11742    1319    19744    15.0 |  5.580 % |
0.19/0.27	c |      2082 |   21853    77781 |   12916    2079    42635    20.5 |  5.580 % |
0.29/0.36	c |      3221 |   21853    77781 |   14208    3218    78926    24.5 |  5.580 % |
0.49/0.50	c |      4929 |   21853    77781 |   15628    4926   139749    28.4 |  5.580 % |
0.79/0.87	c |      7493 |   21853    77781 |   17191    7490   284320    38.0 |  5.580 % |
1.19/1.24	c |     11337 |   21845    77755 |   18910   11333   419208    37.0 |  5.610 % |
1.99/2.05	c |     17103 |   21845    77755 |   20802   17099   700696    41.0 |  5.610 % |
2.89/2.99	c |     25752 |   21845    77755 |   22882   15096   607169    40.2 |  5.610 % |
5.09/5.13	c |     38726 |   21845    77755 |   25170   16424   729377    44.4 |  5.610 % |
8.80/8.82	c |     58189 |   21845    77755 |   27687   22546  1208041    53.6 |  5.610 % |
14.49/14.58	c |     87382 |   21837    77729 |   30456   21581  1072451    49.7 |  5.640 % |
23.59/23.62	c |    131172 |   21837    77729 |   33501   16117   684170    42.5 |  5.640 % |
37.29/37.39	c |    196857 |   21837    77729 |   36852   21182   999223    47.2 |  5.640 % |
56.38/56.46	c |    295384 |   21837    77729 |   40537   29374  1402353    47.7 |  5.640 % |
86.27/86.34	c |    443173 |   21829    77703 |   44591   17215  1017624    59.1 |  5.669 % |
130.77/130.90	c |    664856 |   21813    77651 |   49050   32111  1440789    44.9 |  5.729 % |
210.45/210.52	c |    997381 |   21813    77651 |   53955   46305  2280360    49.2 |  5.729 % |
319.94/320.04	c |   1496169 |   21805    77625 |   59350   31897  1406827    44.1 |  5.758 % |
502.51/502.65	c |   2244351 |   21805    77625 |   65285   23268  1102915    47.4 |  5.758 % |
802.77/802.98	c |   3366625 |   21799    77607 |   71814   22342   864286    38.7 |  5.788 % |
1323.67/1323.95	c |   5050036 |   21799    77607 |   78995   60317  2784871    46.2 |  5.788 % |
1800.00/1800.30	c 
1800.00/1800.30	c *** TERMINATED ***
1800.00/1800.30	s UNKNOWN

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-3721461-1338556235/watcher-3721461-1338556235 -o /tmp/evaluation-result-3721461-1338556235/solver-3721461-1338556235 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721461-1338556235.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: 1.98 2.03 1.86 3/177 24302
/proc/meminfo: memFree=28093048/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=1132 CPUtime=0 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 155 0 0 0 0 0 0 0 20 0 1 0 321747903 1159168 112 33554432000 134512640 135395479 4292337728 4292335056 134650126 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 283 112 75 216 0 65 0

[startup+0.012214 s]
/proc/loadavg: 1.98 2.03 1.86 3/177 24302
/proc/meminfo: memFree=28093048/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=1264 CPUtime=0.01 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 190 0 0 0 1 0 0 0 20 0 1 0 321747903 1294336 147 33554432000 134512640 135395479 4292337728 4292317532 135005357 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 316 147 87 216 0 98 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1264

[startup+0.100253 s]
/proc/loadavg: 1.98 2.03 1.86 3/177 24302
/proc/meminfo: memFree=28093048/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=1584 CPUtime=0.09 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 298 0 0 0 9 0 0 0 20 0 1 0 321747903 1622016 255 33554432000 134512640 135395479 4292337728 4292335220 135003909 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 396 255 106 216 0 178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1584

[startup+0.300231 s]
/proc/loadavg: 1.98 2.03 1.86 3/177 24302
/proc/meminfo: memFree=28093048/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=3128 CPUtime=0.29 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 695 0 0 0 29 0 0 0 20 0 1 0 321747903 3203072 652 33554432000 134512640 135395479 4292337728 4292335600 134574254 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 782 652 122 216 0 564 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3128

[startup+0.700231 s]
/proc/loadavg: 1.98 2.03 1.86 3/177 24302
/proc/meminfo: memFree=28093048/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=4048 CPUtime=0.69 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 900 0 0 0 69 0 0 0 20 0 1 0 321747903 4145152 857 33554432000 134512640 135395479 4292337728 4292336080 134581030 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 1012 857 122 216 0 794 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4048

[startup+1.50019 s]
/proc/loadavg: 1.98 2.03 1.86 3/178 24303
/proc/meminfo: memFree=28089784/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=5412 CPUtime=1.49 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 1250 0 0 0 149 0 0 0 20 0 1 0 321747903 5541888 1207 33554432000 134512640 135395479 4292337728 4292336080 134580856 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 1353 1207 122 216 0 1135 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5412

[startup+3.10019 s]
/proc/loadavg: 1.98 2.03 1.86 3/178 24303
/proc/meminfo: memFree=28086792/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=7068 CPUtime=3.09 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 1671 0 0 0 309 0 0 0 20 0 1 0 321747903 7237632 1628 33554432000 134512640 135395479 4292337728 4292336080 134580840 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 1767 1628 122 216 0 1549 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7068

[startup+6.3002 s]
/proc/loadavg: 1.98 2.03 1.86 3/178 24303
/proc/meminfo: memFree=28085180/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=8388 CPUtime=6.29 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 1997 0 0 0 629 0 0 0 20 0 1 0 321747903 8589312 1954 33554432000 134512640 135395479 4292337728 4292336080 134580783 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 2097 1954 122 216 0 1879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8388

[startup+12.7002 s]
/proc/loadavg: 1.98 2.03 1.86 3/178 24303
/proc/meminfo: memFree=28081780/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=10268 CPUtime=12.69 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 2445 0 0 0 1269 0 0 0 20 0 1 0 321747903 10514432 2402 33554432000 134512640 135395479 4292337728 4292336080 134580945 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 2567 2402 122 216 0 2349 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10268

[startup+25.5002 s]
/proc/loadavg: 1.99 2.03 1.87 3/178 24303
/proc/meminfo: memFree=28080160/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=11208 CPUtime=25.49 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 2685 0 0 0 2549 0 0 0 20 0 1 0 321747903 11476992 2645 33554432000 134512640 135395479 4292337728 4292335600 134573805 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 2802 2645 122 216 0 2584 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11208

[startup+51.1002 s]
/proc/loadavg: 1.99 2.02 1.87 3/177 24303
/proc/meminfo: memFree=28073468/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=14004 CPUtime=51.08 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 3371 0 0 0 5108 0 0 0 20 0 1 0 321747903 14340096 3331 33554432000 134512640 135395479 4292337728 4292336080 134581415 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 3501 3331 122 216 0 3283 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14004

[startup+102.307 s]
/proc/loadavg: 1.99 2.02 1.87 3/177 24303
/proc/meminfo: memFree=28064904/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=16616 CPUtime=102.28 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 4013 0 0 0 10227 1 0 0 20 0 1 0 321747903 17014784 3974 33554432000 134512640 135395479 4292337728 4292336080 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 4154 3974 122 216 0 3936 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 16616

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 1.88 3/177 24303
/proc/meminfo: memFree=28057456/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=18604 CPUtime=162.26 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 4501 0 0 0 16225 1 0 0 20 0 1 0 321747903 19050496 4474 33554432000 134512640 135395479 4292337728 4292335696 134576660 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 4651 4474 122 216 0 4433 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 18604

[startup+222.3 s]
/proc/loadavg: 2.06 2.04 1.90 3/177 24304
/proc/meminfo: memFree=28052304/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=20216 CPUtime=222.25 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 4905 0 0 0 22224 1 0 0 20 0 1 0 321747903 20701184 4886 33554432000 134512640 135395479 4292337728 4292336080 134580854 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 5054 4886 122 216 0 4836 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 20216

[startup+282.3 s]
/proc/loadavg: 2.13 2.06 1.91 3/177 24304
/proc/meminfo: memFree=28046036/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=21464 CPUtime=282.24 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 5195 0 0 0 28223 1 0 0 20 0 1 0 321747903 21979136 5195 33554432000 134512640 135395479 4292337728 4292336080 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 5366 5195 122 216 0 5148 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 21464

[startup+342.3 s]
/proc/loadavg: 2.09 2.06 1.92 3/177 24304
/proc/meminfo: memFree=28040884/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=22664 CPUtime=342.23 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 5507 0 0 0 34222 1 0 0 20 0 1 0 321747903 23207936 5529 33554432000 134512640 135395479 4292337728 4292336080 134580945 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 5666 5529 122 216 0 5448 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 22664

[startup+402.3 s]
/proc/loadavg: 2.08 2.06 1.92 3/177 24304
/proc/meminfo: memFree=28036416/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=23676 CPUtime=402.22 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 5747 0 0 0 40221 1 0 0 20 0 1 0 321747903 24244224 5769 33554432000 134512640 135395479 4292337728 4292336080 134580890 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 5919 5769 122 216 0 5701 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 23676

[startup+462.3 s]
/proc/loadavg: 2.03 2.05 1.92 3/177 24304
/proc/meminfo: memFree=28035548/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=24404 CPUtime=462.21 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 5900 0 0 0 46220 1 0 0 20 0 1 0 321747903 24989696 5922 33554432000 134512640 135395479 4292337728 4292336080 134580840 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 6101 5922 122 216 0 5883 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 24404

[startup+522.3 s]
/proc/loadavg: 2.05 2.05 1.93 3/177 24305
/proc/meminfo: memFree=28034432/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=25628 CPUtime=522.21 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 6160 0 0 0 52219 2 0 0 20 0 1 0 321747903 26243072 6182 33554432000 134512640 135395479 4292337728 4292336080 134580801 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 6407 6182 122 216 0 6189 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 25628

[startup+582.3 s]
/proc/loadavg: 2.06 2.05 1.93 3/178 24308
/proc/meminfo: memFree=28033244/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=27032 CPUtime=582.2 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 6496 0 0 0 58218 2 0 0 20 0 1 0 321747903 27680768 6544 33554432000 134512640 135395479 4292337728 4292336080 134580798 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 6758 6544 122 216 0 6540 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 27032

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.10 2.07 1.96 3/177 24309
/proc/meminfo: memFree=28026548/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=31036 CPUtime=882.15 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 7489 0 0 0 88213 2 0 0 20 0 1 0 321747903 31780864 7599 33554432000 134512640 135395479 4292337728 4292336080 134580947 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 7759 7599 122 216 0 7541 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 31036

[startup+942.3 s]
/proc/loadavg: 2.03 2.05 1.96 3/177 24309
/proc/meminfo: memFree=28025120/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=32120 CPUtime=942.14 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 7741 0 0 0 94212 2 0 0 20 0 1 0 321747903 32890880 7861 33554432000 134512640 135395479 4292337728 4292335600 134574219 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 8030 7861 122 216 0 7812 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 32120

[startup+1002.3 s]
/proc/loadavg: 2.06 2.06 1.96 3/177 24309
/proc/meminfo: memFree=28024748/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=32444 CPUtime=1002.13 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 7801 0 0 0 100211 2 0 0 20 0 1 0 321747903 33222656 7921 33554432000 134512640 135395479 4292337728 4292336080 134580929 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 8111 7921 122 216 0 7893 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 32444

[startup+1062.3 s]
/proc/loadavg: 2.06 2.06 1.97 3/177 24309
/proc/meminfo: memFree=28022888/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=34108 CPUtime=1062.12 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8217 0 0 0 106210 2 0 0 20 0 1 0 321747903 34926592 8337 33554432000 134512640 135395479 4292337728 4292336080 134580959 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 8527 8337 122 216 0 8309 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 34108

[startup+1122.3 s]
/proc/loadavg: 2.07 2.06 1.98 3/177 24310
/proc/meminfo: memFree=28019228/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=34572 CPUtime=1122.11 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8317 0 0 0 112209 2 0 0 20 0 1 0 321747903 35401728 8454 33554432000 134512640 135395479 4292337728 4292336080 134580943 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 8643 8454 122 216 0 8425 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 34572

[startup+1182.3 s]
/proc/loadavg: 2.07 2.06 1.98 3/178 24313
/proc/meminfo: memFree=28015248/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=34928 CPUtime=1182.1 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8377 0 0 0 118208 2 0 0 20 0 1 0 321747903 35766272 8514 33554432000 134512640 135395479 4292337728 4292336080 134581426 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 8732 8514 122 216 0 8514 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 34928

[startup+1242.3 s]
/proc/loadavg: 2.02 2.05 1.98 3/177 24313
/proc/meminfo: memFree=28011096/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=34928 CPUtime=1242.09 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8377 0 0 0 124207 2 0 0 20 0 1 0 321747903 35766272 8514 33554432000 134512640 135395479 4292337728 4292336080 134580801 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 8732 8514 122 216 0 8514 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 34928

[startup+1302.3 s]
/proc/loadavg: 2.12 2.07 1.99 3/177 24313
/proc/meminfo: memFree=28010784/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=34928 CPUtime=1302.08 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8403 0 0 0 130206 2 0 0 20 0 1 0 321747903 35766272 8581 33554432000 134512640 135395479 4292337728 4292336080 134580945 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 8732 8581 122 216 0 8514 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 34928

[startup+1362.3 s]
/proc/loadavg: 2.04 2.05 1.99 3/177 24313
/proc/meminfo: memFree=28010660/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=35140 CPUtime=1362.07 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8462 0 0 0 136205 2 0 0 20 0 1 0 321747903 35983360 8640 33554432000 134512640 135395479 4292337728 4292335984 134568563 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 8785 8640 122 216 0 8567 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 35140

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 1.99 3/178 24315
/proc/meminfo: memFree=28010652/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=35356 CPUtime=1422.07 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8488 0 0 0 142205 2 0 0 20 0 1 0 321747903 36204544 8666 33554432000 134512640 135395479 4292337728 4292336080 134581036 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 8839 8666 122 216 0 8621 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 35356

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 24315
/proc/meminfo: memFree=28010288/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=35356 CPUtime=1482.05 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8509 0 0 0 148203 2 0 0 20 0 1 0 321747903 36204544 8687 33554432000 134512640 135395479 4292337728 4292336080 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 8839 8687 122 216 0 8621 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 35356

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 24315
/proc/meminfo: memFree=28010164/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=35620 CPUtime=1542.04 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8578 0 0 0 154202 2 0 0 20 0 1 0 321747903 36474880 8756 33554432000 134512640 135395479 4292337728 4292336080 134580938 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 8905 8756 122 216 0 8687 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 35620

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 24315
/proc/meminfo: memFree=28009420/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=36084 CPUtime=1602.03 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8681 0 0 0 160201 2 0 0 20 0 1 0 321747903 36950016 8859 33554432000 134512640 135395479 4292337728 4292336080 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 9021 8859 122 216 0 8803 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 36084

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 24315
/proc/meminfo: memFree=28008800/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=36412 CPUtime=1662.02 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8763 0 0 0 166200 2 0 0 20 0 1 0 321747903 37285888 8941 33554432000 134512640 135395479 4292337728 4292336080 134580999 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 9103 8941 122 216 0 8885 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 36412

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24316
/proc/meminfo: memFree=28008180/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=36920 CPUtime=1722.01 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 8864 0 0 0 172199 2 0 0 20 0 1 0 321747903 37806080 9042 33554432000 134512640 135395479 4292337728 4292336080 134581488 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 9230 9042 122 216 0 9012 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 36920

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24368
/proc/meminfo: memFree=28063880/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=37656 CPUtime=1782 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 9011 0 0 0 178198 2 0 0 20 0 1 0 321747903 38559744 9223 33554432000 134512640 135395479 4292337728 4292336080 134580923 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 9414 9223 122 216 0 9196 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 37656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 24369
/proc/meminfo: memFree=28048396/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=37656 CPUtime=1800 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 9029 0 0 0 179998 2 0 0 20 0 1 0 321747903 38559744 9241 33554432000 134512640 135395479 4292337728 4292336080 134581463 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 9414 9241 122 216 0 9196 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 37656

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 24369
/proc/meminfo: memFree=28048396/32873844 swapFree=7628/7628
[pid=24302] ppid=24300 vsize=37656 CPUtime=1800 cores=1,3,5,7
/proc/24302/stat : 24302 (minisat+) R 24300 24302 23511 0 -1 4202496 9029 0 0 0 179998 2 0 0 20 0 1 0 321747903 38559744 9241 33554432000 134512640 135395479 4292337728 4292336080 134581463 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/24302/statm: 9414 9241 122 216 0 9196 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 37656

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.99
CPU system time (s): 0.027995
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 37656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.027995
maximum resident set size= 36968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9030
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= 18
involuntary context switches= 1850

runsolver used 3.68144 second user time and 9.47456 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-01 15:10:35
IDJOB=3721461
IDBENCH=2893
IDSOLVER=2306
FILE ID=node143/3721461-1338556235
RUNJOBID= node143-1338554380-23594
PBS_JOBID= 14635841
Free space on /tmp= 68548 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_3.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721461-1338556235/watcher-3721461-1338556235 -o /tmp/evaluation-result-3721461-1338556235/solver-3721461-1338556235 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721461-1338556235.opb            

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=256692011

node143.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.787
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.57
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.787
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.787
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        28093816 kB
Buffers:          331540 kB
Cached:          3507652 kB
SwapCached:          112 kB
Active:          1940664 kB
Inactive:        1947000 kB
Active(anon):      39612 kB
Inactive(anon):    10916 kB
Active(file):    1901052 kB
Inactive(file):  1936084 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108424 kB
Dirty:              5020 kB
Writeback:             0 kB
AnonPages:         57304 kB
Mapped:            10712 kB
Shmem:               160 kB
Slab:             754880 kB
SReclaimable:     196996 kB
SUnreclaim:       557884 kB
KernelStack:        1488 kB
PageTables:         3828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     168192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721461-1338556235.opb

Free space on /tmp at the end= 68544 MiB
End job on node143 at 2012-06-01 15:40:38